aboutsummaryrefslogtreecommitdiff
path: root/sbin/devfs
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2013-09-051-35/+37
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync from headSimon J. Gerraty2012-11-041-6/+6
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | Clarify how "hide" and "unhide" commands work on directories.Jaakko Heinonen2013-07-121-1/+4
* | | Move EXAMPLES descriptions to before the actual command.Joel Dahl2013-04-211-35/+34
| |/ |/|
* | mdoc: minor improvements to a few lists with tags.Joel Dahl2012-06-091-6/+6
|/
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-2/+2
* Spelling fixes for sbin/Ulrich Spörlein2012-01-071-1/+1
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-1/+1
* 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