<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/boot/common/interp_parse.c, branch release/3.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-01-21T00:55:32+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2e61cbb7f50878e738849ea4384118c13733f09c'/>
<id>2e61cbb7f50878e738849ea4384118c13733f09c</id>
<content type='text'>
'RELENG_3_0_0_RELEASE'.

This commit was manufactured to restore the state of the 3.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_3_0_0_RELEASE'.

This commit was manufactured to restore the state of the 3.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-01-21T00:55:32+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=76b5366091f76c9bc73570149ef5055648fc2c39'/>
<id>76b5366091f76c9bc73570149ef5055648fc2c39</id>
<content type='text'>
'RELENG_3_0_0_RELEASE'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_3_0_0_RELEASE'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo in patch application.</title>
<updated>1999-01-13T08:11:41+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1999-01-13T08:11:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4e24cd8e44c4ffd0e39f8a435b9bce7c35b361a7'/>
<id>4e24cd8e44c4ffd0e39f8a435b9bce7c35b361a7</id>
<content type='text'>
PR:		kern/9459
Submitted by:	"Daniel C. Sobral" &lt;dcs@newsguy.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		kern/9459
Submitted by:	"Daniel C. Sobral" &lt;dcs@newsguy.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable escapes for $ to make it possible to insert variable names into</title>
<updated>1999-01-10T05:08:12+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1999-01-10T05:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e4329c99422f5bc02d2d75eff70a6ad600499480'/>
<id>e4329c99422f5bc02d2d75eff70a6ad600499480</id>
<content type='text'>
other variable values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
other variable values.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial integration of the i386 bootloader and BTX.</title>
<updated>1998-09-17T23:52:16+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-09-17T23:52:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=948486abe31485133ef536714a1b1b9615c5cda8'/>
<id>948486abe31485133ef536714a1b1b9615c5cda8</id>
<content type='text'>
 - Discard large amounts of BIOS-related code in favour of the more compact
   BTX vm86 interface.
 - Build the loader module as ELF, although the resulting object is a.out,
   make gensetdefs 32/64-bit sensitive and use a single copy of it.
 - Throw away installboot, as it's no longer required.
 - Use direct bcopy operations in the i386_copy module, as BTX
   maps the first 16M of memory.  Check operations against the
   detected size of actual memory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Discard large amounts of BIOS-related code in favour of the more compact
   BTX vm86 interface.
 - Build the loader module as ELF, although the resulting object is a.out,
   make gensetdefs 32/64-bit sensitive and use a single copy of it.
 - Throw away installboot, as it's no longer required.
 - Use direct bcopy operations in the i386_copy module, as BTX
   maps the first 16M of memory.  Check operations against the
   detected size of actual memory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Generic plug-and-play enumerator infrastructure.  Query supplied</title>
<updated>1998-09-04T02:43:26+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-09-04T02:43:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0e02313a883de4755ade7c1872996354d0135762'/>
<id>0e02313a883de4755ade7c1872996354d0135762</id>
<content type='text'>
enumerators, crossreference returned identifiers with a text-format
database and automatically load corresponding modules and dependancies.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
enumerators, crossreference returned identifiers with a text-format
database and automatically load corresponding modules and dependancies.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow quoted strings (single or double) for grouping whitespace separated</title>
<updated>1998-09-03T06:14:41+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-09-03T06:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2ab54b7d119121bba466ebd060027bd730f2286d'/>
<id>2ab54b7d119121bba466ebd060027bd730f2286d</id>
<content type='text'>
items.  Eliminate warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
items.  Eliminate warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>New commandline/script parser, supports backslash quoting and environment</title>
<updated>1998-09-01T00:41:24+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-09-01T00:41:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7ae76930a5d8d08ebdc2d943bee96dff0942be3f'/>
<id>7ae76930a5d8d08ebdc2d943bee96dff0942be3f</id>
<content type='text'>
variable substitution.

Submitted by:	Jordan Hubbard &lt;jkh@freebsd.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
variable substitution.

Submitted by:	Jordan Hubbard &lt;jkh@freebsd.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
