| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 2 | -4/+10 |
* | Add explicit struct ucred * argument for VOP_VPTOCNP, to be used by | kib | 2009-06-21 | 1 | -1/+2 |
* | In non-debugging mode make this define (void)0 instead of nothing. This | rdivacky | 2009-06-21 | 1 | -3/+3 |
* | Replace RPCAUTH_UNIXGIDS with NFS_MAXGRPS so that nfscbd.c will build. | rmacklem | 2009-06-20 | 2 | -3/+3 |
* | Improve nested jail awareness of devfs by handling credentials. | ed | 2009-06-20 | 1 | -0/+22 |
* | Change the size of the nfsc_groups[] array in the experimental nfs | rmacklem | 2009-06-20 | 2 | -5/+5 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 7 | -31/+18 |
* | Fix some of the style errors in *getpages(). | alc | 2009-06-18 | 1 | -18/+13 |
* | Add the SVC_RELEASE(xprt), as required by r194407. | rmacklem | 2009-06-17 | 2 | -0/+2 |
* | Add explicit includes for jail.h to the files that need them and | bz | 2009-06-17 | 1 | -0/+1 |
* | Fix handling of ".." in nfs_lookup() for the forced dismount case | rmacklem | 2009-06-17 | 1 | -14/+36 |
* | Add the explicit include of vimage.h to another five .c files still | bz | 2009-06-17 | 1 | -0/+1 |
* | Remove the "int *" typecast for the aresid argument to vn_rdwr() | rmacklem | 2009-06-16 | 2 | -2/+2 |
* | Eliminate unnecessary variables. | alc | 2009-06-13 | 1 | -4/+2 |
* | Rename the host-related prison fields to be the same as the host.* | jamie | 2009-06-13 | 1 | -1/+2 |
* | Use getcredhostuuid instead of accessing the prison directly. | jamie | 2009-06-13 | 1 | -5/+1 |
* | Update the inline version of vn_get_ino() for ".." lookups to match the | jhb | 2009-06-12 | 1 | -6/+8 |
* | This commit is analagous to r193952, but for the experimental nfs | rmacklem | 2009-06-10 | 1 | -8/+15 |
* | For cd9660_ioctl, check for recycled vnode after locking it. | kib | 2009-06-10 | 1 | -0/+4 |
* | Fix r193923 by noting that type of a_fp is struct file *, not int. | kib | 2009-06-10 | 2 | -2/+2 |
* | s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_args | kib | 2009-06-10 | 3 | -3/+3 |
* | Remove unused VOP_IOCTL and VOP_KQFILTER implementations for fifofs. | kib | 2009-06-10 | 1 | -40/+2 |
* | VOP_IOCTL takes unlocked vnode as an argument. Due to this, v_data may | kib | 2009-06-10 | 3 | -14/+49 |
* | Since vn_lock() with the LK_RETRY flag never returns an error | rmacklem | 2009-06-09 | 1 | -7/+11 |
* | Fix nfscl_getcl() so that it doesn't crash when it is called to | rmacklem | 2009-06-08 | 1 | -20/+29 |
* | Use #ifdef APPLE_MAC instead of #ifdef MAC to conditionalize Apple-specific | rwatson | 2009-06-06 | 1 | -2/+2 |
* | Drop Giant. | des | 2009-06-06 | 1 | -12/+14 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 5 | -9/+3 |
* | Don't check MAC in the NFS server ACL set path, right now we aren't | rwatson | 2009-06-05 | 1 | -4/+0 |
* | Re-add opt_mac.h include, which is required in order for MNT_MULTILABEL | rwatson | 2009-06-04 | 1 | -0/+2 |
* | nfs_write() can use the recently introduced vfs_bio_set_valid() instead of | alc | 2009-05-31 | 1 | -1/+1 |
* | Unlock the pseudofs vnode before calling fill method for pfs_readlink(). | kib | 2009-05-31 | 1 | -1/+6 |
* | Implement the bypass routine for VOP_VPTOCNP in nullfs. | kib | 2009-05-31 | 1 | -1/+50 |
* | Do not drop vnode interlock in null_checkvp(). null_lock() verifies that | kib | 2009-05-31 | 1 | -22/+7 |
* | Lock the real null vnode lock before substitution of vp->v_vnlock. | kib | 2009-05-31 | 1 | -3/+4 |
* | Unbreak options VIMAGE kernel builds. | zec | 2009-05-31 | 2 | -1/+2 |
* | Add a check to v_type == VREG for the recently modified code that | rmacklem | 2009-05-30 | 1 | -11/+11 |
* | Add VOP_ACCESSX, which can be used to query for newly added V* | trasz | 2009-05-30 | 1 | -0/+27 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 4 | -20/+24 |
* | Make *getpages()s' assertion on the state of each page's dirty bits | alc | 2009-05-28 | 2 | -2/+2 |
* | Use a temporary variable to avoid a duplicate strlen(). | des | 2009-05-28 | 1 | -2/+3 |
* | Fix handling of NFSv4 Close operations in ncl_inactive(). Only | rmacklem | 2009-05-27 | 1 | -7/+13 |
* | Eliminate redundant setting of a page's valid bits and pointless clearing | alc | 2009-05-27 | 1 | -2/+2 |
* | Add a function to the experimental nfs subsystem that tests to see | rmacklem | 2009-05-27 | 2 | -1/+24 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -4/+5 |
* | Fix the experimental nfs subsystem so that it builds with the | rmacklem | 2009-05-26 | 5 | -11/+13 |
* | Adapt to the new ACL #define names. | trasz | 2009-05-26 | 1 | -13/+13 |
* | Add two sysctl variables to the experimental nfs server, so | rmacklem | 2009-05-26 | 1 | -3/+17 |
* | Fix the handling of NFSv4 Illegal Operation number to conform | rmacklem | 2009-05-26 | 2 | -11/+17 |
* | Fix the experimental nfs server's interface to the new krpc so | rmacklem | 2009-05-26 | 1 | -11/+10 |