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
/
usr.sbin
/
rpc.lockd
/
at
jcs
9 files
Makefile
Disable enum warnings after checking the code is ok. ok millert@
8 years ago
handles.c
make this readable, so that i can think about actually coding it..
28 years ago
lockd.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
lockd.h
from NetBSD: Implement file locking in lockd. All the stuff is done in userland, using fhopen() and flock(). This means that if you kill lockd, all locks will be relased. Shared locks are not handled efficiently, they're serialised in lockd when they could be granted.
18 years ago
lockd_lock.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
lockd_lock.h
$OpenBSD$
18 years ago
procs.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
rpc.lockd.8
tweak previous;
18 years ago
test.c
Avoid unintended problems with operator precedence when doing an assignment and comparison.
10 years ago