aboutsummaryrefslogtreecommitdiff
path: root/sys/nlm
Commit message (Expand)AuthorAgeFilesLines
* 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