aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2022-05-17rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy11-145/+3
2022-05-17rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy1-17/+13
2022-05-16Remove dl-librecon.h header.Adhemerval Zanella4-87/+0
2022-05-16elf: Remove ldconfig kernel version checkAdhemerval Zanella10-91/+69
2022-05-16Remove kernel version checkAdhemerval Zanella8-192/+7
2022-05-16linux: Use /sys/devices/system/cpu on __get_nprocs_conf (BZ#28991)Adhemerval Zanella1-32/+4
2022-05-16csu: Implement and use _dl_early_allocate during static startupFlorian Weimer2-0/+87
2022-05-16Linux: Introduce __brk_call for invoking the brk system callFlorian Weimer5-78/+71
2022-05-16x86_64: Remove bzero optimizationAdhemerval Zanella11-235/+2
2022-05-13RISC-V: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki2-15/+82
2022-05-13MIPS: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki2-2/+39
2022-05-13m68k: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki2-2/+27
2022-05-13C-SKY: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki2-10/+72
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella4-17/+25
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella7-14/+28
2022-05-09nptl: Add backoff mechanism to spinlock loopWangyang Guo3-0/+75
2022-05-09Linux: Implement a useful version of _startup_fatalFlorian Weimer3-19/+65
2022-05-09ia64: Always define IA64_USE_NEW_STUB as a flag macroFlorian Weimer2-13/+15
2022-05-06linux: Fix posix_spawn return code if clone fails (BZ#29109)Adhemerval Zanella1-1/+1
2022-05-05clock_adjtime: Use __nonnull to avoid null pointerXiaoming Ni2-3/+3
2022-05-05ntp_xxxtimex: Use __nonnull to avoid null pointerXiaoming Ni2-8/+8
2022-05-05adjtimex/adjtimex64: Use __nonnull to avoid null pointerXiaoming Ni2-4/+4
2022-05-05hurd spawni: Fix reauthenticating closed fdsSamuel Thibault1-1/+1
2022-05-04Linux: Define MMAP_CALL_INTERNALFlorian Weimer3-12/+30
2022-05-04i386: Honor I386_USE_SYSENTER for 6-argument Linux system callsFlorian Weimer3-3/+37
2022-05-04i386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do-syscall.SFlorian Weimer1-3/+0
2022-05-02powerpc32: Remove unused HAVE_PPC_SECURE_PLTFangrui Song2-41/+0
2022-04-29benchtests: Better libmvec integrationSiddhesh Poyarekar1-4/+0
2022-04-29benchtests: Add UNSUPPORTED benchmark statusSiddhesh Poyarekar1-6/+6
2022-04-28linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)Adhemerval Zanella1-2/+2
2022-04-27sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein1-0/+42
2022-04-27posix/glob.c: update from gnulibDJ Delorie1-0/+1
2022-04-27linux: Fix missing internal 64 bit time_t stat usageAdhemerval Zanella2-4/+4
2022-04-26posix: Remove unused definition on _ForkAdhemerval Zanella1-3/+0
2022-04-26elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song39-78/+42
2022-04-26i386: Regenerate ulpsCarlos O'Donell2-2/+2
2022-04-25elf: Remove unused enum allowmaskFangrui Song1-11/+0
2022-04-22x86: Optimize {str|wcs}rchr-evexNoah Goldstein1-181/+290
2022-04-22x86: Optimize {str|wcs}rchr-avx2Noah Goldstein1-157/+269
2022-04-22x86: Optimize {str|wcs}rchr-sse2Noah Goldstein4-444/+339
2022-04-22x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32H.J. Lu2-0/+8
2022-04-22Default to --with-default-link=no (bug 25812)Florian Weimer1-0/+6
2022-04-20m68k: Handle fewer relocations for RTLD_BOOTSTRAP (#BZ29071)Fangrui Song1-6/+6
2022-04-19x86: Fix missing __wmemcmp def for disable-multiarch buildNoah Goldstein2-8/+6
2022-04-19elf: Remove __libc_init_secureFangrui Song4-82/+0
2022-04-18mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)=Joshua Kinard1-15/+23
2022-04-15x86: Cleanup page cross code in memcmp-avx2-movbe.SNoah Goldstein1-37/+61
2022-04-15x86: Remove memcmp-sse4.SNoah Goldstein4-813/+0
2022-04-15x86: Optimize memcmp SSE2 in memcmp.SNoah Goldstein8-376/+575
2022-04-15stdio: Split __get_errname definition from errlist.cAdhemerval Zanella1-0/+21