<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/devd/devd.8, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-09-26T12:24:16Z</updated>
<entry>
<title>fix typo: s/Instaed/Instead/</title>
<updated>2003-09-26T12:24:16Z</updated>
<author>
<name>Ralf S. Engelschall</name>
<email>rse@FreeBSD.org</email>
</author>
<published>2003-09-26T12:24:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ffd1bc062663b5243ae4d48fe8c97e007cde9343'/>
<id>urn:sha1:ffd1bc062663b5243ae4d48fe8c97e007cde9343</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc(7) fixes: Expand contraction.</title>
<updated>2003-05-17T22:21:27Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-05-17T22:21:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d5986fac3a57d461a92598d2a5c0977852eeaee1'/>
<id>urn:sha1:d5986fac3a57d461a92598d2a5c0977852eeaee1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement a two new flags, and change the meaning of another one.</title>
<updated>2003-04-21T06:26:08Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-04-21T06:26:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5a882d775db34a277c793e81137db1d30d22603b'/>
<id>urn:sha1:5a882d775db34a277c793e81137db1d30d22603b</id>
<content type='text'>
'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.
</content>
</entry>
<entry>
<title>mdoc(7) police: Revision.</title>
<updated>2003-03-03T11:51:30Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-03-03T11:51:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f1e65894d2ca1e22e9afcdd435d8b6d6f4d62340'/>
<id>urn:sha1:f1e65894d2ca1e22e9afcdd435d8b6d6f4d62340</id>
<content type='text'>
</content>
</entry>
<entry>
<title>devd bugs section is now OBE</title>
<updated>2003-02-14T16:21:50Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-02-14T16:21:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=93c6603a41ec89bbd2b070bddc1bb64bb32897a3'/>
<id>urn:sha1:93c6603a41ec89bbd2b070bddc1bb64bb32897a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>english(4) police.</title>
<updated>2002-12-27T12:15:40Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2002-12-27T12:15:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=57bd0fc6e89b888516b6a64206715bef500fc2d1'/>
<id>urn:sha1:57bd0fc6e89b888516b6a64206715bef500fc2d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add BUGS section and note departure of actual implementation from what</title>
<updated>2002-11-18T07:16:47Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-11-18T07:16:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=acbfae74e3e09417617d480de1fa47fa20e70198'/>
<id>urn:sha1:acbfae74e3e09417617d480de1fa47fa20e70198</id>
<content type='text'>
is documented so the pioneers will know why it works the way it does.
</content>
</entry>
<entry>
<title>Try to reword things a bit more to make it clearer.</title>
<updated>2002-11-13T20:27:46Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-11-13T20:27:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6616a2c79961f58be4159a81a5cba641cec17c7e'/>
<id>urn:sha1:6616a2c79961f58be4159a81a5cba641cec17c7e</id>
<content type='text'>
Reviewed by:	imp
</content>
</entry>
<entry>
<title>- Fix some minor grammar and spelling nits.</title>
<updated>2002-11-13T19:31:04Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-11-13T19:31:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1a1aec6aeb8b1d46d0f089fa7042be88a7222249'/>
<id>urn:sha1:1a1aec6aeb8b1d46d0f089fa7042be88a7222249</id>
<content type='text'>
- Massage the wording in a few places.
- Put .Nm on lines by itself so it renders correctly.

Reviewed by:	imp
</content>
</entry>
<entry>
<title>devd.  A daemon that hooks into the kernel's /dev/devctl to produce</title>
<updated>2002-10-20T22:15:17Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-10-20T22:15:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e530e0446bc7693ef10d27234bbbb21dbd0913aa'/>
<id>urn:sha1:e530e0446bc7693ef10d27234bbbb21dbd0913aa</id>
<content type='text'>
arbitrary commands when devices come and go in the device tree (which is
different than the /dev directory).

This is an initial version.  Much of the planned power isn't here.
Instead of doing the full matching, we always run /etc/devd-generic.
/etc/devd.generic will go away at some point, I think.

I'm committing it in this early state so I can start getting feedback
from early adapters.

Approved by: re
</content>
</entry>
</feed>
