glibc/nptl
Ulrich Drepper 1418bf990e Update.
2003-07-03  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_CLKTCK):
	Define.
	* sysdeps/unix/sysv/linux/prof-freq.h: New file.
2003-07-03 08:51:46 +00:00
..
sysdeps Update. 2003-07-03 07:37:59 +00:00
alloca_cutoff.c
allocatestack.c Update. 2003-06-25 00:00:50 +00:00
ANNOUNCE
Banner Update. 2003-07-03 08:51:46 +00:00
cancellation.c Remove __pthread_enable_asynccancel_2. 2003-05-26 02:09:08 +00:00
ChangeLog Update. 2003-07-03 07:37:59 +00:00
cleanup_compat.c Declare __pthread_unwind. Define __do_cancel to use it. Declare old cleanup handler installation functions. 2003-04-12 00:14:16 +00:00
cleanup_defer_compat.c Declare __pthread_unwind. Define __do_cancel to use it. Declare old cleanup handler installation functions. 2003-04-12 00:14:16 +00:00
cleanup_defer.c Update. 2003-05-31 07:50:12 +00:00
cleanup_routine.c Update. 2003-06-08 05:28:14 +00:00
cleanup.c Update. 2003-05-31 07:50:12 +00:00
cond-perf.c Update. 2003-05-11 23:28:52 +00:00
configure
descr.h Update. 2003-06-17 08:58:31 +00:00
DESIGN-barrier.txt
DESIGN-condvar.txt
DESIGN-rwlock.txt
DESIGN-sem.txt Make clear that futex_wake in sem_post gets passed the new value. 2003-06-19 19:49:50 +00:00
eintr.c
events.c
forward.c * libio/fileops.c (_IO_file_close_it): Macro tweak to avoid warning. 2003-04-16 03:12:34 +00:00
herrno.c
init.c Update. 2003-04-21 07:39:20 +00:00
libc-cancellation.c Update. 2003-07-02 05:13:15 +00:00
Makeconfig * Makeconfig (shared-thread-library): Reverse link order to work 2003-04-23 06:09:13 +00:00
Makefile Update. 2003-07-01 03:33:06 +00:00
old_pthread_atfork.c
old_pthread_cond_broadcast.c
old_pthread_cond_destroy.c
old_pthread_cond_init.c
old_pthread_cond_signal.c
old_pthread_cond_timedwait.c
old_pthread_cond_wait.c
perf.c
pt-allocrtsig.c
pt-longjmp.c
pt-system.c
pthread_atfork.c
pthread_attr_destroy.c
pthread_attr_getdetachstate.c
pthread_attr_getguardsize.c
pthread_attr_getinheritsched.c
pthread_attr_getschedparam.c
pthread_attr_getschedpolicy.c
pthread_attr_getscope.c
pthread_attr_getstack.c
pthread_attr_getstackaddr.c
pthread_attr_getstacksize.c
pthread_attr_init.c
pthread_attr_setdetachstate.c
pthread_attr_setguardsize.c
pthread_attr_setinheritsched.c
pthread_attr_setschedparam.c
pthread_attr_setschedpolicy.c
pthread_attr_setscope.c
pthread_attr_setstack.c
pthread_attr_setstackaddr.c
pthread_attr_setstacksize.c
pthread_barrier_destroy.c
pthread_barrier_init.c
pthread_barrierattr_destroy.c
pthread_barrierattr_getpshared.c
pthread_barrierattr_init.c
pthread_barrierattr_setpshared.c
pthread_cancel.c
pthread_clock_gettime.c Update. 2003-06-25 00:00:50 +00:00
pthread_clock_settime.c Update. 2003-06-25 00:00:50 +00:00
pthread_cond_destroy.c
pthread_cond_init.c
pthread_condattr_destroy.c
pthread_condattr_getclock.c
pthread_condattr_getpshared.c
pthread_condattr_init.c
pthread_condattr_setclock.c
pthread_condattr_setpshared.c
pthread_create.c (deallocate_tsd): Don't take parameter. Adjust caller. Optimize to avoid often unecessary local variable. 2003-04-12 00:25:27 +00:00
pthread_detach.c
pthread_equal.c
pthread_exit.c
pthread_getattr_np.c
pthread_getconcurrency.c
pthread_getschedparam.c
pthread_getspecific.c
pthread_join.c Update. 2003-05-16 22:09:32 +00:00
pthread_key_create.c
pthread_key_delete.c
pthread_kill_other_threads.c
pthread_mutex_destroy.c Update. 2003-06-22 23:55:27 +00:00
pthread_mutex_init.c Update. 2003-06-22 23:55:27 +00:00
pthread_mutex_lock.c Update. 2003-06-22 23:55:27 +00:00
pthread_mutex_timedlock.c Update. 2003-06-22 23:55:27 +00:00
pthread_mutex_trylock.c * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Support cancellation 2003-06-25 03:22:03 +00:00
pthread_mutex_unlock.c Update. 2003-06-23 01:29:14 +00:00
pthread_mutexattr_destroy.c
pthread_mutexattr_getpshared.c
pthread_mutexattr_gettype.c
pthread_mutexattr_init.c
pthread_mutexattr_setpshared.c
pthread_mutexattr_settype.c
pthread_rwlock_destroy.c
pthread_rwlock_init.c
pthread_rwlock_tryrdlock.c
pthread_rwlock_trywrlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlockattr_destroy.c
pthread_rwlockattr_getkind_np.c
pthread_rwlockattr_getpshared.c
pthread_rwlockattr_init.c
pthread_rwlockattr_setkind_np.c
pthread_rwlockattr_setpshared.c
pthread_self.c
pthread_setcancelstate.c
pthread_setcanceltype.c
pthread_setconcurrency.c
pthread_setschedparam.c
pthread_setspecific.c
pthread_testcancel.c
pthread_timedjoin.c
pthread_tryjoin.c
pthread-errnos.sym
pthreadP.h Update. 2003-07-03 07:37:59 +00:00
res.c
sem_close.c Fix one endless loop. Implement correct semantics wrt opening the same semaphore more then once. 2003-05-17 20:49:02 +00:00
sem_destroy.c
sem_getvalue.c
sem_init.c
sem_open.c Update. 2003-05-31 19:58:46 +00:00
sem_unlink.c
semaphore.h Update. 2003-04-22 17:15:35 +00:00
semaphoreP.h Update. 2003-05-17 20:53:32 +00:00
shlib-versions
sockperf.c
TODO
TODO-kernel Update. 2003-05-30 06:03:38 +00:00
TODO-testing
tst-align.c
tst-atfork1.c
tst-atfork2.c
tst-atfork2mod.c
tst-attr1.c
tst-attr2.c (do_test): Add cast to avoid warning. 2003-04-11 22:59:18 +00:00
tst-barrier1.c
tst-barrier2.c
tst-barrier3.c
tst-basic1.c
tst-basic2.c
tst-basic3.c
tst-basic4.c
tst-basic5.c
tst-basic6.c
tst-cancel1.c Update. 2003-06-08 05:28:14 +00:00
tst-cancel2.c
tst-cancel3.c
tst-cancel4.c Update. 2003-06-27 17:53:52 +00:00
tst-cancel5.c
tst-cancel6.c
tst-cancel7.c
tst-cancel8.c
tst-cancel9.c
tst-cancel10.c
tst-cancel11.c
tst-cancel12.c Update. 2003-06-08 05:28:14 +00:00
tst-cancel13.c Update. 2003-06-08 05:28:14 +00:00
tst-cancel14.c Update. 2003-06-08 05:28:14 +00:00
tst-cancel15.c Update. 2003-06-08 05:28:14 +00:00
tst-cancel16.c Update. 2003-06-16 07:39:03 +00:00
tst-cancel17.c Update. 2003-06-24 02:50:16 +00:00
tst-cancel18.c Update. 2003-06-17 22:40:05 +00:00
tst-cancel-wrappers.sh
tst-cancelx1.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx2.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx3.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx4.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx5.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx6.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx7.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx8.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx9.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx10.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx11.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx12.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx13.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx14.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx15.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx16.c Update. 2003-06-16 07:39:03 +00:00
tst-cancelx17.c Update. 2003-06-17 22:11:22 +00:00
tst-cancelx18.c Update. 2003-06-17 22:40:05 +00:00
tst-cleanup0.c Update. 2003-06-08 05:28:14 +00:00
tst-cleanup0.expect Declare __pthread_unwind. Define __do_cancel to use it. Declare old cleanup handler installation functions. 2003-04-12 00:14:16 +00:00
tst-cleanup1.c Update. 2003-06-08 05:28:14 +00:00
tst-cleanup2.c
tst-cleanup3.c
tst-cleanupx0.c Update. 2003-06-08 05:28:14 +00:00
tst-cleanupx0.expect Update. 2003-06-08 05:28:14 +00:00
tst-cleanupx1.c Update. 2003-06-08 05:28:14 +00:00
tst-cleanupx2.c Update. 2003-06-08 05:28:14 +00:00
tst-cleanupx3.c Update. 2003-06-08 05:28:14 +00:00
tst-clock1.c
tst-clock2.c Update. 2003-06-25 00:00:50 +00:00
tst-cond1.c
tst-cond2.c
tst-cond3.c
tst-cond4.c
tst-cond5.c
tst-cond6.c
tst-cond7.c
tst-cond8.c Update. 2003-06-24 02:50:16 +00:00
tst-cond9.c
tst-cond10.c
tst-cond11.c
tst-context1.c
tst-detach1.c
tst-dlsym1.c
tst-eintr1.c
tst-exec1.c
tst-exec2.c
tst-exec3.c
tst-exec4.c Update. 2003-06-01 18:07:34 +00:00
tst-exit1.c
tst-flock1.c
tst-flock2.c
tst-fork1.c
tst-fork2.c
tst-fork3.c
tst-fork4.c
tst-join1.c
tst-join2.c
tst-join3.c
tst-join4.c Update. 2003-05-31 06:30:37 +00:00
tst-join5.c
tst-key1.c
tst-key2.c
tst-key3.c
tst-key4.c
tst-kill1.c
tst-kill2.c
tst-kill3.c
tst-kill4.c
tst-kill5.c
tst-kill6.c
tst-locale1.c
tst-locale2.c
tst-mutex1.c
tst-mutex2.c
tst-mutex3.c
tst-mutex4.c (do_test): Add cast to avoid warning. 2003-04-11 22:59:18 +00:00
tst-mutex5.c
tst-mutex6.c
tst-mutex7.c
tst-mutex8.c Update. 2003-06-22 23:55:27 +00:00
tst-mutex9.c Update. 2003-06-22 23:55:27 +00:00
tst-once1.c
tst-once2.c
tst-once3.c Update. 2003-07-01 03:29:50 +00:00
tst-once4.c Update. 2003-07-01 03:29:50 +00:00
tst-oncex3.c Update. 2003-07-01 03:29:50 +00:00
tst-oncex4.c Update. 2003-07-01 03:29:50 +00:00
tst-popen1.c
tst-rwlock1.c
tst-rwlock2.c
tst-rwlock3.c
tst-rwlock4.c
tst-rwlock5.c
tst-rwlock6.c Update. 2003-05-30 17:50:29 +00:00
tst-rwlock7.c Update. 2003-05-30 03:47:32 +00:00
tst-rwlock8.c
tst-rwlock9.c
tst-rwlock10.c
tst-rwlock11.c
tst-rwlock12.c Test for inter-process rwlocks. 2003-06-05 19:20:54 +00:00
tst-sem1.c
tst-sem2.c
tst-sem3.c
tst-sem4.c
tst-sem5.c
tst-sem6.c Update. 2003-05-10 05:36:37 +00:00
tst-sem7.c Update. 2003-05-17 20:53:32 +00:00
tst-sem8.c Update. 2003-05-31 19:58:46 +00:00
tst-sem9.c Update. 2003-05-31 19:58:46 +00:00
tst-signal1.c
tst-signal2.c
tst-signal3.c
tst-signal4.c
tst-signal5.c
tst-signal6.c Update. 2003-05-30 06:03:38 +00:00
tst-spin1.c
tst-spin2.c
tst-spin3.c
tst-stack1.c
tst-stdio1.c
tst-stdio2.c
tst-sysconf.c
tst-tls1.c
tst-tls2.c
tst-tls3.c
tst-tls3mod.c
tst-tsd1.c
tst-tsd2.c
tst-tsd3.c
tst-tsd4.c
tst-umask1.c
tst-unload.c
unwind.c Update. 2003-07-03 07:37:59 +00:00
version.c Update. 2003-04-12 00:58:26 +00:00
Versions Update. 2003-07-03 07:37:59 +00:00