NetBSD/sys/ufs
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
..
ext2fs Remove cn_lwp from struct componentname. curlwp should be used 2007-12-08 19:29:36 +00:00
ffs Call genfs_node_init a little earlier to avoid a vput()ing an 2007-12-20 16:18:57 +00:00
lfs Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
mfs Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
ufs use __KERNEL_RCSID() instead of __RCSID() 2007-12-11 12:16:34 +00:00
Makefile
files.ufs defflag LFS_KERNEL_RFW (in opt_lfs.h). 2007-12-12 02:56:03 +00:00