Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't depend on pollution in <machine/limits.h> (by way of | mike | 2002-07-29 | 1 | -0/+1 |
| | | | | <sys/param.h>) for definition of <stdint.h> macros. | ||||
* | Nuke whitespace at EOL. | dd | 2002-07-28 | 1 | -2/+2 |
| | |||||
* | Implement this (quoted from the updated man page): If the first token | dd | 2002-07-28 | 1 | -1/+90 |
| | | | | | of a rule specification is a single dash (``-''), rules are read from the standard input and the rest of the specification is ignored. | ||||
* | Introduce the DEVFS "rule" subsystem. DEVFS rules permit the | dd | 2002-07-17 | 1 | -0/+140 |
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 |