summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-04-21 06:26:08 +0000
committerimp <imp@FreeBSD.org>2003-04-21 06:26:08 +0000
commit037b7ed6756daa719b5a4bd2ed504620694c0342 (patch)
tree30ef7e7fc481389fa27058bc0d46a2d1f7d315b8 /include
parentcf3cf85267793e75562a6705ade86e2e2f2ffd46 (diff)
downloadFreeBSD-src-037b7ed6756daa719b5a4bd2ed504620694c0342.zip
FreeBSD-src-037b7ed6756daa719b5a4bd2ed504620694c0342.tar.gz
Implement a two new flags, and change the meaning of another one.
'd': now means don't do daemon(). 'D': Debug 'n': Don't wait to process all pending events before calling daemon. In the past, devd would call daemon immediately. However, this causes a race. If anything in the boot process depends on configuring the devices configured by devd, maybe they would be configured in time, maybe not. Now we don't call daemon until all pending events are processed, unless -n is specified. # -n is actually the default for a while due to the select(2) bug in devctl # that I just fixed to give people a chance to upgrade.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud