aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc/svc_vc.c
Commit message (Expand)AuthorAgeFilesLines
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-161-9/+0
* Fix a bug in the client side krpc where it was, sometimesRick Macklem2011-01-101-5/+2
* Fix NFS panics with options VIMAGE kernels by apropriately setting curvnetMarko Zec2009-08-241-3/+18
* Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on theRick Macklem2009-06-171-2/+7
* Correct MAC compile problems resulting from the new RPC code copying andRobert Watson2009-06-051-1/+4
* Fix two races in the server side krpc w.r.t upcalls:Rick Macklem2009-06-041-3/+14
* Add internal 'mac_policy_count' counter to the MAC Framework, which is aRobert Watson2009-06-021-2/+0
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-011-17/+8
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-127/+120
* Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson2008-06-261-13/+36
* 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/+746