freebsd-dev/lib/libkse
Daniel Eischen b8bbeeda02 After forking and initializing the library to single-threaded
mode (where the forked thread is the one and only thread and
is marked as system scope), set the system scope flag before
initializing the signal mask.  This prevents trying to use
internal locks that haven't yet been initialized.

Reported by:	Dan Nelson <dnelson at allantgroup.com>
Reviewed by:	davidxu
2004-04-08 23:16:21 +00:00
..
arch Simplify the contexts created by the kernel and remove the related 2003-12-07 20:47:33 +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 After forking and initializing the library to single-threaded 2004-04-08 23:16:21 +00:00
Makefile Now that libpthread is the default threading library, remove the 2004-01-31 05:05:45 +00:00