| Commit message (Expand) | Author | Age | Files | Lines |
* | Add FBSDID. Add missing prototypes. Remove unused variables. Give variable | Philippe Charnier | 2005-05-20 | 2 | -14/+15 |
* | Consumers of nfslockdans() seems to think it should return 0 on success, so | Olivier Houchard | 2005-03-16 | 1 | -1/+1 |
* | Fixed the misplaced $FreeBSD$. | Ruslan Ermilov | 2005-02-09 | 1 | -1/+1 |
* | - Use svc_getrpccaller() rather than svc_getcaller() for using | Jun Kuriyama | 2005-02-03 | 1 | -20/+16 |
* | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -2/+2 |
* | Userland change corresponding to the change in kernel/userland communication | Poul-Henning Kamp | 2004-12-06 | 1 | -31/+19 |
* | Include <unistd.h> for {g,s}eteuid(). | Stefan Farfeleder | 2004-10-09 | 1 | -0/+1 |
* | After talking to Colin, | Michael Reifenberger | 2004-07-16 | 3 | -64/+70 |
* | Remove spurious semicolons. Outside of functions they are actually errors but | Stefan Farfeleder | 2004-05-16 | 1 | -1/+1 |
* | Make rpc.lockd bind to a reserved port, since there are NFS clients | Peter Pentchev | 2004-03-04 | 1 | -0/+18 |
* | The callrpc call to unmonitor hosts was passing the wrong xdr | Alfred Perlstein | 2004-02-17 | 1 | -2/+2 |
* | Make this compile cleanly. It passes WARNS=2, but I haven't checked | Peter Wemm | 2003-10-26 | 5 | -29/+44 |
* | When getting back an NLM DENIED response for a requested lock from the | Robert Watson | 2003-05-15 | 1 | -2/+2 |
* | Avoid registering for a lock on the server in the event the NFS client | Robert Watson | 2003-05-14 | 1 | -6/+11 |
* | When receiving NLM_GRANTED_RES or NLM4_GRANTED_RES lock granted messages | Robert Watson | 2003-05-14 | 1 | -2/+7 |
* | init_nsm() is executed after a call to daemon(*, 0), so error and | Guy Helmer | 2003-04-24 | 1 | -2/+4 |
* | style.Makefile(5) | David E. O'Brien | 2003-04-04 | 1 | -2/+0 |
* | Implement nonblocking tpc-connections. rpcgen -m does still | Martin Blapp | 2003-01-16 | 1 | -1/+6 |
* | Remove a case of exposing 'struct ucred' to userspace. Use a struct xucred | Alfred Perlstein | 2002-08-15 | 1 | -7/+7 |
* | Add IPv6 support. | Alfred Perlstein | 2002-07-15 | 1 | -5/+15 |
* | The .Nm utility | Philippe Charnier | 2002-07-14 | 1 | -2/+2 |
* | When binding to transports if getnetconfigent() fails then actually | Alfred Perlstein | 2002-04-11 | 1 | -1/+2 |
* | Use char foo[] = "BAR" to avoid direct assignment of const char * into char *. | Alfred Perlstein | 2002-03-22 | 1 | -2/+4 |
* | Const fix. | Alfred Perlstein | 2002-03-22 | 1 | -1/+1 |
* | Remove cast that's not needed. | Alfred Perlstein | 2002-03-22 | 1 | -1/+1 |
* | WARNS from 3 to 4. still some warnings about assigning const char * to | Alfred Perlstein | 2002-03-22 | 1 | -1/+1 |
* | constify log_from_addr() parameter. | Alfred Perlstein | 2002-03-22 | 1 | -2/+2 |
* | Bring code to WARNS=3 level. Mostly fix unused variables. | Alfred Perlstein | 2002-03-21 | 3 | -17/+22 |
* | Remove main() prototype. | Alfred Perlstein | 2002-03-21 | 1 | -1/+0 |
* | Remove __P. | Alfred Perlstein | 2002-03-21 | 3 | -15/+15 |
* | Fix boundry condition in lock management: | Alfred Perlstein | 2002-01-17 | 1 | -2/+13 |
* | prototype functions and fix some line wrapping | Alfred Perlstein | 2001-12-02 | 1 | -6/+16 |
* | Fold ANDREW_LOCKD into -current. | Alfred Perlstein | 2001-11-29 | 3 | -566/+1965 |
|\ |
|
| * | This completes the all partial file locking under NFS. The underlying | Alfred Perlstein | 2001-11-20 | 1 | -114/+399 |
| * | Cleanup. | Alfred Perlstein | 2001-11-18 | 1 | -329/+344 |
| * | Re-enable statd code. | Alfred Perlstein | 2001-11-18 | 1 | -111/+185 |
| * | This adds in the full HW locking capability and should now make my rewrite | Alfred Perlstein | 2001-11-18 | 1 | -318/+775 |
| * | Bring in Andrew P. Lentvorski initial work on making lockd work, | Alfred Perlstein | 2001-11-15 | 3 | -0/+1706 |
* | Turn on NO_WERROR and set WARNS to 1. | Alfred Perlstein | 2001-11-13 | 5 | -20/+27 |
* | fix parameters to lock_answer(). | Alfred Perlstein | 2001-11-12 | 1 | -1/+1 |
* | Fixup for WARNS. | Alfred Perlstein | 2001-11-12 | 1 | -6/+9 |
* | Drop privs while servicing kernel lock requests. | Alfred Perlstein | 2001-11-11 | 1 | -7/+17 |
* | leverage fixed fifo implementation (rev 1.56 of | Alfred Perlstein | 2001-11-08 | 1 | -8/+3 |
* | use syslog rather than printf so we can see what's going on in debug mode | Alfred Perlstein | 2001-11-08 | 1 | -4/+4 |
* | style fixes, fix line wrap and function declaration | Alfred Perlstein | 2001-11-08 | 1 | -6/+5 |
* | Implement partial-file NFS lock testing. | Alfred Perlstein | 2001-10-14 | 3 | -13/+139 |
* | Userland part of nfs client/server split and cleanup. | Peter Wemm | 2001-09-18 | 1 | -5/+5 |
* | Perform a major cleanup of the usr.sbin Makefiles. | David E. O'Brien | 2001-07-20 | 1 | -2/+2 |
* | Distinguish between rpc version numbers in the client cache to avoid | Alfred Perlstein | 2001-04-28 | 1 | -1/+6 |
* | handles.c belonged to the old stub lockd, nuke it. | Alfred Perlstein | 2001-04-28 | 1 | -61/+0 |