cvs commit: src/sbin/devd devd.8 devd.cc
Warner Losh
imp at FreeBSD.org
Sun Apr 20 23:26:09 PDT 2003
imp 2003/04/20 23:26:08 PDT
FreeBSD src repository
Modified files:
sbin/devd devd.8 devd.cc
Log:
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.
Revision Changes Path
1.8 +7 -3 src/sbin/devd/devd.8
1.8 +38 -11 src/sbin/devd/devd.cc
More information about the cvs-src
mailing list