freebsd-dev/lib/libpthread
Daniel Eischen 2fbba8b1b8 We use ___setjmp (non-signal saving) to setup a signal frame. When
adding a signal frame to a thread, be sure to label the context
correctly so we don't restore an uninitialized process mask.

Reported by:	kimc@W8HD.ORG and Andrey Rouskol <anry@sovintel.ru>
2000-10-22 18:35:11 +00:00
..
arch $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
man Make sem_post() safe to call from within a signal handler, as required by 2000-08-01 21:19:09 +00:00
sys $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
test Add test to detect propagation of cancellation points within libc_r. 2000-04-26 23:25:58 +00:00
thread We use ___setjmp (non-signal saving) to setup a signal frame. When 2000-10-22 18:35:11 +00:00
Makefile Enable _PTHREADS_INVARIANTS until the recent libc_r changes are 2000-10-13 22:19:50 +00:00