summaryrefslogtreecommitdiff
path: root/sbin/devfs/devfs.c
AgeCommit message (Expand)Author
2023-11-26sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-04-30sbin/devfs: Correct usageEnji Cooper
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-08sbin/devfs: clarify usageEnji Cooper
2006-06-14o Revert a previous delta as strlcpy(3) operates with NUL-terminatedMaxim Konovalov
2006-06-14o Replace (an incorrect) string copy gymnastics with strlcpy(3).Maxim Konovalov
2004-01-22Userland signed char fixes for PPC build. Problems were using a charPeter Grehan
2002-07-29Don't depend on pollution in <machine/limits.h> (by way ofMike Barcroft
2002-07-28Nuke whitespace at EOL.Dima Dorfman
2002-07-28Implement this (quoted from the updated man page): If the first tokenDima Dorfman
2002-07-17Introduce the DEVFS "rule" subsystem. DEVFS rules permit theDima Dorfman