OpenBSD CVS

src/sys/nfs/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / nfs

Current tag: OPENBSD_5_7


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] krpc.h  1.7   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] krpc_subr.c  1.25   9 years  tedu   delete a whole mess of unnecessary caddr_t casts
[TXT] nfs.h  1.52   10 years  guenther   Split the API: struct ucred remains the kernel internal structure while struct x...
[TXT] nfs_aiod.c  1.6   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] nfs_bio.c  1.79   9 years  miod   First step towards making uiomove() take a size_t size argument: - rename uiomov...
[TXT] nfs_boot.c  1.36   9 years  mpi   Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. ok mikeb...
[TXT] nfs_debug.c  1.6   9 years  jsg   remove uneeded proc.h includes ok mpi@ kspillner@
[TXT] nfs_kq.c  1.22   9 years  tedu   add sizes for free(ptr, sizeof(*ptr)). use sizeof(*ptr) for malloc sizes.
[TXT] nfs_node.c  1.61   9 years  tedu   to be safe, revert locking change until further tested.
[TXT] nfs_serv.c  1.101   9 years  tedu   primary change: move uvm_vnode out of vnode, keeping only a pointer. objective: ...
[TXT] nfs_socket.c  1.107   9 years  deraadt   use NGROUPS_MAX
[TXT] nfs_srvcache.c  1.26   9 years  dlg   use siphash for key lookups in all the filesystem hashes. ok deraadt@ tedu@
[TXT] nfs_subs.c  1.125   9 years  miod   First step towards making uiomove() take a size_t size argument: - rename uiomov...
[TXT] nfs_syscalls.c  1.98   9 years  tedu   add sizes for free(ptr, sizeof(*ptr)). use sizeof(*ptr) for malloc sizes.
[TXT] nfs_var.h  1.60   10 years  deraadt   final removal of daddr64_t. daddr_t has been 64 bit for a long enough test peri...
[TXT] nfs_vfsops.c  1.106   9 years  deraadt   use NGROUPS_MAX
[TXT] nfs_vnops.c  1.161   9 years  miod   First step towards making uiomove() take a size_t size argument: - rename uiomov...
[TXT] nfsdiskless.h  1.10   10 years  fgsch   Add support for root on nfs using v3. Code adapted from NetBSD. Tested on sparc ...
[TXT] nfsm_subs.h  1.44   9 years  tedu   delete a whole mess of unnecessary caddr_t casts
[TXT] nfsmount.h  1.25   11 years  jsing   Cleanup VFS mount string handling: - Avoid using copyinstr() without checking t...
[TXT] nfsnode.h  1.39   14 years  beck   Make sillyrename not so damn silly. The kindergarten algorithm here for picking...
[TXT] nfsproto.h  1.10   14 years  thib   remove redundant comment. OK blambert@
[TXT] nfsrvcache.h  1.8   10 years  beck   grow NFS request cache for the server side from 64 to 2048 entries. FreeBSD did...
[TXT] rpcv2.h  1.8   15 years  blambert   Remove unused NQNFS #define ok thib@
[TXT] xdr_subs.h  1.9   10 years  guenther   Switch time_t, ino_t, clock_t, and struct kevent's ident and data members to 64b...