| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle cases where capability rights are not provided. | pjd | 2013-09-05 | 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 |
* | Fix several typos | eadler | 2013-05-12 | 1 | -1/+1 |
* | fdescfs: Supply a real value for d_type in readdir. | jilles | 2013-05-12 | 1 | -1/+1 |
* | Merge Capsicum overhaul: | pjd | 2013-03-02 | 2 | -2/+2 |
* | Revert r246791 as it needs a security review first | bapt | 2013-02-14 | 1 | -1/+1 |
* | Allow fdescfs to be mounted from inside a jail | bapt | 2013-02-14 | 1 | -1/+1 |
* | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | attilio | 2012-11-09 | 1 | -3/+0 |
* | Use NULL instead of 0 | kevlo | 2012-03-13 | 1 | -2/+2 |
* | Make sure all intermediate variables holding mount flags (mnt_flag) | mckusick | 2012-01-17 | 1 | -1/+1 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -2/+6 |
* | Linuxolator calls VOP_READDIR with ncookies pointer. Implement a | kib | 2011-04-09 | 1 | -7/+3 |
* | Add RACCT_NOFILE accounting. | trasz | 2011-04-06 | 1 | -0/+5 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Fix a long standing regression of readdir(3) in fdescfs(5) introduced | jkim | 2010-03-16 | 1 | -16/+13 |
* | Report all fdescfs vnodes as VCHR for stat(2). Fake the unique | kib | 2009-05-12 | 1 | -65/+20 |
* | Return controlled EINVAL when the fdescfs lookup routine is given string | kib | 2009-05-12 | 1 | -2/+7 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 3 | -15/+16 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 2 | -4/+4 |
* | Fix Vflags abuse in fdescfs. There should be no functional changes. | trasz | 2008-10-03 | 1 | -3/+1 |
* | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | kib | 2008-09-20 | 1 | -3/+3 |
* | Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR(). | kib | 2008-09-20 | 1 | -1/+1 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -8/+8 |
* | - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE. | lulf | 2008-05-24 | 3 | -84/+199 |
* | The temporary workaround for the call to the vget() without lock type in | kib | 2008-04-04 | 1 | -1/+3 |
* | Rename fdescfs vnode from "fdesc" to "fdescfs" to avoid name collision | kib | 2008-02-26 | 1 | -1/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -1/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 2 | -3/+3 |
* | Get rid of qaddr_t. | alfred | 2007-10-16 | 1 | -1/+1 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 2 | -7/+7 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -0/+7 |
* | Restore the ability to mount procfs and fdescfs filesystems via the | kbyanc | 2006-05-15 | 1 | -0/+11 |
* | Call vn_start_write() before locking vnode. | tegge | 2006-03-19 | 1 | -2/+2 |
* | Correct the vnode locking in fdescfs. | kris | 2006-02-28 | 1 | -4/+2 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Remove the need to forward declare statics by moving them around. | obrien | 2005-08-10 | 1 | -15/+13 |
* | - Update vfs_root implementations to match the new prototype. None of | jeff | 2005-03-24 | 1 | -1/+2 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 1 | -1/+0 |
* | Make fdesc_root static | phk | 2005-02-10 | 2 | -2/+2 |
* | Whitespace in vop_vector{} initializations. | phk | 2005-01-13 | 1 | -0/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 3 | -3/+3 |
* | Use vfs_mountedfrom(), rely on vfs_mount.c calling VFS_STATFS(). | phk | 2004-12-06 | 1 | -3/+1 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | phk | 2004-12-05 | 1 | -6/+0 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -19/+14 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 1 | -7/+7 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | phk | 2004-11-13 | 2 | -7/+7 |
* | Refuse attemps to mount root filesystem | phk | 2004-11-09 | 1 | -1/+1 |
* | Put a version element in the VFS filesystem configuration structure | phk | 2004-07-30 | 1 | -6/+3 |
* | Make LINT compile | phk | 2004-07-13 | 1 | -1/+0 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 2 | -4/+5 |