summaryrefslogtreecommitdiff
path: root/sys/xdr
AgeCommit message (Expand)Author
2025-02-01xdr: provide x_putmbuf method for xdrmemGleb Smirnoff
2025-02-01xdr: provide x_putmbuf method for kernel XDRGleb Smirnoff
2025-01-06xdr: use C99 initializers for xdr_opsGleb Smirnoff
2024-10-30rpc: Fix the definition of xdr_void()Mark Johnston
2024-09-03xdr: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-13xdr: ansifyMateusz Guzik
2023-01-12xdr: store chars consistentlyBrooks Davis
2021-12-28sys/xdr: Use C99 fixed-width integer types.John Baldwin
2020-09-01xdr: clean up empty lines in .c and .h filesMateusz Guzik
2020-04-17Split XDR into separate kernel module. Make krpc depend on xdr.Gleb Smirnoff
2020-04-17Move M_RPC malloc type into XDR. Both RPC and XDR libraries useGleb Smirnoff
2020-02-07typo: s/impelmentation/implementation/.Pedro F. Giffuni
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-01 * limit size of buffers to RPC_MAXDATASIZEXin LI
2016-04-14RPC: for pointers replace 0 with NULL.Pedro F. Giffuni
2013-03-15Use m_get() and m_getcl() instead of compat macros.Gleb Smirnoff
2013-03-12Finish r243882: mechanically substitute flags from historic mbufGleb Smirnoff
2009-08-12Add a check for a NULL mbuf ptr at the beginning of xdrmbuf_inline()Rick Macklem
2009-05-28MFdevbranch 192944Kip Macy
2009-02-28Add memmove() to the kernel, making the kernel compile with Clang.Ed Schouten
2008-11-13Use the remote address for access control, not the local address. This fixesDoug Rabson
2008-11-05Don't return a NULL mbuf from xdrmbuf_getall.Doug Rabson
2008-11-03Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson
2008-03-26Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson