local-fbtl
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Thu, 6 Mar 2025 22:46:53 +0000 (23:46 +0100)
committerAurelien Jarno <aurel32@debian.org>
Thu, 6 Mar 2025 22:46:53 +0000 (23:46 +0100)
commit139e19b13f4e24b2ce573eff81993b225a2d8eb1
treeec706659f88c6a108ba7a68fdd2afa90b18e9002
parent442d7e372210b90c57d90dced941e258b42b95c3
local-fbtl

Gbp-Pq: Topic kfreebsd
Gbp-Pq: Name local-fbtl.diff
601 files changed:
fbtl/ANNOUNCE [new file with mode: 0644]
fbtl/Banner [new file with mode: 0644]
fbtl/ChangeLog [new file with mode: 0644]
fbtl/DESIGN-barrier.txt [new file with mode: 0644]
fbtl/DESIGN-condvar.txt [new file with mode: 0644]
fbtl/DESIGN-rwlock.txt [new file with mode: 0644]
fbtl/DESIGN-sem.txt [new file with mode: 0644]
fbtl/DESIGN-systemtap-probes.txt [new file with mode: 0644]
fbtl/Makeconfig [new file with mode: 0644]
fbtl/Makefile [new file with mode: 0644]
fbtl/TODO [new file with mode: 0644]
fbtl/TODO-kernel [new file with mode: 0644]
fbtl/TODO-testing [new file with mode: 0644]
fbtl/Versions [new file with mode: 0644]
fbtl/alloca_cutoff.c [new file with mode: 0644]
fbtl/allocatestack.c [new file with mode: 0644]
fbtl/cancellation.c [new file with mode: 0644]
fbtl/cleanup.c [new file with mode: 0644]
fbtl/cleanup_compat.c [new file with mode: 0644]
fbtl/cleanup_defer.c [new file with mode: 0644]
fbtl/cleanup_defer_compat.c [new file with mode: 0644]
fbtl/cleanup_routine.c [new file with mode: 0644]
fbtl/cond-perf.c [new file with mode: 0644]
fbtl/configure [new file with mode: 0644]
fbtl/descr.h [new file with mode: 0644]
fbtl/eintr.c [new file with mode: 0644]
fbtl/errno-loc.c [new file with mode: 0644]
fbtl/events.c [new file with mode: 0644]
fbtl/forward.c [new file with mode: 0644]
fbtl/herrno.c [new file with mode: 0644]
fbtl/libc-cancellation.c [new file with mode: 0644]
fbtl/libc-cleanup.c [new file with mode: 0644]
fbtl/lowlevellock.h [new file with mode: 0644]
fbtl/nptl-init.c [new file with mode: 0644]
fbtl/old_pthread_atfork.c [new file with mode: 0644]
fbtl/old_pthread_cond_broadcast.c [new file with mode: 0644]
fbtl/old_pthread_cond_destroy.c [new file with mode: 0644]
fbtl/old_pthread_cond_init.c [new file with mode: 0644]
fbtl/old_pthread_cond_signal.c [new file with mode: 0644]
fbtl/old_pthread_cond_timedwait.c [new file with mode: 0644]
fbtl/old_pthread_cond_wait.c [new file with mode: 0644]
fbtl/perf.c [new file with mode: 0644]
fbtl/pt-allocrtsig.c [new file with mode: 0644]
fbtl/pt-cleanup.c [new file with mode: 0644]
fbtl/pt-crti.S [new file with mode: 0644]
fbtl/pt-raise.c [new file with mode: 0644]
fbtl/pt-system.c [new file with mode: 0644]
fbtl/pthread-errnos.sym [new file with mode: 0644]
fbtl/pthreadP.h [new file with mode: 0644]
fbtl/pthread_atfork.c [new file with mode: 0644]
fbtl/pthread_attr_destroy.c [new file with mode: 0644]
fbtl/pthread_attr_getdetachstate.c [new file with mode: 0644]
fbtl/pthread_attr_getguardsize.c [new file with mode: 0644]
fbtl/pthread_attr_getinheritsched.c [new file with mode: 0644]
fbtl/pthread_attr_getschedparam.c [new file with mode: 0644]
fbtl/pthread_attr_getschedpolicy.c [new file with mode: 0644]
fbtl/pthread_attr_getscope.c [new file with mode: 0644]
fbtl/pthread_attr_getstack.c [new file with mode: 0644]
fbtl/pthread_attr_getstackaddr.c [new file with mode: 0644]
fbtl/pthread_attr_getstacksize.c [new file with mode: 0644]
fbtl/pthread_attr_init.c [new file with mode: 0644]
fbtl/pthread_attr_setdetachstate.c [new file with mode: 0644]
fbtl/pthread_attr_setguardsize.c [new file with mode: 0644]
fbtl/pthread_attr_setinheritsched.c [new file with mode: 0644]
fbtl/pthread_attr_setschedparam.c [new file with mode: 0644]
fbtl/pthread_attr_setschedpolicy.c [new file with mode: 0644]
fbtl/pthread_attr_setscope.c [new file with mode: 0644]
fbtl/pthread_attr_setstack.c [new file with mode: 0644]
fbtl/pthread_attr_setstackaddr.c [new file with mode: 0644]
fbtl/pthread_attr_setstacksize.c [new file with mode: 0644]
fbtl/pthread_barrier_destroy.c [new file with mode: 0644]
fbtl/pthread_barrier_init.c [new file with mode: 0644]
fbtl/pthread_barrier_wait.c [new file with mode: 0644]
fbtl/pthread_barrierattr_destroy.c [new file with mode: 0644]
fbtl/pthread_barrierattr_getpshared.c [new file with mode: 0644]
fbtl/pthread_barrierattr_init.c [new file with mode: 0644]
fbtl/pthread_barrierattr_setpshared.c [new file with mode: 0644]
fbtl/pthread_cancel.c [new file with mode: 0644]
fbtl/pthread_clock_gettime.c [new file with mode: 0644]
fbtl/pthread_clock_settime.c [new file with mode: 0644]
fbtl/pthread_cond_broadcast.c [new file with mode: 0644]
fbtl/pthread_cond_destroy.c [new file with mode: 0644]
fbtl/pthread_cond_init.c [new file with mode: 0644]
fbtl/pthread_cond_signal.c [new file with mode: 0644]
fbtl/pthread_cond_timedwait.c [new file with mode: 0644]
fbtl/pthread_cond_wait.c [new file with mode: 0644]
fbtl/pthread_condattr_destroy.c [new file with mode: 0644]
fbtl/pthread_condattr_getclock.c [new file with mode: 0644]
fbtl/pthread_condattr_getpshared.c [new file with mode: 0644]
fbtl/pthread_condattr_init.c [new file with mode: 0644]
fbtl/pthread_condattr_setclock.c [new file with mode: 0644]
fbtl/pthread_condattr_setpshared.c [new file with mode: 0644]
fbtl/pthread_create.c [new file with mode: 0644]
fbtl/pthread_detach.c [new file with mode: 0644]
fbtl/pthread_equal.c [new file with mode: 0644]
fbtl/pthread_exit.c [new file with mode: 0644]
fbtl/pthread_getattr_default_np.c [new file with mode: 0644]
fbtl/pthread_getattr_np.c [new file with mode: 0644]
fbtl/pthread_getconcurrency.c [new file with mode: 0644]
fbtl/pthread_getcpuclockid.c [new file with mode: 0644]
fbtl/pthread_getschedparam.c [new file with mode: 0644]
fbtl/pthread_getspecific.c [new file with mode: 0644]
fbtl/pthread_join.c [new file with mode: 0644]
fbtl/pthread_key_create.c [new file with mode: 0644]
fbtl/pthread_key_delete.c [new file with mode: 0644]
fbtl/pthread_kill_other_threads.c [new file with mode: 0644]
fbtl/pthread_mutex_consistent.c [new file with mode: 0644]
fbtl/pthread_mutex_destroy.c [new file with mode: 0644]
fbtl/pthread_mutex_getprioceiling.c [new file with mode: 0644]
fbtl/pthread_mutex_init.c [new file with mode: 0644]
fbtl/pthread_mutex_lock.c [new file with mode: 0644]
fbtl/pthread_mutex_setprioceiling.c [new file with mode: 0644]
fbtl/pthread_mutex_timedlock.c [new file with mode: 0644]
fbtl/pthread_mutex_trylock.c [new file with mode: 0644]
fbtl/pthread_mutex_unlock.c [new file with mode: 0644]
fbtl/pthread_mutexattr_destroy.c [new file with mode: 0644]
fbtl/pthread_mutexattr_getprioceiling.c [new file with mode: 0644]
fbtl/pthread_mutexattr_getprotocol.c [new file with mode: 0644]
fbtl/pthread_mutexattr_getpshared.c [new file with mode: 0644]
fbtl/pthread_mutexattr_getrobust.c [new file with mode: 0644]
fbtl/pthread_mutexattr_gettype.c [new file with mode: 0644]
fbtl/pthread_mutexattr_init.c [new file with mode: 0644]
fbtl/pthread_mutexattr_setprioceiling.c [new file with mode: 0644]
fbtl/pthread_mutexattr_setprotocol.c [new file with mode: 0644]
fbtl/pthread_mutexattr_setpshared.c [new file with mode: 0644]
fbtl/pthread_mutexattr_setrobust.c [new file with mode: 0644]
fbtl/pthread_mutexattr_settype.c [new file with mode: 0644]
fbtl/pthread_once.c [new file with mode: 0644]
fbtl/pthread_rwlock_destroy.c [new file with mode: 0644]
fbtl/pthread_rwlock_init.c [new file with mode: 0644]
fbtl/pthread_rwlock_rdlock.c [new file with mode: 0644]
fbtl/pthread_rwlock_timedrdlock.c [new file with mode: 0644]
fbtl/pthread_rwlock_timedwrlock.c [new file with mode: 0644]
fbtl/pthread_rwlock_tryrdlock.c [new file with mode: 0644]
fbtl/pthread_rwlock_trywrlock.c [new file with mode: 0644]
fbtl/pthread_rwlock_unlock.c [new file with mode: 0644]
fbtl/pthread_rwlock_wrlock.c [new file with mode: 0644]
fbtl/pthread_rwlockattr_destroy.c [new file with mode: 0644]
fbtl/pthread_rwlockattr_getkind_np.c [new file with mode: 0644]
fbtl/pthread_rwlockattr_getpshared.c [new file with mode: 0644]
fbtl/pthread_rwlockattr_init.c [new file with mode: 0644]
fbtl/pthread_rwlockattr_setkind_np.c [new file with mode: 0644]
fbtl/pthread_rwlockattr_setpshared.c [new file with mode: 0644]
fbtl/pthread_self.c [new file with mode: 0644]
fbtl/pthread_setattr_default_np.c [new file with mode: 0644]
fbtl/pthread_setcancelstate.c [new file with mode: 0644]
fbtl/pthread_setcanceltype.c [new file with mode: 0644]
fbtl/pthread_setconcurrency.c [new file with mode: 0644]
fbtl/pthread_setegid.c [new file with mode: 0644]
fbtl/pthread_seteuid.c [new file with mode: 0644]
fbtl/pthread_setgid.c [new file with mode: 0644]
fbtl/pthread_setregid.c [new file with mode: 0644]
fbtl/pthread_setresgid.c [new file with mode: 0644]
fbtl/pthread_setresuid.c [new file with mode: 0644]
fbtl/pthread_setreuid.c [new file with mode: 0644]
fbtl/pthread_setschedparam.c [new file with mode: 0644]
fbtl/pthread_setschedprio.c [new file with mode: 0644]
fbtl/pthread_setspecific.c [new file with mode: 0644]
fbtl/pthread_setuid.c [new file with mode: 0644]
fbtl/pthread_spin_destroy.c [new file with mode: 0644]
fbtl/pthread_spin_init.c [new file with mode: 0644]
fbtl/pthread_spin_lock.c [new file with mode: 0644]
fbtl/pthread_spin_trylock.c [new file with mode: 0644]
fbtl/pthread_spin_unlock.c [new file with mode: 0644]
fbtl/pthread_testcancel.c [new file with mode: 0644]
fbtl/pthread_timedjoin.c [new file with mode: 0644]
fbtl/pthread_tryjoin.c [new file with mode: 0644]
fbtl/res.c [new file with mode: 0644]
fbtl/sem_close.c [new file with mode: 0644]
fbtl/sem_destroy.c [new file with mode: 0644]
fbtl/sem_getvalue.c [new file with mode: 0644]
fbtl/sem_init.c [new file with mode: 0644]
fbtl/sem_open.c [new file with mode: 0644]
fbtl/sem_unlink.c [new file with mode: 0644]
fbtl/semaphore.h [new file with mode: 0644]
fbtl/semaphoreP.h [new file with mode: 0644]
fbtl/shlib-versions [new file with mode: 0644]
fbtl/sigaction.c [new file with mode: 0644]
fbtl/sockperf.c [new file with mode: 0644]
fbtl/sysdeps/i386/Makefile [new file with mode: 0644]
fbtl/sysdeps/i386/i486/pthread_spin_trylock.S [new file with mode: 0644]
fbtl/sysdeps/i386/i586/pthread_spin_trylock.S [new file with mode: 0644]
fbtl/sysdeps/i386/i686/Makefile [new file with mode: 0644]
fbtl/sysdeps/i386/i686/pthread_spin_trylock.S [new file with mode: 0644]
fbtl/sysdeps/i386/i686/tls.h [new file with mode: 0644]
fbtl/sysdeps/i386/pthread_spin_init.c [new file with mode: 0644]
fbtl/sysdeps/i386/pthread_spin_lock.S [new file with mode: 0644]
fbtl/sysdeps/i386/pthread_spin_unlock.S [new file with mode: 0644]
fbtl/sysdeps/i386/pthreaddef.h [new file with mode: 0644]
fbtl/sysdeps/i386/tcb-offsets.sym [new file with mode: 0644]
fbtl/sysdeps/i386/tls.h [new file with mode: 0644]
fbtl/sysdeps/pthread/Makefile [new file with mode: 0644]
fbtl/sysdeps/pthread/Subdirs [new file with mode: 0644]
fbtl/sysdeps/pthread/aio_misc.h [new file with mode: 0644]
fbtl/sysdeps/pthread/allocalim.h [new file with mode: 0644]
fbtl/sysdeps/pthread/bits/sigthread.h [new file with mode: 0644]
fbtl/sysdeps/pthread/createthread.c [new file with mode: 0644]
fbtl/sysdeps/pthread/flockfile.c [new file with mode: 0644]
fbtl/sysdeps/pthread/ftrylockfile.c [new file with mode: 0644]
fbtl/sysdeps/pthread/funlockfile.c [new file with mode: 0644]
fbtl/sysdeps/pthread/gai_misc.h [new file with mode: 0644]
fbtl/sysdeps/pthread/libc-lock.h [new file with mode: 0644]
fbtl/sysdeps/pthread/libc-lockP.h [new file with mode: 0644]
fbtl/sysdeps/pthread/librt-cancellation.c [new file with mode: 0644]
fbtl/sysdeps/pthread/list.h [new file with mode: 0644]
fbtl/sysdeps/pthread/malloc-machine.h [new file with mode: 0644]
fbtl/sysdeps/pthread/posix-timer.h [new file with mode: 0644]
fbtl/sysdeps/pthread/pt-longjmp.c [new file with mode: 0644]
fbtl/sysdeps/pthread/pthread-functions.h [new file with mode: 0644]
fbtl/sysdeps/pthread/pthread.h [new file with mode: 0644]
fbtl/sysdeps/pthread/pthread_sigmask.c [new file with mode: 0644]
fbtl/sysdeps/pthread/setxid.h [new file with mode: 0644]
fbtl/sysdeps/pthread/shm-directory.h [new file with mode: 0644]
fbtl/sysdeps/pthread/sigfillset.c [new file with mode: 0644]
fbtl/sysdeps/pthread/sigprocmask.c [new file with mode: 0644]
fbtl/sysdeps/pthread/stdio-lock.h [new file with mode: 0644]
fbtl/sysdeps/pthread/tcb-offsets.h [new file with mode: 0644]
fbtl/sysdeps/pthread/timer_create.c [new file with mode: 0644]
fbtl/sysdeps/pthread/timer_delete.c [new file with mode: 0644]
fbtl/sysdeps/pthread/timer_getoverr.c [new file with mode: 0644]
fbtl/sysdeps/pthread/timer_gettime.c [new file with mode: 0644]
fbtl/sysdeps/pthread/timer_routines.c [new file with mode: 0644]
fbtl/sysdeps/pthread/timer_settime.c [new file with mode: 0644]
fbtl/sysdeps/pthread/tst-mqueue8x.c [new file with mode: 0644]
fbtl/sysdeps/pthread/tst-timer.c [new file with mode: 0644]
fbtl/sysdeps/pthread/unwind-forcedunwind.c [new file with mode: 0644]
fbtl/sysdeps/x86_64/Makefile [new file with mode: 0644]
fbtl/sysdeps/x86_64/pthread_spin_init.c [new file with mode: 0644]
fbtl/sysdeps/x86_64/pthread_spin_lock.S [new file with mode: 0644]
fbtl/sysdeps/x86_64/pthread_spin_trylock.S [new file with mode: 0644]
fbtl/sysdeps/x86_64/pthread_spin_unlock.S [new file with mode: 0644]
fbtl/sysdeps/x86_64/pthreaddef.h [new file with mode: 0644]
fbtl/sysdeps/x86_64/tcb-offsets.sym [new file with mode: 0644]
fbtl/sysdeps/x86_64/tls.h [new file with mode: 0644]
fbtl/tpp.c [new file with mode: 0644]
fbtl/tst-_res1.c [new file with mode: 0644]
fbtl/tst-_res1mod1.c [new file with mode: 0644]
fbtl/tst-_res1mod2.c [new file with mode: 0644]
fbtl/tst-abstime.c [new file with mode: 0644]
fbtl/tst-align.c [new file with mode: 0644]
fbtl/tst-align2.c [new file with mode: 0644]
fbtl/tst-align3.c [new file with mode: 0644]
fbtl/tst-atfork1.c [new file with mode: 0644]
fbtl/tst-atfork2.c [new file with mode: 0644]
fbtl/tst-atfork2mod.c [new file with mode: 0644]
fbtl/tst-attr1.c [new file with mode: 0644]
fbtl/tst-attr2.c [new file with mode: 0644]
fbtl/tst-attr3.c [new file with mode: 0644]
fbtl/tst-backtrace1.c [new file with mode: 0644]
fbtl/tst-barrier1.c [new file with mode: 0644]
fbtl/tst-barrier2.c [new file with mode: 0644]
fbtl/tst-barrier3.c [new file with mode: 0644]
fbtl/tst-barrier4.c [new file with mode: 0644]
fbtl/tst-basic1.c [new file with mode: 0644]
fbtl/tst-basic2.c [new file with mode: 0644]
fbtl/tst-basic3.c [new file with mode: 0644]
fbtl/tst-basic4.c [new file with mode: 0644]
fbtl/tst-basic5.c [new file with mode: 0644]
fbtl/tst-basic6.c [new file with mode: 0644]
fbtl/tst-basic7.c [new file with mode: 0644]
fbtl/tst-cancel-self-cancelstate.c [new file with mode: 0644]
fbtl/tst-cancel-self-canceltype.c [new file with mode: 0644]
fbtl/tst-cancel-self-cleanup.c [new file with mode: 0644]
fbtl/tst-cancel-self-testcancel.c [new file with mode: 0644]
fbtl/tst-cancel-self.c [new file with mode: 0644]
fbtl/tst-cancel-wrappers.sh [new file with mode: 0644]
fbtl/tst-cancel1.c [new file with mode: 0644]
fbtl/tst-cancel10.c [new file with mode: 0644]
fbtl/tst-cancel11.c [new file with mode: 0644]
fbtl/tst-cancel12.c [new file with mode: 0644]
fbtl/tst-cancel13.c [new file with mode: 0644]
fbtl/tst-cancel14.c [new file with mode: 0644]
fbtl/tst-cancel15.c [new file with mode: 0644]
fbtl/tst-cancel16.c [new file with mode: 0644]
fbtl/tst-cancel17.c [new file with mode: 0644]
fbtl/tst-cancel18.c [new file with mode: 0644]
fbtl/tst-cancel19.c [new file with mode: 0644]
fbtl/tst-cancel2.c [new file with mode: 0644]
fbtl/tst-cancel20.c [new file with mode: 0644]
fbtl/tst-cancel21-static.c [new file with mode: 0644]
fbtl/tst-cancel21.c [new file with mode: 0644]
fbtl/tst-cancel22.c [new file with mode: 0644]
fbtl/tst-cancel23.c [new file with mode: 0644]
fbtl/tst-cancel24-static.cc [new file with mode: 0644]
fbtl/tst-cancel24.cc [new file with mode: 0644]
fbtl/tst-cancel25.c [new file with mode: 0644]
fbtl/tst-cancel3.c [new file with mode: 0644]
fbtl/tst-cancel4.c [new file with mode: 0644]
fbtl/tst-cancel5.c [new file with mode: 0644]
fbtl/tst-cancel6.c [new file with mode: 0644]
fbtl/tst-cancel7.c [new file with mode: 0644]
fbtl/tst-cancel8.c [new file with mode: 0644]
fbtl/tst-cancel9.c [new file with mode: 0644]
fbtl/tst-cancelx1.c [new file with mode: 0644]
fbtl/tst-cancelx10.c [new file with mode: 0644]
fbtl/tst-cancelx11.c [new file with mode: 0644]
fbtl/tst-cancelx12.c [new file with mode: 0644]
fbtl/tst-cancelx13.c [new file with mode: 0644]
fbtl/tst-cancelx14.c [new file with mode: 0644]
fbtl/tst-cancelx15.c [new file with mode: 0644]
fbtl/tst-cancelx16.c [new file with mode: 0644]
fbtl/tst-cancelx17.c [new file with mode: 0644]
fbtl/tst-cancelx18.c [new file with mode: 0644]
fbtl/tst-cancelx2.c [new file with mode: 0644]
fbtl/tst-cancelx20.c [new file with mode: 0644]
fbtl/tst-cancelx21.c [new file with mode: 0644]
fbtl/tst-cancelx3.c [new file with mode: 0644]
fbtl/tst-cancelx4.c [new file with mode: 0644]
fbtl/tst-cancelx5.c [new file with mode: 0644]
fbtl/tst-cancelx6.c [new file with mode: 0644]
fbtl/tst-cancelx7.c [new file with mode: 0644]
fbtl/tst-cancelx8.c [new file with mode: 0644]
fbtl/tst-cancelx9.c [new file with mode: 0644]
fbtl/tst-cleanup0.c [new file with mode: 0644]
fbtl/tst-cleanup0.expect [new file with mode: 0644]
fbtl/tst-cleanup1.c [new file with mode: 0644]
fbtl/tst-cleanup2.c [new file with mode: 0644]
fbtl/tst-cleanup3.c [new file with mode: 0644]
fbtl/tst-cleanup4.c [new file with mode: 0644]
fbtl/tst-cleanup4aux.c [new file with mode: 0644]
fbtl/tst-cleanupx0.c [new file with mode: 0644]
fbtl/tst-cleanupx0.expect [new file with mode: 0644]
fbtl/tst-cleanupx1.c [new file with mode: 0644]
fbtl/tst-cleanupx2.c [new file with mode: 0644]
fbtl/tst-cleanupx3.c [new file with mode: 0644]
fbtl/tst-cleanupx4.c [new file with mode: 0644]
fbtl/tst-clock1.c [new file with mode: 0644]
fbtl/tst-clock2.c [new file with mode: 0644]
fbtl/tst-cond-except.c [new file with mode: 0644]
fbtl/tst-cond1.c [new file with mode: 0644]
fbtl/tst-cond10.c [new file with mode: 0644]
fbtl/tst-cond11.c [new file with mode: 0644]
fbtl/tst-cond12.c [new file with mode: 0644]
fbtl/tst-cond13.c [new file with mode: 0644]
fbtl/tst-cond14.c [new file with mode: 0644]
fbtl/tst-cond15.c [new file with mode: 0644]
fbtl/tst-cond16.c [new file with mode: 0644]
fbtl/tst-cond17.c [new file with mode: 0644]
fbtl/tst-cond18.c [new file with mode: 0644]
fbtl/tst-cond19.c [new file with mode: 0644]
fbtl/tst-cond2.c [new file with mode: 0644]
fbtl/tst-cond20.c [new file with mode: 0644]
fbtl/tst-cond21.c [new file with mode: 0644]
fbtl/tst-cond22.c [new file with mode: 0644]
fbtl/tst-cond23.c [new file with mode: 0644]
fbtl/tst-cond24.c [new file with mode: 0644]
fbtl/tst-cond25.c [new file with mode: 0644]
fbtl/tst-cond3.c [new file with mode: 0644]
fbtl/tst-cond4.c [new file with mode: 0644]
fbtl/tst-cond5.c [new file with mode: 0644]
fbtl/tst-cond6.c [new file with mode: 0644]
fbtl/tst-cond7.c [new file with mode: 0644]
fbtl/tst-cond8-static.c [new file with mode: 0644]
fbtl/tst-cond8.c [new file with mode: 0644]
fbtl/tst-cond9.c [new file with mode: 0644]
fbtl/tst-context1.c [new file with mode: 0644]
fbtl/tst-default-attr.c [new file with mode: 0644]
fbtl/tst-detach1.c [new file with mode: 0644]
fbtl/tst-dlsym1.c [new file with mode: 0644]
fbtl/tst-eintr1.c [new file with mode: 0644]
fbtl/tst-eintr2.c [new file with mode: 0644]
fbtl/tst-eintr3.c [new file with mode: 0644]
fbtl/tst-eintr4.c [new file with mode: 0644]
fbtl/tst-eintr5.c [new file with mode: 0644]
fbtl/tst-exec1.c [new file with mode: 0644]
fbtl/tst-exec2.c [new file with mode: 0644]
fbtl/tst-exec3.c [new file with mode: 0644]
fbtl/tst-exec4.c [new file with mode: 0644]
fbtl/tst-execstack-mod.c [new file with mode: 0644]
fbtl/tst-execstack.c [new file with mode: 0644]
fbtl/tst-exit1.c [new file with mode: 0644]
fbtl/tst-exit2.c [new file with mode: 0644]
fbtl/tst-exit3.c [new file with mode: 0644]
fbtl/tst-fini1.c [new file with mode: 0644]
fbtl/tst-fini1mod.c [new file with mode: 0644]
fbtl/tst-flock1.c [new file with mode: 0644]
fbtl/tst-flock2.c [new file with mode: 0644]
fbtl/tst-fork1.c [new file with mode: 0644]
fbtl/tst-fork2.c [new file with mode: 0644]
fbtl/tst-fork3.c [new file with mode: 0644]
fbtl/tst-fork4.c [new file with mode: 0644]
fbtl/tst-getpid1.c [new file with mode: 0644]
fbtl/tst-getpid2.c [new file with mode: 0644]
fbtl/tst-getpid3.c [new file with mode: 0644]
fbtl/tst-initializers1-c89.c [new file with mode: 0644]
fbtl/tst-initializers1-c99.c [new file with mode: 0644]
fbtl/tst-initializers1-gnu89.c [new file with mode: 0644]
fbtl/tst-initializers1-gnu99.c [new file with mode: 0644]
fbtl/tst-initializers1.c [new file with mode: 0644]
fbtl/tst-join1.c [new file with mode: 0644]
fbtl/tst-join2.c [new file with mode: 0644]
fbtl/tst-join3.c [new file with mode: 0644]
fbtl/tst-join4.c [new file with mode: 0644]
fbtl/tst-join5.c [new file with mode: 0644]
fbtl/tst-join6.c [new file with mode: 0644]
fbtl/tst-key1.c [new file with mode: 0644]
fbtl/tst-key2.c [new file with mode: 0644]
fbtl/tst-key3.c [new file with mode: 0644]
fbtl/tst-key4.c [new file with mode: 0644]
fbtl/tst-kill1.c [new file with mode: 0644]
fbtl/tst-kill2.c [new file with mode: 0644]
fbtl/tst-kill3.c [new file with mode: 0644]
fbtl/tst-kill4.c [new file with mode: 0644]
fbtl/tst-kill5.c [new file with mode: 0644]
fbtl/tst-kill6.c [new file with mode: 0644]
fbtl/tst-locale1.c [new file with mode: 0644]
fbtl/tst-locale2.c [new file with mode: 0644]
fbtl/tst-mutex1.c [new file with mode: 0644]
fbtl/tst-mutex2.c [new file with mode: 0644]
fbtl/tst-mutex3.c [new file with mode: 0644]
fbtl/tst-mutex4.c [new file with mode: 0644]
fbtl/tst-mutex5.c [new file with mode: 0644]
fbtl/tst-mutex5a.c [new file with mode: 0644]
fbtl/tst-mutex6.c [new file with mode: 0644]
fbtl/tst-mutex7.c [new file with mode: 0644]
fbtl/tst-mutex7a.c [new file with mode: 0644]
fbtl/tst-mutex8-static.c [new file with mode: 0644]
fbtl/tst-mutex8.c [new file with mode: 0644]
fbtl/tst-mutex9.c [new file with mode: 0644]
fbtl/tst-mutexpi1.c [new file with mode: 0644]
fbtl/tst-mutexpi2.c [new file with mode: 0644]
fbtl/tst-mutexpi3.c [new file with mode: 0644]
fbtl/tst-mutexpi4.c [new file with mode: 0644]
fbtl/tst-mutexpi5.c [new file with mode: 0644]
fbtl/tst-mutexpi5a.c [new file with mode: 0644]
fbtl/tst-mutexpi6.c [new file with mode: 0644]
fbtl/tst-mutexpi7.c [new file with mode: 0644]
fbtl/tst-mutexpi7a.c [new file with mode: 0644]
fbtl/tst-mutexpi8-static.c [new file with mode: 0644]
fbtl/tst-mutexpi8.c [new file with mode: 0644]
fbtl/tst-mutexpi9.c [new file with mode: 0644]
fbtl/tst-mutexpp1.c [new file with mode: 0644]
fbtl/tst-mutexpp10.c [new file with mode: 0644]
fbtl/tst-mutexpp6.c [new file with mode: 0644]
fbtl/tst-oddstacklimit.c [new file with mode: 0644]
fbtl/tst-once1.c [new file with mode: 0644]
fbtl/tst-once2.c [new file with mode: 0644]
fbtl/tst-once3.c [new file with mode: 0644]
fbtl/tst-once4.c [new file with mode: 0644]
fbtl/tst-oncex3.c [new file with mode: 0644]
fbtl/tst-oncex4.c [new file with mode: 0644]
fbtl/tst-popen1.c [new file with mode: 0644]
fbtl/tst-pthread-attr-affinity.c [new file with mode: 0644]
fbtl/tst-pthread-getattr.c [new file with mode: 0644]
fbtl/tst-raise1.c [new file with mode: 0644]
fbtl/tst-robust1.c [new file with mode: 0644]
fbtl/tst-robust2.c [new file with mode: 0644]
fbtl/tst-robust3.c [new file with mode: 0644]
fbtl/tst-robust4.c [new file with mode: 0644]
fbtl/tst-robust5.c [new file with mode: 0644]
fbtl/tst-robust6.c [new file with mode: 0644]
fbtl/tst-robust7.c [new file with mode: 0644]
fbtl/tst-robust8.c [new file with mode: 0644]
fbtl/tst-robust9.c [new file with mode: 0644]
fbtl/tst-robustpi1.c [new file with mode: 0644]
fbtl/tst-robustpi2.c [new file with mode: 0644]
fbtl/tst-robustpi3.c [new file with mode: 0644]
fbtl/tst-robustpi4.c [new file with mode: 0644]
fbtl/tst-robustpi5.c [new file with mode: 0644]
fbtl/tst-robustpi6.c [new file with mode: 0644]
fbtl/tst-robustpi7.c [new file with mode: 0644]
fbtl/tst-robustpi8.c [new file with mode: 0644]
fbtl/tst-robustpi9.c [new file with mode: 0644]
fbtl/tst-rwlock1.c [new file with mode: 0644]
fbtl/tst-rwlock10.c [new file with mode: 0644]
fbtl/tst-rwlock11.c [new file with mode: 0644]
fbtl/tst-rwlock12.c [new file with mode: 0644]
fbtl/tst-rwlock13.c [new file with mode: 0644]
fbtl/tst-rwlock14.c [new file with mode: 0644]
fbtl/tst-rwlock2.c [new file with mode: 0644]
fbtl/tst-rwlock2a.c [new file with mode: 0644]
fbtl/tst-rwlock3.c [new file with mode: 0644]
fbtl/tst-rwlock4.c [new file with mode: 0644]
fbtl/tst-rwlock5.c [new file with mode: 0644]
fbtl/tst-rwlock6.c [new file with mode: 0644]
fbtl/tst-rwlock7.c [new file with mode: 0644]
fbtl/tst-rwlock8.c [new file with mode: 0644]
fbtl/tst-rwlock9.c [new file with mode: 0644]
fbtl/tst-sched1.c [new file with mode: 0644]
fbtl/tst-sem1.c [new file with mode: 0644]
fbtl/tst-sem10.c [new file with mode: 0644]
fbtl/tst-sem11-static.c [new file with mode: 0644]
fbtl/tst-sem11.c [new file with mode: 0644]
fbtl/tst-sem12-static.c [new file with mode: 0644]
fbtl/tst-sem12.c [new file with mode: 0644]
fbtl/tst-sem13.c [new file with mode: 0644]
fbtl/tst-sem14.c [new file with mode: 0644]
fbtl/tst-sem2.c [new file with mode: 0644]
fbtl/tst-sem3.c [new file with mode: 0644]
fbtl/tst-sem4.c [new file with mode: 0644]
fbtl/tst-sem5.c [new file with mode: 0644]
fbtl/tst-sem6.c [new file with mode: 0644]
fbtl/tst-sem7.c [new file with mode: 0644]
fbtl/tst-sem8.c [new file with mode: 0644]
fbtl/tst-sem9.c [new file with mode: 0644]
fbtl/tst-setuid1-static.c [new file with mode: 0644]
fbtl/tst-setuid1.c [new file with mode: 0644]
fbtl/tst-signal1.c [new file with mode: 0644]
fbtl/tst-signal2.c [new file with mode: 0644]
fbtl/tst-signal3.c [new file with mode: 0644]
fbtl/tst-signal4.c [new file with mode: 0644]
fbtl/tst-signal5.c [new file with mode: 0644]
fbtl/tst-signal6.c [new file with mode: 0644]
fbtl/tst-signal7.c [new file with mode: 0644]
fbtl/tst-spin1.c [new file with mode: 0644]
fbtl/tst-spin2.c [new file with mode: 0644]
fbtl/tst-spin3.c [new file with mode: 0644]
fbtl/tst-stack1.c [new file with mode: 0644]
fbtl/tst-stack2.c [new file with mode: 0644]
fbtl/tst-stack3.c [new file with mode: 0644]
fbtl/tst-stackguard1-static.c [new file with mode: 0644]
fbtl/tst-stackguard1.c [new file with mode: 0644]
fbtl/tst-stdio1.c [new file with mode: 0644]
fbtl/tst-stdio2.c [new file with mode: 0644]
fbtl/tst-sysconf.c [new file with mode: 0644]
fbtl/tst-tls1.c [new file with mode: 0644]
fbtl/tst-tls2.c [new file with mode: 0644]
fbtl/tst-tls3.c [new file with mode: 0644]
fbtl/tst-tls3mod.c [new file with mode: 0644]
fbtl/tst-tls4.c [new file with mode: 0644]
fbtl/tst-tls4moda.c [new file with mode: 0644]
fbtl/tst-tls4modb.c [new file with mode: 0644]
fbtl/tst-tls5.c [new file with mode: 0644]
fbtl/tst-tls5.h [new file with mode: 0644]
fbtl/tst-tls5mod.c [new file with mode: 0644]
fbtl/tst-tls5moda.c [new file with mode: 0644]
fbtl/tst-tls5modb.c [new file with mode: 0644]
fbtl/tst-tls5modc.c [new file with mode: 0644]
fbtl/tst-tls5modd.c [new file with mode: 0644]
fbtl/tst-tls5mode.c [new file with mode: 0644]
fbtl/tst-tls5modf.c [new file with mode: 0644]
fbtl/tst-tls6.sh [new file with mode: 0644]
fbtl/tst-tpp.h [new file with mode: 0644]
fbtl/tst-tsd1.c [new file with mode: 0644]
fbtl/tst-tsd2.c [new file with mode: 0644]
fbtl/tst-tsd3.c [new file with mode: 0644]
fbtl/tst-tsd4.c [new file with mode: 0644]
fbtl/tst-tsd5.c [new file with mode: 0644]
fbtl/tst-tsd6.c [new file with mode: 0644]
fbtl/tst-typesizes.c [new file with mode: 0644]
fbtl/tst-umask1.c [new file with mode: 0644]
fbtl/tst-unload.c [new file with mode: 0644]
fbtl/tst-vfork1.c [new file with mode: 0644]
fbtl/tst-vfork1x.c [new file with mode: 0644]
fbtl/tst-vfork2.c [new file with mode: 0644]
fbtl/tst-vfork2x.c [new file with mode: 0644]
fbtl/unwind.c [new file with mode: 0644]
fbtl/vars.c [new file with mode: 0644]
fbtl/version.c [new file with mode: 0644]
fbtl_db/ChangeLog [new file with mode: 0644]
fbtl_db/Makefile [new file with mode: 0644]
fbtl_db/Versions [new file with mode: 0644]
fbtl_db/db-symbols.awk [new file with mode: 0644]
fbtl_db/db-symbols.h [new file with mode: 0644]
fbtl_db/db_info.c [new file with mode: 0644]
fbtl_db/fetch-value.c [new file with mode: 0644]
fbtl_db/proc_service.h [new file with mode: 0644]
fbtl_db/shlib-versions [new file with mode: 0644]
fbtl_db/structs.def [new file with mode: 0644]
fbtl_db/td_init.c [new file with mode: 0644]
fbtl_db/td_log.c [new file with mode: 0644]
fbtl_db/td_symbol_list.c [new file with mode: 0644]
fbtl_db/td_ta_clear_event.c [new file with mode: 0644]
fbtl_db/td_ta_delete.c [new file with mode: 0644]
fbtl_db/td_ta_enable_stats.c [new file with mode: 0644]
fbtl_db/td_ta_event_addr.c [new file with mode: 0644]
fbtl_db/td_ta_event_getmsg.c [new file with mode: 0644]
fbtl_db/td_ta_get_nthreads.c [new file with mode: 0644]
fbtl_db/td_ta_get_ph.c [new file with mode: 0644]
fbtl_db/td_ta_get_stats.c [new file with mode: 0644]
fbtl_db/td_ta_map_id2thr.c [new file with mode: 0644]
fbtl_db/td_ta_map_lwp2thr.c [new file with mode: 0644]
fbtl_db/td_ta_new.c [new file with mode: 0644]
fbtl_db/td_ta_reset_stats.c [new file with mode: 0644]
fbtl_db/td_ta_set_event.c [new file with mode: 0644]
fbtl_db/td_ta_setconcurrency.c [new file with mode: 0644]
fbtl_db/td_ta_thr_iter.c [new file with mode: 0644]
fbtl_db/td_ta_tsd_iter.c [new file with mode: 0644]
fbtl_db/td_thr_clear_event.c [new file with mode: 0644]
fbtl_db/td_thr_dbresume.c [new file with mode: 0644]
fbtl_db/td_thr_dbsuspend.c [new file with mode: 0644]
fbtl_db/td_thr_event_enable.c [new file with mode: 0644]
fbtl_db/td_thr_event_getmsg.c [new file with mode: 0644]
fbtl_db/td_thr_get_info.c [new file with mode: 0644]
fbtl_db/td_thr_getfpregs.c [new file with mode: 0644]
fbtl_db/td_thr_getgregs.c [new file with mode: 0644]
fbtl_db/td_thr_getxregs.c [new file with mode: 0644]
fbtl_db/td_thr_getxregsize.c [new file with mode: 0644]
fbtl_db/td_thr_set_event.c [new file with mode: 0644]
fbtl_db/td_thr_setfpregs.c [new file with mode: 0644]
fbtl_db/td_thr_setgregs.c [new file with mode: 0644]
fbtl_db/td_thr_setprio.c [new file with mode: 0644]
fbtl_db/td_thr_setsigpending.c [new file with mode: 0644]
fbtl_db/td_thr_setxregs.c [new file with mode: 0644]
fbtl_db/td_thr_sigsetmask.c [new file with mode: 0644]
fbtl_db/td_thr_tls_get_addr.c [new file with mode: 0644]
fbtl_db/td_thr_tlsbase.c [new file with mode: 0644]
fbtl_db/td_thr_tsd.c [new file with mode: 0644]
fbtl_db/td_thr_validate.c [new file with mode: 0644]
fbtl_db/thread_db.h [new file with mode: 0644]
fbtl_db/thread_dbP.h [new file with mode: 0644]