about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* debug: Add tests for _FORTIFY_SOURCE=3Siddhesh Poyarekar2021-10-204-50/+69
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-207-438/+226
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-209-26/+42
* glibcextract.py: Place un-assemblable @@@ in a commentFangrui Song2021-10-191-1/+1
* nss: Unnest nested function add_keyFangrui Song2021-10-191-41/+41
* ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu2021-10-195-27/+17
* timex: Use 64-bit fields on 32-bit TIMESIZE=64 systems (BZ #28469)Stafford Horne2021-10-181-1/+1
* manual: Update _TIME_BITS to clarify it's user definedStafford Horne2021-10-181-2/+2
* nptl: Fix tst-cancel7 and tst-cancelx7 pidfile raceStafford Horne2021-10-181-6/+3
* elf: Fix elf_get_dynamic_info() for bootstrapAdhemerval Zanella2021-10-185-45/+61
* hurd if_index: Explicitly use AF_INET for if index discoverySamuel Thibault2021-10-181-3/+3
* hurd: Fix intr-msg parameter/stack kludgeSamuel Thibault2021-10-181-10/+39
* x86-64: Add test-vector-abi.h/test-vector-abi-sincos.hH.J. Lu2021-10-1417-172/+80
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-1436-175/+272
* x86: Optimize memset-vec-unaligned-erms.SNoah Goldstein2021-10-125-95/+232
* x86: Optimize memcmp-evex-movbe.S for frontend behavior and sizeNoah Goldstein2021-10-121-192/+242
* libio: Update tst-wfile-sync to not depend on stdinStafford Horne2021-10-122-4/+24
* elf: Update audit tests to not depend on stdoutStafford Horne2021-10-127-125/+22
* elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella2021-10-1211-17/+27
* Add TEST_COMPARE_STRING_WIDE to support/check.hJoseph Myers2021-10-1211-138/+448
* Fix nios2 localplt failureJoseph Myers2021-10-111-0/+1
* elf: Remove Intel MPX support (lazy PLT, ld.so profile, and LD_AUDIT)Fangrui Song2021-10-1112-186/+7
* resolv: Avoid GCC 12 false positive warning [BZ #28439].Martin Sebor2021-10-111-1/+3
* benchtests: Add medium cases and increase iters in bench-memset.cNoah Goldstein2021-10-081-2/+2
* x86: Modify ENTRY in sysdep.h so that p2align can be specifiedNoah Goldstein2021-10-081-2/+5
* resolv: make res_randomid use random_bits()Cristian Rodríguez2021-10-081-1/+2
* Linux: implement getloadavg(3) using sysinfo(2)Cristian Rodríguez2021-10-081-36/+14
* Remove unreliable parts of rt/tst-cpuclock2DJ Delorie2021-10-071-78/+13
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2021-10-0728-323/+380
* Add run-time check for indirect external accessH.J. Lu2021-10-072-0/+59
* Initial support for GNU_PROPERTY_1_NEEDEDH.J. Lu2021-10-075-7/+43
* io: Fix ftw internal realloc buffer (BZ #28126)Adhemerval Zanella2021-10-073-20/+117
* Fix subscript error with odd TZif file [BZ #28338]Paul Eggert2021-10-071-2/+1
* S390: Add PCI_MIO and SIE HWCAPsStefan Liebler2021-10-073-3/+12
* support: Also return fd when it is 0Siddhesh Poyarekar2021-10-061-7/+7
* ld.so: Don't fill the DT_DEBUG entry in ld.so [BZ #28129]H.J. Lu2021-10-061-6/+0
* S390: update libm test ulpsStefan Liebler2021-10-061-1/+1
* powerpc: update libm test ulpsAdhemerval Zanella2021-10-061-1/+1
* math: Also xfail the new j0f tests for ibm128-libgccAdhemerval Zanella2021-10-062-1144/+1144
* y2038: Use a common definition for stat for sparc32Adhemerval Zanella2021-10-061-23/+31
* Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compareJoseph Myers2021-10-051-1/+1
* aarch64: update libm test ulpsSzabolcs Nagy2021-10-051-1/+1
* Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann2021-10-053-3/+1148
* Fix stdio-common tests for GCC 12 -WaddressJoseph Myers2021-10-043-10/+0
* benchtests: Building benchmarks as static executablesH.J. Lu2021-10-042-7/+29
* elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy2021-10-0410-12/+235
* time: Ignore interval nanoseconds on tst-itimerAdhemerval Zanella2021-10-041-9/+10
* io: Do not skip timestamps tests for 32-bit time_tAdhemerval Zanella2021-10-041-1/+3
* Update to Unicode 14.0.0 [BZ #28390]Mike FABIAN2021-10-0415-2246/+4913
* nptl: pthread_kill must send signals to a specific thread [BZ #28407]Florian Weimer2021-10-013-3/+94