aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2022-05-30sh: Remove _dl_skip_args usageAdhemerval Zanella1-15/+1
2022-05-30s390: Remove _dl_skip_args usageAdhemerval Zanella2-62/+0
2022-05-30riscv: Remove _dl_skip_args usageAdhemerval Zanella1-11/+1
2022-05-30nios2: Remove _dl_skip_args usage (BZ# 29187)Adhemerval Zanella1-40/+10
2022-05-30mips: Remove _dl_skip_args usageAdhemerval Zanella1-29/+2
2022-05-30microblaze: Remove _dl_skip_args usageAdhemerval Zanella1-5/+0
2022-05-30m68k: Remove _dl_skip_args usageAdhemerval Zanella1-7/+0
2022-05-30ia64: Remove _dl_skip_args usageAdhemerval Zanella1-56/+14
2022-05-30i686: Remove _dl_skip_args usageAdhemerval Zanella1-11/+2
2022-05-30hppa: Remove _dl_skip_args usage (BZ# 29165)Adhemerval Zanella1-22/+14
2022-05-30csky: Remove _dl_skip_args usageAdhemerval Zanella1-18/+1
2022-05-30arc: Remove _dl_skip_args usageAdhemerval Zanella1-15/+2
2022-05-30arm: Remove _dl_skip_args usageAdhemerval Zanella1-39/+0
2022-05-30alpha: Remove _dl_skip_args usageAdhemerval Zanella1-41/+0
2022-05-26x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOTH.J. Lu1-2/+4
2022-05-26x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlenSunil K Pandey7-0/+346
2022-05-26Update kernel version to 5.18 in header constant testsJoseph Myers2-2/+2
2022-05-25Update syscall-names.list for Linux 5.18Joseph Myers1-2/+2
2022-05-25Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar5-4/+372
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella12-208/+29
2022-05-23linux: Add CLONE_NEWTIME from Linux 5.6 to bits/sched.hAdhemerval Zanella1-0/+4
2022-05-23Revert "[ARM][BZ #17711] Fix extern protected data handling"Fangrui Song2-28/+3
2022-05-23Revert "[AArch64][BZ #17711] Fix extern protected data handling"Fangrui Song2-28/+6
2022-05-23elf: Optimize _dl_new_hash in dl-new-hash.hNoah Goldstein2-0/+133
2022-05-18S390: Enable static PIEStefan Liebler3-0/+242
2022-05-17linux: Add tst-pidfd.cAdhemerval Zanella2-0/+173
2022-05-17linux: Add P_PIDFDAdhemerval Zanella2-0/+26
2022-05-17linux: Add pidfd_send_signalAdhemerval Zanella36-0/+43
2022-05-17linux: Add pidfd_getfdAdhemerval Zanella37-0/+44
2022-05-17linux: Add pidfd_openAdhemerval Zanella38-1/+129
2022-05-17aarch64: Move ld.so _start to separate file and drop _dl_skip_argsSzabolcs Nagy3-75/+56
2022-05-17linux: Add a getauxval test [BZ #23293]Szabolcs Nagy2-0/+75
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