aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/devfs/devfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-0/+2
* Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock andKonstantin Belousov2006-09-181-4/+20
* Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists inPoul-Henning Kamp2006-07-171-2/+0
* Remove now unneeded opt_mac.h and mac.h includes.Robert Watson2006-07-061-2/+0
* Make rule zero really magical, that way we don't have to do anythingPoul-Henning Kamp2005-09-241-1/+1
* Rewamp DEVFS internals pretty severely [1].Poul-Henning Kamp2005-09-191-33/+25
* Eliminate effectively unused dm_basedir field from devfs_mount.Poul-Henning Kamp2005-08-151-1/+0
* devfs is not yet fully MPSAFE - for example, multiple concurrent devfs(8)Kris Kennaway2005-07-291-1/+0
* - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant.Jeff Roberson2005-04-301-0/+1
* - LK_NOPAUSE is a nop now.Jeff Roberson2005-03-311-1/+1
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-2/+3
* Silently ignore forced argument to unmount.Poul-Henning Kamp2005-01-111-2/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Unsupport forceful unmounts of DEVFS.Poul-Henning Kamp2005-01-041-1/+1
* Use vfs_mountedfrom() and rely on vfs_mount.c to call VFS_STATFS()Poul-Henning Kamp2004-12-061-3/+2
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-6/+0
* Ignore MNT_NODEV, it is implicit in choice of filesystem these days.Poul-Henning Kamp2004-11-261-1/+1
* Refuse attemps to mount root filesystemPoul-Henning Kamp2004-11-091-1/+1
* What can I say: don't allow people to mount DEVFS with option "nodev".Poul-Henning Kamp2004-10-281-4/+2
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-6/+3
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-5/+4
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-15/+4
* Rename vfs_stdsync function to vfs_stdnosync which matches moreAlexander Kabaev2003-03-111-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* NODEVFS cleanup: remove #ifdefs.Poul-Henning Kamp2003-01-291-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Remove dm_root entry from struct devfs_mount. It's never set, and isRobert Watson2002-12-091-1/+2
* A better solution to avoiding variable sized structs in DEVFS.Poul-Henning Kamp2002-10-161-0/+4
* Introduce typedefs for the member functions of struct vfsops and employPoul-Henning Kamp2002-08-131-9/+6
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+1
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+8
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit theDima Dorfman2002-07-171-0/+1
* Convert devfs to nmount.Maxime Henrion2002-05-021-6/+5
* Remove __P.Alfred Perlstein2002-03-191-7/+7
* Backed out vestiges of the quick fixes for the transient breakage ofBruce Evans2001-10-131-1/+0
* KSE Milestone 2Julian Elischer2001-09-121-14/+14
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-12/+2
* Convert DEVFS from an "opt-in" to an "opt-out" option.Poul-Henning Kamp2001-05-131-0/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-4/+5
* add this ridiculous include foo so it will compile againMatt Jacob2001-04-231-0/+2
* Reviewed by: jlemonAdrian Chadd2001-03-011-8/+0
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Don't hold an extra reference to vnodes. Devfs vnodes are sufficientlyPoul-Henning Kamp2000-10-091-2/+4
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-0/+2
* Use size_t instead of u_int for 4th argument to copyinstr().John Baldwin2000-09-121-1/+1
* Add refcounts to the "global" DEVFS inode slots, this allows usPoul-Henning Kamp2000-09-061-4/+4
* Off by one error.Poul-Henning Kamp2000-09-041-1/+1
* Reorder vop's alphabetically.Poul-Henning Kamp2000-08-271-42/+30