| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not declare a struct as extern, and then implement | rodrigc | 2005-05-31 | 1 | -59/+57 |
* | - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT. | jeff | 2005-05-01 | 1 | -5/+12 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -2/+1 |
* | Explicitly hold a reference to the cdev we have just cloned. This | phk | 2005-03-31 | 1 | -0/+1 |
* | Rename dev_ref() to dev_refl() | phk | 2005-03-31 | 1 | -1/+1 |
* | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | jeff | 2005-03-28 | 1 | -21/+2 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 1 | -9/+2 |
* | One more bit of the major/minor patch to make ttyname happy as well. | phk | 2005-03-10 | 1 | -2/+11 |
* | Try to fix the mess I made of devname, with the minimal subset of the | phk | 2005-03-10 | 1 | -1/+59 |
* | We may not have an actual cdev at this point. | phk | 2005-02-22 | 1 | -0/+3 |
* | Reap more benefits from DEVFS: | phk | 2005-02-22 | 1 | -16/+17 |
* | Make dev_ref() require the dev_lock() to be held and use it from | phk | 2005-02-22 | 1 | -1/+1 |
* | Introduce vx_wait{l}() and use it instead of home-rolled versions. | phk | 2005-02-17 | 1 | -6/+2 |
* | Statize devfs_ops_f | phk | 2005-02-10 | 1 | -1/+1 |
* | Make filesystems get rid of their own vnodes vnode_pager object in | phk | 2005-01-28 | 1 | -0/+1 |
* | Whitespace in vop_vector{} initializations. | phk | 2005-01-13 | 1 | -0/+2 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Be consistent about flag values passed to device drivers read/write | phk | 2004-12-22 | 1 | -11/+4 |
* | Shuffle numeric values of the IO_* flags to match the O_* flags from | phk | 2004-12-22 | 1 | -0/+13 |
* | We can only ever get to vgonechrl() from a devfs vnode, so we do not | phk | 2004-12-20 | 1 | -1/+2 |
* | Add a couple of KASSERTS to try to diagnose a problem reported. | phk | 2004-12-20 | 1 | -1/+5 |
* | Be a bit more assertive about vnode bypass. | phk | 2004-12-14 | 1 | -16/+17 |
* | Another FNONBLOCK -> O_NONBLOCK. | phk | 2004-12-13 | 1 | -2/+2 |
* | Use O_NONBLOCK instead of FNONBLOCK alias. | phk | 2004-12-13 | 1 | -1/+1 |
* | Explicit panic in vop_read/vop_write for devices | phk | 2004-12-13 | 1 | -0/+2 |
* | The remaining part of nmount/omount/rootfs mount changes. I cannot sensibly | phk | 2004-12-07 | 1 | -1/+8 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -61/+48 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 1 | -20/+20 |
* | Make vnode bypass for devices mandatory. | phk | 2004-11-17 | 1 | -200/+1 |
* | Make vnode bypass the default for devices. | phk | 2004-11-15 | 1 | -1/+1 |
* | Integrate most of vop_revoke() into devfs_revoke() where it belongs. | phk | 2004-11-13 | 1 | -1/+24 |
* | Add the devfs_fp_check() function which helps us get from a struct file | phk | 2004-11-13 | 1 | -70/+34 |
* | Add optional device vnode bypass to DEVFS. | phk | 2004-11-08 | 1 | -0/+287 |
* | Properly implement a default version of VOP_GETWRITEMOUNT. | phk | 2004-11-06 | 1 | -1/+0 |
* | Add back securelevel check for disks. | phk | 2004-11-04 | 1 | -0/+12 |
* | Don't give disks special treatment, they don't come this way anymore. | phk | 2004-10-29 | 1 | -37/+0 |
* | Remove VOP_SPECSTRATEGY() from the system. | phk | 2004-10-29 | 1 | -57/+0 |
* | Give dev_strategy() an explict cdev argument in preparation for removing | phk | 2004-10-29 | 1 | -1/+1 |
* | What can I say: don't allow people to mount DEVFS with option "nodev". | phk | 2004-10-28 | 1 | -4/+0 |
* | Put the I/O block size in bufobj->bo_bsize. | phk | 2004-10-26 | 1 | -1/+1 |
* | Alas, poor SPECFS! -- I knew him, Horatio; A filesystem of infinite | phk | 2004-10-22 | 1 | -26/+551 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -2/+2 |
* | In devfs_allocv(), rather than assigning 'td = curthread', assert that | rwatson | 2004-07-22 | 1 | -7/+9 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -4/+4 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -3/+3 |
* | Report the correct length for symlink entries. | phk | 2004-02-19 | 1 | -1/+1 |
* | Improve on POLA by populating DEVFS before doing devfs(8) rule ioctls. | phk | 2004-01-02 | 1 | -0/+5 |
* | Remember to check the DE_WHITEOUT flag in the case where a cloned | phk | 2003-10-20 | 1 | -4/+9 |
* | When a driver successfully created a device on demand, we can directly | phk | 2003-10-20 | 1 | -7/+6 |
* | Remove unused variable. | phk | 2003-05-31 | 1 | -6/+1 |