aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc/svc_generic.c
Commit message (Expand)AuthorAgeFilesLines
* rpc: remove svc_create(), it is not usedGleb Smirnoff2025-01-091-70/+0
* rpc: svc_tli_create() is always called with NULL socketGleb Smirnoff2024-12-191-55/+33
* sccs: Manual changesWarner Losh2023-11-271-4/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Remove hard limits on number of accepting NFS connections.Alexander Motin2015-04-071-2/+2
* Split RPC pool threads into number of smaller semi-isolated groups.Alexander Motin2014-06-081-8/+12
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-251-26/+25
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-161-5/+0
* Fix NFS panics with options VIMAGE kernels by apropriately setting curvnetMarko Zec2009-08-241-0/+7
* Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on theRick Macklem2009-06-171-1/+4
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-91/+2
* 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/+407