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_6_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.36   5 years  bluhm   The kernel interpreted bogus lengths in RPC calls during NFS boot. A malicious r...
[TXT] nfs.h  1.53   7 years  mpi   Keep local definitions local. "good work" deraadt@, ok visa@
[TXT] nfs_aiod.c  1.8   4 years  mpi   Convert infinite sleeps to tsleep_nsec(9). ok jca@
[TXT] nfs_bio.c  1.84   4 years  cheloha   vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@
[TXT] nfs_boot.c  1.46   3 years  mvs   According the code `nfsbootdevname' is always set to network device name we expe...
[TXT] nfs_debug.c  1.6   9 years  jsg   remove uneeded proc.h includes ok mpi@ kspillner@
[TXT] nfs_kq.c  1.32   3 years  mpi   Rename poll-compatibility flag to better reflect what it is. While here prefix ...
[TXT] nfs_node.c  1.71   4 years  claudio   struct vops is not modified during runtime so use const which moves each into re...
[TXT] nfs_serv.c  1.119   5 years  cheloha   Move boottime into the timehands. To protect the timehands we first need to pro...
[TXT] nfs_socket.c  1.136   4 years  cheloha   sys/nfs: misc. tsleep(9) -> tsleep_nsec(9); ok mpi@
[TXT] nfs_srvcache.c  1.29   4 years  mpi   Convert infinite sleeps to tsleep_nsec(9). ok jca@
[TXT] nfs_subs.c  1.144   3 years  cheloha   kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) ti...
[TXT] nfs_syscalls.c  1.116   4 years  mpi   Keep socket timeout intervals in nsecs and use them with tsleep_nsec(9). Introd...
[TXT] nfs_var.h  1.63   7 years  mpi   Keep local definitions local. "good work" deraadt@, ok visa@
[TXT] nfs_vfsops.c  1.125   4 years  bluhm   Convert the vnode list at the mount point into a tailq. During unmount this lis...
[TXT] nfs_vnops.c  1.185   3 years  matthieu   In the previous commit, check tv_nsec, not tv_sec as VNOVAL is a valid valuse of...
[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.47   5 years  bluhm   Check for negative length in NFS strings. This affects both, the client and ser...
[TXT] nfsmount.h  1.28   6 years  mpi   Change the representation of an NFS mount point by caching the root nodes. nfs_...
[TXT] nfsnode.h  1.41   5 years  anton   Introduce a dedicated entry point data structure for file locks. This new data s...
[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 ...