aboutsummaryrefslogtreecommitdiff
path: root/sbin/devfs/devfs.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sbin/devfs: clarify usageEnji Cooper2017-03-081-1/+3
* 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