Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * limit size of buffers to RPC_MAXDATASIZE | Xin LI | 2017-06-01 | 1 | -5/+25 |
* | RPC: for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-14 | 1 | -1/+1 |
* | Use m_get() and m_getcl() instead of compat macros. | Gleb Smirnoff | 2013-03-15 | 1 | -3/+4 |
* | Finish r243882: mechanically substitute flags from historic mbuf | Gleb Smirnoff | 2013-03-12 | 1 | -2/+2 |
* | Add a check for a NULL mbuf ptr at the beginning of xdrmbuf_inline() | Rick Macklem | 2009-08-12 | 1 | -0/+2 |
* | MFdevbranch 192944 | Kip Macy | 2009-05-28 | 1 | -3/+48 |
* | Add memmove() to the kernel, making the kernel compile with Clang. | Ed Schouten | 2009-02-28 | 1 | -2/+0 |
* | Use the remote address for access control, not the local address. This fixes | Doug Rabson | 2008-11-13 | 1 | -0/+1 |
* | Don't return a NULL mbuf from xdrmbuf_getall. | Doug Rabson | 2008-11-05 | 1 | -1/+4 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | Doug Rabson | 2008-11-03 | 1 | -5/+65 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | Doug Rabson | 2008-03-26 | 6 | -0/+1738 |