aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar9-26/+42
2021-10-19glibcextract.py: Place un-assemblable @@@ in a commentFangrui Song1-1/+1
2021-10-19nss: Unnest nested function add_keyFangrui Song1-41/+41
2021-10-19ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu5-27/+17
2021-10-18timex: Use 64-bit fields on 32-bit TIMESIZE=64 systems (BZ #28469)Stafford Horne1-1/+1
2021-10-18manual: Update _TIME_BITS to clarify it's user definedStafford Horne1-2/+2
2021-10-18nptl: Fix tst-cancel7 and tst-cancelx7 pidfile raceStafford Horne1-6/+3
2021-10-18elf: Fix elf_get_dynamic_info() for bootstrapAdhemerval Zanella5-45/+61
2021-10-18hurd if_index: Explicitly use AF_INET for if index discoverySamuel Thibault1-3/+3
2021-10-18hurd: Fix intr-msg parameter/stack kludgeSamuel Thibault1-10/+39
2021-10-14x86-64: Add test-vector-abi.h/test-vector-abi-sincos.hH.J. Lu17-172/+80
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella36-175/+272
2021-10-12x86: Optimize memset-vec-unaligned-erms.SNoah Goldstein5-95/+232
2021-10-12x86: Optimize memcmp-evex-movbe.S for frontend behavior and sizeNoah Goldstein1-192/+242
2021-10-12libio: Update tst-wfile-sync to not depend on stdinStafford Horne2-4/+24
2021-10-12elf: Update audit tests to not depend on stdoutStafford Horne7-125/+22
2021-10-12elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella11-17/+27
2021-10-12Add TEST_COMPARE_STRING_WIDE to support/check.hJoseph Myers11-138/+448
2021-10-11Fix nios2 localplt failureJoseph Myers1-0/+1
2021-10-11elf: Remove Intel MPX support (lazy PLT, ld.so profile, and LD_AUDIT)Fangrui Song12-186/+7
2021-10-11resolv: Avoid GCC 12 false positive warning [BZ #28439].Martin Sebor1-1/+3
2021-10-08benchtests: Add medium cases and increase iters in bench-memset.cNoah Goldstein1-2/+2
2021-10-08x86: Modify ENTRY in sysdep.h so that p2align can be specifiedNoah Goldstein1-2/+5
2021-10-08resolv: make res_randomid use random_bits()Cristian Rodríguez1-1/+2
2021-10-08Linux: implement getloadavg(3) using sysinfo(2)Cristian Rodríguez1-36/+14
2021-10-07Remove unreliable parts of rt/tst-cpuclock2DJ Delorie1-78/+13
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song28-323/+380
2021-10-07Add run-time check for indirect external accessH.J. Lu2-0/+59
2021-10-07Initial support for GNU_PROPERTY_1_NEEDEDH.J. Lu5-7/+43
2021-10-07io: Fix ftw internal realloc buffer (BZ #28126)Adhemerval Zanella3-20/+117
2021-10-07Fix subscript error with odd TZif file [BZ #28338]Paul Eggert1-2/+1
2021-10-07S390: Add PCI_MIO and SIE HWCAPsStefan Liebler3-3/+12
2021-10-06support: Also return fd when it is 0Siddhesh Poyarekar1-7/+7
2021-10-06ld.so: Don't fill the DT_DEBUG entry in ld.so [BZ #28129]H.J. Lu1-6/+0
2021-10-06S390: update libm test ulpsStefan Liebler1-1/+1
2021-10-06powerpc: update libm test ulpsAdhemerval Zanella1-1/+1
2021-10-06math: Also xfail the new j0f tests for ibm128-libgccAdhemerval Zanella2-1144/+1144
2021-10-06y2038: Use a common definition for stat for sparc32Adhemerval Zanella1-23/+31
2021-10-05Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compareJoseph Myers1-1/+1
2021-10-05aarch64: update libm test ulpsSzabolcs Nagy1-1/+1
2021-10-05Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann3-3/+1148
2021-10-04Fix stdio-common tests for GCC 12 -WaddressJoseph Myers3-10/+0
2021-10-04benchtests: Building benchmarks as static executablesH.J. Lu2-7/+29
2021-10-04elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy10-12/+235
2021-10-04time: Ignore interval nanoseconds on tst-itimerAdhemerval Zanella1-9/+10
2021-10-04io: Do not skip timestamps tests for 32-bit time_tAdhemerval Zanella1-1/+3
2021-10-04Update to Unicode 14.0.0 [BZ #28390]Mike FABIAN15-2246/+4913
2021-10-01nptl: pthread_kill must send signals to a specific thread [BZ #28407]Florian Weimer3-3/+94
2021-10-01support: Add check for TID zero in support_wait_for_thread_exitFlorian Weimer1-1/+4
2021-10-01nptl: Add CLOCK_MONOTONIC support for PI mutexesAdhemerval Zanella4-38/+54