aboutsummaryrefslogtreecommitdiff
path: root/sbin/devfs
Commit message (Expand)AuthorAgeFilesLines
* Document the interaction between /etc/devfs.conf andGavin Atkinson2010-02-211-2/+7
* Bump WARNS where possible.Ulrich Spörlein2010-02-151-1/+0
* Support for filtering on major device number was removed in rev. 1.7 orMike Makonnen2008-06-271-2/+2
* - I forgot to bump a date.Daniel Gerzo2006-11-051-1/+1
* - add some files to FILES section and provide their descriptionDaniel Gerzo2006-11-051-0/+16
* o Revert a previous delta as strlcpy(3) operates with NUL-terminatedMaxim Konovalov2006-06-141-1/+2
* o Replace (an incorrect) string copy gymnastics with strlcpy(3).Maxim Konovalov2006-06-141-2/+1
* o Typo in the error message: s/invald/invalid.Maxim Konovalov2006-01-051-1/+1
* Markup fixes.Ruslan Ermilov2005-06-141-3/+5
* Use .Pa instead of .Xr to follow mdoc(7)Jesus R. Camou2005-04-201-2/+2
* Document the configuration files used.Jesus R. Camou2005-04-051-0/+3
* Typo.Poul-Henning Kamp2005-03-181-1/+1
* Remove filtering on major device number. These are assigned randomlyPoul-Henning Kamp2005-02-272-13/+2
* Remove a useless use of cat, strip overzealous punctuation, andDima Dorfman2004-11-061-16/+16
* Parse file mode with setmode(3) for consistency with other programsDima Dorfman2004-11-062-12/+9
* Typedefing an array of incomplete structs is non-standard C code.Stefan Farfeleder2004-06-021-1/+1
* Userland signed char fixes for PPC build. Problems were using a charPeter Grehan2004-01-222-2/+2
* Get rid of duplicates.Ruslan Ermilov2003-09-141-1/+1
* Minor mdoc(7) cleanup, based on the PR below.Simon L. B. Nielsen2003-07-261-2/+4
* Xref police: chmod(8) -> chmod(1).Maxim Sobolev2003-06-171-1/+1
* mdoc(7) police: markup nits.Ruslan Ermilov2002-12-091-25/+29
* Treat the pathptrn field as a real pattern with the aid of fnmatch().Dima Dorfman2002-10-081-3/+0
* Don't depend on pollution in <machine/limits.h> (by way ofMike Barcroft2002-07-291-0/+1
* Nuke whitespace at EOL.Dima Dorfman2002-07-282-3/+3
* What we're actually passing around is an ioctl request, not a command,Dima Dorfman2002-07-281-3/+3
* This compiles cleanly with WARNS=5 on i386 and alpha, so try to makeDima Dorfman2002-07-281-1/+1
* Implement this (quoted from the updated man page): If the first tokenDima Dorfman2002-07-284-9/+181
* Use more standard section names in an attempt to unconfuse new usersDima Dorfman2002-07-281-8/+5
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit theDima Dorfman2002-07-175-0/+948