<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/boot/common/interp_forth.c, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-08-25T23:30:41Z</updated>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-08-25T23:30:41Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-25T23:30:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1809be3cd462d071c04e67a2648af4ed71925153'/>
<id>urn:sha1:1809be3cd462d071c04e67a2648af4ed71925153</id>
<content type='text'>
Also some minor style cleanups.
</content>
</entry>
<entry>
<title>Upgrade FICL to 3.02. Forgot this one, sorry.</title>
<updated>2002-04-09T20:59:34Z</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>2002-04-09T20:59:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=231b8f199f2a045e0adf3754a95f78db0ca361a3'/>
<id>urn:sha1:231b8f199f2a045e0adf3754a95f78db0ca361a3</id>
<content type='text'>
PR:		36308
Submitted by:	dcs
</content>
</entry>
<entry>
<title>Update to C99, s/__FUNCTION__/__func__/,</title>
<updated>2001-12-10T08:09:49Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-12-10T08:09:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6e551fb6285417f585c419500047004ed47c77f1'/>
<id>urn:sha1:6e551fb6285417f585c419500047004ed47c77f1</id>
<content type='text'>
also don't use ANSI string concatenation.
</content>
</entry>
<entry>
<title>Upper case the FreeBSD loader prompt.</title>
<updated>2001-11-19T17:30:26Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-11-19T17:30:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=03820e7a36494463a59ed6530797fb4910de6241'/>
<id>urn:sha1:03820e7a36494463a59ed6530797fb4910de6241</id>
<content type='text'>
On OFW based machines, it is just too confusing having the firmware and
OS loader giving the same prompt.  This is a nice compromise that 99% of the
users on non-OFW platforms will probably not even notice.
</content>
</entry>
<entry>
<title>Cleanup warnings.  Most of these are signed/unsigned warnings, as well as</title>
<updated>2000-08-03T09:14:02Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2000-08-03T09:14:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4ae4202e705cf6a12aa3cbb49efb153879a6bc2f'/>
<id>urn:sha1:4ae4202e705cf6a12aa3cbb49efb153879a6bc2f</id>
<content type='text'>
some added const's.
</content>
</entry>
<entry>
<title>Fix vocabulary juggling so that builtins voc is always searched before</title>
<updated>2000-06-16T05:04:05Z</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>2000-06-16T05:04:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f102f87438e2c96bf1be010338059dc95601123c'/>
<id>urn:sha1:f102f87438e2c96bf1be010338059dc95601123c</id>
<content type='text'>
forth vocabulary when initially creating the builtins. FICL 2.05 has a
better way to do this, but this works for now.

Fixes "?".
</content>
</entry>
<entry>
<title>Remove the setting of sourceid from bf_vm(), as bf_vm() really has</title>
<updated>2000-06-14T19:37:00Z</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>2000-06-14T19:37:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=18ee60a57616434a5c49b4d75f07f57d63d1db60'/>
<id>urn:sha1:18ee60a57616434a5c49b4d75f07f57d63d1db60</id>
<content type='text'>
no clue.

Set sourceid to 0 when booting, which is the correct setting for stdin.

Set sourceid to an arbitrary fd when include'ing, preserving and restoring
the previous sourceid. This is possibly broken(), as 0 is a valid fd. Maybe
we should +1 to this value.

This fixes the version problem widely reported.
</content>
</entry>
<entry>
<title>Place original builtins in a vocabulary called "builtins". This</title>
<updated>2000-06-07T21:57:23Z</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>2000-06-07T21:57:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7632c1236383de68c778c58059bce6c4d9ee1816'/>
<id>urn:sha1:7632c1236383de68c778c58059bce6c4d9ee1816</id>
<content type='text'>
is intended mainly for debuging purposes, but it can be used by
other words if done carefully.
</content>
</entry>
<entry>
<title>Bring in ficl version 2.03. No version bump for loader.</title>
<updated>1999-09-29T04:43:16Z</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>1999-09-29T04:43:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=de271252c984de5e2b96f8cac2e3e8436cd11b19'/>
<id>urn:sha1:de271252c984de5e2b96f8cac2e3e8436cd11b19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
</feed>
