glibc/sysdeps/i386
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
..
bits Update. 1999-10-31 17:37:43 +00:00
elf
fpu Update. 1999-12-18 19:45:25 +00:00
i486 Update. 1999-10-04 07:30:05 +00:00
i586
i686 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
i786
sys
__longjmp.S
abort-instr.h
add_n.S
addmul_1.S
asm-syntax.h
backtrace.c
bsd-_setjmp.S
bsd-setjmp.S
bzero.c
Dist
dl-machine.h Update. 1999-10-07 18:22:40 +00:00
ffs.c
fpu_control.h
gmp-mparam.h
htonl.S
htons.S
i386-mcount.S
Implies Update. 1999-10-20 03:20:31 +00:00
init-first.c
ldbl2mpn.c
lshift.S Update. 1999-10-01 16:09:12 +00:00
machine-gmon.h
Makefile Update. 1999-09-17 16:59:43 +00:00
memchr.S
memcmp.S
memcopy.h
memset.c
mul_1.S
rawmemchr.S
rshift.S Update. 1999-10-01 16:09:12 +00:00
setjmp.S
stackinfo.h
stpcpy.S
stpncpy.S
strchr.S Update. 1999-10-01 16:09:12 +00:00
strchrnul.S Update. 1999-10-01 16:09:12 +00:00
strcspn.S
strlen.c
strpbrk.S
strrchr.S
strspn.S
strtok_r.S
strtok.S
sub_n.S
submul_1.S
sysdep.h
Versions