| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
PR: 177870
Submitted by: Bjorn Heidotting <b.heidotting@yahoo.com>
|
| |
|
|
|
|
|
|
|
| |
Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days
|
| |
|
|
|
|
|
|
| |
These tools declare global variables without using the static keyword,
even though their use is limited to a single C-file, or without placing
an extern declaration of them in the proper header file.
|
|
|
|
|
|
|
|
| |
/etc/defaults/devfs.conf
PR: docs/117308
Submitted by: Mel <mel.xyzzy rachie.is-a-geek.net> (partially)
MFC after: 1 week
|
|
|
|
|
| |
Checked by: make universe
Approved by: ed (co-mentor)
|
|
|
|
|
|
|
| |
rule.c. Update man page example accordingly.
Submitted by: Mateusz Guzik <mjguzik@gmail.com>
PR: docs/124892
|
|
|
|
| |
Approved by: keramida (mentor), trhodes (mentor) (implicit)
|
|
|
|
|
|
|
|
| |
- reference devfs.conf and devfs.rules in SEE ALSO section
Approved by: keramida (mentor), trhodes (mentor)
PR: docs/103347
MFC-after: 3 days
|
|
|
|
|
| |
strings and cp is not. Fix logic in the original code and eliminate
core dumps on lines without '\n'.
|
|
|
|
|
|
| |
PR: bin/98905
Submitted by: Fabian Keil
MFC after: 1 week
|
|
|
|
|
| |
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
|