<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/boot/forth/loader.4th, 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>Add support for reading an additional loader configuration file. By default,</title>
<updated>2002-05-24T02:28:58Z</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2002-05-24T02:28:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=666df9ddf35c5db4ee084fe76225336b9df712fa'/>
<id>urn:sha1:666df9ddf35c5db4ee084fe76225336b9df712fa</id>
<content type='text'>
this is called /boot/nextboot.conf. This file is required to have it's first
line be nextboot_enable="YES" for it to be read. Also, this file is
rewritten by the loader to nextboot_enable="NO"&lt;space&gt; after it is read.
This makes it so the file is read exactly once. Finally, the nextboot.conf
is removed shortly after the filesystems are mounted r/w.

Caution should be taken as you can shoot yourself in the foot. This is only
the loader piece. There will be a tool called nextboot(8) that will manage
the nextboot.conf file for you. It is coming shortly.

Reviewed by:	dcs
Approved by:	jake (mentor)
</content>
</entry>
<entry>
<title>- Add 'fwrite' and 'fseek' words for writing to and seeking on files.</title>
<updated>2001-12-11T00:49:34Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2001-12-11T00:49:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0889b9be414989d292712d60a1e2fcd837eaf504'/>
<id>urn:sha1:0889b9be414989d292712d60a1e2fcd837eaf504</id>
<content type='text'>
- Change the 'fopen' keyword to accept a mode parameter.  Note that this
  will break existing 4th scripts that use fopen.  Thus, the loader
  version has been bumped and loader.4th has been changed to check for a
  sufficient version on i386 and alpha.  Be sure that you either do a full
  world build or install or full build and install of sys/boot after this
  since loader.old won't work with the new 4th files and vice versa.

PR:		kern/32389
Submitted by:	Jonathan Mini &lt;mini@haikugeek.com&gt;
Sponsored by:	ClickArray, Inc.
</content>
</entry>
<entry>
<title>Go back to 1.20 again.</title>
<updated>2001-05-29T23:49:10Z</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>2001-05-29T23:49:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=209a9557ea4b81595c4cb5954cc28f19521c7eb3'/>
<id>urn:sha1:209a9557ea4b81595c4cb5954cc28f19521c7eb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert 1.20, as it causes mysterious problems to the Alpha people.</title>
<updated>2001-05-29T00:34:32Z</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>2001-05-29T00:34:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9a03de4cd894a9dbfac93cfd0a39cd39318ec872'/>
<id>urn:sha1:9a03de4cd894a9dbfac93cfd0a39cd39318ec872</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allocate more memory if necessary.</title>
<updated>2001-05-17T04:34:02Z</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>2001-05-17T04:34:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fa4fd1324a8e18df75c63db8768ecd42654e7f28'/>
<id>urn:sha1:fa4fd1324a8e18df75c63db8768ecd42654e7f28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Now I see the error of my ways.</title>
<updated>2000-10-09T11:29:40Z</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>2000-10-09T11:29:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3851401454c2c52851c34fd0a416290a592c900b'/>
<id>urn:sha1:3851401454c2c52851c34fd0a416290a592c900b</id>
<content type='text'>
Previous revision of this file changed the "boot" commands to take
no arguments from the stack. This is only valid in the case where
a kernel has not been loaded. In that case, load_kernel_and_modules
will be called, which takes a list of arguments from the stack.

When a kernel is presently loaded, though, the list of arguments must
be passed to the boot command, which was the behaviour before the last
revision.

Fix things for both cases.

Noticed by: S-Max and others on that chat room
</content>
</entry>
<entry>
<title>What could possibly have possessed me to forget the "0 (arguments)"</title>
<updated>2000-09-25T11:18:02Z</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>2000-09-25T11:18:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a360c980c2fe6f092da9fc47b9b3373dcf7239de'/>
<id>urn:sha1:a360c980c2fe6f092da9fc47b9b3373dcf7239de</id>
<content type='text'>
in two of the three boot words in the "boot" redefinition, I have no
clue. Fix it.

Noticed by: bp
Noticed by: adrian
</content>
</entry>
<entry>
<title>Check for the correct minimum version required by the current code.</title>
<updated>2000-09-18T22:42:54Z</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>2000-09-18T22:42:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=504119265e7fac446227238afe922e26ae4ed143'/>
<id>urn:sha1:504119265e7fac446227238afe922e26ae4ed143</id>
<content type='text'>
I hope I got this right... :-)
</content>
</entry>
<entry>
<title>Use _ instead or - where proper, according to the style I have been</title>
<updated>2000-09-16T21:04:49Z</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>2000-09-16T21:04:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=818c39998ed7789491c4ab6be234818e07710dd8'/>
<id>urn:sha1:818c39998ed7789491c4ab6be234818e07710dd8</id>
<content type='text'>
using.

Overload "?" so it will also show loader.4th commands.
</content>
</entry>
</feed>
