summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.lockd/kern.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build:delphij2012-05-231-1/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* Fix the include path for nfs_lock.h.rmacklem2010-07-241-1/+1
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationdfr2009-06-241-1/+0
* o Style previous.maxim2006-08-171-2/+2
* Use setproctitle(3) to provide identification of the client and serverthomas2006-08-161-0/+2
* Move call to ignore SIGPIPE signals before calling fork(),rodrigc2006-05-271-1/+3
* Ignore SIGPIPE signals on write() failures.rodrigc2006-05-251-0/+1
* When a user is in more than 16 groups the call to authunix_create() willharti2005-11-171-1/+6
* Add FBSDID. Add missing prototypes. Remove unused variables. Give variablecharnier2005-05-201-6/+7
* Consumers of nfslockdans() seems to think it should return 0 on success, socognet2005-03-161-1/+1
* Userland change corresponding to the change in kernel/userland communicationphk2004-12-061-31/+19
* Make this compile cleanly. It passes WARNS=2, but I haven't checkedpeter2003-10-261-8/+15
* When getting back an NLM DENIED response for a requested lock from therwatson2003-05-151-2/+2
* Remove a case of exposing 'struct ucred' to userspace. Use a struct xucredalfred2002-08-151-7/+7
* Add IPv6 support.alfred2002-07-151-5/+15
* Fixup for WARNS.alfred2001-11-121-6/+9
* Drop privs while servicing kernel lock requests.alfred2001-11-111-7/+17
* leverage fixed fifo implementation (rev 1.56 ofalfred2001-11-081-8/+3
* use syslog rather than printf so we can see what's going on in debug modealfred2001-11-081-4/+4
* style fixes, fix line wrap and function declarationalfred2001-11-081-6/+5
* Userland part of nfs client/server split and cleanup.peter2001-09-181-5/+5
* Fix compiling without -O, some dead code was using non-existant functions,alfred2001-04-251-5/+9
* remove debug code left in by accidentalfred2001-04-181-7/+0
* Implement client side NFS locks.alfred2001-04-171-0/+586
OpenPOWER on IntegriCloud