<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/boot/common/help.common, branch release/4.6.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: (1.16) The entry for the 'set' command no longer has a list of variables.</title>
<updated>2001-12-07T11:55:22+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2001-12-07T11:55:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3a6f0fe35f13c84bac540bcfdde491a47276b7b1'/>
<id>3a6f0fe35f13c84bac540bcfdde491a47276b7b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Latest PXE and ext2fs support.</title>
<updated>2000-05-04T13:51:39+00:00</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2000-05-04T13:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=84d10c2fdbe28125f38fe774b2ec3df47ecbdba8'/>
<id>84d10c2fdbe28125f38fe774b2ec3df47ecbdba8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to reflect use of : not ; as separator in paths passed to the</title>
<updated>1999-12-07T18:31:43+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1999-12-07T18:31:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=390cab70e16a16925ec6198fe0b6e95d5d1fdb26'/>
<id>390cab70e16a16925ec6198fe0b6e95d5d1fdb26</id>
<content type='text'>
kernel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
kernel.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the hw.physmem tunable.  (There should be arch-specific tunable</title>
<updated>1999-07-02T20:38:05+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1999-07-02T20:38:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=396641ab134c8b565141e4901c554c811b877a6d'/>
<id>396641ab134c8b565141e4901c554c811b877a6d</id>
<content type='text'>
help sections.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
help sections.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the location of init(8) tunable at boot time.</title>
<updated>1999-04-20T21:15:13+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>1999-04-20T21:15:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5f967b24fc6104c42ab3c253aac05f4ce6eb4b5b'/>
<id>5f967b24fc6104c42ab3c253aac05f4ce6eb4b5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix syntax for boot command</title>
<updated>1999-03-14T19:55:01+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1999-03-14T19:55:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8a252a3737dfaf54fe105ac4a52dfa5bce01a5ba'/>
<id>8a252a3737dfaf54fe105ac4a52dfa5bce01a5ba</id>
<content type='text'>
Noticed by:	Ruslan Ermilov &lt;ru@ucb.crimea.ua&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Noticed by:	Ruslan Ermilov &lt;ru@ucb.crimea.ua&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make use of prototypes to silence warnings.</title>
<updated>1999-02-04T17:06:46+00:00</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>1999-02-04T17:06:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=47749087ac179502560a5b31a50d78ed09a8f191'/>
<id>47749087ac179502560a5b31a50d78ed09a8f191</id>
<content type='text'>
Change include() so it will be able to load files with forth code,
instead of just builtins. Remove #@- from the include section of the
help file, since they don't work in the new version of include, unless
BOOT_FORTH is not defined.

Change bf_run() so it will return the result returned by ficlExec(). Also,
make bf_run() push "interpret" to be executed by ficlExec(), since ficlExec()
doesn't do it by itself. (Things worked previously because nothing
recursed through ficlExec() by the way of bf_run()).

Change/extend comments on builtin behavior.

Search for "interpret" at the end of bf_init(), so /boot/boot.4th can
provide it's own version.

Remove dead code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change include() so it will be able to load files with forth code,
instead of just builtins. Remove #@- from the include section of the
help file, since they don't work in the new version of include, unless
BOOT_FORTH is not defined.

Change bf_run() so it will return the result returned by ficlExec(). Also,
make bf_run() push "interpret" to be executed by ficlExec(), since ficlExec()
doesn't do it by itself. (Things worked previously because nothing
recursed through ficlExec() by the way of bf_run()).

Change/extend comments on builtin behavior.

Search for "interpret" at the end of bf_init(), so /boot/boot.4th can
provide it's own version.

Remove dead code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention the net.inet.tcp.tcbhashsize tunable.</title>
<updated>1999-02-03T09:07:33+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1999-02-03T09:07:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=617aa5cdf8bdd0889bf7ae7969ea7226f5b6953c'/>
<id>617aa5cdf8bdd0889bf7ae7969ea7226f5b6953c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Whoops!  Forgot to include Mr. Sobray's more command in the last set</title>
<updated>1999-02-01T06:08:21+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1999-02-01T06:08:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ae84df99c43dec309647d5ae72f07d011e74b3c7'/>
<id>ae84df99c43dec309647d5ae72f07d011e74b3c7</id>
<content type='text'>
of commits.

Submitted by:	Daniel C. Sobral &lt;dcs@newsguy.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of commits.

Submitted by:	Daniel C. Sobral &lt;dcs@newsguy.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the machdep.pccard.pcic_irq tunable, which allows the user to tune</title>
<updated>1999-01-29T01:16:50+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1999-01-29T01:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=07dd15c173fe27935b7b14181ab8dbe353ca9a7c'/>
<id>07dd15c173fe27935b7b14181ab8dbe353ca9a7c</id>
<content type='text'>
the interrupt which will be given to the PCIC.  If the value supplied is
illegal or not available, interrupts will be turned off and polled mode
used instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the interrupt which will be given to the PCIC.  If the value supplied is
illegal or not available, interrupts will be turned off and polled mode
used instead.
</pre>
</div>
</content>
</entry>
</feed>
