aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/devfs/devfs_rule.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-041-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-10/+10
* White-space align a struct definition.Poul-Henning Kamp2004-02-151-2/+4
* Fix style(9) of my previous commit.Colin Percival2004-01-211-1/+1
* Allow devfs path rules to work on directories. Without this fix,Colin Percival2004-01-211-1/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* 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-3/+3
* Add symlink support to devfs_rule_matchpath(). This allows the userDima Dorfman2003-01-111-1/+2
* Fix comments and one resulting code confusion about the type of thePoul-Henning Kamp2002-10-161-1/+1
* Treat the pathptrn field as a real pattern with the aid of fnmatch().Dima Dorfman2002-10-081-15/+1
* Unimplement panic(8) by making sure that we don't recurse into aDima Dorfman2002-07-281-5/+11
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit theDima Dorfman2002-07-171-0/+839