glibc/sysdeps
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
..
alpha Update. 1999-12-18 19:45:25 +00:00
am29k Update. 1998-03-09 09:11:57 +00:00
arm Update. 2000-01-03 17:00:25 +00:00
generic Update. 2000-01-04 17:51:12 +00:00
gnu Update. 1999-12-31 18:51:25 +00:00
hppa Update. 1999-10-10 20:36:40 +00:00
i370 update. 1997-07-11 01:19:07 +00:00
i386 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
i860 Update. 1997-06-23 21:55:26 +00:00
i960 Update. 1999-07-14 00:54:57 +00:00
ieee754 Update. 1999-12-29 17:52:49 +00:00
m68k Update. 1999-12-18 19:45:25 +00:00
m88k Update. 1998-03-09 09:11:57 +00:00
mach 1999-11-18 Roland McGrath <roland@baalperazim.frob.com> 1999-12-03 05:01:23 +00:00
mips (elf_machine_dynamic): New function. 1999-11-23 16:10:26 +00:00
mvs update. 1997-07-11 01:19:07 +00:00
posix Update. 2000-01-02 18:35:38 +00:00
powerpc * sysdeps/powerpc/dl-machine.c: Many minor formatting changes. (OPCODE_LWZU): New macro. (OPCODE_ADDIS_HI): New macro. (OPCODE_LIS_HI): New macro. (__elf_machine_runtime_setup): Change PLT code-generation scheme for thread safety even with very large PLTs, better efficiency, and to fix a cache-flushing bug. Also support the Motorola 8xx processors which have a different cache line size than all the others. (__elf_machine_fixup_plt): Likewise. (__process_machine_rela): Don't use elf_machine_fixup_plt. 1999-12-31 01:33:06 +00:00
rs6000 Update. 1998-03-09 09:11:57 +00:00
sparc Update. 1999-12-29 17:52:49 +00:00
standalone Update. 1999-02-07 12:50:11 +00:00
tahoe update from main archive 960909 1996-09-10 02:00:15 +00:00
unix Update. 2000-01-04 23:56:39 +00:00
vax Update. 1999-06-09 13:08:30 +00:00
wordsize-32 Update. 1999-05-19 15:35:26 +00:00
wordsize-64 Update. 1999-05-25 14:54:29 +00:00
z8000 Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00