freebsd-dev/sbin/devd
Warner Losh 5a882d775d 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.
2003-04-21 06:26:08 +00:00
..
devd.8 Implement a two new flags, and change the meaning of another one. 2003-04-21 06:26:08 +00:00
devd.cc Implement a two new flags, and change the meaning of another one. 2003-04-21 06:26:08 +00:00
devd.conf.5 mdoc(7) police: Revision. 2003-03-03 11:51:30 +00:00
devd.h MFp4 (imp_freebsd branch): snapshot of devd work: 2002-12-07 08:04:36 +00:00
Makefile This can't obviously be cleaner than system headers. 2003-04-01 11:11:38 +00:00
parse.y MFp4 (imp_freebsd branch): snapshot of devd work: 2002-12-07 08:04:36 +00:00
token.l Latest snapshot of devd. This one adds re-matching and string 2002-12-18 07:08:01 +00:00