| Commit message (Expand) | Author | Age | Files | Lines |
* | Make this compile cleanly. It passes WARNS=2, but I haven't checked | peter | 2003-10-26 | 5 | -29/+44 |
* | When getting back an NLM DENIED response for a requested lock from the | rwatson | 2003-05-15 | 1 | -2/+2 |
* | Avoid registering for a lock on the server in the event the NFS client | rwatson | 2003-05-14 | 1 | -6/+11 |
* | When receiving NLM_GRANTED_RES or NLM4_GRANTED_RES lock granted messages | rwatson | 2003-05-14 | 1 | -2/+7 |
* | init_nsm() is executed after a call to daemon(*, 0), so error and | ghelmer | 2003-04-24 | 1 | -2/+4 |
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -2/+0 |
* | Implement nonblocking tpc-connections. rpcgen -m does still | mbr | 2003-01-16 | 1 | -1/+6 |
* | Remove a case of exposing 'struct ucred' to userspace. Use a struct xucred | alfred | 2002-08-15 | 1 | -7/+7 |
* | Add IPv6 support. | alfred | 2002-07-15 | 1 | -5/+15 |
* | The .Nm utility | charnier | 2002-07-14 | 1 | -2/+2 |
* | When binding to transports if getnetconfigent() fails then actually | alfred | 2002-04-11 | 1 | -1/+2 |
* | Use char foo[] = "BAR" to avoid direct assignment of const char * into char *. | alfred | 2002-03-22 | 1 | -2/+4 |
* | Const fix. | alfred | 2002-03-22 | 1 | -1/+1 |
* | Remove cast that's not needed. | alfred | 2002-03-22 | 1 | -1/+1 |
* | WARNS from 3 to 4. still some warnings about assigning const char * to | alfred | 2002-03-22 | 1 | -1/+1 |
* | constify log_from_addr() parameter. | alfred | 2002-03-22 | 1 | -2/+2 |
* | Bring code to WARNS=3 level. Mostly fix unused variables. | alfred | 2002-03-21 | 3 | -17/+22 |
* | Remove main() prototype. | alfred | 2002-03-21 | 1 | -1/+0 |
* | Remove __P. | alfred | 2002-03-21 | 3 | -15/+15 |
* | Fix boundry condition in lock management: | alfred | 2002-01-17 | 1 | -2/+13 |
* | prototype functions and fix some line wrapping | alfred | 2001-12-02 | 1 | -6/+16 |
* | Fold ANDREW_LOCKD into -current. | alfred | 2001-11-29 | 3 | -566/+1965 |
* | Turn on NO_WERROR and set WARNS to 1. | alfred | 2001-11-13 | 5 | -20/+27 |
* | fix parameters to lock_answer(). | alfred | 2001-11-12 | 1 | -1/+1 |
* | Fixup for WARNS. | alfred | 2001-11-12 | 1 | -6/+9 |
* | Drop privs while servicing kernel lock requests. | alfred | 2001-11-11 | 1 | -7/+17 |
* | leverage fixed fifo implementation (rev 1.56 of | alfred | 2001-11-08 | 1 | -8/+3 |
* | use syslog rather than printf so we can see what's going on in debug mode | alfred | 2001-11-08 | 1 | -4/+4 |
* | style fixes, fix line wrap and function declaration | alfred | 2001-11-08 | 1 | -6/+5 |
* | Implement partial-file NFS lock testing. | alfred | 2001-10-14 | 3 | -13/+139 |
* | Userland part of nfs client/server split and cleanup. | peter | 2001-09-18 | 1 | -5/+5 |
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -2/+2 |
* | Distinguish between rpc version numbers in the client cache to avoid | alfred | 2001-04-28 | 1 | -1/+6 |
* | handles.c belonged to the old stub lockd, nuke it. | alfred | 2001-04-28 | 1 | -61/+0 |
* | procs.c belonged to the old stub lockd, nuke it. | alfred | 2001-04-28 | 1 | -592/+0 |
* | mdoc(7) police: Removed forgotten .Pp. | ru | 2001-04-27 | 1 | -1/+0 |
* | Fix compiling without -O, some dead code was using non-existant functions, | alfred | 2001-04-25 | 2 | -6/+10 |
* | Remove section from bugs that says we don't support client locks. | alfred | 2001-04-19 | 1 | -11/+0 |
* | remove debug code left in by accident | alfred | 2001-04-18 | 1 | -7/+0 |
* | Implement client side NFS locks. | alfred | 2001-04-17 | 6 | -9/+672 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and | alfred | 2001-03-19 | 8 | -160/+2390 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -2/+2 |
* | Don't call syslog() without a format string. | kris | 2000-07-12 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 6 | -6/+6 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
* | Removed bogus dependencies of generated .c files on generated headers. | bde | 1998-05-10 | 1 | -2/+2 |
* | Fixed `make -jN' for large N, as usual. | bde | 1998-03-06 | 1 | -2/+2 |