<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/etc/defaults, branch release/7.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2010-03-21T01:30:13Z</updated>
<entry>
<title>Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.</title>
<updated>2010-03-21T01:30:13Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2010-03-21T01:30:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9c4d1c1956ecb0a222fb2f4579c320391fb67f06'/>
<id>urn:sha1:9c4d1c1956ecb0a222fb2f4579c320391fb67f06</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.3-RELEASE image.
</content>
</entry>
<entry>
<title>MFC r201368:</title>
<updated>2010-01-15T03:06:39Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2010-01-15T03:06:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ec243f852b69f29befc0f60f062e617ef51af668'/>
<id>urn:sha1:ec243f852b69f29befc0f60f062e617ef51af668</id>
<content type='text'>
Update named_flags comment regarding not using it for -u and -c
</content>
</entry>
<entry>
<title>MFC 201215:</title>
<updated>2010-01-12T20:06:04Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2010-01-12T20:06:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d977a612a06cd49885c32b1f1b3228ef4a156466'/>
<id>urn:sha1:d977a612a06cd49885c32b1f1b3228ef4a156466</id>
<content type='text'>
Add support for configuring vlan(4) interfaces as child devices similar to
wlan(4) interfaces.  vlan(4) interfaces are listed via a new 'vlans_&lt;IF&gt;'
variable.  If a vlan interface is a number, then that number is treated as
the vlan tag for the interface and the interface will be named '&lt;IF&gt;.&lt;tag&gt;'.
Otherwise, the vlan tag must be provided via a vlan parameter in a
'create_args_&lt;vlan&gt;' variable.

While I'm here, fix a few nits in rc.conf(5) and mention create_args_&lt;IF&gt; in
the description of cloned_interfaces.

The changes for 7.x are a bit larger as they introduce childif_create() and
childif_destroy() and move ifn_start() and ifn_stop() from rc.d/netif to
network.subr.
</content>
</entry>
<entry>
<title>MFC 201522:</title>
<updated>2010-01-11T18:44:41Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2010-01-11T18:44:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=16b318c1b0063ebe9600b709a3a74fe896780779'/>
<id>urn:sha1:16b318c1b0063ebe9600b709a3a74fe896780779</id>
<content type='text'>
Expose the upper 256 ptys in the default devfs rules.  I should have updated
this when expanding the old pty(4) driver to use 512 ptys by default.  This
is more important for 7.x.
</content>
</entry>
<entry>
<title>MFC revisions 196550 and 196552:</title>
<updated>2009-12-08T18:35:57Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-12-08T18:35:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=af6353c0d44bbc1d834ee3a6b382a786d64bf4e5'/>
<id>urn:sha1:af6353c0d44bbc1d834ee3a6b382a786d64bf4e5</id>
<content type='text'>
Add a new rc.d script, static_arp, which enables the administrator to
statically bind IPv4 &lt;-&gt; MAC address at boot time.

In order to use this, the administrator needs to configure the following
rc.conf(5) variable:

 - static_arp_pairs: A list of names for static bind pairs, and,
 - a series of static_arp_(name): the arguments that is being passed to
   ``arp -S'' operation.

Example:
  static_arp_pairs="gw"
  static_arp_gw="192.168.1.1 00:01:02:03:04:05"

See the rc.conf(5) manual page for more details.
</content>
</entry>
<entry>
<title>MFC: r198314</title>
<updated>2009-10-29T16:39:27Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2009-10-29T16:39:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4a616dc5d08403145c2773627f8ffbe88036ac78'/>
<id>urn:sha1:4a616dc5d08403145c2773627f8ffbe88036ac78</id>
<content type='text'>
Add empty watchdogd_flags.
</content>
</entry>
<entry>
<title>MFC r192210, a whitespace only change in rc.d/named, and</title>
<updated>2009-08-03T20:09:54Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2009-08-03T20:09:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=231fe2aefbf8eedf3639bf9b9e4f688da9a1caba'/>
<id>urn:sha1:231fe2aefbf8eedf3639bf9b9e4f688da9a1caba</id>
<content type='text'>
MFC r192215:
named_wait feature, auto-forward feature, add named-checkconf to startup
</content>
</entry>
<entry>
<title>MFC r193944: rc.d/fsck: allow additional options via fsck_y_flags</title>
<updated>2009-06-17T09:42:30Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2009-06-17T09:42:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5352a1af4d58abf9fdb739f875d3baa31fa81d32'/>
<id>urn:sha1:5352a1af4d58abf9fdb739f875d3baa31fa81d32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r181113, -c named_flags example and capitalization fix</title>
<updated>2009-03-24T02:56:50Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2009-03-24T02:56:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d018fc5f4e425d726309164f0a9077464731a267'/>
<id>urn:sha1:d018fc5f4e425d726309164f0a9077464731a267</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r182460:</title>
<updated>2009-03-21T21:16:05Z</updated>
<author>
<name>Craig Rodrigues</name>
<email>rodrigc@FreeBSD.org</email>
</author>
<published>2009-03-21T21:16:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7ef515853e6c0ad8b68c970e0fd8411f63383cbb'/>
<id>urn:sha1:7ef515853e6c0ad8b68c970e0fd8411f63383cbb</id>
<content type='text'>
Add the ability to run /usr/sbin/crashinfo on a new core dump automatically
during boot.  Right now this is disabled by default, but it can be enabled
by setting 'crashinfo_enable=YES' in rc.conf.
</content>
</entry>
</feed>
