aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.lockd
Commit message (Expand)AuthorAgeFilesLines
* MFC: r179489 - add a missing call to init_nsm().Doug Rabson2008-06-091-0/+1
* MFC: kernel-mode NFS lock manager.Doug Rabson2008-04-241-109/+575
* MFC:Matteo Riondato2007-04-122-8/+92
* MFC 1.18-1.19: Add a function that checks for duplicate requests (basedMatt Jacob2007-01-121-55/+94
* MFC rev. 1.18 to RELENG_6:Thomas Quinot2006-08-311-2/+1
* MFC rev. 1.19 to RELENG_6:Thomas Quinot2006-08-311-1/+1
* MFC revs 1.20 and 1.21 to RELENG_6:Thomas Quinot2006-08-231-0/+2
* MFC: 1.19Craig Rodrigues2006-06-021-0/+3
* Add FBSDID. Add missing prototypes. Remove unused variables. Give variablePhilippe Charnier2005-05-202-14/+15
* Consumers of nfslockdans() seems to think it should return 0 on success, soOlivier Houchard2005-03-161-1/+1
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-091-1/+1
* - Use svc_getrpccaller() rather than svc_getcaller() for usingJun Kuriyama2005-02-031-20/+16
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* Userland change corresponding to the change in kernel/userland communicationPoul-Henning Kamp2004-12-061-31/+19
* Include <unistd.h> for {g,s}eteuid().Stefan Farfeleder2004-10-091-0/+1
* After talking to Colin,Michael Reifenberger2004-07-163-64/+70
* Remove spurious semicolons. Outside of functions they are actually errors butStefan Farfeleder2004-05-161-1/+1
* Make rpc.lockd bind to a reserved port, since there are NFS clientsPeter Pentchev2004-03-041-0/+18
* The callrpc call to unmonitor hosts was passing the wrong xdrAlfred Perlstein2004-02-171-2/+2
* Make this compile cleanly. It passes WARNS=2, but I haven't checkedPeter Wemm2003-10-265-29/+44
* When getting back an NLM DENIED response for a requested lock from theRobert Watson2003-05-151-2/+2
* Avoid registering for a lock on the server in the event the NFS clientRobert Watson2003-05-141-6/+11
* When receiving NLM_GRANTED_RES or NLM4_GRANTED_RES lock granted messagesRobert Watson2003-05-141-2/+7
* init_nsm() is executed after a call to daemon(*, 0), so error andGuy Helmer2003-04-241-2/+4
* style.Makefile(5)David E. O'Brien2003-04-041-2/+0
* Implement nonblocking tpc-connections. rpcgen -m does stillMartin Blapp2003-01-161-1/+6
* 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
* The .Nm utilityPhilippe Charnier2002-07-141-2/+2
* When binding to transports if getnetconfigent() fails then actuallyAlfred Perlstein2002-04-111-1/+2
* Use char foo[] = "BAR" to avoid direct assignment of const char * into char *.Alfred Perlstein2002-03-221-2/+4
* Const fix.Alfred Perlstein2002-03-221-1/+1
* Remove cast that's not needed.Alfred Perlstein2002-03-221-1/+1
* WARNS from 3 to 4. still some warnings about assigning const char * toAlfred Perlstein2002-03-221-1/+1
* constify log_from_addr() parameter.Alfred Perlstein2002-03-221-2/+2
* Bring code to WARNS=3 level. Mostly fix unused variables.Alfred Perlstein2002-03-213-17/+22
* Remove main() prototype.Alfred Perlstein2002-03-211-1/+0
* Remove __P.Alfred Perlstein2002-03-213-14/+14
* Fix boundry condition in lock management:Alfred Perlstein2002-01-171-2/+13
* prototype functions and fix some line wrappingAlfred Perlstein2001-12-021-6/+16
* Fold ANDREW_LOCKD into -current.Alfred Perlstein2001-11-293-565/+1964
|\
| * This completes the all partial file locking under NFS. The underlyingAlfred Perlstein2001-11-201-113/+398
| * Cleanup.Alfred Perlstein2001-11-181-320/+335
| * Re-enable statd code.Alfred Perlstein2001-11-181-111/+185
| * This adds in the full HW locking capability and should now make my rewriteAlfred Perlstein2001-11-181-318/+775
| * Bring in Andrew P. Lentvorski initial work on making lockd work,Alfred Perlstein2001-11-153-0/+1706
* Turn on NO_WERROR and set WARNS to 1.Alfred Perlstein2001-11-135-20/+27
* fix parameters to lock_answer().Alfred Perlstein2001-11-121-1/+1
* Fixup for WARNS.Alfred Perlstein2001-11-121-6/+9
* Drop privs while servicing kernel lock requests.Alfred Perlstein2001-11-111-7/+17