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_8


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.28   8 years  deraadt   m_freem() can handle NULL, do not check for this condition beforehands. ok stsp ...
[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.80   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] nfs_boot.c  1.37   8 years  deraadt   m_freem() can handle NULL, do not check for this condition beforehands. ok stsp ...
[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.62   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] nfs_serv.c  1.105   8 years  deraadt   m_freem() can handle NULL, do not check for this condition beforehands. ok stsp ...
[TXT] nfs_socket.c  1.110   8 years  deraadt   m_freem() can handle NULL, do not check for this condition beforehands. ok stsp ...
[TXT] nfs_srvcache.c  1.27   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] nfs_subs.c  1.128   8 years  mpi   Store a unique ID, an interface index, rather than a pointer to the receiving in...
[TXT] nfs_syscalls.c  1.103   8 years  deraadt   m_freem() can handle NULL, do not check for this condition beforehands. ok stsp ...
[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.164.4.1   8 years  beck   Bring in fix for NFS panic from current. ok deraadt@
[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.10   9 years  guenther   Tweaks utimensat/futimens handling to always update ctime, even when both atime ...