| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge r263233 from HEAD to stable/10: | rwatson | 2015-03-19 | 1 | -1/+1 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -1/+3 |
* | Move the NFS FHA (File Handle Affinity) code from sys/nfsserver to | ken | 2013-04-17 | 1 | -1/+1 |
* | Revamp the old NFS server's File Handle Affinity (FHA) code so that | ken | 2013-04-17 | 1 | -1/+2 |
* | Merge Capsicum overhaul: | pjd | 2013-03-02 | 1 | -1/+2 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -3/+3 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -1/+2 |
* | Fix the kgssapi so that it can be loaded as a module. Currently | rmacklem | 2011-06-19 | 1 | -12/+4 |
* | - Move nfs_realign() from the NFS client to the shared NFS code and | marius | 2010-02-09 | 1 | -58/+1 |
* | Some style(9) fixes in order to fabricate a commit to denote that | marius | 2010-01-09 | 1 | -13/+11 |
* | Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn() | marius | 2010-01-09 | 1 | -1/+1 |
* | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | dfr | 2009-06-30 | 1 | -5/+0 |
* | Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on the | rmacklem | 2009-06-17 | 1 | -0/+1 |
* | Add a #include <sys/jail.h> so that it builds when | rmacklem | 2009-06-12 | 1 | -0/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -0/+2 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 1 | -2/+3 |
* | Fix build of KGSSAPI bits post-vimage. | dfr | 2009-05-24 | 1 | -1/+2 |
* | Change nfsserver so that it uses the nfssvc() system call provided | rmacklem | 2009-04-12 | 1 | -14/+4 |
* | Fix an mbuf leak in the error path. | dfr | 2009-03-19 | 1 | -0/+2 |
* | Use the remote address for access control, not the local address. This fixes | dfr | 2008-11-13 | 1 | -2/+44 |
* | Turn (NFSERR_AUTHERR|code) status values into svcerr_auth(rqst, code) replies | dfr | 2008-11-12 | 1 | -2/+7 |
* | Include <sys/eventhandler.h>. | dfr | 2008-11-04 | 1 | -0/+1 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 1 | -0/+565 |