freebsd-dev/lib/libpthread
Daniel Eischen eb4463fde6 When entering the scheduler from the signal handler, tell
the kernel to (re)use the alternate signal stack.  In this
case, we don't return normally from the signal handler,
so the kernel still thinks we are using the signal stack.
The fixes a nasty bug where the signal handler can start
fiddling with the stack of a thread while the handler is
actually running on the same stack.

MFC candidate
2000-11-14 20:00:19 +00:00
..
arch $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
man Use Fx macro wherever possible. 2000-11-14 11:20:58 +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 When entering the scheduler from the signal handler, tell 2000-11-14 20:00:19 +00:00
Makefile Bump the shared lib version. There seems to have been an incompatible 2000-11-14 02:46:23 +00:00