summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs/devfs_rule.c
Commit message (Expand)AuthorAgeFilesLines
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-4/+7
* Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists inphk2006-07-171-2/+0
* When returning EIO from DEVFSIO_RADD ioctl, drop the exclusive rulerwatson2006-01-031-2/+4
* Make rule zero really magical, that way we don't have to do anythingphk2005-09-241-151/+97
* Rewamp DEVFS internals pretty severely [1].phk2005-09-191-12/+11
* Protect the devfs rule internal global lists with a sx lock, the perphk2005-09-151-1/+9
* Absolve devfs_rule.c from locking responsibility and call it withphk2005-09-151-15/+1
* Close a race which could result in unwarranted "ruleset %d alreadyphk2005-09-151-44/+28
* Eliminate effectively unused dm_basedir field from devfs_mount.phk2005-08-151-1/+1
* Remove kernelside support for devfs rules filtering on major numbers.phk2005-03-081-3/+0
* XXX mark two places where we do not hold a threadcount on the dev whenphk2004-09-241-0/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-10/+10
* White-space align a struct definition.phk2004-02-151-2/+4
* Fix style(9) of my previous commit.cperciva2004-01-211-1/+1
* Allow devfs path rules to work on directories. Without this fix,cperciva2004-01-211-1/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* NODEVFS cleanup: remove #ifdefs.phk2003-01-291-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Add symlink support to devfs_rule_matchpath(). This allows the userdd2003-01-111-1/+2
* Fix comments and one resulting code confusion about the type of thephk2002-10-161-1/+1
* Treat the pathptrn field as a real pattern with the aid of fnmatch().dd2002-10-081-15/+1
* Unimplement panic(8) by making sure that we don't recurse into add2002-07-281-5/+11
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit thedd2002-07-171-0/+839
OpenPOWER on IntegriCloud