aboutsummaryrefslogtreecommitdiff
path: root/sys/xdr
Commit message (Expand)AuthorAgeFilesLines
* xdr: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-33/+6
* Split XDR into separate kernel module. Make krpc depend on xdr.Gleb Smirnoff2020-04-171-0/+18
* Move M_RPC malloc type into XDR. Both RPC and XDR libraries useGleb Smirnoff2020-04-171-0/+2
* typo: s/impelmentation/implementation/.Pedro F. Giffuni2020-02-072-2/+2
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* * limit size of buffers to RPC_MAXDATASIZEXin LI2017-06-011-5/+25
* RPC: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-141-1/+1
* Use m_get() and m_getcl() instead of compat macros.Gleb Smirnoff2013-03-151-3/+4
* Finish r243882: mechanically substitute flags from historic mbufGleb Smirnoff2013-03-121-2/+2
* Add a check for a NULL mbuf ptr at the beginning of xdrmbuf_inline()Rick Macklem2009-08-121-0/+2
* MFdevbranch 192944Kip Macy2009-05-281-3/+48
* Add memmove() to the kernel, making the kernel compile with Clang.Ed Schouten2009-02-281-2/+0
* Use the remote address for access control, not the local address. This fixesDoug Rabson2008-11-131-0/+1
* Don't return a NULL mbuf from xdrmbuf_getall.Doug Rabson2008-11-051-1/+4
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-5/+65
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-266-0/+1738