tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
nfs
/
at
jcs
26 files
krpc.h
Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
13 years ago
krpc_subr.c
Use shared socket lock for NFS.
1 year ago
nfs.h
remove some unused defines ok miod@
2 years ago
nfs_aiod.c
spelling ok jmc@
4 years ago
nfs_bio.c
remove unneeded semicolons after switch statements
2 years ago
nfs_boot.c
remove unneeded includes ok miod@ mpi@
2 years ago
nfs_debug.c
remove unneeded includes ok miod@ mpi@
2 years ago
nfs_kq.c
remove unneeded includes ok miod@ mpi@
2 years ago
nfs_node.c
remove unneeded includes ok miod@ mpi@
2 years ago
nfs_serv.c
Do not allow readdir and readdirplus NFS operations on non-directory vnodes; reported by Claes M Nyberg to bugs@, ok claudio@
11 months ago
nfs_socket.c
Use shared socket lock for NFS.
1 year ago
nfs_srvcache.c
remove unneeded semicolons after switch statements
2 years ago
nfs_srvsubs.c
remove unneeded semicolons after switch statements
2 years ago
nfs_subs.c
move some server only functions from nfs_subs.c to nfs_srvsubs.c saves space on ramdisks that have option NFSCLIENT
2 years ago
nfs_syscalls.c
eliminate bremfree macro, just an alias for bufcache_take. ok claudio miod
1 year ago
nfs_var.h
move some server only functions from nfs_subs.c to nfs_srvsubs.c saves space on ramdisks that have option NFSCLIENT
2 years ago
nfs_vfsops.c
Carefully prune sysctl nodes with #ifndef SMALL_KERNEL recover space lost to other bloaty software. ok bluhm
9 months ago
nfs_vnops.c
Retire NULLVP, use NULL for coherency.
6 months ago
nfsdiskless.h
Add support for root on nfs using v3. Code adapted from NetBSD. Tested on sparc by miod, octeon by aalm and armv7 by me. miod ok.
12 years ago
nfsm_subs.h
After calling m_freem() on nmi_mrep (or nmi_mreq) set the pointer to NULL.
2 years ago
nfsmount.h
Change the representation of an NFS mount point by caching the root nodes.
8 years ago
nfsnode.h
The nfs_nodetree is an RBT tree and not an RB tree so the nfsnode needs to use RBT_ENTRY and not RB_ENTRY for the n_entry member. OK miod@ mpi@
7 months ago
nfsproto.h
Make nfstov_mode() return mode_t rather than uint16_t. This is a no-op since we only care about the low 12 bits in NFS anyway.
2 years ago
nfsrvcache.h
grow NFS request cache for the server side from 64 to 2048 entries.
12 years ago
rpcv2.h
Remove unused NQNFS #define
18 years ago
xdr_subs.h
Tweaks utimensat/futimens handling to always update ctime, even when both atime and mtime are UTIME_OMIT (at least for ufs, tmpfs, and ext2fs), and to correctly handle a timestamp of -1.
11 years ago