Date: Sun, 20 Apr 2003 23:26:08 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/devd devd.8 devd.cc Message-ID: <200304210626.h3L6Q8mn050924@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304210626.h3L6Q8mn050924>