NetBSD/sys/nfs
tls f27d6532f5 Remove arc4random() and arc4randbytes() from the kernel API. Replace
arc4random() hacks in rump with stubs that call the host arc4random() to
get numbers that are hopefully actually random (arc4random() keyed with
stack junk is not).  This should fix some of the currently failing anita
tests -- we should no longer generate duplicate "random" MAC addresses in
the test environment.
2011-11-28 08:05:05 +00:00
..
Makefile
files.nfs
krpc.h
krpc_subr.c
nfs.h
nfs_bio.c use NFS_MAXNAMLEN for all names. 2011-09-27 01:07:38 +00:00
nfs_boot.c
nfs_bootdhcp.c
nfs_bootparam.c
nfs_bootstatic.c
nfs_clntsocket.c
nfs_clntsubs.c
nfs_export.c use NFS_MAXNAMLEN for all names. 2011-09-27 01:07:38 +00:00
nfs_iod.c
nfs_kq.c VOP_GETATTR() needs a shared lock at least. 2011-10-24 11:43:30 +00:00
nfs_node.c
nfs_serv.c nfsrv_lookup(): Defer the postopattr lookup on dirp until the 2011-11-21 09:07:59 +00:00
nfs_socket.c
nfs_srvcache.c
nfs_srvsocket.c
nfs_srvsubs.c
nfs_subs.c First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
nfs_syscalls.c
nfs_var.h
nfs_vfsops.c VOP_GETATTR() needs a shared lock at least. 2011-10-24 11:43:30 +00:00
nfs_vnops.c Remove arc4random() and arc4randbytes() from the kernel API. Replace 2011-11-28 08:05:05 +00:00
nfsdiskless.h
nfsm_subs.h
nfsmount.h
nfsnode.h
nfsproto.h
nfsrtt.h
nfsrvcache.h
rpcv2.h
xdr_subs.h