aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-23stdio-common: Add tst-vfprintf-width-i18n to cover numeric field widthFlorian Weimer2-0/+98
2022-05-23string.h: fix __fortified_attr_access macro call [BZ #29162]Sergei Trofimovich1-1/+1
2022-05-18Enable DT_RELR in glibc shared libraries and PIEs automaticallyH.J. Lu3-1/+18
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 Zanella4-7/+28
2022-05-17linux: Add pidfd_send_signalAdhemerval Zanella37-3/+46
2022-05-17linux: Add pidfd_getfdAdhemerval Zanella38-3/+47
2022-05-17linux: Add pidfd_openAdhemerval Zanella39-1/+133
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 Nagy12-153/+5
2022-05-17rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy2-30/+73
2022-05-16scripts/glibcelf.py: Add *T_RISCV_* constantsFlorian Weimer1-0/+12
2022-05-16Remove dl-librecon.h header.Adhemerval Zanella7-116/+4
2022-05-16elf: Remove ldconfig kernel version checkAdhemerval Zanella14-207/+91
2022-05-16Remove kernel version checkAdhemerval Zanella17-309/+33
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 Weimer7-10/+202
2022-05-16Linux: Introduce __brk_call for invoking the brk system callFlorian Weimer5-78/+71
2022-05-16sys/cdefs.h: Do not require C++ compilers to define __STDC__Jonathan Wakely1-2/+2
2022-05-16fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]Siddhesh Poyarekar1-1/+1
2022-05-16Update RISC-V specific ELF definitionsAndreas Schwab1-0/+15
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-13Remove configure fno_unit_at_a_timeAdhemerval Zanella3-52/+0
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella8-26/+47
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella16-33/+120
2022-05-13Add declare_object_symbol_alias for assembly codes (BZ #28128)H.J. Lu1-6/+8
2022-05-13wcrtomb: Make behavior POSIX compliantSiddhesh Poyarekar5-20/+41
2022-05-09nptl: Add backoff mechanism to spinlock loopWangyang Guo4-2/+89
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-06benchtests: Add wcrtomb microbenchmarkSiddhesh Poyarekar2-0/+140
2022-05-05clock_settime/clock_gettime: Use __nonnull to avoid null pointerXiaoming Ni2-6/+9
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-04manual: Clarify that abbreviations of long options are allowedSiddhesh Poyarekar1-1/+2
2022-05-02elf: Remove fallback to the start of DT_STRTAB for dladdrFangrui Song1-11/+5
2022-05-02powerpc32: Remove unused HAVE_PPC_SECURE_PLTFangrui Song3-44/+0
2022-04-29dlfcn: Implement the RTLD_DI_PHDR request type for dlinfoFlorian Weimer5-5/+159