summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stdlib: Remove use of mergesort on qsort (BZ #21719)azanella/qsort-fixesAdhemerval Zanella2021-09-066-321/+18
* stdlib: Implement introsort with qsortAdhemerval Zanella2021-09-061-7/+88
* stdlib: qsort: Move some macros to inline functionAdhemerval Zanella2021-09-061-10/+23
* stdlib: Move insertion sort out qsortAdhemerval Zanella2021-09-061-47/+53
* stdlib: Optimization qsort{_r} swap implementation (BZ #19305)Adhemerval Zanella2021-09-061-18/+91
* support: Fix getopt_long with CMDLINE_OPTIONSAdhemerval Zanella2021-09-062-1/+1
* benchtests: Add bench-qsortAdhemerval Zanella2021-09-062-1/+196
* stdlib: Add more qsort{_r} coverageAdhemerval Zanella2021-09-063-1/+424
* locale: Add missing second argument to _Static_assert in C-collate-seq.cFlorian Weimer2021-09-061-1/+1
* Update hppa libm-test-ulpsJohn David Anglin2021-09-061-1/+1
* Add generic C.UTF-8 locale (Bug 17318)Carlos O'Donell2021-09-0616-34/+1131
* Add 'codepoint_collation' support for LC_COLLATE.Carlos O'Donell2021-09-066-229/+286
* AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura2021-09-061-1/+8
* Revert "AArch64: Update A64FX memset not to degrade at 16KB"Szabolcs Nagy2021-09-061-8/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-033303-4023/+10534
* Port shared code information from the wikiSiddhesh Poyarekar2021-09-032-0/+277
* AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura via Libc-alpha2021-09-031-1/+8
* posix: remove some iso-8859-encoded charactersDJ Delorie2021-09-015-336/+357
* configure: Allow LD to be LLD 13.0.0 or above [BZ #26558]Fangrui Song2021-08-313-9/+99
* hurd msync: Drop bogus testSamuel Thibault2021-08-311-3/+0
* hurd: Fix typo in msyncSamuel Thibault2021-08-311-1/+1
* x86-64: Use testl to check __x86_string_controlH.J. Lu2021-08-301-2/+2
* i686: Don't include multiarch memove in libc.aH.J. Lu2021-08-301-1/+1
* support: Add support_wait_for_thread_exitFlorian Weimer2021-08-303-1/+78
* Allow #pragma GCC in headers in conformtestJoseph Myers2021-08-271-0/+8
* nptl: Fix tst-cancel7 and tst-cancelx7 race condition (BZ #14232)Adhemerval Zanella2021-08-261-57/+57
* Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella2021-08-263-48/+17
* support: Add support_open_dev_null_rangeAdhemerval Zanella2021-08-264-0/+299
* llio.texi: Wording fixes in description of closefrom()Michael Kerrisk2021-08-261-2/+2
* Fix error message in memmove test to display correct src pointerSunil K Pandey2021-08-261-1/+1
* elf: Skip tst-auditlogmod-* if the linker doesn't support --depaudit [BZ #28151]Fangrui Song2021-08-243-1/+41
* powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song2021-08-243-0/+40
* x86-64: Remove assembler AVX512DQ checkH.J. Lu2021-08-2415-141/+0
* x86-64: Remove compiler -mavx512f checkH.J. Lu2021-08-245-42/+0
* Use __executable_start as the lowest address for profiling [BZ #28153]H.J. Lu2021-08-243-1/+13
* hurd: Fix errlist error mappingSamuel Thibault2021-08-231-5/+7
* hurd: Remove old test-err_np.c fileSamuel Thibault2021-08-231-4/+0
* Fix iconv build with GCC mainlineJoseph Myers2021-08-231-0/+6
* rtld: copy terminating null in tunables_strdup (bug 28256)Andreas Schwab2021-08-231-2/+0
* mtrace: Fix output with PIE and ASLR [BZ #22716]Siddhesh Poyarekar2021-08-232-11/+10
* x86-64: Optimize load of all bits set into ZMM register [BZ #28252]H.J. Lu2021-08-2210-64/+11
* Update string/test-memmove.c to cover 16KB copyH.J. Lu2021-08-201-0/+48
* elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253]Arjun Shankar2021-08-201-1/+1
* x86: fix Autoconf caching of instruction support checks [BZ #27991]Matt Whitlock2021-08-192-37/+53
* arm: Simplify elf_machine_{load_address,dynamic}Fangrui Song2021-08-181-37/+10
* riscv: Drop reliance on _GLOBAL_OFFSET_TABLE_[0]Fangrui Song2021-08-181-11/+10
* Remove sysdeps/*/tls-macros.hFangrui Song2021-08-1824-1451/+0
* x86_64: Simplify elf_machine_{load_address,dynamic}Fangrui Song2021-08-171-14/+7
* elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song2021-08-1613-199/+64
* hurd: Drop fmh kludgeSamuel Thibault2021-08-161-35/+0