freebsd-nq/usr.sbin/rpc.lockd
Alfred Perlstein 64b829d192 leverage fixed fifo implementation (rev 1.56 of
src/sys/fs/fifofs/fifo_vnops.c) to serve locks better, my previous
workaround for lack of decent fifo system wasn't cutting it,
particularly the kernel would send a message down the fifo and
immediately close it, this would lead to delayed unlock requests
being seen by the lockd causing all sorts of badness.

Basically, don't reopen the fifo, just select(2) on it.
2001-11-08 10:37:32 +00:00
..
kern.c leverage fixed fifo implementation (rev 1.56 of 2001-11-08 10:37:32 +00:00
lock_proc.c Implement partial-file NFS lock testing. 2001-10-14 18:36:35 +00:00
lockd_lock.c Implement partial-file NFS lock testing. 2001-10-14 18:36:35 +00:00
lockd_lock.h Implement partial-file NFS lock testing. 2001-10-14 18:36:35 +00:00
lockd.c Implement client side NFS locks. 2001-04-17 20:45:23 +00:00
lockd.h Implement client side NFS locks. 2001-04-17 20:45:23 +00:00
Makefile Perform a major cleanup of the usr.sbin Makefiles. 2001-07-20 06:20:32 +00:00
rpc.lockd.8 mdoc(7) police: Removed forgotten .Pp. 2001-04-27 10:18:22 +00:00
test.c Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and 2001-03-19 12:50:13 +00:00