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
master
25 files
krpc.h
Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
13 years ago
krpc_subr.c
Simplify solock() and sounlock(). There is no reason to return a value for the lock operation and to pass a value to the unlock operation. sofree() still needs an extra flag to know if sounlock() should be called or not. But sofree() is called less often and mostly without keeping the lock. OK mpi@ mvs@
3 years ago
nfs.h
Keep local definitions local.
9 years ago
nfs_aiod.c
spelling ok jmc@
4 years ago
nfs_bio.c
vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@
6 years ago
nfs_boot.c
remove fddi leftover no binary change
4 years ago
nfs_debug.c
remove uneeded proc.h includes ok mpi@ kspillner@
11 years ago
nfs_kq.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
nfs_node.c
Fix lock order reversal in nfs_inactive()
3 years ago
nfs_serv.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
nfs_socket.c
Introduce the pru_*() wrappers for corresponding (*pr_usrreq)() calls.
3 years ago
nfs_srvcache.c
Convert infinite sleeps to tsleep_nsec(9).
6 years ago
nfs_subs.c
fixup previous refactoring OK stsp@ (without assuming any responsibility for NFS)
4 years ago
nfs_syscalls.c
Simplify solock() and sounlock(). There is no reason to return a value for the lock operation and to pass a value to the unlock operation. sofree() still needs an extra flag to know if sounlock() should be called or not. But sofree() is called less often and mostly without keeping the lock. OK mpi@ mvs@
3 years ago
nfs_var.h
Keep local definitions local.
9 years ago
nfs_vfsops.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
nfs_vnops.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years 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
Check for negative length in NFS strings. This affects both, the client and server. OK beck@
7 years ago
nfsmount.h
Change the representation of an NFS mount point by caching the root nodes.
8 years ago
nfsnode.h
spelling
5 years ago
nfsproto.h
nfsrvcache.h
grow NFS request cache for the server side from 64 to 2048 entries.
12 years ago
rpcv2.h
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