| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Noticed by: nate
Approved by: nate, rwatson (mentor)
|
|
|
|
|
|
|
|
| |
devfs rule add path fd unhide
is a no-op, while it should unhide the fd subdirectory.
Approved by: phk, rwatson (mentor)
PR: kern/60897
|
|
|
|
| |
Approved by: trb
|
| |
|
|
|
|
| |
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
|
|
|
|
| |
to unhide symlinks as well as hide them.
|
|
|
|
|
|
| |
"command" argument to VOP_IOCTL.
Spotted by: FlexeLint.
|
| |
|
|
|
|
|
|
|
| |
ruleset. If we do, that means there's a ruleset loop (10 includes 20
include 30 includes 10), which will quickly cause a double fault due
to stack overflow (since "include" is implemented by recursion).
(Previously, we only checked that X didn't include X.)
|
|
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
|