Date: Tue, 9 Dec 2003 03:04:36 -0800 (PST) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread Makefile.inc thr_private.h thr_syscalls.c Message-ID: <200312091104.hB9B4axM079499@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312091104.hB9B4axM079499>