summaryrefslogtreecommitdiff
path: root/sys/rpc/svc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r205562Rick Macklem2010-04-061-0/+2
* Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on theRick Macklem2009-06-171-0/+1
* Add a check to xprt_unregister() to catch the case where anotherRick Macklem2009-06-071-0/+7
* Fix a lockorder reversal I introduced in r193436 when I moved theRick Macklem2009-06-071-0/+1
* Fix two races in the server side krpc w.r.t upcalls:Rick Macklem2009-06-041-4/+5
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-152/+892
* Minor changes to improve compatibility with older FreeBSD releases.Doug Rabson2008-03-281-1/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-261-0/+574