| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: misc/91341
Submitted by: Guy Harris
|
|
|
|
| |
Approved by: re (blanket)
|
|
|
|
|
|
|
|
| |
specifications.
Noticed by: trhodes
Approved by: trhodes (mentor)
MFC after: 1 day
|
|
|
|
|
|
| |
PR: docs/79572
Submitted by: Josh Paetzel <josh@tcbug.org>
Approved by: trhodes (mentor)
|
|
|
|
| |
Submitted by: Hiroharu Tamaru <tamaru@myn.rcast.u-tokyo.ac.jp>
|
|
|
|
|
| |
these days so filtering on them makes no sense other than as a foot-shooting
device.
|
|
|
|
| |
clarify some text.
|
|
|
|
| |
that do this kind of thing.
|
|
|
|
| |
Approved by: das (mentor)
|
|
|
|
|
|
|
|
|
| |
return for getopt() and comparing to -1, ditto with fgetc() and EOF,
and using the kg_nice value from <sys/user.h>
Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
Reviewed by: obrien, bde (a while back)
Tested lightly on: ppc, i386, make universe
|
| |
|
|
|
|
|
|
|
| |
PR: docs/54826
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
Reviewed by: ru
Approved by: ceri (mentor)
|
| |
|
|
|
|
| |
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
|