| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add the "-p" option, which allows to specify a port which the daemon | Matteo Riondato | 2007-04-03 | 2 | -8/+92 |
| * | Fix a typo in a comment, introduced in rev. 1.19. | Christian Brueffer | 2007-01-16 | 1 | -1/+1 |
| * | some whitespace cleanup (which I usually don't bother with) | Matt Jacob | 2007-01-04 | 1 | -57/+55 |
| * | Add a function that checks for duplicate requests (based | Matt Jacob | 2007-01-04 | 1 | -2/+43 |
| * | Set alarm timer for grace period from the grace_period variable, instead | Thomas Quinot | 2006-08-23 | 1 | -1/+1 |
| * | o Style previous. | Maxim Konovalov | 2006-08-17 | 1 | -2/+2 |
| * | Use setproctitle(3) to provide identification of the client and server | Thomas Quinot | 2006-08-16 | 1 | -0/+2 |
| * | Remove extraneous trailing \0 in string literal. | Thomas Quinot | 2006-08-11 | 1 | -2/+1 |
| * | Move call to ignore SIGPIPE signals before calling fork(), | Craig Rodrigues | 2006-05-27 | 1 | -1/+3 |
| * | Ignore SIGPIPE signals on write() failures. | Craig Rodrigues | 2006-05-25 | 1 | -0/+1 |
| * | When a user is in more than 16 groups the call to authunix_create() will | Hartmut Brandt | 2005-11-17 | 1 | -1/+6 |
| * | 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 | -14/+14 |
| * | 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 | -565/+1964 |
| |\ |
|
| | * | This completes the all partial file locking under NFS. The underlying | Alfred Perlstein | 2001-11-20 | 1 | -113/+398 |
| | * | Cleanup. | Alfred Perlstein | 2001-11-18 | 1 | -320/+335 |
| | * | 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 |