summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs/devfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists inphk2006-07-171-13/+0
* Add vnode interlocking to devfs.ups2006-07-121-16/+33
* Use #include "", not #include <> for opt_foo.h.rwatson2006-07-061-2/+2
* - Add a bogus vhold/vdrop around vgone() in devfs_revoke. Without thisjeff2006-03-311-0/+3
* - Remove a stale comment. This function was rewritten to be SMP safe somejeff2006-01-301-6/+0
* This is a workaround for a complicated issue involving VFS cookies and devfs.dwhite2005-11-091-0/+24
* Use correct cirteria for determining which directory entries we canphk2005-10-181-1/+1
* Rewamp DEVFS internals pretty severely [1].phk2005-09-191-113/+79
* Don't attempt to recurse lockmgr, it doesn't like it.phk2005-09-151-1/+6
* Various minor polishing.phk2005-09-151-15/+4
* Absolve devfs_rule.c from locking responsibility and call it withphk2005-09-151-3/+3
* Clean up prototypes.phk2005-09-121-258/+96
* Add a missing dev_relthread() call.phk2005-08-291-4/+5
* Handle device drivers with D_NEEDGIANT in a way which does notphk2005-08-171-24/+0
* Collect the devfs related sysctls in one placephk2005-08-161-49/+2
* Eliminate effectively unused dm_basedir field from devfs_mount.phk2005-08-151-1/+1
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-081-7/+4
* Correct devfs ruleset bypass.simon2005-07-201-0/+6
* When devfs cloning takes place, provide access to the credential of therwatson2005-07-141-3/+7
* Do not declare a struct as extern, and then implementrodrigc2005-05-311-59/+57
* - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT.jeff2005-05-011-5/+12
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-2/+1
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-311-0/+1
* Rename dev_ref() to dev_refl()phk2005-03-311-1/+1
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-21/+2
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-9/+2
* One more bit of the major/minor patch to make ttyname happy as well.phk2005-03-101-2/+11
* Try to fix the mess I made of devname, with the minimal subset of thephk2005-03-101-1/+59
* We may not have an actual cdev at this point.phk2005-02-221-0/+3
* Reap more benefits from DEVFS:phk2005-02-221-16/+17
* Make dev_ref() require the dev_lock() to be held and use it fromphk2005-02-221-1/+1
* Introduce vx_wait{l}() and use it instead of home-rolled versions.phk2005-02-171-6/+2
* Statize devfs_ops_fphk2005-02-101-1/+1
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Whitespace in vop_vector{} initializations.phk2005-01-131-0/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Be consistent about flag values passed to device drivers read/writephk2004-12-221-11/+4
* Shuffle numeric values of the IO_* flags to match the O_* flags fromphk2004-12-221-0/+13
* We can only ever get to vgonechrl() from a devfs vnode, so we do notphk2004-12-201-1/+2
* Add a couple of KASSERTS to try to diagnose a problem reported.phk2004-12-201-1/+5
* Be a bit more assertive about vnode bypass.phk2004-12-141-16/+17
* Another FNONBLOCK -> O_NONBLOCK.phk2004-12-131-2/+2
* Use O_NONBLOCK instead of FNONBLOCK alias.phk2004-12-131-1/+1
* Explicit panic in vop_read/vop_write for devicesphk2004-12-131-0/+2
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyphk2004-12-071-1/+8
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-61/+48
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-20/+20
* Make vnode bypass for devices mandatory.phk2004-11-171-200/+1
* Make vnode bypass the default for devices.phk2004-11-151-1/+1
* Integrate most of vop_revoke() into devfs_revoke() where it belongs.phk2004-11-131-1/+24
OpenPOWER on IntegriCloud