aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2023-06-12x86: Make the divisor in setting `non_temporal_threshold` cpu specificNoah Goldstein
2023-06-12x86: Refactor Intel `init_cpu_features`Noah Goldstein
2023-06-12x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein
2023-06-06pthreads: Use _exit to terminate the tst-stdio1 testFlorian Weimer
2023-06-05linux: Fail as unsupported if personality call is filteredAdhemerval Zanella
2023-06-05Remove MAP_VARIABLE from hppa bits/mman.hJoseph Myers
2023-06-04hurd: Fix x86_64 sigreturn restoring bogus reply_portSergey Bugaev
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov
2023-06-01Use __nonnull for the epoll_wait(2) family of syscallsAlejandro Colomar
2023-06-01Fix invalid use of NULL in epoll_pwait2(2) testAlejandro Colomar
2023-06-01getipv4sourcefilter: Get rid of allocaJoe Simmons-Talbott
2023-06-01getsourcefilter: Get rid of alloca.Joe Simmons-Talbott
2023-06-01tests: fix warn unused resultsFrédéric Bérat
2023-06-01tests: replace write by xwriteFrédéric Bérat
2023-06-01x86-64: Use YMM registers in memcmpeq-evex.SH.J. Lu
2023-05-31io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64Adhemerval Zanella
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov
2023-05-30io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ...Adhemerval Zanella
2023-05-30LoongArch: Fix inconsistency in SHMLBA macro values between glibc and kernelcaiyinyu
2023-05-29riscv: Add the clone3 wrapperAdhemerval Zanella
2023-05-29posix: Add error message for EAI_OVERFLOWDridi Boukelmoune
2023-05-29setsourcefilter: Replace alloca with a scratch_buffer.Joe Simmons-Talbott
2023-05-27x86: Use 64MB as nt-store threshold if no cacheinfo [BZ #30429]Noah Goldstein
2023-05-28hurd: Fix setting up signal thread stack alignmentSamuel Thibault
2023-05-26Add MFD_NOEXEC_SEAL, MFD_EXEC from Linux 6.3 to bits/mman-shared.hJoseph Myers
2023-05-26Add IP_LOCAL_PORT_RANGE from Linux 6.3 to bits/in.hJoseph Myers
2023-05-26setipv4sourcefilter: Avoid using alloca.Joe Simmons-Talbott
2023-05-24sysdeps/pthread/eintr.c: fix warn unused resultFrédéric Bérat
2023-05-23Regenerate configure fragment -- BZ 25337.Paul Pluzhnikov
2023-05-23Fix misspellings in sysdeps/powerpc -- BZ 25337Paul Pluzhnikov
2023-05-23Fix misspellings in sysdeps/unix -- BZ 25337Paul Pluzhnikov
2023-05-23Fix misspellings in sysdeps/x86_64 -- BZ 25337.Paul Pluzhnikov
2023-05-23mach: Fix accessing mach_i386.hSamuel Thibault
2023-05-23Fix misspellings in sysdeps/x86_64/fpu/multiarch -- BZ 25337.Paul Pluzhnikov
2023-05-23mach: Fix installing mach_i386.hSamuel Thibault
2023-05-23hurd: Fix making ld.so run static binaries with retrySamuel Thibault
2023-05-22Add voice-admit DSCP code point from RFC-5865Ronan Pigott
2023-05-22Remove last remnants of have-protectedAndreas Schwab
2023-05-22S390: Use compile-only instead of also link-tests in configure.Stefan Liebler
2023-05-20htl: Use __hurd_fail () instead of assigning errnoSergey Bugaev
2023-05-20hurd: Use __hurd_fail () instead of assigning errnoSergey Bugaev
2023-05-19powerpc:GCC(<10) doesn't allow -mlong-double-64 after -mabi=ieeelongdoubleMahesh Bodapati
2023-05-19hurd: Fix using interposable hurd_thread_selfSergey Bugaev
2023-05-19hurd: Fix __TIMESIZE on x86_64Sergey Bugaev
2023-05-19hurd: Fix expected c++ typesSamuel Thibault
2023-05-18Add HWCAP2_SME* from Linux 6.3 to AArch64 bits/hwcap.hJoseph Myers
2023-05-17hurd: Also make it possible to call strlen very earlySergey Bugaev
2023-05-17hurd: Fix setting up pthreadsSergey Bugaev
2023-05-17hurd: Fix x86_64 _hurd_tls_forkSergey Bugaev
2023-05-17hurd: Make sure to not use tcb->selfSergey Bugaev