<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/etc/rc.d/devd, branch release/6.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC rev 1.10</title>
<updated>2006-09-26T02:15:15+00:00</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2006-09-26T02:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9c864365a4626ad5779a787bf2734bc169d81fa0'/>
<id>9c864365a4626ad5779a787bf2734bc169d81fa0</id>
<content type='text'>
  network_ipv6 also does some interface configuration so require it to
  run before starting devd so they don't trip over each other.

PR:		conf/103428
Approved by:	re (hrs)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  network_ipv6 also does some interface configuration so require it to
  run before starting devd so they don't trip over each other.

PR:		conf/103428
Approved by:	re (hrs)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC</title>
<updated>2006-07-24T20:42:36+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2006-07-24T20:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=66003adb3a61ac23ad27795684b5ff1adb4c307a'/>
<id>66003adb3a61ac23ad27795684b5ff1adb4c307a</id>
<content type='text'>
  Announce all interfaces to devd on attach/detach. This adds a new devctl
  notification so all interfaces including pseudo are reported.

  r1.33   src/etc/devd.conf
  r1.9    src/etc/rc.d/devd
  r1.256  src/sys/net/if.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Announce all interfaces to devd on attach/detach. This adds a new devctl
  notification so all interfaces including pseudo are reported.

  r1.33   src/etc/devd.conf
  r1.9    src/etc/rc.d/devd
  r1.256  src/sys/net/if.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Diff reduction to HEAD:</title>
<updated>2005-12-16T01:42:54+00:00</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2005-12-16T01:42:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c916a995a0c24a35213e1d40a80631a73678e201'/>
<id>c916a995a0c24a35213e1d40a80631a73678e201</id>
<content type='text'>
MFC yar's cleanup of command=*/foo -&gt; command=*/${name},
and related changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC yar's cleanup of command=*/foo -&gt; command=*/${name},
and related changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the requirement for the FreeBSD keyword as it no longer</title>
<updated>2004-10-07T13:55:26+00:00</updated>
<author>
<name>Mike Makonnen</name>
<email>mtm@FreeBSD.org</email>
</author>
<published>2004-10-07T13:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=337338ee009d6a396b8cd625d57f25f4269ed33d'/>
<id>337338ee009d6a396b8cd625d57f25f4269ed33d</id>
<content type='text'>
makes any sense.

Discussed with: dougb, brooks
MFC after: 3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
makes any sense.

Discussed with: dougb, brooks
MFC after: 3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark scripts as not usable inside a jail by adding keyword 'nojail'.</title>
<updated>2004-03-08T12:25:05+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2004-03-08T12:25:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bd57d5b0f5701e527b7d56d2bfaeeb9f408a0604'/>
<id>bd57d5b0f5701e527b7d56d2bfaeeb9f408a0604</id>
<content type='text'>
Some suggestions from:	rwatson, Ruben de Groot &lt;mail25@bzerk.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some suggestions from:	rwatson, Ruben de Groot &lt;mail25@bzerk.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Start devd after the networking stuff, but before we mount the</title>
<updated>2003-02-12T04:22:40+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-02-12T04:22:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6d60ce931070d1602c6a2ecb78322402f393e06e'/>
<id>6d60ce931070d1602c6a2ecb78322402f393e06e</id>
<content type='text'>
critical remote systems.  This lets us run commands from devd that
aren't on the / partition.  This also means we can remove some kludges
from the networking startup that I added a while ago that caused other
problems.

There's still a race in starting devd that needs to be fixed in devd
so that things present at boot will be configured by the time devd
does daemon().  That race will be fixed later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
critical remote systems.  This lets us run commands from devd that
aren't on the / partition.  This also means we can remove some kludges
from the networking startup that I added a while ago that caused other
problems.

There's still a race in starting devd that needs to be fixed in devd
so that things present at boot will be configured by the time devd
does daemon().  That race will be fixed later.
</pre>
</div>
</content>
</entry>
<entry>
<title>Purely cosmetic change.</title>
<updated>2003-01-16T02:27:52+00:00</updated>
<author>
<name>Mike Makonnen</name>
<email>mtm@FreeBSD.org</email>
</author>
<published>2003-01-16T02:27:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5a28517db02c0303098bea091cdc9e35c0860bd5'/>
<id>5a28517db02c0303098bea091cdc9e35c0860bd5</id>
<content type='text'>
The # PROVIDE line should precede the # REQUIRE line.

Approved by: markm (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The # PROVIDE line should precede the # REQUIRE line.

Approved by: markm (mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not unconditionally load the configuration files for the RCNG case.</title>
<updated>2002-12-22T22:18:41+00:00</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2002-12-22T22:18:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=eb7bf003063f225217f11b267f044e253343145c'/>
<id>eb7bf003063f225217f11b267f044e253343145c</id>
<content type='text'>
Instead, load them as part of the rc.d system.  This allows us to prioritize
the initidiskless script so it runs before the configuration files are loaded
and allows us to get rid of the exit 2 hack in /etc/rc.  The exit 2 never
worked anyway since it did not unset the prior configuration, causing the
diskless code to not operate properly.

Do a major cleanup and revamping of the diskless code for RCNG.  This will
be backported to the non-RCNG scripts as well as -stable.

With suggestions from: Mike Makonnen &lt;mtm@identd.net&gt;
MFC after:	7 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead, load them as part of the rc.d system.  This allows us to prioritize
the initidiskless script so it runs before the configuration files are loaded
and allows us to get rid of the exit 2 hack in /etc/rc.  The exit 2 never
worked anyway since it did not unset the prior configuration, causing the
diskless code to not operate properly.

Do a major cleanup and revamping of the diskless code for RCNG.  This will
be backported to the non-RCNG scripts as well as -stable.

With suggestions from: Mike Makonnen &lt;mtm@identd.net&gt;
MFC after:	7 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Two fixes for devd:</title>
<updated>2002-11-30T00:40:53+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-11-30T00:40:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=406259c1331cd4ea96a6a2faf5463d898293d5ab'/>
<id>406259c1331cd4ea96a6a2faf5463d898293d5ab</id>
<content type='text'>
1) Move devd to the start of the head of the boot process rather than the end.
2) Disable devctl if devd is disabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1) Move devd to the start of the head of the boot process rather than the end.
2) Disable devctl if devd is disabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add devd to the mix.  It should run basically last at this point.</title>
<updated>2002-11-09T07:45:53+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-11-09T07:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7b13078b418c201fea43449e4ca51d21543a84bc'/>
<id>7b13078b418c201fea43449e4ca51d21543a84bc</id>
<content type='text'>
# I've tested this, but only lightly, so please email me with problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# I've tested this, but only lightly, so please email me with problems.
</pre>
</div>
</content>
</entry>
</feed>
