summaryrefslogtreecommitdiff
path: root/sbin/devfs/rule.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
2017-12-27other: Fix several typos and minor errorsEitan Adler
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2012-01-07Spelling fixes for sbin/Ulrich Spörlein
2011-11-04Add missing static keywords for global variables to tools in sbin/.Ed Schouten
2006-01-05o Typo in the error message: s/invald/invalid.Maxim Konovalov
2005-02-27Remove filtering on major device number. These are assigned randomlyPoul-Henning Kamp
2004-11-06Parse file mode with setmode(3) for consistency with other programsDima Dorfman
2004-01-22Userland signed char fixes for PPC build. Problems were using a charPeter Grehan
2002-07-28Nuke whitespace at EOL.Dima Dorfman
2002-07-28What we're actually passing around is an ioctl request, not a command,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