aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-26NEWS: Add item for __memcmpeqNoah Goldstein1-0/+4
2021-10-26String: Add tests for __memcmpeqNoah Goldstein3-14/+45
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein27-0/+38
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein64-0/+120
2021-10-25configure: Don't check LD -v --help for LIBC_LINKER_FEATUREFangrui Song3-66/+48
2021-10-25elf: Make global.out depend on reldepmod4.so [BZ #28457]H.J. Lu1-1/+1
2021-10-23x86: Replace sse2 instructions with avx in memcmp-evex-movbe.SNoah Goldstein1-2/+2
2021-10-23bench-math: Sort and put each bench per lineH.J. Lu1-6/+62
2021-10-22x86_64: Add missing libmvec ABI testsSunil K Pandey43-8/+152
2021-10-21elf: Fix e6fd79f379 build with --enable-tunables=noAdhemerval Zanella1-0/+9
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang14-42/+269
2021-10-21elf: Testing infrastructure for ld.so DSO sorting (BZ #17645)Chung-Lin Tang10-1/+1884
2021-10-21iconv: Use TIMEOUTFACTOR for iconv test timeoutStafford Horne1-1/+4
2021-10-21posix: Remove alloca usage for internal fnmatch implementationAdhemerval Zanella2-127/+87
2021-10-21Add alloc_align attribute to memalign et alJonathan Wakely4-5/+19
2021-10-20linux: Fix a possibly non-constant expression in _Static_assertFangrui Song1-3/+3
2021-10-20x86-64: Add sysdeps/x86_64/fpu/MakeconfigH.J. Lu3-139/+155
2021-10-20stdlib: Fix tst-canon-bz26341 when the glibc build current working directory ...omain GEISSLER1-0/+6
2021-10-20powerpc: Remove backtrace implementationAdhemerval Zanella5-277/+0
2021-10-20Correct access attribute on memfrob (bug 28475)Joseph Myers4-4/+4
2021-10-20debug: Add tests for _FORTIFY_SOURCE=3Siddhesh Poyarekar4-50/+69
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar7-438/+226
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