NetBSD/sys/lkm
dsl 7e2790cf6f Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
    int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.
2007-12-20 23:02:38 +00:00
..
arch machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
compat Remove all the __P 2007-12-19 20:31:35 +00:00
dev Use BUILDSYMLINKS to avoid a compilation error where the source file 2007-11-20 21:47:34 +00:00
exec Remove all the __P 2007-12-19 20:31:35 +00:00
kauth Make securelevel a "secmodel" of its own. 2007-11-21 22:49:05 +00:00
misc Remove all the __P 2007-12-19 20:31:35 +00:00
net Remove 3rd clause and my name from all the licences which were only in my 2007-09-10 10:35:51 +00:00
netinet
syscall Remove all the __P 2007-12-19 20:31:35 +00:00
vfs Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
Makefile
Makefile.inc
TODO