<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/boot/forth, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-11-04T19:12:42Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>urn:sha1:3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
</entry>
<entry>
<title>remove /boot/kernel from the default path..  There is already code that</title>
<updated>2004-08-06T15:06:06Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2004-08-06T15:06:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bd8fc733cbccf86b5bf3dc0aaa6e62b094f4164c'/>
<id>urn:sha1:bd8fc733cbccf86b5bf3dc0aaa6e62b094f4164c</id>
<content type='text'>
will prepend the current kernel booting...  This prevents a problem of
loading /boot/kernel's modules when a different kernel has no modules,
but you left your module_load="YES" in loader.conf...

Reviewed by:	dcs (minus the help part)
</content>
</entry>
<entry>
<title>Correct typo in a comment.</title>
<updated>2004-07-29T20:08:40Z</updated>
<author>
<name>Ceri Davies</name>
<email>ceri@FreeBSD.org</email>
</author>
<published>2004-07-29T20:08:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b2e74e82495e4430ba050dd94b9097fd9761fd62'/>
<id>urn:sha1:b2e74e82495e4430ba050dd94b9097fd9761fd62</id>
<content type='text'>
Approved by:	jhb
</content>
</entry>
<entry>
<title>Rename snd_pcm as sound.</title>
<updated>2004-07-16T07:24:20Z</updated>
<author>
<name>Seigo Tanimura</name>
<email>tanimura@FreeBSD.org</email>
</author>
<published>2004-07-16T07:24:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=10ad45d2fc8b1dce0d4434d1b0f340e108ac55e7'/>
<id>urn:sha1:10ad45d2fc8b1dce0d4434d1b0f340e108ac55e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the following environment variables to kernel options:</title>
<updated>2004-07-08T22:35:36Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2004-07-08T22:35:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0ac4013324da9417b9594c31bed81ad45f4d229e'/>
<id>urn:sha1:0ac4013324da9417b9594c31bed81ad45f4d229e</id>
<content type='text'>
    bootp -&gt; BOOTP
    bootp.nfsroot -&gt; BOOTP_NFSROOT
    bootp.nfsv3 -&gt; BOOTP_NFSV3
    bootp.compat -&gt; BOOTP_COMPAT
    bootp.wired_to -&gt; BOOTP_WIRED_TO

- i.e. back out the previous commit.  It's already possible to
pxeboot(8) with a GENERIC kernel.

Pointed out by: dwmalone
</content>
</entry>
<entry>
<title>Change the following kernel options to environment variables:</title>
<updated>2004-07-08T13:40:33Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2004-07-08T13:40:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=59e1ebc9b560e3cadb9ef32eafa3ead5282cdac6'/>
<id>urn:sha1:59e1ebc9b560e3cadb9ef32eafa3ead5282cdac6</id>
<content type='text'>
    BOOTP -&gt; bootp
    BOOTP_NFSROOT -&gt; bootp.nfsroot
    BOOTP_NFSV3 -&gt; bootp.nfsv3
    BOOTP_COMPAT -&gt; bootp.compat
    BOOTP_WIRED_TO -&gt; bootp.wired_to

This lets you PXE boot with a GENERIC kernel by putting this sort of thing
in loader.conf:

    bootp="YES"
    bootp.nfsroot="YES"
    bootp.nfsv3="YES"
    bootp.wired_to="bge1"

or even setting the variables manually from the OK prompt.
</content>
</entry>
<entry>
<title>Remove the entry for configuring pcm0 mixer channels.</title>
<updated>2004-06-24T17:49:18Z</updated>
<author>
<name>Josef El-Rayes</name>
<email>josef@FreeBSD.org</email>
</author>
<published>2004-06-24T17:49:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=06fc89cc3a8fd1e57646b2636f0b17d722ff936b'/>
<id>urn:sha1:06fc89cc3a8fd1e57646b2636f0b17d722ff936b</id>
<content type='text'>
This is accomplished via device.hints now.
</content>
</entry>
<entry>
<title>Throw out pfsync and pflog, the modules were removed</title>
<updated>2004-06-22T22:57:13Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2004-06-22T22:57:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c3a2ac100ef7fd375a511b0590ed66ba88edb1e2'/>
<id>urn:sha1:c3a2ac100ef7fd375a511b0590ed66ba88edb1e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document the possibility of setting default values for</title>
<updated>2004-06-20T15:58:24Z</updated>
<author>
<name>Josef El-Rayes</name>
<email>josef@FreeBSD.org</email>
</author>
<published>2004-06-20T15:58:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a8c51f82b1df033a8e878e50e9d3b69a88b8fd13'/>
<id>urn:sha1:a8c51f82b1df033a8e878e50e9d3b69a88b8fd13</id>
<content type='text'>
mixer channels via boot loader.
</content>
</entry>
<entry>
<title>Markup fixes.</title>
<updated>2004-05-16T22:51:36Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-05-16T22:51:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f8aa392b11e39baf114a2fb89ddcdd29e3dcae1b'/>
<id>urn:sha1:f8aa392b11e39baf114a2fb89ddcdd29e3dcae1b</id>
<content type='text'>
</content>
</entry>
</feed>
