NetBSD/sys/nfs
cgd 90688fce27 Change the second and third args to struct vfsops' (*vfs_mount)() to
'const char *', and 'void *', respectively.  The second arg is taken directly
from user arguments, and is const there, so must be const in the prototypes
and functions.  The third arg is also taken directly from user arguments.
It doesn't have to be changed, but since it's cleaner to keep the type
the same as the user arg's type, and I'm already making the 'const char *'
change...
1996-12-22 10:10:12 +00:00
..
krpc.h Enhancements from Matthias Drochner: 1996-10-20 13:13:22 +00:00
krpc_subr.c Enhancements from Matthias Drochner: 1996-10-20 13:13:22 +00:00
nfs.h Allocate real malloc types for NFS, rather than using M_TEMP. 1996-12-10 10:07:22 +00:00
nfs_bio.c NFS performance improvement from Doug Rabson/FreeBSD: 1996-12-02 22:55:39 +00:00
nfs_boot.c Enhancements from Matthias Drochner: 1996-10-20 13:13:22 +00:00
nfs_node.c Add a set of generic file system operations that most file systems use. 1996-09-01 23:47:48 +00:00
nfs_nqlease.c revert kprintf changes 1996-10-13 01:39:03 +00:00
nfs_serv.c Give permission to the owner of the file to preserve semantics only 1996-12-11 00:01:56 +00:00
nfs_socket.c revert kprintf changes 1996-10-13 01:39:03 +00:00
nfs_srvcache.c
nfs_subs.c Comment change in previous made for some bad english.. 1996-12-09 11:31:11 +00:00
nfs_syscalls.c Make NFSSERVER work without NFSCLIENT. This is achieved by splitting 1996-12-03 00:22:43 +00:00
nfs_var.h Give permission to the owner of the file to preserve semantics only 1996-12-11 00:01:56 +00:00
nfs_vfsops.c Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
nfs_vnops.c NFS performance improvement from Doug Rabson/FreeBSD: 1996-12-02 22:55:39 +00:00
nfsdiskless.h Enhancements from Matthias Drochner: 1996-10-20 13:13:22 +00:00
nfsm_subs.h make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
nfsmount.h Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
nfsnode.h NFS performance improvement from Doug Rabson/FreeBSD: 1996-12-02 22:55:39 +00:00
nfsproto.h
nfsrtt.h
nfsrvcache.h
nqnfs.h
rpcv2.h
swapnfs.c
xdr_subs.h