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_3


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.32   6 years  mpi   Change sosetopt() to no longer free the mbuf it receives and change all the call...
[TXT] nfs.h  1.53   7 years  mpi   Keep local definitions local. "good work" deraadt@, ok visa@
[TXT] nfs_aiod.c  1.7   8 years  deraadt   fairly simple sizes for free(); ok tedu
[TXT] nfs_bio.c  1.82   7 years  mpi   Keep local definitions local. "good work" deraadt@, ok visa@
[TXT] nfs_boot.c  1.44   6 years  tb   Push the NET_LOCK into ifioctl() and use the NET_RLOCK in ifioctl_get(). In part...
[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.65   7 years  dlg   replace the use of RB macros with the RBT functions.
[TXT] nfs_serv.c  1.112.2.1   5 years  bluhm   Check for negative length integers in NFS server. A malicious client could cras...
[TXT] nfs_socket.c  1.128   6 years  bluhm   nfs_connect() returns EINVAL at the beginning if nm_sotype is invalid. But the ...
[TXT] nfs_srvcache.c  1.28   8 years  deraadt   fairly simple sizes for free(); ok tedu
[TXT] nfs_subs.c  1.135   6 years  deraadt   Remove old deactivated pledge path code. A replacement mechanism is being brewe...
[TXT] nfs_syscalls.c  1.113   6 years  mpi   Remove almost unused `flags' argument of suser(). The account flag `ASU' will n...
[TXT] nfs_var.h  1.63   7 years  mpi   Keep local definitions local. "good work" deraadt@, ok visa@
[TXT] nfs_vfsops.c  1.116   6 years  deraadt   Syncronize filesystems to disk when suspending. Each mountpoint's vnodes are pu...
[TXT] nfs_vnops.c  1.171.2.1   5 years  bluhm   Check for negative length integers in NFS server. A malicious client could cras...
[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.6.1   5 years  bluhm   Check for negative length integers in NFS server. A malicious client could cras...
[TXT] nfsmount.h  1.27   7 years  mpi   Keep local definitions local. "good work" deraadt@, ok visa@
[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 ...