aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc/rpc_generic.c
Commit message (Expand)AuthorAgeFilesLines
* sys/rpc: Use C99 fixed-width integer types.John Baldwin2021-12-281-2/+2
* Add TLS support to the kernel RPC.Rick Macklem2020-08-221-1/+109
* Split XDR into separate kernel module. Make krpc depend on xdr.Gleb Smirnoff2020-04-171-0/+1
* Remove obsolete old-freebsd version compat shim.Warner Losh2020-03-011-4/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* * limit size of buffers to RPC_MAXDATASIZEXin LI2017-06-011-0/+8
* Remove some NULL checks for M_WAITOK allocations.Edward Tomasz Napierala2016-03-291-8/+0
* Set curvnet context inside the RPC code in more places.Xin LI2015-08-181-0/+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-3/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-2/+2
* Fix the kgssapi so that it can be loaded as a module. CurrentlyRick Macklem2011-06-191-0/+4
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-161-5/+2
* Fix the krpc so that it can handle NFSv3,UDP mounts with a read/writeRick Macklem2010-10-131-3/+4
* Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() generalAttilio Rao2010-09-241-4/+4
* Fix NFS panics with options VIMAGE kernels by apropriately setting curvnetMarko Zec2009-08-241-1/+9
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-0/+134
* Minor changes to improve compatibility with older FreeBSD releases.Doug Rabson2008-03-281-1/+5
* Add kernel module support for nfslockd and krpc. Use the module systemDoug Rabson2008-03-271-0/+21
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-261-0/+716