about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Move ld.so _start to separate file and drop _dl_skip_args nsz/bug23293Szabolcs Nagy2022-05-033-75/+56
* linux: Add a getauxval test [BZ #23293]Szabolcs Nagy2022-05-032-0/+75
* rtld: Remove DL_ARGV_NOT_RELROSzabolcs Nagy2022-05-0311-145/+2
* rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy2022-05-032-3/+5
* 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
* x86: Remove str{n}cat-ssse3Noah Goldstein2022-04-145-879/+0
* x86: Remove str{n}{case}cmp-ssse3Noah Goldstein2022-04-1410-202/+30
* x86: Remove {w}memcmp-ssse3Noah Goldstein2022-04-145-2006/+0
* nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella2022-04-144-4/+209
* S390: Add new s390 platform z16.Stefan Liebler2022-04-146-10/+47
* Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein2022-04-132-2/+2
* hurd: Define ELIBEXECSamuel Thibault2022-04-121-0/+2
* Remove _dl_skip_args_internal declarationSzabolcs Nagy2022-04-121-5/+0
* manual: Avoid name collision in libm ULP table [BZ #28956]Tom Coldrick2022-04-112-2/+2
* powerpc: Relocate stinfo->mainAlan Modra2022-04-102-2/+19
* powerpc64: Set up thread register for _dl_relocate_static_pieAlan Modra2022-04-106-11/+33
* powerpc64: Use medium model toc accesses throughoutAlan Modra2022-04-106-15/+30
* linux: Constify rfv variable in dl_vdso_vsymAlan Modra2022-04-101-1/+1
* sparc64: Remove fcopysign{f} implementationAdhemerval Zanella2022-04-077-135/+6
* alpha: Remove fcopysign{f} implementationAdhemerval Zanella2022-04-072-60/+0
* math: Use builtin for ldbl-96 copysignAdhemerval Zanella2022-04-071-7/+3
* ia64: Remove fcopysign{f} implementationAdhemerval Zanella2022-04-073-39/+0
* x86: Remove fcopysign{f} implementationAdhemerval Zanella2022-04-076-175/+0
* powerpc: Remove fcopysign{f} implementationAdhemerval Zanella2022-04-074-174/+0