freebsd-dev/usr.sbin/rpc.statd
Doug Rabson c675522fc4 Re-implement the client side of rpc.lockd in the kernel. This implementation
provides the correct semantics for flock(2) style locks which are used by the
lockf(1) command line tool and the pidfile(3) library. It also implements
recovery from server restarts and ensures that dirty cache blocks are written
to the server before obtaining locks (allowing multiple clients to use file
locking to safely share data).

Sponsored by:	Isilon Systems
PR:		94256
MFC after:	2 weeks
2008-06-26 10:21:54 +00:00
..
file.c Re-implement the client side of rpc.lockd in the kernel. This implementation 2008-06-26 10:21:54 +00:00
Makefile Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2 2003-10-26 06:14:10 +00:00
procs.c Make rpc.statd INET* indipendent by converting sockaddr_in structures 2007-04-02 18:59:48 +00:00
rpc.statd.8 Add the -h <bindip> option to rpc.statd, similar to the one in nfsd(8) 2007-11-01 20:13:33 +00:00
statd.c Fix apparent mis-paste in previous check-in by author. 2008-04-06 22:08:17 +00:00
statd.h
test.c