aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2022-05-13MIPS: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki
2022-05-13m68k: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki
2022-05-13C-SKY: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella
2022-05-09nptl: Add backoff mechanism to spinlock loopWangyang Guo
2022-05-09Linux: Implement a useful version of _startup_fatalFlorian Weimer
2022-05-09ia64: Always define IA64_USE_NEW_STUB as a flag macroFlorian Weimer
2022-05-06linux: Fix posix_spawn return code if clone fails (BZ#29109)Adhemerval Zanella
2022-05-05clock_adjtime: Use __nonnull to avoid null pointerXiaoming Ni
2022-05-05ntp_xxxtimex: Use __nonnull to avoid null pointerXiaoming Ni
2022-05-05adjtimex/adjtimex64: Use __nonnull to avoid null pointerXiaoming Ni
2022-05-05hurd spawni: Fix reauthenticating closed fdsSamuel Thibault
2022-05-04Linux: Define MMAP_CALL_INTERNALFlorian Weimer
2022-05-04i386: Honor I386_USE_SYSENTER for 6-argument Linux system callsFlorian Weimer
2022-05-04i386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do-syscall.SFlorian Weimer
2022-05-02powerpc32: Remove unused HAVE_PPC_SECURE_PLTFangrui Song
2022-04-29benchtests: Better libmvec integrationSiddhesh Poyarekar
2022-04-29benchtests: Add UNSUPPORTED benchmark statusSiddhesh Poyarekar
2022-04-28linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)Adhemerval Zanella
2022-04-27sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein
2022-04-27posix/glob.c: update from gnulibDJ Delorie
2022-04-27linux: Fix missing internal 64 bit time_t stat usageAdhemerval Zanella
2022-04-26posix: Remove unused definition on _ForkAdhemerval Zanella
2022-04-26elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song
2022-04-26i386: Regenerate ulpsCarlos O'Donell
2022-04-25elf: Remove unused enum allowmaskFangrui Song
2022-04-22x86: Optimize {str|wcs}rchr-evexNoah Goldstein
2022-04-22x86: Optimize {str|wcs}rchr-avx2Noah Goldstein
2022-04-22x86: Optimize {str|wcs}rchr-sse2Noah Goldstein
2022-04-22x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32H.J. Lu
2022-04-22Default to --with-default-link=no (bug 25812)Florian Weimer
2022-04-20m68k: Handle fewer relocations for RTLD_BOOTSTRAP (#BZ29071)Fangrui Song
2022-04-19x86: Fix missing __wmemcmp def for disable-multiarch buildNoah Goldstein
2022-04-19elf: Remove __libc_init_secureFangrui Song
2022-04-18mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)=Joshua Kinard
2022-04-15x86: Cleanup page cross code in memcmp-avx2-movbe.SNoah Goldstein
2022-04-15x86: Remove memcmp-sse4.SNoah Goldstein
2022-04-15x86: Optimize memcmp SSE2 in memcmp.SNoah Goldstein
2022-04-15stdio: Split __get_errname definition from errlist.cAdhemerval Zanella
2022-04-14x86: Reduce code size of mem{move|pcpy|cpy}-ssse3Noah Goldstein
2022-04-14x86: Remove mem{move|cpy}-ssse3-backNoah Goldstein
2022-04-14x86: Remove str{p}{n}cpy-ssse3Noah Goldstein
2022-04-14x86: Remove str{n}cat-ssse3Noah Goldstein
2022-04-14x86: Remove str{n}{case}cmp-ssse3Noah Goldstein
2022-04-14x86: Remove {w}memcmp-ssse3Noah Goldstein
2022-04-14nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella
2022-04-14S390: Add new s390 platform z16.Stefan Liebler
2022-04-13Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein
2022-04-12hurd: Define ELIBEXECSamuel Thibault