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
trash-bin2
25 files
krpc.h
Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
13 years ago
krpc_subr.c
The kernel interpreted bogus lengths in RPC calls during NFS boot. A malicious rpc.bootparamd could corrupt memory, but the kernel has to trust the local network anyway in a diskless environment. Now in case of an RPC error, the kernel will stop booting with a specific panic. OK claudio@ beck@
7 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
Clarify usage of __EV_POLL and __EV_SELECT
4 years ago
nfs_node.c
revert vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop (both kernel and userland bits)
4 years ago
nfs_serv.c
spelling
5 years ago
nfs_socket.c
Use the refcnt API with struct ucred.
4 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
spelling
5 years ago
nfs_var.h
Keep local definitions local.
9 years ago
nfs_vfsops.c
nfs: don't sleep on lbolt
5 years ago
nfs_vnops.c
Add vnode parameter to VOP_STRATEGY()
4 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
remove redundant comment.
17 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