| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 227489: | Eitan Adler | 2012-01-10 | 1 | -1/+1 |
| * | MFC 228361: | John Baldwin | 2012-01-05 | 1 | -3/+7 |
| * | MFC 227069: | John Baldwin | 2012-01-04 | 1 | -0/+7 |
| * | MFC r227062: | Konstantin Belousov | 2011-11-06 | 1 | -0/+4 |
| * | MFC r224743: | Konstantin Belousov | 2011-08-16 | 1 | -2/+4 |
| * | MFC r223988: | Konstantin Belousov | 2011-08-03 | 1 | -6/+12 |
| * | MFC r216461: | Jaakko Heinonen | 2011-05-02 | 3 | -0/+5 |
| * | MFC r216391: | Jaakko Heinonen | 2011-04-12 | 1 | -0/+5 |
| * | MFC r210925: | Konstantin Belousov | 2010-09-05 | 1 | -1/+2 |
| * | MFC r210923: | Konstantin Belousov | 2010-09-05 | 2 | -30/+34 |
| * | MFC r210921: | Konstantin Belousov | 2010-09-05 | 3 | -17/+20 |
| * | MFC r210918: | Konstantin Belousov | 2010-09-05 | 1 | -4/+5 |
| * | MFC r211513: Call dev_rel() in error paths. | Jaakko Heinonen | 2010-09-04 | 1 | -0/+3 |
| * | MFC r208951: | Jaakko Heinonen | 2010-08-19 | 3 | -9/+32 |
| * | MFC r208717: | Jaakko Heinonen | 2010-08-08 | 1 | -0/+7 |
| * | MFC r207729: | Konstantin Belousov | 2010-05-20 | 2 | -3/+8 |
| * | Improve nested jail awareness of devfs by handling credentials. | Ed Schouten | 2009-06-20 | 1 | -0/+22 |
| * | VOP_IOCTL takes unlocked vnode as an argument. Due to this, v_data may | Konstantin Belousov | 2009-06-10 | 1 | -2/+10 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 3 | -6/+0 |
| * | Re-add opt_mac.h include, which is required in order for MNT_MULTILABEL | Robert Watson | 2009-06-04 | 1 | -0/+2 |
| * | Devfs replaces file ops vector with devfs-specific one in devfs_open(), | Konstantin Belousov | 2009-05-15 | 1 | -1/+3 |
| * | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 3 | -22/+16 |
| * | Remove VOP_LEASE and supporting functions. This hasn't been used since | Robert Watson | 2009-04-10 | 1 | -1/+0 |
| * | Enable advisory file locking for devfs vnodes. | Konstantin Belousov | 2009-03-11 | 1 | -9/+0 |
| * | Extract the no_poll() and vop_nopoll() code into the common routine | Konstantin Belousov | 2009-03-06 | 1 | -1/+1 |
| * | Remove unused local variables. | Bjoern A. Zeeb | 2009-01-31 | 1 | -2/+1 |
| * | Mark most often used sysctl's as MPSAFE. | Ed Schouten | 2009-01-28 | 1 | -2/+3 |
| * | Don't panic with "vinvalbuf: dirty bufs" when the mounted device that was | Edward Tomasz Napierala | 2009-01-08 | 1 | -2/+18 |
| * | Do not leak defs_de_interlock on error. | Konstantin Belousov | 2008-12-12 | 1 | -1/+3 |
| * | Implement VOP_VPTOCNP for devfs. Directory and character device vnodes are | Joe Marcus Clarke | 2008-12-12 | 1 | -0/+65 |
| * | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 1 | -1/+1 |
| * | Save previous content of the td_fpop before storing the current | Konstantin Belousov | 2008-09-26 | 1 | -12/+27 |
| * | Already initialize the vfs timestamps inside the cdev upon allocation. | Ed Schouten | 2008-09-21 | 1 | -0/+4 |
| * | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | Konstantin Belousov | 2008-09-20 | 1 | -2/+1 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -4/+6 |
| * | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 1 | -3/+0 |
| * | Remove unnecessary locking around pointer fetch. | Konstantin Belousov | 2008-08-12 | 1 | -2/+0 |
| * | Get pointer to devfs_ruleset struct after garbage collection has been | Oleksandr Tymoshenko | 2008-06-22 | 1 | -3/+3 |
| * | Struct cdev is always the member of the struct cdev_priv. When devfs | Konstantin Belousov | 2008-06-16 | 3 | -9/+10 |
| * | When devfs_allocv() committed to create new vnode, since de_vnode is NULL, | Konstantin Belousov | 2008-06-05 | 1 | -1/+1 |
| * | Revert the changes I made to devfs_setattr() in r179457. | Ed Schouten | 2008-06-01 | 1 | -4/+3 |
| * | Merge back devfs changes from the mpsafetty branch. | Ed Schouten | 2008-05-31 | 1 | -6/+6 |
| * | When vget() fails (because the vnode has been reclaimed), there is no | Konstantin Belousov | 2008-05-23 | 1 | -3/+4 |
| * | Implement the per-open file data for the cdev. | Konstantin Belousov | 2008-05-21 | 2 | -1/+120 |
| * | Don't explicitly drop Giant around d_open/d_fdopen/d_close for MPSAFE | John Baldwin | 2008-05-07 | 1 | -20/+5 |
| * | Do not dereference cdev->si_cdevsw, use the dev_refthread() to properly | Konstantin Belousov | 2008-03-20 | 1 | -5/+12 |
| * | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | Attilio Rao | 2008-02-25 | 1 | -1/+1 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 3 | -8/+6 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 2 | -6/+6 |
| * | Lock the vnode interlock while reading v_usecount to update si_usecount | John Baldwin | 2008-01-08 | 1 | -0/+3 |