aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.lockd/kern.c
Commit message (Expand)AuthorAgeFilesLines
* Use prototype.Xin LI2014-01-041-5/+2
* Fix build:Xin LI2012-05-231-1/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Fix the include path for nfs_lock.h.Rick Macklem2010-07-241-1/+1
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationDoug Rabson2009-06-241-1/+0
* o Style previous.Maxim Konovalov2006-08-171-2/+2
* Use setproctitle(3) to provide identification of the client and serverThomas Quinot2006-08-161-0/+2
* Move call to ignore SIGPIPE signals before calling fork(),Craig Rodrigues2006-05-271-1/+3
* Ignore SIGPIPE signals on write() failures.Craig Rodrigues2006-05-251-0/+1
* When a user is in more than 16 groups the call to authunix_create() willHartmut Brandt2005-11-171-1/+6
* Add FBSDID. Add missing prototypes. Remove unused variables. Give variablePhilippe Charnier2005-05-201-6/+7
* Consumers of nfslockdans() seems to think it should return 0 on success, soOlivier Houchard2005-03-161-1/+1
* Userland change corresponding to the change in kernel/userland communicationPoul-Henning Kamp2004-12-061-31/+19
* Make this compile cleanly. It passes WARNS=2, but I haven't checkedPeter Wemm2003-10-261-8/+15
* When getting back an NLM DENIED response for a requested lock from theRobert Watson2003-05-151-2/+2
* Remove a case of exposing 'struct ucred' to userspace. Use a struct xucredAlfred Perlstein2002-08-151-7/+7
* Add IPv6 support.Alfred Perlstein2002-07-151-5/+15
* Fixup for WARNS.Alfred Perlstein2001-11-121-6/+9
* Drop privs while servicing kernel lock requests.Alfred Perlstein2001-11-111-7/+17
* leverage fixed fifo implementation (rev 1.56 ofAlfred Perlstein2001-11-081-8/+3
* use syslog rather than printf so we can see what's going on in debug modeAlfred Perlstein2001-11-081-4/+4
* style fixes, fix line wrap and function declarationAlfred Perlstein2001-11-081-6/+5
* Userland part of nfs client/server split and cleanup.Peter Wemm2001-09-181-5/+5
* Fix compiling without -O, some dead code was using non-existant functions,Alfred Perlstein2001-04-251-5/+9
* remove debug code left in by accidentAlfred Perlstein2001-04-181-7/+0
* Implement client side NFS locks.Alfred Perlstein2001-04-171-0/+586