summaryrefslogtreecommitdiff
path: root/sys/fs/devfs
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.3.0_cvscvs2svn2008-01-156-6/+6
* MFC: Always use an exclusive lock on the leaf vnode during an open() whenJohn Baldwin2007-10-031-0/+1
* MFC rev. 1.138.Konstantin Belousov2006-10-301-2/+2
* MFCKonstantin Belousov2006-10-301-5/+9
* MFCKonstantin Belousov2006-10-304-25/+113
* MFC rev. 1.135.Konstantin Belousov2006-10-301-1/+1
* MFC:Konstantin Belousov2006-10-304-16/+113
* MFC rev. 1.132.Konstantin Belousov2006-10-301-16/+33
* MFC rev. 1.130.Konstantin Belousov2006-10-301-0/+3
* MFC rev. 1.29.Konstantin Belousov2006-10-301-2/+0
* MFC: Use mount interlock to protect all changes to mnt_flag andTor Egge2006-10-091-0/+2
* MFC Rev 1.45Jeff Roberson2006-03-131-0/+2
* MFC devfs_rule.c:1.21 from HEAD to RELENG_6:Robert Watson2006-01-111-2/+4
* MFC:Doug White2005-11-121-0/+24
* MFC:Poul-Henning Kamp2005-10-191-1/+1
* MFC:Poul-Henning Kamp2005-09-266-597/+534
* MFC:Poul-Henning Kamp2005-09-185-422/+193
* MFC:Poul-Henning Kamp2005-09-051-2/+5
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-08-161-0/+45
* Merge two sets of changes relating to devfs device node cloning fromRobert Watson2005-08-132-2/+4
* MFC:Kris Kennaway2005-07-291-1/+0
* MFC rev 1.116 of src/sys/fs/devfs/devfs_vnops.c:Simon L. B. Nielsen2005-07-201-0/+6
* Do not declare a struct as extern, and then implementCraig Rodrigues2005-05-311-59/+57
* - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT.Jeff Roberson2005-05-011-5/+12
* - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant.Jeff Roberson2005-04-301-0/+1
* - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson2005-04-131-2/+1
* Explicitly hold a reference to the cdev we have just cloned. ThisPoul-Henning Kamp2005-03-311-0/+1
* cdev (still) needs per instance uid/gid/modePoul-Henning Kamp2005-03-311-3/+3
* Rename dev_ref() to dev_refl()Poul-Henning Kamp2005-03-311-1/+1
* - LK_NOPAUSE is a nop now.Jeff Roberson2005-03-311-1/+1
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.Jeff Roberson2005-03-281-21/+2
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-2/+3
* Prepare for the final onslaught on devices:Poul-Henning Kamp2005-03-171-3/+3
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-131-9/+2
* One more bit of the major/minor patch to make ttyname happy as well.Poul-Henning Kamp2005-03-101-2/+11
* Try to fix the mess I made of devname, with the minimal subset of thePoul-Henning Kamp2005-03-102-5/+64
* Remove kernelside support for devfs rules filtering on major numbers.Poul-Henning Kamp2005-03-082-5/+0
* We may not have an actual cdev at this point.Poul-Henning Kamp2005-02-221-0/+3
* Reap more benefits from DEVFS:Poul-Henning Kamp2005-02-222-16/+18
* Make dev_ref() require the dev_lock() to be held and use it fromPoul-Henning Kamp2005-02-221-1/+1
* Introduce vx_wait{l}() and use it instead of home-rolled versions.Poul-Henning Kamp2005-02-171-6/+2
* Make a SYSCTL_NODE staticPoul-Henning Kamp2005-02-101-1/+1
* Statize devfs_ops_fPoul-Henning Kamp2005-02-101-1/+1
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-281-0/+1
* Whitespace in vop_vector{} initializations.Poul-Henning Kamp2005-01-131-0/+2
* Silently ignore forced argument to unmount.Poul-Henning Kamp2005-01-111-2/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-063-3/+3
* Unsupport forceful unmounts of DEVFS.Poul-Henning Kamp2005-01-041-1/+1
* Be consistent about flag values passed to device drivers read/writePoul-Henning Kamp2004-12-221-11/+4
* Shuffle numeric values of the IO_* flags to match the O_* flags fromPoul-Henning Kamp2004-12-221-0/+13