<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/boot, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1:3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
</entry>
<entry>
<title>MFC: Enable beastie.4th.</title>
<updated>2005-10-30T16:36:00Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2005-10-30T16:36:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=35738380af03f2218e6dc7d0de1d12b22b2e1131'/>
<id>urn:sha1:35738380af03f2218e6dc7d0de1d12b22b2e1131</id>
<content type='text'>
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC</title>
<updated>2005-10-30T14:40:40Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2005-10-30T14:40:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e658bb489d57bdcf08bf7e778dc4f7a81abb8fd9'/>
<id>urn:sha1:e658bb489d57bdcf08bf7e778dc4f7a81abb8fd9</id>
<content type='text'>
Approved by: re
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_6_0'.</title>
<updated>2005-10-30T05:41:44Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-10-30T05:41:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=21f0307211ead03955e5df94af6b96a553d1f39a'/>
<id>urn:sha1:21f0307211ead03955e5df94af6b96a553d1f39a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: net.graph.ngqfreemax has been deprecated.</title>
<updated>2005-09-02T14:08:19Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-09-02T14:08:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7e20345f519d9364189505ff23a8b2984d70f48a'/>
<id>urn:sha1:7e20345f519d9364189505ff23a8b2984d70f48a</id>
<content type='text'>
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC:	sys/boot/sparc64/loader/metadata.c 1.14,</title>
<updated>2005-08-27T15:52:05Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2005-08-27T15:52:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5a0ba2b14169ae7393e4f0900ef19c6fbb2d8a67'/>
<id>urn:sha1:5a0ba2b14169ae7393e4f0900ef19c6fbb2d8a67</id>
<content type='text'>
	sys/dev/uart/uart_cpu_sparc64.c 1.21

- Change the code that determines whether to use a serial console and
  which serial device to use in that case respectively to not rely on
  the OFW names of the input/output and stdin/stdout devices. While at
  it save on some variables and for sys/boot/sparc64/loader/metadata.c
  move the code in question to a new function md_bootserial() so it can
  be kept in sync with uart_cpu_getdev_console() more easily.
- Adjust the size of some buffers.
- Remove the package handle of the '/options' node from the argument
  list of uart_cpu_getdev_dbgport().

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC rev 1.73:</title>
<updated>2005-08-15T06:14:07Z</updated>
<author>
<name>Suleiman Souhlal</name>
<email>ssouhlal@FreeBSD.org</email>
</author>
<published>2005-08-15T06:14:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9b716877e25c11b92b6b50505930c5c4fb67c82e'/>
<id>urn:sha1:9b716877e25c11b92b6b50505930c5c4fb67c82e</id>
<content type='text'>
 The kernel is usually at /boot/kernel/kernel nowadays.

 PR:     i386/81756
 Submitted by:   trasz &lt;trasz@buziaczek.pl&gt;

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC: Mention that console= can set multiple consoles.</title>
<updated>2005-08-09T12:38:17Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2005-08-09T12:38:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9913bfe2c08a81f2f34403d7a0dd6eeda39f47fc'/>
<id>urn:sha1:9913bfe2c08a81f2f34403d7a0dd6eeda39f47fc</id>
<content type='text'>
     Relate boot_ options to their kernel command line flags and make it clear
     how kenv(1) is used.

Approved by:	re (hrs)
</content>
</entry>
<entry>
<title>MFC: Fix a comparison that broke ``set console=vidconsole'' and even the</title>
<updated>2005-08-05T00:36:59Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2005-08-05T00:36:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=98518f2012d724d8f1e44ae4c8b94b1e878a109b'/>
<id>urn:sha1:98518f2012d724d8f1e44ae4c8b94b1e878a109b</id>
<content type='text'>
     loader.conf line ``console="vidconsole"''.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC: v1.45 intro.2, v1.40 help.common</title>
<updated>2005-08-04T17:53:40Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2005-08-04T17:53:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=94a0b19cc235e5f9ce5f48b8d488dae9e2869509'/>
<id>urn:sha1:94a0b19cc235e5f9ce5f48b8d488dae9e2869509</id>
<content type='text'>
fix a couple documentation nits

Approved by:	re (hrs)
</content>
</entry>
</feed>
