summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nptl: Remove INVALID_TD_Pazanella/pthread-multiple-fixesAdhemerval Zanella2021-09-101-5/+0
* nptl: Use exit_lock when accessing TID on pthread_setschedprioAdhemerval Zanella2021-09-102-20/+30
* nptl: Use exit_lock when accessing TID on pthread_sigqueueAdhemerval Zanella2021-09-102-28/+34
* nptl: Use exit_lock when accessing TID on pthread_setname_npAdhemerval Zanella2021-09-102-14/+30
* nptl: Use exit_lock when accessing TID on pthread_getname_npAdhemerval Zanella2021-09-102-17/+34
* nptl: Use exit_lock when accessing TID on pthread_getschedparamAdhemerval Zanella2021-09-102-25/+37
* nptl: Use exit_lock when accessing TID on pthread_setschedparamAdhemerval Zanella2021-09-102-23/+34
* nptl: Use exit_lock when accessing TID on pthread_getcpuclockidAdhemerval Zanella2021-09-102-12/+21
* nptl: Use exit_lock when accessing TID on pthread_setaffinityAdhemerval Zanella2021-09-102-10/+22
* nptl: Use exit_lock when accessing TID on pthread_getaffinity_npAdhemerval Zanella2021-09-103-11/+69
* nptl: Replace struct thread cancelhandling fieldAdhemerval Zanella2021-09-1020-100/+56
* nptl: Move setxid flag out of cancelhandlingAdhemerval Zanella2021-09-104-42/+26
* nptl: Do not use pthread set_tid_address as state synchronization (BZ #19951)Adhemerval Zanella2021-09-1015-159/+145
* nptl: Handle robust PI mutexes for !__ASSUME_SET_ROBUST_LIST (BZ #28268)Adhemerval Zanella2021-09-101-26/+26
* nptl: Set cancellation type and state on pthread_exit (BZ #28267)Adhemerval Zanella2021-09-107-11/+152
* nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer2021-09-107-25/+275
* nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer2021-09-106-95/+106
* _Static_assert needs two arguments for compatibility with GCC before 9Florian Weimer2021-09-101-0/+7
* testrun.sh: Add support for --tool=rpctraceSergey Bugaev2021-09-101-2/+7
* Update syscall lists for Linux 5.14Joseph Myers2021-09-0826-2/+33
* Fix failing nss/tst-nss-files-hosts-long with local resolverAurelien Jarno2021-09-071-0/+1
* MIPS: Setup errno for {f,l,}xstatJiaxun Yang2021-09-073-3/+9
* Use Linux 5.14 in build-many-glibcs.pyJoseph Myers2021-09-071-1/+1
* 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