freebsd-dev/sys/netkey
Alfred Perlstein f132072368 Redo the sigio locking.
Turn the sigio sx into a mutex.

Sigio lock is really only needed to protect interrupts from dereferencing
the sigio pointer in an object when the sigio itself is being destroyed.

In order to do this in the most unintrusive manner change pgsigio's
sigio * argument into a **, that way we can lock internally to the
function.
2002-05-01 20:44:46 +00:00
..
key_debug.c just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. 2002-04-19 04:46:24 +00:00
key_debug.h Remove __P. 2002-03-20 02:39:27 +00:00
key_var.h Newer SA is prefered for a out-bound packet than old one 2001-12-05 05:40:49 +00:00
key.c Remove __P. 2002-03-20 02:39:27 +00:00
key.h just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. 2002-04-19 04:46:24 +00:00
keydb.c Remove __P. 2002-03-20 02:39:27 +00:00
keydb.h Remove __P. 2002-03-20 02:39:27 +00:00
keysock.c Redo the sigio locking. 2002-05-01 20:44:46 +00:00
keysock.h Remove __P. 2002-03-20 02:39:27 +00:00