aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2023-06-13tests: replace fgets by xfgetsFrederic Berat1-1/+2
2023-06-13posix: Handle success in gai_strerror()Dridi Boukelmoune1-0/+1
2023-06-13LoongArch: Add support for dl_runtime_profilecaiyinyu5-4/+220
2023-06-12x86: Make the divisor in setting `non_temporal_threshold` cpu specificNoah Goldstein4-26/+51
2023-06-12x86: Refactor Intel `init_cpu_features`Noah Goldstein1-81/+309
2023-06-12x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein1-27/+43
2023-06-06pthreads: Use _exit to terminate the tst-stdio1 testFlorian Weimer1-1/+1
2023-06-05linux: Fail as unsupported if personality call is filteredAdhemerval Zanella1-12/+21
2023-06-05Remove MAP_VARIABLE from hppa bits/mman.hJoseph Myers1-1/+0
2023-06-04hurd: Fix x86_64 sigreturn restoring bogus reply_portSergey Bugaev1-38/+46
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov5-5/+5
2023-06-01Use __nonnull for the epoll_wait(2) family of syscallsAlejandro Colomar1-4/+4
2023-06-01Fix invalid use of NULL in epoll_pwait2(2) testAlejandro Colomar1-1/+3
2023-06-01getipv4sourcefilter: Get rid of allocaJoe Simmons-Talbott1-17/+7
2023-06-01getsourcefilter: Get rid of alloca.Joe Simmons-Talbott1-17/+7
2023-06-01tests: fix warn unused resultsFrédéric Bérat2-3/+9
2023-06-01tests: replace write by xwriteFrédéric Bérat7-11/+19
2023-06-01x86-64: Use YMM registers in memcmpeq-evex.SH.J. Lu1-1/+1
2023-05-31io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64Adhemerval Zanella1-0/+6
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov153-214/+214
2023-05-30io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ...Adhemerval Zanella1-1/+1
2023-05-30LoongArch: Fix inconsistency in SHMLBA macro values between glibc and kernelcaiyinyu1-0/+24
2023-05-29riscv: Add the clone3 wrapperAdhemerval Zanella2-0/+80
2023-05-29posix: Add error message for EAI_OVERFLOWDridi Boukelmoune1-0/+1
2023-05-29setsourcefilter: Replace alloca with a scratch_buffer.Joe Simmons-Talbott1-20/+7
2023-05-27x86: Use 64MB as nt-store threshold if no cacheinfo [BZ #30429]Noah Goldstein1-1/+9
2023-05-28hurd: Fix setting up signal thread stack alignmentSamuel Thibault1-7/+5
2023-05-26Add MFD_NOEXEC_SEAL, MFD_EXEC from Linux 6.3 to bits/mman-shared.hJoseph Myers1-0/+4
2023-05-26Add IP_LOCAL_PORT_RANGE from Linux 6.3 to bits/in.hJoseph Myers1-0/+1
2023-05-26setipv4sourcefilter: Avoid using alloca.Joe Simmons-Talbott1-17/+7
2023-05-24sysdeps/pthread/eintr.c: fix warn unused resultFrédéric Bérat1-2/+4
2023-05-23Regenerate configure fragment -- BZ 25337.Paul Pluzhnikov1-1/+1
2023-05-23Fix misspellings in sysdeps/powerpc -- BZ 25337Paul Pluzhnikov23-34/+34
2023-05-23Fix misspellings in sysdeps/unix -- BZ 25337Paul Pluzhnikov69-87/+87
2023-05-23Fix misspellings in sysdeps/x86_64 -- BZ 25337.Paul Pluzhnikov37-105/+105
2023-05-23mach: Fix accessing mach_i386.hSamuel Thibault4-4/+8
2023-05-23Fix misspellings in sysdeps/x86_64/fpu/multiarch -- BZ 25337.Paul Pluzhnikov112-169/+169
2023-05-23mach: Fix installing mach_i386.hSamuel Thibault2-2/+2
2023-05-23hurd: Fix making ld.so run static binaries with retrySamuel Thibault1-1/+1
2023-05-22Add voice-admit DSCP code point from RFC-5865Ronan Pigott1-0/+5
2023-05-22Remove last remnants of have-protectedAndreas Schwab3-9/+1
2023-05-22S390: Use compile-only instead of also link-tests in configure.Stefan Liebler2-177/+109
2023-05-20htl: Use __hurd_fail () instead of assigning errnoSergey Bugaev4-18/+9
2023-05-20hurd: Use __hurd_fail () instead of assigning errnoSergey Bugaev44-242/+95
2023-05-19powerpc:GCC(<10) doesn't allow -mlong-double-64 after -mabi=ieeelongdoubleMahesh Bodapati1-0/+17
2023-05-19hurd: Fix using interposable hurd_thread_selfSergey Bugaev4-4/+10
2023-05-19hurd: Fix __TIMESIZE on x86_64Sergey Bugaev2-1/+5
2023-05-19hurd: Fix expected c++ typesSamuel Thibault1-19/+19
2023-05-18Add HWCAP2_SME* from Linux 6.3 to AArch64 bits/hwcap.hJoseph Myers1-0/+6
2023-05-17hurd: Also make it possible to call strlen very earlySergey Bugaev1-0/+3