NetBSD/sys/netkey
darrenr 960df3c8d1 Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records.  The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.

Bump the kernel rev up to 1.6V
2003-06-28 14:20:43 +00:00
..
key_debug.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
key_debug.h /*CONTCOND*/ while (0)'ed macros 2002-11-02 07:30:55 +00:00
key_var.h fix signed/unsigned pointer mixup 2002-09-23 13:43:42 +00:00
key.c tighten sanity check on ipsec policy. sync w/kame 2003-06-16 08:11:03 +00:00
key.h
keydb.c Add extensible malloc types, adapted from FreeBSD. This turns 2003-02-01 06:23:35 +00:00
keydb.h Add extensible malloc types, adapted from FreeBSD. This turns 2003-02-01 06:23:35 +00:00
keysock.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
keysock.h Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
Makefile Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00