master
nptl: Add POSIX-proposed pthread_mutex_clocklock
Update copyright dates with scripts/update-copyrights
Fix all the remaining misspellings -- BZ 25337
Update.
nptl: Add support for setup guard pages with MADV_GUARD_INSTALL
nptl: Provide __pthread_rwlock_unlock compat symbol for versions before 2.43
nptl: Fix Race conditions in pthread cancellation [BZ#12683]
2005-12-13 Ulrich Drepper <drepper@redhat.com>
Remove "Contributed by" lines
Remove support for lock elision.
Remove configuration name patterns from shlib-versions.
Add test cases for BZ #14557
* include/stdlib.h: Make even more C++ compliant.
y2038: Add test coverage
Compile tst-cleanupx4 test with -fexceptions
nptl: Remove g_refs from condition variables
nptl: Rename tst-execstack to tst-execstack-threads
Add -std=gnu11 and -std=c11 NPTL initializers tests.
* tst-initializers1-c89.c: New file.
2006-07-28 Ulrich Drepper <drepper@redhat.com>
Fix -Waddress warnings in nptl/tst-mutex1.c.
nptl: Reformat Makefile.
Remove warnings in NPTL tests
nptl: Fix PTHREAD_PRIO_PROTECT timed lock
Get rid of warning comparision will always evaluate as true
affinity-inheritance: Overallocate CPU sets
nptl_db: Support different libpthread/ld.so load orders (bug 27744)
pthread_getcpuclockid: Add descriptive comment to smoke test
Commit missing test case wrapper file.
Use 64-bit atomic on sem_t with 8-byte alignment [BZ #33632]
nptl: Include <stdbool.h> in tst-skeleton-affinity-inheritance.c
* Versions.def (ld): Add GLIBC_2.4.
Add missing header files throughout the testsuite.
Get rid of nptl/sysdeps/ entirely!