about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein2021-10-2664-0/+120
* configure: Don't check LD -v --help for LIBC_LINKER_FEATUREFangrui Song2021-10-253-66/+48
* elf: Make global.out depend on reldepmod4.so [BZ #28457]H.J. Lu2021-10-251-1/+1
* x86: Replace sse2 instructions with avx in memcmp-evex-movbe.SNoah Goldstein2021-10-231-2/+2
* bench-math: Sort and put each bench per lineH.J. Lu2021-10-231-6/+62
* x86_64: Add missing libmvec ABI testsSunil K Pandey2021-10-2243-8/+152
* elf: Fix e6fd79f379 build with --enable-tunables=noAdhemerval Zanella2021-10-211-0/+9
* elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang2021-10-2114-42/+269
* elf: Testing infrastructure for ld.so DSO sorting (BZ #17645)Chung-Lin Tang2021-10-2110-1/+1884
* iconv: Use TIMEOUTFACTOR for iconv test timeoutStafford Horne2021-10-211-1/+4
* posix: Remove alloca usage for internal fnmatch implementationAdhemerval Zanella2021-10-212-127/+87
* Add alloc_align attribute to memalign et alJonathan Wakely2021-10-214-5/+19
* linux: Fix a possibly non-constant expression in _Static_assertFangrui Song2021-10-201-3/+3
* x86-64: Add sysdeps/x86_64/fpu/MakeconfigH.J. Lu2021-10-203-139/+155
* stdlib: Fix tst-canon-bz26341 when the glibc build current working directory ...omain GEISSLER2021-10-201-0/+6
* powerpc: Remove backtrace implementationAdhemerval Zanella2021-10-205-277/+0
* Correct access attribute on memfrob (bug 28475)Joseph Myers2021-10-204-4/+4
* 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