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_rule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
make path matching in devfs rules consistent and sane (and safer)
avg
2013-07-26
1
-24
/
+38
*
Introduce the "ruleset=number" option for devfs(5) mounts.
mm
2012-02-09
1
-0
/
+35
*
- fix duplicate "a a" in some comments
eadler
2011-11-13
1
-1
/
+1
*
- Assert that dm_lock is exclusively held in devfs_rules_apply() and
jh
2010-12-15
1
-0
/
+2
*
Handle the special ruleset 0 in devfs_ruleset_use(). An attempt set the
jh
2010-12-12
1
-0
/
+5
*
Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that created
kib
2010-08-06
1
-3
/
+4
*
Get pointer to devfs_ruleset struct after garbage collection has been
gonzo
2008-06-22
1
-3
/
+3
*
Do not dereference cdev->si_cdevsw, use the dev_refthread() to properly
kib
2008-03-20
1
-5
/
+12
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-4
/
+7
*
Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists in
phk
2006-07-17
1
-2
/
+0
*
When returning EIO from DEVFSIO_RADD ioctl, drop the exclusive rule
rwatson
2006-01-03
1
-2
/
+4
*
Make rule zero really magical, that way we don't have to do anything
phk
2005-09-24
1
-151
/
+97
*
Rewamp DEVFS internals pretty severely [1].
phk
2005-09-19
1
-12
/
+11
*
Protect the devfs rule internal global lists with a sx lock, the per
phk
2005-09-15
1
-1
/
+9
*
Absolve devfs_rule.c from locking responsibility and call it with
phk
2005-09-15
1
-15
/
+1
*
Close a race which could result in unwarranted "ruleset %d already
phk
2005-09-15
1
-44
/
+28
*
Eliminate effectively unused dm_basedir field from devfs_mount.
phk
2005-08-15
1
-1
/
+1
*
Remove kernelside support for devfs rules filtering on major numbers.
phk
2005-03-08
1
-3
/
+0
*
XXX mark two places where we do not hold a threadcount on the dev when
phk
2004-09-24
1
-0
/
+2
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-10
/
+10
*
White-space align a struct definition.
phk
2004-02-15
1
-2
/
+4
*
Fix style(9) of my previous commit.
cperciva
2004-01-21
1
-1
/
+1
*
Allow devfs path rules to work on directories. Without this fix,
cperciva
2004-01-21
1
-1
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
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
-3
/
+3
*
Add symlink support to devfs_rule_matchpath(). This allows the user
dd
2003-01-11
1
-1
/
+2
*
Fix comments and one resulting code confusion about the type of the
phk
2002-10-16
1
-1
/
+1
*
Treat the pathptrn field as a real pattern with the aid of fnmatch().
dd
2002-10-08
1
-15
/
+1
*
Unimplement panic(8) by making sure that we don't recurse into a
dd
2002-07-28
1
-5
/
+11
*
Introduce the DEVFS "rule" subsystem. DEVFS rules permit the
dd
2002-07-17
1
-0
/
+839