Timo Teras a501a33e97 nptl: mark forwarded functions protected 15 년 전
..
sysdeps a501a33e97 nptl: mark forwarded functions protected 15 년 전
.gitignore fce44dc956 update nptl gitignore 15 년 전
ChangeLog a032a65870 mass sync with glibc nptl 15 년 전
DESIGN-barrier.txt a032a65870 mass sync with glibc nptl 15 년 전
DESIGN-condvar.txt a032a65870 mass sync with glibc nptl 15 년 전
DESIGN-rwlock.txt a032a65870 mass sync with glibc nptl 15 년 전
DESIGN-sem.txt a032a65870 mass sync with glibc nptl 15 년 전
Makefile c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
Makefile.in 2a0393652f get rid of extra variables for nptl pregen altogether 15 년 전
README.NPTL c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
TODO a032a65870 mass sync with glibc nptl 15 년 전
TODO-kernel a032a65870 mass sync with glibc nptl 15 년 전
TODO-testing a032a65870 mass sync with glibc nptl 15 년 전
alloca_cutoff.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
allocatestack.c a032a65870 mass sync with glibc nptl 15 년 전
banner.h c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
cancellation.c a032a65870 mass sync with glibc nptl 15 년 전
cleanup.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
cleanup_compat.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
cleanup_defer.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
cleanup_defer_compat.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
cleanup_routine.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
descr.h 94f3c30dc2 Assorted fixed to get nptl compiling on ARM 15 년 전
eintr.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
events.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
forward.c 5e6d4834e6 a few more build fixes nptl sync 15 년 전
herrno.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
init.c a45cf01f79 nptl: initialize stdio locking 15 년 전
libc-cancellation.c a032a65870 mass sync with glibc nptl 15 년 전
linux_fsinfo.h c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
pt-cleanup.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pt-system.c a032a65870 mass sync with glibc nptl 15 년 전
pthread-errnos.sym a032a65870 mass sync with glibc nptl 15 년 전
pthreadP.h f14c584876 compile fixes for i386 nptl 15 년 전
pthread_atfork.c 323bc3be3b Fixes to get nptl compiling for x86 15 년 전
pthread_attr_destroy.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_attr_getdetachstate.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_attr_getguardsize.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_attr_getinheritsched.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_attr_getschedparam.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_attr_getschedpolicy.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_attr_getscope.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_attr_getstack.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_attr_getstackaddr.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_attr_getstacksize.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_attr_init.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_attr_setdetachstate.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_attr_setguardsize.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_attr_setinheritsched.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_attr_setschedparam.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_attr_setschedpolicy.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_attr_setscope.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_attr_setstack.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_attr_setstackaddr.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_attr_setstacksize.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_barrierattr_destroy.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_barrierattr_getpshared.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_barrierattr_init.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_barrierattr_setpshared.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_cancel.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_clock_gettime.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
pthread_clock_settime.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
pthread_cond_destroy.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_cond_init.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_condattr_destroy.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_condattr_getclock.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_condattr_getpshared.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_condattr_init.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_condattr_setclock.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_condattr_setpshared.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_create.c e80e2f6126 Revert "nptl: mark symbols with libc forwarder hidden" 15 년 전
pthread_detach.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_equal.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_exit.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_getattr_np.c 94f3c30dc2 Assorted fixed to get nptl compiling on ARM 15 년 전
pthread_getconcurrency.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
pthread_getschedparam.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_getspecific.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_join.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_key_create.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_key_delete.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_kill_other_threads.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
pthread_mutex_consistent.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_mutex_destroy.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_mutex_getprioceiling.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_mutex_init.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_mutex_lock.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_mutex_setprioceiling.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_mutex_timedlock.c 62c4a3cae4 pthread_mutex_timedlock: always build with optimizations 15 년 전
pthread_mutex_trylock.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_mutex_unlock.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_mutexattr_destroy.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_mutexattr_getprioceiling.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_mutexattr_getprotocol.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_mutexattr_getpshared.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_mutexattr_getrobust.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_mutexattr_gettype.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_mutexattr_init.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_mutexattr_setprioceiling.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_mutexattr_setprotocol.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_mutexattr_setpshared.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_mutexattr_setrobust.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_mutexattr_settype.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_rwlock_destroy.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_rwlock_init.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_rwlock_tryrdlock.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_rwlock_trywrlock.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_rwlockattr_destroy.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_rwlockattr_getkind_np.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_rwlockattr_getpshared.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_rwlockattr_init.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_rwlockattr_setkind_np.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_rwlockattr_setpshared.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_self.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_setcancelstate.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_setcanceltype.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_setconcurrency.c 8ebd4b8855 nptl: fix old style function declerations 16 년 전
pthread_setegid.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
pthread_seteuid.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
pthread_setgid.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
pthread_setregid.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
pthread_setresgid.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
pthread_setresuid.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
pthread_setreuid.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
pthread_setschedparam.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_setschedprio.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_setspecific.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
pthread_setuid.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
pthread_testcancel.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
pthread_timedjoin.c a032a65870 mass sync with glibc nptl 15 년 전
pthread_tryjoin.c a032a65870 mass sync with glibc nptl 15 년 전
res.c a032a65870 mass sync with glibc nptl 15 년 전
sem_close.c a032a65870 mass sync with glibc nptl 15 년 전
sem_destroy.c a032a65870 mass sync with glibc nptl 15 년 전
sem_getvalue.c a032a65870 mass sync with glibc nptl 15 년 전
sem_init.c a032a65870 mass sync with glibc nptl 15 년 전
sem_open.c a032a65870 mass sync with glibc nptl 15 년 전
sem_unlink.c a032a65870 mass sync with glibc nptl 15 년 전
semaphore.h c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전
semaphoreP.h a032a65870 mass sync with glibc nptl 15 년 전
unwind.c a501a33e97 nptl: mark forwarded functions protected 15 년 전
vars.c a032a65870 mass sync with glibc nptl 15 년 전
version.c a032a65870 mass sync with glibc nptl 15 년 전
version.h c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc 16 년 전

README.NPTL

The base NPTL code for uClibc is from the glibc project located at
. The starting version was the HEAD of
the glibc CVS repository dated 2005-05-06. Important changes from
glibc will continue to be brought in as necessary until the version
for uClibc is standing on its own. All of the files were originally
brought over verbatim with no modifications. Obviously, these will
undergo any necessary changes needed for integration into uClibc.
Additionally (or subtractingly), the files and directories below
were removed and not imported.

-- Steven J. Hill on 2005-05-06


nptl/Makeconfig
nptl/configure
nptl/shlib-versions
nptl/sysdeps/generic
nptl/sysdeps/ia64
nptl/sysdeps/pthread/Makefile
nptl/sysdeps/pthread/Subdirs
nptl/sysdeps/pthread/allocalim.h
nptl/sysdeps/pthread/configure
nptl/sysdeps/pthread/configure.in
nptl/sysdeps/pthread/createthread.c
nptl/sysdeps/pthread/flockfile.c
nptl/sysdeps/pthread/ftrylockfile.c
nptl/sysdeps/pthread/funlockfile.c
nptl/sysdeps/pthread/librt-cancellation.c
nptl/sysdeps/pthread/list.h
nptl/sysdeps/pthread/malloc-machine.h
nptl/sysdeps/pthread/posix-timer.h
nptl/sysdeps/pthread/pt-initfini.c
nptl/sysdeps/pthread/pt-longjmp.c
nptl/sysdeps/pthread/pthread-functions.h
nptl/sysdeps/pthread/pthread.h
nptl/sysdeps/pthread/pthread_barrier_wait.c
nptl/sysdeps/pthread/pthread_cond_broadcast.c
nptl/sysdeps/pthread/pthread_cond_signal.c
nptl/sysdeps/pthread/pthread_cond_timedwait.c
nptl/sysdeps/pthread/pthread_cond_wait.c
nptl/sysdeps/pthread/pthread_getcpuclockid.c
nptl/sysdeps/pthread/pthread_once.c
nptl/sysdeps/pthread/pthread_rwlock_rdlock.c
nptl/sysdeps/pthread/pthread_rwlock_timedrdlock.c
nptl/sysdeps/pthread/pthread_rwlock_timedwrlock.c
nptl/sysdeps/pthread/pthread_rwlock_unlock.c
nptl/sysdeps/pthread/pthread_rwlock_wrlock.c
nptl/sysdeps/pthread/pthread_sigmask.c
nptl/sysdeps/pthread/pthread_spin_destroy.c
nptl/sysdeps/pthread/pthread_spin_init.c
nptl/sysdeps/pthread/pthread_spin_unlock.c
nptl/sysdeps/pthread/rt-unwind-resume.c
nptl/sysdeps/pthread/setxid.h
nptl/sysdeps/pthread/sigaction.c
nptl/sysdeps/pthread/sigfillset.c
nptl/sysdeps/pthread/sigprocmask.c
nptl/sysdeps/pthread/tcb-offsets.h
nptl/sysdeps/pthread/timer_create.c
nptl/sysdeps/pthread/timer_delete.c
nptl/sysdeps/pthread/timer_getoverr.c
nptl/sysdeps/pthread/timer_gettime.c
nptl/sysdeps/pthread/timer_routines.c
nptl/sysdeps/pthread/timer_settime.c
nptl/sysdeps/pthread/tst-mqueue8x.c
nptl/sysdeps/pthread/tst-timer.c
nptl/sysdeps/pthread/unwind-forcedunwind.c
nptl/sysdeps/pthread/unwind-resume.c
nptl/sysdeps/s390
nptl/sysdeps/unix
nptl/tst-_res1.c
nptl/tst-_res1mod1.c
nptl/tst-_res1mod2.c
nptl/tst-align.c
nptl/tst-align2.c
nptl/tst-atfork1.c
nptl/tst-atfork2.c
nptl/tst-atfork2mod.c
nptl/tst-attr1.c
nptl/tst-attr2.c
nptl/tst-attr3.c
nptl/tst-backtrace1.c
nptl/tst-barrier1.c
nptl/tst-barrier2.c
nptl/tst-barrier3.c
nptl/tst-barrier4.c
nptl/tst-basic1.c
nptl/tst-basic2.c
nptl/tst-basic3.c
nptl/tst-basic4.c
nptl/tst-basic5.c
nptl/tst-basic6.c
nptl/tst-cancel-wrappers.sh
nptl/tst-cancel1.c
nptl/tst-cancel10.c
nptl/tst-cancel11.c
nptl/tst-cancel12.c
nptl/tst-cancel13.c
nptl/tst-cancel14.c
nptl/tst-cancel15.c
nptl/tst-cancel16.c
nptl/tst-cancel17.c
nptl/tst-cancel18.c
nptl/tst-cancel19.c
nptl/tst-cancel2.c
nptl/tst-cancel20.c
nptl/tst-cancel21.c
nptl/tst-cancel22.c
nptl/tst-cancel23.c
nptl/tst-cancel3.c
nptl/tst-cancel4.c
nptl/tst-cancel5.c
nptl/tst-cancel6.c
nptl/tst-cancel7.c
nptl/tst-cancel8.c
nptl/tst-cancel9.c
nptl/tst-cancelx1.c
nptl/tst-cancelx10.c
nptl/tst-cancelx11.c
nptl/tst-cancelx12.c
nptl/tst-cancelx13.c
nptl/tst-cancelx14.c
nptl/tst-cancelx15.c
nptl/tst-cancelx16.c
nptl/tst-cancelx17.c
nptl/tst-cancelx18.c
nptl/tst-cancelx2.c
nptl/tst-cancelx20.c
nptl/tst-cancelx21.c
nptl/tst-cancelx3.c
nptl/tst-cancelx4.c
nptl/tst-cancelx5.c
nptl/tst-cancelx6.c
nptl/tst-cancelx7.c
nptl/tst-cancelx8.c
nptl/tst-cancelx9.c
nptl/tst-cleanup0.c
nptl/tst-cleanup0.expect
nptl/tst-cleanup1.c
nptl/tst-cleanup2.c
nptl/tst-cleanup3.c
nptl/tst-cleanup4.c
nptl/tst-cleanup4aux.c
nptl/tst-cleanupx0.c
nptl/tst-cleanupx0.expect
nptl/tst-cleanupx1.c
nptl/tst-cleanupx2.c
nptl/tst-cleanupx3.c
nptl/tst-cleanupx4.c
nptl/tst-clock1.c
nptl/tst-clock2.c
nptl/tst-cond1.c
nptl/tst-cond10.c
nptl/tst-cond11.c
nptl/tst-cond12.c
nptl/tst-cond13.c
nptl/tst-cond14.c
nptl/tst-cond15.c
nptl/tst-cond16.c
nptl/tst-cond17.c
nptl/tst-cond18.c
nptl/tst-cond19.c
nptl/tst-cond2.c
nptl/tst-cond20.c
nptl/tst-cond21.c
nptl/tst-cond3.c
nptl/tst-cond4.c
nptl/tst-cond5.c
nptl/tst-cond6.c
nptl/tst-cond7.c
nptl/tst-cond8.c
nptl/tst-cond9.c
nptl/tst-context1.c
nptl/tst-detach1.c
nptl/tst-dlsym1.c
nptl/tst-eintr1.c
nptl/tst-eintr2.c
nptl/tst-eintr3.c
nptl/tst-eintr4.c
nptl/tst-eintr5.c
nptl/tst-exec1.c
nptl/tst-exec2.c
nptl/tst-exec3.c
nptl/tst-exec4.c
nptl/tst-execstack-mod.c
nptl/tst-execstack.c
nptl/tst-exit1.c
nptl/tst-exit2.c
nptl/tst-exit3.c
nptl/tst-fini1.c
nptl/tst-fini1mod.c
nptl/tst-flock1.c
nptl/tst-flock2.c
nptl/tst-fork1.c
nptl/tst-fork2.c
nptl/tst-fork3.c
nptl/tst-fork4.c
nptl/tst-getpid1.c
nptl/tst-getpid2.c
nptl/tst-join1.c
nptl/tst-join2.c
nptl/tst-join3.c
nptl/tst-join4.c
nptl/tst-join5.c
nptl/tst-key1.c
nptl/tst-key2.c
nptl/tst-key3.c
nptl/tst-key4.c
nptl/tst-kill1.c
nptl/tst-kill2.c
nptl/tst-kill3.c
nptl/tst-kill4.c
nptl/tst-kill5.c
nptl/tst-kill6.c
nptl/tst-locale1.c
nptl/tst-locale2.c
nptl/tst-mutex1.c
nptl/tst-mutex2.c
nptl/tst-mutex3.c
nptl/tst-mutex4.c
nptl/tst-mutex5.c
nptl/tst-mutex5a.c
nptl/tst-mutex6.c
nptl/tst-mutex7.c
nptl/tst-mutex7a.c
nptl/tst-mutex8.c
nptl/tst-mutex9.c
nptl/tst-oddstacklimit.c
nptl/tst-once1.c
nptl/tst-once2.c
nptl/tst-once3.c
nptl/tst-once4.c
nptl/tst-oncex3.c
nptl/tst-oncex4.c
nptl/tst-popen1.c
nptl/tst-raise1.c
nptl/tst-rwlock1.c
nptl/tst-rwlock10.c
nptl/tst-rwlock11.c
nptl/tst-rwlock12.c
nptl/tst-rwlock13.c
nptl/tst-rwlock14.c
nptl/tst-rwlock2.c
nptl/tst-rwlock3.c
nptl/tst-rwlock4.c
nptl/tst-rwlock5.c
nptl/tst-rwlock6.c
nptl/tst-rwlock7.c
nptl/tst-rwlock8.c
nptl/tst-rwlock9.c
nptl/tst-sched1.c
nptl/tst-sem1.c
nptl/tst-sem2.c
nptl/tst-sem3.c
nptl/tst-sem4.c
nptl/tst-sem5.c
nptl/tst-sem6.c
nptl/tst-sem7.c
nptl/tst-sem8.c
nptl/tst-sem9.c
nptl/tst-setuid1-static.c
nptl/tst-setuid1.c
nptl/tst-signal1.c
nptl/tst-signal2.c
nptl/tst-signal3.c
nptl/tst-signal4.c
nptl/tst-signal5.c
nptl/tst-signal6.c
nptl/tst-spin1.c
nptl/tst-spin2.c
nptl/tst-spin3.c
nptl/tst-stack1.c
nptl/tst-stack2.c
nptl/tst-stack3.c
nptl/tst-stdio1.c
nptl/tst-stdio2.c
nptl/tst-sysconf.c
nptl/tst-tls1.c
nptl/tst-tls2.c
nptl/tst-tls3.c
nptl/tst-tls3mod.c
nptl/tst-tls4.c
nptl/tst-tls4moda.c
nptl/tst-tls4modb.c
nptl/tst-tls5.c
nptl/tst-tls5.h
nptl/tst-tls5mod.c
nptl/tst-tls5moda.c
nptl/tst-tls5modb.c
nptl/tst-tls5modc.c
nptl/tst-tls5modd.c
nptl/tst-tls5mode.c
nptl/tst-tls5modf.c
nptl/tst-tls6.sh
nptl/tst-tsd1.c
nptl/tst-tsd2.c
nptl/tst-tsd3.c
nptl/tst-tsd4.c
nptl/tst-tsd5.c
nptl/tst-umask1.c
nptl/tst-unload.c
nptl/tst-vfork1.c
nptl/tst-vfork1x.c
nptl/tst-vfork2.c
nptl/tst-vfork2x.c
nptl/version.c
nptl_db/ChangeLog
nptl_db/shlib-versions