glibc/sysdeps/i386/i686
Ulrich Drepper 1d2fc9b3c5 Redesigned how cancellation unblocks a thread from internal cancellation points (sem_wait, pthread_join, pthread_cond_{wait,timedwait}). Cancellation won't eat a signal in any of these functions (*required* by POSIX and Single Unix Spec!).
2000-01-03  Kaz Kylheku  <kaz@ashi.footprints.net>

	Redesigned how cancellation unblocks a thread from internal
	cancellation points (sem_wait, pthread_join,
	pthread_cond_{wait,timedwait}).
	Cancellation won't eat a signal in any of these functions
	(*required* by POSIX and Single Unix Spec!).
	* condvar.c: spontaneous wakeup on pthread_cond_timedwait won't eat a
	simultaneous condition variable signal (not required by POSIX
	or Single Unix Spec, but nice).
	* spinlock.c: __pthread_lock queues back any received restarts
	that don't belong to it instead of assuming ownership of lock
	upon any restart; fastlock can no longer be acquired by two threads
	simultaneously.
	* restart.h: restarts queue even on kernels that don't have
	queued real time signals (2.0, early 2.1), thanks to atomic counter,
	avoiding a rare race condition in pthread_cond_timedwait.
2000-01-05 02:09:12 +00:00
..
fpu Update. 1999-07-14 00:54:57 +00:00
Dist Update. 1998-12-28 21:12:35 +00:00
Implies Update. 1999-07-14 00:54:57 +00:00
Makefile Update. 1998-12-27 17:29:47 +00:00
add_n.S Redesigned how cancellation unblocks a thread from internal cancellation points (sem_wait, pthread_join, pthread_cond_{wait,timedwait}). Cancellation won't eat a signal in any of these functions (*required* by POSIX and Single Unix Spec!). 2000-01-05 02:09:12 +00:00
bzero.S Update. 1999-01-07 17:59:28 +00:00
dl-hash.h Update. 1998-12-26 09:30:54 +00:00
ffs.c Update. 1998-07-30 12:47:25 +00:00
hp-timing.c Update. 1998-12-27 17:29:47 +00:00
hp-timing.h Update. 1998-12-31 18:19:19 +00:00
memcpy.S Update. 1999-01-07 22:36:12 +00:00
mempcpy.S Update. 1999-01-07 22:36:12 +00:00
memset.S Update. 1999-01-07 22:36:12 +00:00
strcmp.S Update. 1999-01-07 22:36:12 +00:00
strtok.S Update. 1998-12-31 18:19:19 +00:00
strtok_r.S Update. 1998-04-02 17:42:53 +00:00