summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs
Commit message (Expand)AuthorAgeFilesLines
...
* - Add a bogus vhold/vdrop around vgone() in devfs_revoke. Without thisjeff2006-03-311-0/+3
* - We must hold a reference to a vnode before calling vgone() otherwisejeff2006-02-221-0/+2
* - Remove a stale comment. This function was rewritten to be SMP safe somejeff2006-01-301-6/+0
* When returning EIO from DEVFSIO_RADD ioctl, drop the exclusive rulerwatson2006-01-031-2/+4
* 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
* Make rule zero really magical, that way we don't have to do anythingphk2005-09-243-153/+99
* Rewamp DEVFS internals pretty severely [1].phk2005-09-196-446/+437
* Don't attempt to recurse lockmgr, it doesn't like it.phk2005-09-152-3/+6
* Various minor polishing.phk2005-09-153-22/+10
* Protect the devfs rule internal global lists with a sx lock, the perphk2005-09-151-1/+9
* Absolve devfs_rule.c from locking responsibility and call it withphk2005-09-153-19/+5
* Close a race which could result in unwarranted "ruleset %d alreadyphk2005-09-153-44/+34
* 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-162-49/+34
* Create a new internal .h file to communicate very private stuffphk2005-08-162-0/+46
* Eliminate effectively unused dm_basedir field from devfs_mount.phk2005-08-155-5/+3
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-081-7/+4
* devfs is not yet fully MPSAFE - for example, multiple concurrent devfs(8)kris2005-07-291-1/+0
* Correct devfs ruleset bypass.simon2005-07-201-0/+6
* When devfs cloning takes place, provide access to the credential of therwatson2005-07-142-4/+9
* 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
* - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant.jeff2005-04-301-0/+1
* - 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
* cdev (still) needs per instance uid/gid/modephk2005-03-311-3/+3
* Rename dev_ref() to dev_refl()phk2005-03-311-1/+1
* - LK_NOPAUSE is a nop now.jeff2005-03-311-1/+1
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-21/+2
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-2/+3
* Prepare for the final onslaught on devices:phk2005-03-171-3/+3
* - 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-102-5/+64
* Remove kernelside support for devfs rules filtering on major numbers.phk2005-03-082-5/+0
* We may not have an actual cdev at this point.phk2005-02-221-0/+3
* Reap more benefits from DEVFS:phk2005-02-222-16/+18
* 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
* Make a SYSCTL_NODE staticphk2005-02-101-1/+1
* 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
* Silently ignore forced argument to unmount.phk2005-01-111-2/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-063-3/+3
* Unsupport forceful unmounts of DEVFS.phk2005-01-041-1/+1
* Be consistent about flag values passed to device drivers read/writephk2004-12-221-11/+4
OpenPOWER on IntegriCloud