aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-10nptl: Remove INVALID_TD_Pazanella/pthread-multiple-fixesAdhemerval Zanella
2021-09-10nptl: Use exit_lock when accessing TID on pthread_setschedprioAdhemerval Zanella
2021-09-10nptl: Use exit_lock when accessing TID on pthread_sigqueueAdhemerval Zanella
2021-09-10nptl: Use exit_lock when accessing TID on pthread_setname_npAdhemerval Zanella
2021-09-10nptl: Use exit_lock when accessing TID on pthread_getname_npAdhemerval Zanella
2021-09-10nptl: Use exit_lock when accessing TID on pthread_getschedparamAdhemerval Zanella
2021-09-10nptl: Use exit_lock when accessing TID on pthread_setschedparamAdhemerval Zanella
2021-09-10nptl: Use exit_lock when accessing TID on pthread_getcpuclockidAdhemerval Zanella
2021-09-10nptl: Use exit_lock when accessing TID on pthread_setaffinityAdhemerval Zanella
2021-09-10nptl: Use exit_lock when accessing TID on pthread_getaffinity_npAdhemerval Zanella
2021-09-10nptl: Replace struct thread cancelhandling fieldAdhemerval Zanella
2021-09-10nptl: Move setxid flag out of cancelhandlingAdhemerval Zanella
2021-09-10nptl: Do not use pthread set_tid_address as state synchronization (BZ #19951)Adhemerval Zanella
2021-09-10nptl: Handle robust PI mutexes for !__ASSUME_SET_ROBUST_LIST (BZ #28268)Adhemerval Zanella
2021-09-10nptl: Set cancellation type and state on pthread_exit (BZ #28267)Adhemerval Zanella
2021-09-10nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer
2021-09-10nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer
2021-09-10_Static_assert needs two arguments for compatibility with GCC before 9Florian Weimer
2021-09-10testrun.sh: Add support for --tool=rpctraceSergey Bugaev
2021-09-08Update syscall lists for Linux 5.14Joseph Myers
2021-09-07Fix failing nss/tst-nss-files-hosts-long with local resolverAurelien Jarno
2021-09-07MIPS: Setup errno for {f,l,}xstatJiaxun Yang
2021-09-07Use Linux 5.14 in build-many-glibcs.pyJoseph Myers
2021-09-06locale: Add missing second argument to _Static_assert in C-collate-seq.cFlorian Weimer
2021-09-06Update hppa libm-test-ulpsJohn David Anglin
2021-09-06Add generic C.UTF-8 locale (Bug 17318)Carlos O'Donell
2021-09-06Add 'codepoint_collation' support for LC_COLLATE.Carlos O'Donell
2021-09-06AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura
2021-09-06Revert "AArch64: Update A64FX memset not to degrade at 16KB"Szabolcs Nagy
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-09-03Port shared code information from the wikiSiddhesh Poyarekar
2021-09-03AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura via Libc-alpha
2021-09-01posix: remove some iso-8859-encoded charactersDJ Delorie
2021-08-31configure: Allow LD to be LLD 13.0.0 or above [BZ #26558]Fangrui Song
2021-08-31hurd msync: Drop bogus testSamuel Thibault
2021-08-31hurd: Fix typo in msyncSamuel Thibault
2021-08-30x86-64: Use testl to check __x86_string_controlH.J. Lu
2021-08-30i686: Don't include multiarch memove in libc.aH.J. Lu
2021-08-30support: Add support_wait_for_thread_exitFlorian Weimer
2021-08-27Allow #pragma GCC in headers in conformtestJoseph Myers
2021-08-26nptl: Fix tst-cancel7 and tst-cancelx7 race condition (BZ #14232)Adhemerval Zanella
2021-08-26Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella
2021-08-26support: Add support_open_dev_null_rangeAdhemerval Zanella
2021-08-26llio.texi: Wording fixes in description of closefrom()Michael Kerrisk
2021-08-26Fix error message in memmove test to display correct src pointerSunil K Pandey
2021-08-24elf: Skip tst-auditlogmod-* if the linker doesn't support --depaudit [BZ #28151]Fangrui Song
2021-08-24powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song
2021-08-24x86-64: Remove assembler AVX512DQ checkH.J. Lu
2021-08-24x86-64: Remove compiler -mavx512f checkH.J. Lu
2021-08-24Use __executable_start as the lowest address for profiling [BZ #28153]H.J. Lu