aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc/svc_dg.c
Commit message (Expand)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Don't test for xpt not being NULL before calling svc_xprt_free(..)Enji Cooper2016-07-111-3/+2
* Rework NFS Duplicate Request Cache cleanup logic.Alexander Motin2014-01-031-2/+2
* Introduce xprt_inactive_self() -- variant for use when sure that portAlexander Motin2013-12-291-4/+4
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-251-26/+25
* Use m_get(), m_gethdr() and m_getcl() instead of historic macros.Gleb Smirnoff2013-03-121-2/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-161-3/+1
* Fix NFS panics with options VIMAGE kernels by apropriately setting curvnetMarko Zec2009-08-241-0/+6
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-011-11/+6
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-91/+66
* 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/+334