summaryrefslogtreecommitdiff
path: root/sys/fs/devfs/devfs_rule.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-111-1/+1
* MFC devfs_rule.c:1.21 from HEAD to RELENG_6:Robert Watson2006-01-111-2/+4
* MFC:Poul-Henning Kamp2005-09-261-163/+108
* MFC:Poul-Henning Kamp2005-09-181-61/+39
* Remove kernelside support for devfs rules filtering on major numbers.Poul-Henning Kamp2005-03-081-3/+0
* XXX mark two places where we do not hold a threadcount on the dev whenPoul-Henning Kamp2004-09-241-0/+2
* 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