| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: re
|
| |
|
|
|
|
| |
<sys/param.h>) for definition of <stdint.h> macros.
|
| |
|
|
|
|
| |
and it's an unsigned long, not an int.
|
|
|
|
| |
sure that doesn't change.
|
|
|
|
|
| |
of a rule specification is a single dash (``-''), rules are read from
the standard input and the rest of the specification is ignored.
|
|
|
|
|
|
|
|
|
|
|
| |
(and make it easier to find stuff for the old ones). I originally put
everything under one "RULE SUBSYSTEM" so it didn't look like devfs(8)
is dedicated to the rule subsystem, but since nobody has any idea what
else might go here, it's not worth confusing people just to save a
little time for someone that might add something rule-unrelated to
devfs(8) in a few years.
Suggested by: sheldonh, phk
|
|
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
|