aboutsummaryrefslogtreecommitdiff
path: root/sys/nlm
Commit message (Expand)AuthorAgeFilesLines
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-2/+2
* Fix the nlm so that it no longer depends on the regularRick Macklem2011-01-032-6/+3
* Modify the NFS clients and the NLM so that the NLM can be usedRick Macklem2010-10-192-12/+7
* Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() generalAttilio Rao2010-09-241-2/+2
* Handle GRANTED_RES messages more gracefully: Send along a grant cookieZachary Loafman2009-10-073-18/+152
* unifdef NFSCLIENT because the nlm depends on the nfsclient even if NFSCLIENTYoshihiro Takahashi2009-10-031-13/+0
* Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on theRick Macklem2009-06-171-1/+5
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-131-1/+1
* Correct typo; errno => error.Ed Schouten2009-06-041-1/+1
* Don't panic in nlm_record_lock if we get ENOENT from lf_advlockasync. ThisDoug Rabson2009-06-041-2/+2
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-7/+5
* Remove the unmaintained University of Michigan NFSv4 client from 8.xRobert Watson2009-05-221-1/+1
* Add a function to sys/nlm/nlm_prot_impl.c that returns a uniqueRick Macklem2009-05-212-0/+19
* Do not embed struct ucred into larger netcred parent structures.Alexander Kabaev2009-05-091-1/+4
* Work around non-standard behaviour of rpcbind in some versions of Linux (FC4?).Doug Rabson2009-05-091-14/+17
* Use log(9) for debug and status messages and hide some of the details withDoug Rabson2009-05-081-68/+60
* Introduce a new virtualization container, provisionally named vprocg, to holdMarko Zec2009-05-081-2/+3
* Don't call svc_freereq() before svc_freeargs().Doug Rabson2008-11-121-1/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-034-78/+121
* Rename RPC's 'struct pmap' to 'struct portmap' to avoid confusing it withDoug Rabson2008-08-251-2/+2
* Add a missing return statement in nlm4_unlock_msg_4_svc which prevented itDoug Rabson2008-08-251-0/+1
* Fix an interop issue with Linux: If you do nothing but TCPDoug Rabson2008-08-131-54/+115
* Introduce a new lock, hostname_mtx, and use it to synchronize accessRobert Watson2008-07-051-0/+4
* Add module dependancy on nfs.Doug Rabson2008-07-031-0/+1
* Fixing NO_INET6 build.Tai-hwa Liang2008-06-271-1/+4
* Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson2008-06-266-470/+2125
* Back out the nlm_global_lock part of the last change - I forgot that onlyDoug Rabson2008-06-031-1/+0
* When attempting to use the NSM state number in a lock request to detectDoug Rabson2008-06-021-8/+10
* Don't rely on NSM to help us forget about RPC client handles forDoug Rabson2008-05-301-6/+17
* Tighten up the error-handling in nlm_get_rpc. While I'm here, fix aDoug Rabson2008-04-161-3/+7
* Fix some issues that showed up during Kris' testing.Doug Rabson2008-04-111-14/+28
* Fix a problem which stopped this from starting up on a kernel compiledDoug Rabson2008-04-091-3/+4
* Minor changes to improve compatibility with older FreeBSD releases.Doug Rabson2008-03-286-10/+23
* Add kernel module support for nfslockd and krpc. Use the module systemDoug Rabson2008-03-271-0/+20
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-269-0/+4666