NetBSD/sys/nfs
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
..
Makefile remove nqnfs. 2006-12-27 12:10:09 +00:00
files.nfs remove nqnfs. 2006-12-27 12:10:09 +00:00
krpc.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
krpc_subr.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
nfs.h merge non-intrusive nfs changes from vmlocking. 2007-12-04 17:42:30 +00:00
nfs_bio.c merge non-intrusive nfs changes from vmlocking. 2007-12-04 17:42:30 +00:00
nfs_boot.c Use sockaddr_in_init() and ifreq_setaddr() to initialize a sockaddr_in 2007-08-31 22:02:58 +00:00
nfs_bootdhcp.c Constify. 2007-12-20 16:19:38 +00:00
nfs_bootparam.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
nfs_bootstatic.c Add a new BOOTSTATIC flag, NFS_BOOTSTATIC_NOSTATIC, which causes 2007-07-08 21:08:09 +00:00
nfs_export.c Remove cn_lwp from struct componentname. curlwp should be used 2007-12-08 19:29:36 +00:00
nfs_kq.c Do not "return 1" from kqfilter for errors. That value is passed 2007-12-05 17:19:46 +00:00
nfs_node.c Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
nfs_serv.c merge non-intrusive nfs changes from vmlocking. 2007-12-04 17:42:30 +00:00
nfs_socket.c merge non-intrusive nfs changes from vmlocking. 2007-12-04 17:42:30 +00:00
nfs_srvcache.c merge non-intrusive nfs changes from vmlocking. 2007-12-04 17:42:30 +00:00
nfs_subs.c Remove cn_lwp from struct componentname. curlwp should be used 2007-12-08 19:29:36 +00:00
nfs_syscalls.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
nfs_var.h Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
nfs_vfsops.c Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
nfs_vnops.c nfs_create: try GUARDED if EXCLUSIVE is NOTSUPP. 2007-12-17 16:04:31 +00:00
nfsdiskless.h Add a new BOOTSTATIC flag, NFS_BOOTSTATIC_NOSTATIC, which causes 2007-07-08 21:08:09 +00:00
nfsm_subs.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
nfsmount.h * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern 2007-07-31 21:14:15 +00:00
nfsnode.h - instead of scanning an array of iods, maintain a list of idle iods. 2007-08-10 15:12:56 +00:00
nfsproto.h remove nqnfs. 2006-12-27 12:10:09 +00:00
nfsrtt.h remove several nqnfs definitions. 2006-12-28 00:39:03 +00:00
nfsrvcache.h merge non-intrusive nfs changes from vmlocking. 2007-12-04 17:42:30 +00:00
rpcv2.h remove several nqnfs definitions. 2006-12-28 00:39:03 +00:00
xdr_subs.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00