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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce the "ruleset=number" option for devfs(5) mounts.
mm
2012-02-09
1
-0
/
+2
*
Format prototypes to follow style(9) more closely.
jh
2010-10-12
1
-16
/
+19
*
Add reference counting for devfs paths containing user created symbolic
jh
2010-09-27
1
-1
/
+4
*
Modify devfs_fqpn() for future use in devfs path reference counting
jh
2010-09-21
1
-0
/
+4
*
Remove empty devfs directories automatically.
jh
2010-09-15
1
-1
/
+4
*
Allow user created symbolic links to cover device files and directories
jh
2010-08-12
1
-5
/
+6
*
Enable shared locks for the devfs vnodes. Honor the locking mode
kib
2010-08-06
1
-1
/
+1
*
Add a new function devfs_parent_dirent() for resolving devfs parent
jh
2010-06-09
1
-0
/
+1
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
1
-1
/
+2
*
Properly lock the vnode around vgone() calls.
kib
2006-10-18
1
-1
/
+1
*
Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock and
kib
2006-09-18
1
-0
/
+11
*
Remove unused prototypes.
pjd
2006-04-12
1
-2
/
+0
*
Make rule zero really magical, that way we don't have to do anything
phk
2005-09-24
1
-1
/
+1
*
Rewamp DEVFS internals pretty severely [1].
phk
2005-09-19
1
-33
/
+9
*
Various minor polishing.
phk
2005-09-15
1
-1
/
+1
*
Absolve devfs_rule.c from locking responsibility and call it with
phk
2005-09-15
1
-1
/
+1
*
Close a race which could result in unwarranted "ruleset %d already
phk
2005-09-15
1
-0
/
+2
*
Eliminate effectively unused dm_basedir field from devfs_mount.
phk
2005-08-15
1
-1
/
+0
*
Remove kernelside support for devfs rules filtering on major numbers.
phk
2005-03-08
1
-2
/
+0
*
Reap more benefits from DEVFS:
phk
2005-02-22
1
-0
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-1
/
+1
*
White-space align a struct definition.
phk
2004-02-15
1
-24
/
+23
*
Modify the MAC Framework so that instead of embedding a (struct label)
rwatson
2003-11-12
1
-1
/
+1
*
Remove dm_root entry from struct devfs_mount. It's never set, and is
rwatson
2002-12-09
1
-1
/
+1
*
Fix comments and one resulting code confusion about the type of the
phk
2002-10-16
1
-1
/
+1
*
A better solution to avoiding variable sized structs in DEVFS.
phk
2002-10-16
1
-3
/
+1
*
#include "opt_devfs.h" to protect against variable sized structures.
phk
2002-10-16
1
-0
/
+2
*
Move the vop-vector declaration into devfs_vnops.c where it belongs.
phk
2002-10-01
1
-3
/
+0
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-30
1
-0
/
+1
*
Correct misindentation of DRA_UID.
dd
2002-07-28
1
-1
/
+1
*
Introduce the DEVFS "rule" subsystem. DEVFS rules permit the
dd
2002-07-17
1
-1
/
+87
*
Don't attempt to decvlare M_DEVFS whern MALLOC_DECLARE is not defined.
bde
2002-04-21
1
-3
/
+6
*
KSE Milestone 2
julian
2001-09-12
1
-1
/
+1
*
Change the way deletes are managed in DEVFS.
phk
2001-05-23
1
-1
/
+1
*
staticize.
phk
2000-12-08
1
-2
/
+0
*
Add refcounts to the "global" DEVFS inode slots, this allows us
phk
2000-09-06
1
-22
/
+41
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
1
-5
/
+0
*
Reorder vop's alphabetically.
phk
2000-08-27
1
-0
/
+2
*
Fix panic when removing open device (found by bp@)
phk
2000-08-24
1
-10
/
+15
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
1
-0
/
+97