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
..
2003-03-26 05:49:42 +00:00
2003-03-25 03:16:53 +00:00
2003-04-17 17:36:31 +00:00
2003-02-23 01:47:49 +00:00
2003-02-11 07:32:45 +00:00
2003-04-16 11:54:11 +00:00
2003-03-26 01:30:34 +00:00
2003-03-25 11:27:46 +00:00
2003-03-03 22:48:06 +00:00
2003-04-07 22:58:35 +00:00
2003-02-05 13:50:41 +00:00
2003-04-20 19:16:21 +00:00
2003-02-11 02:31:53 +00:00
2003-04-16 09:53:29 +00:00
2003-01-08 06:43:27 +00:00
2003-02-28 00:55:18 +00:00
2003-02-23 01:50:07 +00:00
2003-04-07 22:58:35 +00:00