freebsd-dev/lib/libpthread
Daniel Eischen 862e463a75 Add a wrapper for execve(). The exec'd process must be started with
the signal mask and pending signals of the calling thread.  These
are stored in userland in libpthread.

There is a small race condition in this patch which could cause
problems if a signal arrives after setting the (kernel) signal
mask and before exec'ing.  The thread's set of pending signals
also are not yet installed in the exec'd process.  Both of these
will be corrected with the addition of a special syscall.

Reported & Tested by:	Joost Bekkers <joost at jodocus dot org>
Reviewed by:	julian, davidxu
2004-09-26 06:50:15 +00:00
..
arch _tcb_ctor takes two args. 2004-09-24 13:02:30 +00:00
support The caller is expected to set up PIC register corectly before 2003-09-05 18:08:19 +00:00
sys Add the ability to reinitialize libpthread's internal FIFO-queueing 2003-11-04 20:01:38 +00:00
test libkse was renamed to libpthread. 2004-02-05 02:55:20 +00:00
thread Add a wrapper for execve(). The exec'd process must be started with 2004-09-26 06:50:15 +00:00
Makefile 1. Add macro DTV_OFFSET to calculate dtv offset in tcb. 2004-08-16 03:27:29 +00:00
pthread.map Add a wrapper for execve(). The exec'd process must be started with 2004-09-26 06:50:15 +00:00