<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/boot, 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: r200946</title>
<updated>2010-01-15T15:28:58Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2010-01-15T15:28:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c0f15e597026e86ecb5904b5397795fa045430ec'/>
<id>urn:sha1:c0f15e597026e86ecb5904b5397795fa045430ec</id>
<content type='text'>
Execute the cleanup handlers before jumping to the kernel just
like the other architectures do.
</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 201342</title>
<updated>2010-01-15T12:45:23Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2010-01-15T12:45:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9911c9f1cd22fe1254bbdb05d6d9a1ba1d5269aa'/>
<id>urn:sha1:9911c9f1cd22fe1254bbdb05d6d9a1ba1d5269aa</id>
<content type='text'>
  Reimplement the boot2 for pc98 completely.
  It's based on the newest i386's one and has the advantage of:

   - ELF binary support.
   - UFS2 filesystem support.
   - Many FreeBSD slices support on a disk.
</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>Remove duplicate include of bsd.own.mk.</title>
<updated>2009-12-30T22:40:30Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2009-12-30T22:40:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ed287ea7c4241af69f96665d23a970b7d008fb1e'/>
<id>urn:sha1:ed287ea7c4241af69f96665d23a970b7d008fb1e</id>
<content type='text'>
</content>
</entry>
</feed>
