about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* elf: Remove ldconfig kernel version checkAdhemerval Zanella2022-05-1610-91/+69
* Remove kernel version checkAdhemerval Zanella2022-05-168-192/+7
* linux: Use /sys/devices/system/cpu on __get_nprocs_conf (BZ#28991)Adhemerval Zanella2022-05-161-32/+4
* csu: Implement and use _dl_early_allocate during static startupFlorian Weimer2022-05-162-0/+87
* Linux: Introduce __brk_call for invoking the brk system callFlorian Weimer2022-05-165-78/+71
* x86_64: Remove bzero optimizationAdhemerval Zanella2022-05-1611-235/+2
* RISC-V: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki2022-05-132-15/+82
* MIPS: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki2022-05-132-2/+39
* m68k: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki2022-05-132-2/+27
* C-SKY: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki2022-05-132-10/+72
* stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella2022-05-134-17/+25
* stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella2022-05-137-14/+28
* nptl: Add backoff mechanism to spinlock loopWangyang Guo2022-05-093-0/+75
* Linux: Implement a useful version of _startup_fatalFlorian Weimer2022-05-093-19/+65
* ia64: Always define IA64_USE_NEW_STUB as a flag macroFlorian Weimer2022-05-092-13/+15
* linux: Fix posix_spawn return code if clone fails (BZ#29109)Adhemerval Zanella2022-05-061-1/+1
* clock_adjtime: Use __nonnull to avoid null pointerXiaoming Ni2022-05-052-3/+3
* ntp_xxxtimex: Use __nonnull to avoid null pointerXiaoming Ni2022-05-052-8/+8
* adjtimex/adjtimex64: Use __nonnull to avoid null pointerXiaoming Ni2022-05-052-4/+4
* hurd spawni: Fix reauthenticating closed fdsSamuel Thibault2022-05-051-1/+1
* Linux: Define MMAP_CALL_INTERNALFlorian Weimer2022-05-043-12/+30
* i386: Honor I386_USE_SYSENTER for 6-argument Linux system callsFlorian Weimer2022-05-043-3/+37
* i386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do-syscall.SFlorian Weimer2022-05-041-3/+0
* powerpc32: Remove unused HAVE_PPC_SECURE_PLTFangrui Song2022-05-022-41/+0
* benchtests: Better libmvec integrationSiddhesh Poyarekar2022-04-291-4/+0
* benchtests: Add UNSUPPORTED benchmark statusSiddhesh Poyarekar2022-04-291-6/+6
* linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)Adhemerval Zanella2022-04-281-2/+2
* sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein2022-04-271-0/+42
* posix/glob.c: update from gnulibDJ Delorie2022-04-271-0/+1
* linux: Fix missing internal 64 bit time_t stat usageAdhemerval Zanella2022-04-272-4/+4
* posix: Remove unused definition on _ForkAdhemerval Zanella2022-04-261-3/+0
* elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song2022-04-2639-78/+42
* i386: Regenerate ulpsCarlos O'Donell2022-04-262-2/+2
* elf: Remove unused enum allowmaskFangrui Song2022-04-251-11/+0
* x86: Optimize {str|wcs}rchr-evexNoah Goldstein2022-04-221-181/+290
* x86: Optimize {str|wcs}rchr-avx2Noah Goldstein2022-04-221-157/+269
* x86: Optimize {str|wcs}rchr-sse2Noah Goldstein2022-04-224-444/+339
* x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32H.J. Lu2022-04-222-0/+8
* Default to --with-default-link=no (bug 25812)Florian Weimer2022-04-221-0/+6
* m68k: Handle fewer relocations for RTLD_BOOTSTRAP (#BZ29071)Fangrui Song2022-04-201-6/+6
* x86: Fix missing __wmemcmp def for disable-multiarch buildNoah Goldstein2022-04-192-8/+6
* elf: Remove __libc_init_secureFangrui Song2022-04-194-82/+0
* mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)=Joshua Kinard2022-04-181-15/+23
* x86: Cleanup page cross code in memcmp-avx2-movbe.SNoah Goldstein2022-04-151-37/+61
* x86: Remove memcmp-sse4.SNoah Goldstein2022-04-154-813/+0
* x86: Optimize memcmp SSE2 in memcmp.SNoah Goldstein2022-04-158-376/+575
* stdio: Split __get_errname definition from errlist.cAdhemerval Zanella2022-04-151-0/+21
* x86: Reduce code size of mem{move|pcpy|cpy}-ssse3Noah Goldstein2022-04-143-3156/+380
* x86: Remove mem{move|cpy}-ssse3-backNoah Goldstein2022-04-145-3212/+6
* x86: Remove str{p}{n}cpy-ssse3Noah Goldstein2022-04-146-3572/+0