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_9_BASE


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.29   8 years  bluhm   In kernel initialize struct sockaddr_in and sockaddr_in6 to zero everywhere to a...
[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.7   8 years  deraadt   fairly simple sizes for free(); ok tedu
[TXT] nfs_bio.c  1.81   8 years  stefan   Convert to uiomove. From Martin Natano.
[TXT] nfs_boot.c  1.39   8 years  bluhm   Replace sockaddr casts with the proper satosin(), ... calls. From David Hill; OK...
[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.63   8 years  mmcc   sync a function's comment with its signature ok tedu@, with a slight tweak
[TXT] nfs_serv.c  1.106   8 years  deraadt   Keep track of a length for free() in error paths. Be careful, because the nfsm_...
[TXT] nfs_socket.c  1.111   8 years  bluhm   In kernel initialize struct sockaddr_in and sockaddr_in6 to zero everywhere to a...
[TXT] nfs_srvcache.c  1.28   8 years  deraadt   fairly simple sizes for free(); ok tedu
[TXT] nfs_subs.c  1.129   8 years  stefan   Convert to uiomove. From Martin Natano.
[TXT] nfs_syscalls.c  1.104   8 years  kettenis   The nfsrv_descript_pl pool never gets used in interrupt context. ok deraadt@
[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.107   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] nfs_vnops.c  1.167   8 years  stefan   Convert to uiomove. From Martin Natano.
[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.45   8 years  deraadt   branches: 1.45.6; fix ugly indents; no harmful macros harmed
[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.10   9 years  guenther   Tweaks utimensat/futimens handling to always update ctime, even when both atime ...