<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/boot/common, 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:  r201932</title>
<updated>2010-01-15T19:06:47Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2010-01-15T19:06:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fc5335db38391dce8e65746a668aa382505c42ba'/>
<id>urn:sha1:fc5335db38391dce8e65746a668aa382505c42ba</id>
<content type='text'>
- Add code allowing a network device to only be open and closed once
  by keeping it opened after the first open and closing it via the
  cleanup handler when NETIF_OPEN_CLOSE_ONCE is defined. Note that
  due to the fact that the part of r177108 which reverts r60506 and
  causes the open-close-dance on every file access as the remaining
  problems with powerpc should be sorted out first, in stable/7 the
  only difference in behavior between when NETIF_OPEN_CLOSE_ONCE is
  defined and not currently is that with that macro defined the
  network device is eventually closed before entering the kernel and
  before rebooting.
- Define NETIF_OPEN_CLOSE_ONCE on sparc64 in order to not keep the
  network device opened forever, as at least with some firmware
  versions received packets are DMA'ed to stale memory otherwise.
</content>
</entry>
<entry>
<title>MFC: r201901</title>
<updated>2010-01-15T16:57:53Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2010-01-15T16:57:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2239fe60d31c63b48d1e614b4fa4de745c87e1d8'/>
<id>urn:sha1:2239fe60d31c63b48d1e614b4fa4de745c87e1d8</id>
<content type='text'>
Remove clause 3 and 4 from TNF licenses (this was the only 4-clause TNF
license FreeBSD had in sys/boot).

Obtained from:	NetBSD
</content>
</entry>
<entry>
<title>MFC: r200945</title>
<updated>2010-01-15T15:26:03Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2010-01-15T15:26:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a704d1dcc00dee093c046687f16536ded1b1a438'/>
<id>urn:sha1:a704d1dcc00dee093c046687f16536ded1b1a438</id>
<content type='text'>
- Consistently wrap debugging in NETIF_DEBUG. This basically merges
  NetBSD rev 1.19.
- Make the functions match their prototypes regarding static.
</content>
</entry>
<entry>
<title>MFC: r182731</title>
<updated>2010-01-15T15:23:38Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2010-01-15T15:23:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6b54872ee464e1bb8c129d311ff4579034002145'/>
<id>urn:sha1:6b54872ee464e1bb8c129d311ff4579034002145</id>
<content type='text'>
Show info about net devices in loader's 'lsdev' command. While there fix style.
</content>
</entry>
<entry>
<title>MFC: r177108 (partial)</title>
<updated>2010-01-15T15:16:49Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2010-01-15T15:16:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=733c09fdf8bf55c500853ec3c7226dfda3686d96'/>
<id>urn:sha1:733c09fdf8bf55c500853ec3c7226dfda3686d96</id>
<content type='text'>
Suppress excessive output while netbooting via loader, unless debugging.
</content>
</entry>
<entry>
<title>MFC: revision 201339 and 201340</title>
<updated>2010-01-15T11:28:36Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2010-01-15T11:28:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=02b0f70ba5b3b7d798fef4332c523ea72c779935'/>
<id>urn:sha1:02b0f70ba5b3b7d798fef4332c523ea72c779935</id>
<content type='text'>
  - Add setting machine type support to the loader.
  - Don't use 15M-16M area on pc98.  It's reserved for some devices.
</content>
</entry>
<entry>
<title>MFC: r198537</title>
<updated>2009-11-04T13:08:57Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2009-11-04T13:08:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a469a3e4881455b58f6c6d7dc4d40973ee81a2a2'/>
<id>urn:sha1:a469a3e4881455b58f6c6d7dc4d40973ee81a2a2</id>
<content type='text'>
Close a file descriptor leak in an error case.
</content>
</entry>
<entry>
<title>Import ZFS loader support missed in the initial MFC</title>
<updated>2009-05-23T19:54:18Z</updated>
<author>
<name>Kip Macy</name>
<email>kmacy@FreeBSD.org</email>
</author>
<published>2009-05-23T19:54:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5f59ef92b8b62d3766b73f01277148a841e1c971'/>
<id>urn:sha1:5f59ef92b8b62d3766b73f01277148a841e1c971</id>
<content type='text'>
set LOADER_ZFS_SUPPORT=Y in make.conf to enable
</content>
</entry>
<entry>
<title>forced commit to remind that the previous commit also merged</title>
<updated>2009-01-14T16:13:51Z</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2009-01-14T16:13:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6524c30b7d391f3fc1da030fb94431b85603615b'/>
<id>urn:sha1:6524c30b7d391f3fc1da030fb94431b85603615b</id>
<content type='text'>
the change in rev.185132 to reduce the amount of memory
used when loading a script.
</content>
</entry>
</feed>
