index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
fs
/
devfs
/
devfs_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Mark devfs as MNTK_MPSAFE as I belive it does not require Giant.
jeff
2005-04-30
1
-0
/
+1
*
- LK_NOPAUSE is a nop now.
jeff
2005-03-31
1
-1
/
+1
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
1
-2
/
+3
*
Silently ignore forced argument to unmount.
phk
2005-01-11
1
-2
/
+0
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Unsupport forceful unmounts of DEVFS.
phk
2005-01-04
1
-1
/
+1
*
Use vfs_mountedfrom() and rely on vfs_mount.c to call VFS_STATFS()
phk
2004-12-06
1
-3
/
+2
*
VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases
phk
2004-12-05
1
-6
/
+0
*
Ignore MNT_NODEV, it is implicit in choice of filesystem these days.
phk
2004-11-26
1
-1
/
+1
*
Refuse attemps to mount root filesystem
phk
2004-11-09
1
-1
/
+1
*
What can I say: don't allow people to mount DEVFS with option "nodev".
phk
2004-10-28
1
-4
/
+2
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
1
-6
/
+3
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
1
-5
/
+4
*
Initialize struct vfsops C99-sparsely.
phk
2003-06-12
1
-15
/
+4
*
Rename vfs_stdsync function to vfs_stdnosync which matches more
kan
2003-03-11
1
-1
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
NODEVFS cleanup: remove #ifdefs.
phk
2003-01-29
1
-2
/
+0
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Remove dm_root entry from struct devfs_mount. It's never set, and is
rwatson
2002-12-09
1
-1
/
+2
*
A better solution to avoiding variable sized structs in DEVFS.
phk
2002-10-16
1
-0
/
+4
*
Introduce typedefs for the member functions of struct vfsops and employ
phk
2002-08-13
1
-9
/
+6
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-1
/
+1
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-0
/
+8
*
Introduce the DEVFS "rule" subsystem. DEVFS rules permit the
dd
2002-07-17
1
-0
/
+1
*
Convert devfs to nmount.
mux
2002-05-02
1
-6
/
+5
*
Remove __P.
alfred
2002-03-19
1
-7
/
+7
*
Backed out vestiges of the quick fixes for the transient breakage of
bde
2001-10-13
1
-1
/
+0
*
KSE Milestone 2
julian
2001-09-12
1
-14
/
+14
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-12
/
+2
*
Convert DEVFS from an "opt-in" to an "opt-out" option.
phk
2001-05-13
1
-0
/
+2
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-4
/
+5
*
add this ridiculous include foo so it will compile again
mjacob
2001-04-23
1
-0
/
+2
*
Reviewed by: jlemon
adrian
2001-03-01
1
-8
/
+0
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Don't hold an extra reference to vnodes. Devfs vnodes are sufficiently
phk
2000-10-09
1
-2
/
+4
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-0
/
+2
*
Use size_t instead of u_int for 4th argument to copyinstr().
jhb
2000-09-12
1
-1
/
+1
*
Add refcounts to the "global" DEVFS inode slots, this allows us
phk
2000-09-06
1
-4
/
+4
*
Off by one error.
phk
2000-09-04
1
-1
/
+1
*
Reorder vop's alphabetically.
phk
2000-08-27
1
-42
/
+30
*
Fix panic when removing open device (found by bp@)
phk
2000-08-24
1
-21
/
+4
*
Fix devfs_access() bug on directories.
phk
2000-08-21
1
-2
/
+0
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
1
-0
/
+243