<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/sysinstall/system.c, branch release/6.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>2005-11-03T00:35:26+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC v1.125:</title>
<updated>2005-08-17T13:32:29+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2005-08-17T13:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e15a8c2d3bdfe33b5a6cf2827e06b433d25bc237'/>
<id>e15a8c2d3bdfe33b5a6cf2827e06b433d25bc237</id>
<content type='text'>
&gt;   Log:
&gt;   The /stand directory now disappears out from under sysinstall while
&gt;   it is running during installations.  The vsystem() function does get
&gt;   used after this happens (e.g. if you manually configure the network
&gt;   interface and ask it to enable the interface) so it needs to be a
&gt;   little smarter about whether it uses /stand/sh or /bin/sh.

Approved by:	re (hrs)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&gt;   Log:
&gt;   The /stand directory now disappears out from under sysinstall while
&gt;   it is running during installations.  The vsystem() function does get
&gt;   used after this happens (e.g. if you manually configure the network
&gt;   interface and ask it to enable the interface) so it needs to be a
&gt;   little smarter about whether it uses /stand/sh or /bin/sh.

Approved by:	re (hrs)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make logic more readable.</title>
<updated>2004-11-19T03:52:41+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2004-11-19T03:52:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=36d4953214668881dbf2a1851f2ffbb4d1bbb6c6'/>
<id>36d4953214668881dbf2a1851f2ffbb4d1bbb6c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed assorted misuses of NULL in integer context.</title>
<updated>2004-03-11T11:58:16+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2004-03-11T11:58:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=03f0d9e8ae6d98324d750f279801106df7b32877'/>
<id>03f0d9e8ae6d98324d750f279801106df7b32877</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do an update mount operation to mount the mfsroot as read/write rather</title>
<updated>2003-12-20T16:34:45+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-12-20T16:34:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e5d1715e5e132539160ea1a54f774bbcc5c887e5'/>
<id>e5d1715e5e132539160ea1a54f774bbcc5c887e5</id>
<content type='text'>
than read/only when sysinstall is running as init.  This fixes several
install issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
than read/only when sysinstall is running as init.  This fixes several
install issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>* Negative #if's are harder to read as they don't tell exactly what arch</title>
<updated>2002-10-11T22:30:09+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-10-11T22:30:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=eec2e4bdded25406022b702bd7ef410d01b7cdb5'/>
<id>eec2e4bdded25406022b702bd7ef410d01b7cdb5</id>
<content type='text'>
  something applies to.  So change #ifndef to an explicit list of defines.
* Treate sparc64 and ia64 as 64-bit platforms, which means larger roots.
* sparc64 should halt back to the firmware, not reset.
* sparc64 doesn't need to play MS-DOS/BIOS partition crap games.

Reviewed by:	jake
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  something applies to.  So change #ifndef to an explicit list of defines.
* Treate sparc64 and ia64 as 64-bit platforms, which means larger roots.
* sparc64 should halt back to the firmware, not reset.
* sparc64 doesn't need to play MS-DOS/BIOS partition crap games.

Reviewed by:	jake
</pre>
</div>
</content>
</entry>
<entry>
<title>Teach sysinstall that documents on the boot floppy might not be gzipped.</title>
<updated>2002-08-09T07:44:43+00:00</updated>
<author>
<name>John Hay</name>
<email>jhay@FreeBSD.org</email>
</author>
<published>2002-08-09T07:44:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=96d1ba768f1ce118bdbbc924a99e77a133a3fdb8'/>
<id>96d1ba768f1ce118bdbbc924a99e77a133a3fdb8</id>
<content type='text'>
Reviewed by:	ru
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by:	ru
</pre>
</div>
</content>
</entry>
<entry>
<title>MFS: Stop reaping children.  It makes evil things happen to the extraction</title>
<updated>2001-11-01T23:32:46+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2001-11-01T23:32:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7a631f774d4fa89187f841371e6db00372b229a2'/>
<id>7a631f774d4fa89187f841371e6db00372b229a2</id>
<content type='text'>
loop.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
loop.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the 'type' variable inside the block where it is actually used.</title>
<updated>2001-10-23T17:31:11+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2001-10-23T17:31:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b718f11936a1eb213d665a76d49bad236f6b3095'/>
<id>b718f11936a1eb213d665a76d49bad236f6b3095</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DTRT in the restart case</title>
<updated>2001-10-12T07:36:34+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2001-10-12T07:36:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=27a550e5edc0d1dc3784e035e183f085b399ab48'/>
<id>27a550e5edc0d1dc3784e035e183f085b399ab48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
