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
key_debug.h
key_var.h
key.c
key.h
keydb.c
keydb.h
keysock.c Redo the sigio locking. 2002-05-01 20:44:46 +00:00
keysock.h