freebsd-nq/sys/nfsserver
Poul-Henning Kamp f3732fd15b Second half of the dev_t cleanup.
The big lines are:
	NODEV -> NULL
	NOUDEV -> NODEV
	udev_t -> dev_t
	udev2dev() -> findcdev()

Various minor adjustments including handling of userland access to kernel
space struct cdev etc.
2004-06-17 17:16:53 +00:00
..
nfs_serv.c Second half of the dev_t cleanup. 2004-06-17 17:16:53 +00:00
nfs_srvcache.c The socket code upcalls into the NFS server using the so_upcall 2004-05-24 04:06:14 +00:00
nfs_srvsock.c The socket code upcalls into the NFS server using the so_upcall 2004-05-24 04:06:14 +00:00
nfs_srvsubs.c Giant wasn't dropped here if we have to return EBUSY. This is bad. 2004-05-31 20:21:06 +00:00
nfs_syscalls.c Add an assertion that nfssvc() isn't called with Giant. 2004-05-31 16:32:49 +00:00
nfs.h The socket code upcalls into the NFS server using the so_upcall 2004-05-24 04:06:14 +00:00
nfsm_subs.h The socket code upcalls into the NFS server using the so_upcall 2004-05-24 04:06:14 +00:00
nfsrvcache.h
nfsrvstats.h