aboutsummaryrefslogtreecommitdiff
path: root/sys/xdr/xdr_mbuf.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* xdr: ansifyMateusz Guzik2023-02-131-3/+1
* xdr: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+3
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* 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
* 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-261-0/+238