| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r277352: | rstone | 2015-01-28 | 1 | -1/+1 |
* | Remove dead return code | kevlo | 2012-09-11 | 1 | -2/+0 |
* | Fix build: | delphij | 2012-05-23 | 1 | -1/+1 |
* | Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor | dim | 2012-02-07 | 1 | -1/+1 |
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 2 | -5/+5 |
* | Fix the nfs related daemons so that they don't intermittently | rmacklem | 2011-06-02 | 1 | -28/+221 |
* | rpc.lockd(8) WARNS cleanup | uqs | 2010-12-20 | 3 | -6/+4 |
* | Fix the include path for nfs_lock.h. | rmacklem | 2010-07-24 | 1 | -1/+1 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+1 |
* | Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementation | dfr | 2009-06-24 | 1 | -1/+0 |
* | Re-implement the client side of rpc.lockd in the kernel. This implementation | dfr | 2008-06-26 | 1 | -45/+62 |
* | Add a missing call to init_nsm(). | dfr | 2008-06-02 | 1 | -0/+1 |
* | If we can't find or load the kernel NLM support, don't just go ahead and | dfr | 2008-04-10 | 1 | -1/+2 |
* | Call listen(2) on bound tcp sockets before passing them to svc_tli_create. | dfr | 2008-04-06 | 1 | -0/+3 |
* | Remove the '-k' option. | dfr | 2008-03-27 | 1 | -1/+1 |
* | Add kernel module support for nfslockd and krpc. Use the module system | dfr | 2008-03-27 | 2 | -11/+14 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 2 | -17/+257 |
* | Check the correct variables for malloc failures. | matteo | 2007-11-07 | 1 | -1/+1 |
* | Add the -h <bindip> option to rpc.lockd, similar to the one in | matteo | 2007-11-02 | 2 | -111/+348 |
* | - Fix compilaton with DUMP_FILELOCK_VERBOSE. | kuriyama | 2007-04-12 | 1 | -8/+8 |
* | Add the "-p" option, which allows to specify a port which the daemon | matteo | 2007-04-03 | 2 | -8/+92 |
* | Fix a typo in a comment, introduced in rev. 1.19. | brueffer | 2007-01-16 | 1 | -1/+1 |
* | some whitespace cleanup (which I usually don't bother with) | mjacob | 2007-01-04 | 1 | -57/+55 |
* | Add a function that checks for duplicate requests (based | mjacob | 2007-01-04 | 1 | -2/+43 |
* | Set alarm timer for grace period from the grace_period variable, instead | thomas | 2006-08-23 | 1 | -1/+1 |
* | o Style previous. | maxim | 2006-08-17 | 1 | -2/+2 |
* | Use setproctitle(3) to provide identification of the client and server | thomas | 2006-08-16 | 1 | -0/+2 |
* | Remove extraneous trailing \0 in string literal. | thomas | 2006-08-11 | 1 | -2/+1 |
* | Move call to ignore SIGPIPE signals before calling fork(), | rodrigc | 2006-05-27 | 1 | -1/+3 |
* | Ignore SIGPIPE signals on write() failures. | rodrigc | 2006-05-25 | 1 | -0/+1 |
* | When a user is in more than 16 groups the call to authunix_create() will | harti | 2005-11-17 | 1 | -1/+6 |
* | Add FBSDID. Add missing prototypes. Remove unused variables. Give variable | charnier | 2005-05-20 | 2 | -14/+15 |
* | Consumers of nfslockdans() seems to think it should return 0 on success, so | cognet | 2005-03-16 | 1 | -1/+1 |
* | Fixed the misplaced $FreeBSD$. | ru | 2005-02-09 | 1 | -1/+1 |
* | - Use svc_getrpccaller() rather than svc_getcaller() for using | kuriyama | 2005-02-03 | 1 | -20/+16 |
* | Sort sections. | ru | 2005-01-18 | 1 | -2/+2 |
* | Userland change corresponding to the change in kernel/userland communication | phk | 2004-12-06 | 1 | -31/+19 |
* | Include <unistd.h> for {g,s}eteuid(). | stefanf | 2004-10-09 | 1 | -0/+1 |
* | After talking to Colin, | mr | 2004-07-16 | 3 | -64/+70 |
* | Remove spurious semicolons. Outside of functions they are actually errors but | stefanf | 2004-05-16 | 1 | -1/+1 |
* | Make rpc.lockd bind to a reserved port, since there are NFS clients | roam | 2004-03-04 | 1 | -0/+18 |
* | The callrpc call to unmonitor hosts was passing the wrong xdr | alfred | 2004-02-17 | 1 | -2/+2 |
* | 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 |