glibc/nptl
Ulrich Drepper dd731d53dc Update.
2003-03-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* sysdeps/sh/bits/atomic.h (__arch_compare_and_exchange_val_8_acq):
	Return old value. Make asm output reg constraint earlyclobber.
	Renamed from...
	(__arch_compare_and_exchange_8_acq): ... this.
	(__arch_compare_and_exchange_val_16_acq):
	Return old value. Make asm output reg constraint earlyclobber.
	Renamed from...
	(__arch_compare_and_exchange_16_acq): ... this.
	(__arch_compare_and_exchange_val_32_acq):
	Return old value. Make asm output reg constraint earlyclobber.
	Renamed from...
	(__arch_compare_and_exchange_32_acq): ... this.
	(__arch_compare_and_exchange_val_64_acq):
	Renamed from...
	(__arch_compare_and_exchange_64_acq): ... this.
	(atomic_exchange_and_add): Use local variables and
	__arch_compare_and_exchange_val_64_acq.
	(atomic_add): Likewise.
	(atomic_add_negative, atomic_add_zero): Use local variables.

	* Makefile: Remove libmd5crypt goal.
2003-03-29 01:24:20 +00:00
..
sysdeps Update. 2003-03-29 01:24:20 +00:00
ANNOUNCE Initial revision 2002-11-26 22:50:54 +00:00
Banner Bump to 0.32. 2003-03-28 06:53:54 +00:00
ChangeLog Update. 2003-03-29 01:24:20 +00:00
DESIGN-barrier.txt Initial revision 2002-11-26 22:50:54 +00:00
DESIGN-condvar.txt Update. 2003-03-17 10:16:36 +00:00
DESIGN-rwlock.txt Update. 2003-02-27 10:32:38 +00:00
DESIGN-sem.txt Initial revision 2002-11-26 22:50:54 +00:00
Makeconfig * tst-join5.c (tf1, tf2): Add a cast. 2003-03-23 10:01:48 +00:00
Makefile Update. 2003-03-19 00:38:11 +00:00
TODO Update. 2003-01-04 08:01:29 +00:00
TODO-kernel Remove umask item. 2003-01-30 01:39:08 +00:00
TODO-testing To-Do list for testing. 2003-02-15 22:50:01 +00:00
Versions 2003-03-18 Roland McGrath <roland@redhat.com> 2003-03-19 03:25:04 +00:00
alloca_cutoff.c Initial revision 2002-11-26 22:50:54 +00:00
allocatestack.c (allocate_stack): Assume atomic_exchange_and_add returns the old value. 2003-03-20 08:58:35 +00:00
cancellation.c Update. 2003-03-21 08:03:25 +00:00
cleanup.c Update. 2003-03-25 20:41:26 +00:00
cleanup_defer.c Update. 2003-03-25 20:41:26 +00:00
configure Initial revision 2002-11-26 22:50:54 +00:00
descr.h 2003-03-14 Roland McGrath <roland@redhat.com> 2003-03-14 22:34:02 +00:00
eintr.c Update. 2003-02-22 20:02:35 +00:00
events.c * sysdeps/hppa/fpu/fesetround.c (fesetround): Use ~FE_DOWNWARD so both 2002-12-03 02:50:58 +00:00
forward.c 2003-03-03 Roland McGrath <roland@redhat.com> 2003-03-03 08:43:31 +00:00
herrno.c Update. 2003-01-03 08:11:20 +00:00
init.c Update. 2003-03-25 20:41:26 +00:00
libc-cancellation.c Update. 2003-03-21 08:03:25 +00:00
old_pthread_atfork.c Initial revision 2002-11-26 22:50:54 +00:00
old_pthread_cond_broadcast.c Update. 2003-03-21 08:03:25 +00:00
old_pthread_cond_destroy.c Update. 2003-01-03 19:13:49 +00:00
old_pthread_cond_init.c Update. 2003-01-03 19:13:49 +00:00
old_pthread_cond_signal.c Update. 2003-03-21 08:03:25 +00:00
old_pthread_cond_timedwait.c Update. 2003-03-21 08:03:25 +00:00
old_pthread_cond_wait.c Update. 2003-03-21 08:03:25 +00:00
perf.c (parse_opt): Avoid warning in case -t is used with maximum allowed number. 2002-12-21 19:33:56 +00:00
pt-allocrtsig.c Initial revision 2002-11-26 22:50:54 +00:00
pt-longjmp.c Initial revision 2002-11-26 22:50:54 +00:00
pt-system.c Update. 2003-01-07 00:42:43 +00:00
pthread-errnos.sym Update. 2003-03-18 11:17:57 +00:00
pthreadP.h Define SIGCANCEL and SIGTIMER. Remove FRAME_LEFT definition. 2003-03-25 19:13:30 +00:00
pthread_atfork.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_attr_destroy.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_getdetachstate.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_getguardsize.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_attr_getinheritsched.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_getschedparam.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_getschedpolicy.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_getscope.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_getstack.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_attr_getstackaddr.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_attr_getstacksize.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_attr_init.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_attr_setdetachstate.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_setguardsize.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_attr_setinheritsched.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_setschedparam.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_setschedpolicy.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_setscope.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_setstack.c Update. 2003-03-07 05:32:16 +00:00
pthread_attr_setstackaddr.c Update. 2003-03-07 05:32:16 +00:00
pthread_attr_setstacksize.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_barrier_destroy.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_barrier_init.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_barrierattr_destroy.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_barrierattr_getpshared.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_barrierattr_init.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_barrierattr_setpshared.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_cancel.c Update. 2003-03-21 08:03:25 +00:00
pthread_clock_gettime.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_clock_settime.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_cond_destroy.c Update. 2003-01-03 01:35:14 +00:00
pthread_cond_init.c (__pthread_cond_init): Handle NULL cond_attr parameter. 2003-03-18 20:08:20 +00:00
pthread_condattr_destroy.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_condattr_getclock.c Update. 2003-03-18 11:17:57 +00:00
pthread_condattr_getpshared.c Update. 2003-03-18 11:17:57 +00:00
pthread_condattr_init.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_condattr_setclock.c Update. 2003-03-18 11:17:57 +00:00
pthread_condattr_setpshared.c Update. 2003-03-18 11:17:57 +00:00
pthread_create.c Update. 2003-03-27 21:14:41 +00:00
pthread_detach.c Update. 2003-03-21 08:03:25 +00:00
pthread_equal.c Update. 2002-12-19 09:18:01 +00:00
pthread_exit.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_getattr_np.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_getconcurrency.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_getschedparam.c Update. 2003-02-21 10:00:33 +00:00
pthread_getspecific.c Update. 2003-02-15 09:49:02 +00:00
pthread_join.c Update. 2003-03-21 08:03:25 +00:00
pthread_key_create.c Update. 2003-01-05 10:55:15 +00:00
pthread_key_delete.c Update. 2003-03-21 08:03:25 +00:00
pthread_kill_other_threads.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_mutex_destroy.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_mutex_init.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_mutex_lock.c Update. 2003-01-14 01:20:41 +00:00
pthread_mutex_timedlock.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_mutex_trylock.c Update. 2003-02-16 10:57:38 +00:00
pthread_mutex_unlock.c Update. 2003-01-14 01:20:41 +00:00
pthread_mutexattr_destroy.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_mutexattr_getpshared.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_mutexattr_gettype.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_mutexattr_init.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_mutexattr_setpshared.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_mutexattr_settype.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlock_destroy.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlock_init.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlock_tryrdlock.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlock_trywrlock.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlockattr_destroy.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlockattr_getkind_np.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlockattr_getpshared.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlockattr_init.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlockattr_setkind_np.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlockattr_setpshared.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_self.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_setcancelstate.c Update. 2003-03-21 08:03:25 +00:00
pthread_setcanceltype.c Update. 2003-03-21 08:03:25 +00:00
pthread_setconcurrency.c Update. 2003-02-15 08:21:36 +00:00
pthread_setschedparam.c Update. 2003-02-21 10:00:33 +00:00
pthread_setspecific.c Update. 2003-01-05 10:55:15 +00:00
pthread_testcancel.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_timedjoin.c Update. 2003-03-21 08:03:25 +00:00
pthread_tryjoin.c Update. 2003-03-21 08:03:25 +00:00
res.c Initial revision 2002-11-26 22:50:54 +00:00
sem_close.c Initial revision 2002-11-26 22:50:54 +00:00
sem_destroy.c Update. 2002-12-16 23:38:42 +00:00
sem_getvalue.c Update. 2002-12-16 23:38:42 +00:00
sem_init.c Update. 2002-12-16 23:38:42 +00:00
sem_open.c * configure.in: In "running configure fragment for" message, 2003-03-01 22:40:30 +00:00
sem_unlink.c Update. 2002-12-08 08:25:05 +00:00
semaphore.h Initial revision 2002-11-26 22:50:54 +00:00
semaphoreP.h Initial revision 2002-11-26 22:50:54 +00:00
shlib-versions Initial revision 2002-11-26 22:50:54 +00:00
sockperf.c Initial revision 2002-11-26 22:50:54 +00:00
tst-atfork1.c Update. 2003-02-13 07:14:38 +00:00
tst-atfork2.c Update. 2003-02-13 07:14:38 +00:00
tst-atfork2mod.c Update. 2003-02-13 07:14:38 +00:00
tst-attr1.c Update. 2003-02-17 06:44:07 +00:00
tst-attr2.c Update. 2003-02-13 19:50:46 +00:00
tst-barrier1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-barrier2.c * tst-join5.c (tf1, tf2): Add a cast. 2003-03-23 10:01:48 +00:00
tst-barrier3.c Initial revision 2002-11-26 22:50:54 +00:00
tst-basic1.c Update. 2003-03-15 07:54:39 +00:00
tst-basic2.c Update. 2003-03-15 07:54:39 +00:00
tst-basic3.c Update. 2003-02-14 23:31:11 +00:00
tst-basic4.c Update. 2003-02-15 07:55:59 +00:00
tst-basic5.c Update. 2003-02-15 08:21:36 +00:00
tst-basic6.c Update. 2003-02-18 10:59:20 +00:00
tst-cancel-wrappers.sh Update. 2003-01-07 00:42:43 +00:00
tst-cancel1.c Update. 2003-02-17 10:47:41 +00:00
tst-cancel2.c Initial revision 2002-11-26 22:50:54 +00:00
tst-cancel3.c Initial revision 2002-11-26 22:50:54 +00:00
tst-cancel4.c (tf_sleep): Lower sleep time a bit to not upset recent kernels. 2003-03-03 01:19:01 +00:00
tst-cancel5.c Update. 2002-12-14 19:49:13 +00:00
tst-cancel6.c Update. 2002-12-18 00:53:21 +00:00
tst-cancel7.c Update. 2003-02-16 22:11:14 +00:00
tst-cancel8.c Update. 2003-02-11 00:48:56 +00:00
tst-cancel9.c Update. 2003-02-16 09:18:53 +00:00
tst-cancel10.c Update. 2003-02-17 10:22:52 +00:00
tst-cleanup1.c Update. 2002-12-14 19:49:13 +00:00
tst-cleanup2.c Update. 2003-01-28 07:27:15 +00:00
tst-cleanup3.c Update. 2003-02-13 19:50:46 +00:00
tst-clock1.c Update. 2003-02-16 10:57:38 +00:00
tst-cond1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-cond2.c Update. 2003-02-25 02:46:33 +00:00
tst-cond3.c Initial revision 2002-11-26 22:50:54 +00:00
tst-cond4.c * tst-join5.c (tf1, tf2): Add a cast. 2003-03-23 10:01:48 +00:00
tst-cond5.c Initial revision 2002-11-26 22:50:54 +00:00
tst-cond6.c * tst-join5.c (tf1, tf2): Add a cast. 2003-03-23 10:01:48 +00:00
tst-cond7.c Update. 2003-02-14 01:12:02 +00:00
tst-cond8.c Update. 2003-02-14 03:26:28 +00:00
tst-cond9.c Update. 2003-02-14 03:26:28 +00:00
tst-cond10.c Update. 2003-03-09 23:59:21 +00:00
tst-cond11.c * tst-join5.c (tf1, tf2): Add a cast. 2003-03-23 10:01:48 +00:00
tst-context1.c Test *context functions in threads. 2003-02-24 04:58:42 +00:00
tst-dlsym1.c Update. 2003-02-27 04:42:04 +00:00
tst-eintr1.c Test for pthread_create and pthread_koin not returning EINTR. 2003-02-22 05:22:31 +00:00
tst-exec1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-exec2.c Initial revision 2002-11-26 22:50:54 +00:00
tst-exec3.c Initial revision 2002-11-26 22:50:54 +00:00
tst-exit1.c Update. 2003-02-27 23:45:12 +00:00
tst-flock1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-flock2.c * tst-join5.c (tf1, tf2): Add a cast. 2003-03-23 10:01:48 +00:00
tst-fork1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-fork2.c Tests for getppid in MT applications. 2002-12-02 08:07:18 +00:00
tst-fork3.c Tests for getppid in MT applications. 2002-12-02 08:07:18 +00:00
tst-fork4.c 2003-03-16 Roland McGrath <roland@redhat.com> 2003-03-17 02:48:28 +00:00
tst-join1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-join2.c Initial revision 2002-11-26 22:50:54 +00:00
tst-join3.c Initial revision 2002-11-26 22:50:54 +00:00
tst-join4.c Update. 2003-02-14 08:49:07 +00:00
tst-join5.c * tst-join5.c (tf1, tf2): Add a cast. 2003-03-23 10:01:48 +00:00
tst-key1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-key2.c Initial revision 2002-11-26 22:50:54 +00:00
tst-key3.c Initial revision 2002-11-26 22:50:54 +00:00
tst-key4.c Update. 2003-02-20 10:10:29 +00:00
tst-kill1.c Update. 2003-02-21 20:29:49 +00:00
tst-kill2.c Update. 2003-02-21 20:29:49 +00:00
tst-kill3.c Update. 2003-02-22 20:02:35 +00:00
tst-kill4.c Update. 2003-02-21 20:29:49 +00:00
tst-kill5.c Update. 2003-02-21 21:07:28 +00:00
tst-kill6.c Update. 2003-03-08 10:30:42 +00:00
tst-locale1.c Update. 2002-12-18 00:53:21 +00:00
tst-locale2.c Update. 2002-12-04 19:53:08 +00:00
tst-mutex1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-mutex2.c 2003-03-16 Roland McGrath <roland@redhat.com> 2003-03-17 02:48:28 +00:00
tst-mutex3.c Update. 2003-02-15 20:54:25 +00:00
tst-mutex4.c * tst-join5.c (tf1, tf2): Add a cast. 2003-03-23 10:01:48 +00:00
tst-mutex5.c * tst-mutex5.c (do_test): Unlock before destroy, otherwise we invoke 2003-03-23 10:12:59 +00:00
tst-mutex6.c Initial revision 2002-11-26 22:50:54 +00:00
tst-mutex7.c Initial revision 2002-11-26 22:50:54 +00:00
tst-once1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-once2.c Initial revision 2002-11-26 22:50:54 +00:00
tst-once3.c Update. 2003-02-10 23:11:15 +00:00
tst-once4.c Update. 2003-02-10 23:43:49 +00:00
tst-popen1.c Update. 2003-02-10 23:11:15 +00:00
tst-rwlock1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-rwlock2.c Initial revision 2002-11-26 22:50:54 +00:00
tst-rwlock3.c Initial revision 2002-11-26 22:50:54 +00:00
tst-rwlock4.c * tst-join5.c (tf1, tf2): Add a cast. 2003-03-23 10:01:48 +00:00
tst-rwlock5.c Initial revision 2002-11-26 22:50:54 +00:00
tst-rwlock6.c Update. 2003-03-16 08:09:26 +00:00
tst-rwlock7.c Update. 2003-02-16 10:57:38 +00:00
tst-rwlock8.c Update. 2003-02-27 08:01:47 +00:00
tst-rwlock9.c Update. 2003-02-27 19:49:35 +00:00
tst-rwlock10.c Update. 2003-02-27 08:01:47 +00:00
tst-rwlock11.c Update. 2003-02-27 08:01:47 +00:00
tst-sem1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-sem2.c Initial revision 2002-11-26 22:50:54 +00:00
tst-sem3.c Initial revision 2002-11-26 22:50:54 +00:00
tst-sem4.c Initial revision 2002-11-26 22:50:54 +00:00
tst-sem5.c Update. 2003-03-08 10:30:42 +00:00
tst-signal1.c * tst-join5.c (tf1, tf2): Add a cast. 2003-03-23 10:01:48 +00:00
tst-signal2.c 2003-03-16 Roland McGrath <roland@redhat.com> 2003-03-17 02:48:28 +00:00
tst-signal3.c Update. 2003-03-08 10:30:42 +00:00
tst-signal4.c Update. 2003-02-17 10:22:52 +00:00
tst-signal5.c Update. 2003-02-17 23:49:52 +00:00
tst-spin1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-spin2.c * tst-join5.c (tf1, tf2): Add a cast. 2003-03-23 10:01:48 +00:00
tst-spin3.c Initial revision 2002-11-26 22:50:54 +00:00
tst-stack1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-stdio1.c Update. 2002-12-07 05:39:20 +00:00
tst-stdio2.c Update. 2002-12-07 05:39:20 +00:00
tst-sysconf.c 2003-03-23 Roland McGrath <roland@redhat.com> 2003-03-23 09:59:34 +00:00
tst-tls1.c * Makeconfig (+includes): Don't use $(last-includes). 2003-03-23 11:17:28 +00:00
tst-tls2.c * Makeconfig (+includes): Don't use $(last-includes). 2003-03-23 11:17:28 +00:00
tst-tls3.c * Makeconfig (+includes): Don't use $(last-includes). 2003-03-23 11:17:28 +00:00
tst-tls3mod.c * Makeconfig (+includes): Don't use $(last-includes). 2003-03-23 11:17:28 +00:00
tst-tsd1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-tsd2.c Initial revision 2002-11-26 22:50:54 +00:00
tst-umask1.c Update. 2003-02-16 10:57:38 +00:00
tst-unload.c * tst-join5.c (tf1, tf2): Add a cast. 2003-03-23 10:01:48 +00:00
version.c Update. 2003-03-11 19:02:26 +00:00