about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Remove configure fno_unit_at_a_timeAdhemerval Zanella2022-05-133-52/+0
* stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella2022-05-138-26/+47
* stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella2022-05-1316-33/+120
* Add declare_object_symbol_alias for assembly codes (BZ #28128)H.J. Lu2022-05-131-6/+8
* wcrtomb: Make behavior POSIX compliantSiddhesh Poyarekar2022-05-135-20/+41
* nptl: Add backoff mechanism to spinlock loopWangyang Guo2022-05-094-2/+89
* 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
* benchtests: Add wcrtomb microbenchmarkSiddhesh Poyarekar2022-05-062-0/+140
* clock_settime/clock_gettime: Use __nonnull to avoid null pointerXiaoming Ni2022-05-052-6/+9
* 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
* manual: Clarify that abbreviations of long options are allowedSiddhesh Poyarekar2022-05-041-1/+2
* elf: Remove fallback to the start of DT_STRTAB for dladdrFangrui Song2022-05-021-11/+5
* powerpc32: Remove unused HAVE_PPC_SECURE_PLTFangrui Song2022-05-023-44/+0
* dlfcn: Implement the RTLD_DI_PHDR request type for dlinfoFlorian Weimer2022-04-295-5/+159
* manual: Document the dlinfo functionFlorian Weimer2022-04-291-1/+70
* Do not use --hash-style=both for building glibc shared objectsFlorian Weimer2022-04-295-61/+0
* benchtests: Better libmvec integrationSiddhesh Poyarekar2022-04-292-19/+17
* benchtests: Add UNSUPPORTED benchmark statusSiddhesh Poyarekar2022-04-292-11/+24
* linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)Adhemerval Zanella2022-04-284-6/+30
* Use __ehdr_start rather than _begin in _dl_start_finalAlan Modra2022-04-282-6/+4
* sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein2022-04-271-0/+42
* posix/glob.c: update from gnulibDJ Delorie2022-04-272-12/+59
* benchtests: Add pthread-mutex-locks benchWangyang Guo2022-04-272-0/+290
* linux: Fix missing internal 64 bit time_t stat usageAdhemerval Zanella2022-04-272-4/+4
* elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libra...Adhemerval Zanella2022-04-2714-1/+200
* posix: Remove unused definition on _ForkAdhemerval Zanella2022-04-261-3/+0
* NEWS: Mention DT_RELR supportH.J. Lu2022-04-261-1/+6
* elf: Add more DT_RELR testsH.J. Lu2022-04-2610-3/+286
* elf: Properly handle zero DT_RELA/DT_REL valuesH.J. Lu2022-04-262-7/+23
* elf: Support DT_RELR relative relocation format [BZ #27924]Fangrui Song2022-04-267-0/+170
* Add GLIBC_ABI_DT_RELR for DT_RELR supportH.J. Lu2022-04-266-5/+60
* elf: Define DT_RELR related macros and typesH.J. Lu2022-04-262-2/+15
* elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song2022-04-2641-82/+46
* i386: Regenerate ulpsCarlos O'Donell2022-04-262-2/+2
* dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)Florian Weimer2022-04-2614-14/+159
* INSTALL: Rephrase -with-default-link documentationFlorian Weimer2022-04-262-9/+9
* elf: Move post-relocation code of _dl_start into _dl_start_finalFangrui Song2022-04-251-15/+10
* misc: Fix rare fortify crash on wchar funcs. [BZ 29030]Joan Bruguera2022-04-252-6/+11
* elf: Remove unused enum allowmaskFangrui Song2022-04-251-11/+0
* scripts/glibcelf.py: Mark as UNSUPPORTED on Python 3.5 and earlierFlorian Weimer2022-04-251-0/+6
* x86: Optimize {str|wcs}rchr-evexNoah Goldstein2022-04-221-181/+290
* x86: Optimize {str|wcs}rchr-avx2Noah Goldstein2022-04-221-157/+269