NetBSD/usr.sbin/rpc.lockd
bouyer 227ed98327 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 (but you're supposed to kill statd at the same time, so
remote hosts will know it and re-establish the lock).
Tested against solaris 2.7 and linux 2.2.14 clients.
Shared lock are not handled efficiently, they're serialised in lockd when they
could be granted.
2000-06-07 14:34:40 +00:00
..
Makefile Implement file locking in lockd. All the stuff is done in userland, using 2000-06-07 14:34:40 +00:00
lock_proc.c Implement file locking in lockd. All the stuff is done in userland, using 2000-06-07 14:34:40 +00:00
lockd.c Implement file locking in lockd. All the stuff is done in userland, using 2000-06-07 14:34:40 +00:00
lockd.h Implement file locking in lockd. All the stuff is done in userland, using 2000-06-07 14:34:40 +00:00
lockd_lock.c Implement file locking in lockd. All the stuff is done in userland, using 2000-06-07 14:34:40 +00:00
lockd_lock.h Implement file locking in lockd. All the stuff is done in userland, using 2000-06-07 14:34:40 +00:00
rpc.lockd.8 Implement file locking in lockd. All the stuff is done in userland, using 2000-06-07 14:34:40 +00:00
test.c WARNSify 1997-10-18 04:01:10 +00:00