cvs commit: src/lib/libthr/thread Makefile.inc thr_private.h
thr_syscalls.c
Mike Makonnen
mtm at FreeBSD.org
Tue Dec 9 03:08:33 PST 2003
mtm 2003/12/09 03:04:36 PST
FreeBSD src repository
Modified files:
lib/libthr/thread Makefile.inc thr_private.h thr_syscalls.c
Log:
o Add a wrapper around sigaction(2), so we can insert our own wrapper
around signals.
o Lock the process global signal action table.
Revision Changes Path
1.3 +1 -0 src/lib/libthr/thread/Makefile.inc
1.23 +3 -0 src/lib/libthr/thread/thr_private.h
1.4 +58 -0 src/lib/libthr/thread/thr_syscalls.c
More information about the cvs-src
mailing list