aboutsummaryrefslogtreecommitdiff
path: root/sbin/devfs/devfs.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* 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
* Userland signed char fixes for PPC build. Problems were using a charPeter Grehan2004-01-221-1/+1
* Don't depend on pollution in <machine/limits.h> (by way ofMike Barcroft2002-07-291-0/+1
* Nuke whitespace at EOL.Dima Dorfman2002-07-281-2/+2
* Implement this (quoted from the updated man page): If the first tokenDima Dorfman2002-07-281-1/+90
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit theDima Dorfman2002-07-171-0/+140