summaryrefslogtreecommitdiffstats
path: root/sbin/devfs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump WARNS where possible.uqs2010-02-151-1/+0
| | | | | Checked by: make universe Approved by: ed (co-mentor)
* This compiles cleanly with WARNS=5 on i386 and alpha, so try to makedd2002-07-281-1/+1
| | | | sure that doesn't change.
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit thedd2002-07-171-0/+8
administrator to define certain properties of new devfs nodes before they become visible to the userland. Both static (e.g., /dev/speaker) and dynamic (e.g., /dev/bpf*, some removable devices) nodes are supported. Each DEVFS mount may have a different ruleset assigned to it, permitting different policies to be implemented for things like jails. Approved by: phk
OpenPOWER on IntegriCloud