<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/sysinstall/wizard.c, branch releng/9.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Fix numerous warnings.  Aside from menu items in system.c and menu.c</title>
<updated>2006-02-28T21:49:33+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-02-28T21:49:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9d4514b0fdac8c06657e1812b8b27e4d964388e0'/>
<id>9d4514b0fdac8c06657e1812b8b27e4d964388e0</id>
<content type='text'>
this now compiles on i386 with WARNS?= 3.  Most of the fixes included
adding missing 'static' keywords to internal functions, using fully-defined
terminators in statically defined arrays of structs, and various
signed vs unsigned mismatches.  Also G/C'd unused configSecurity()
function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this now compiles on i386 with WARNS?= 3.  Most of the fixes included
adding missing 'static' keywords to internal functions, using fully-defined
terminators in statically defined arrays of structs, and various
signed vs unsigned mismatches.  Also G/C'd unused configSecurity()
function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the inclusion of libdisk.h from sysinstall.h to the source files</title>
<updated>2004-08-02T23:18:48+00:00</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2004-08-02T23:18:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=498609452e200a7ef2a0155b6b67f2fac4c35041'/>
<id>498609452e200a7ef2a0155b6b67f2fac4c35041</id>
<content type='text'>
that actually need it. This makes it easier for a platform porter to
find the files that may need tweaking to support whatever MD specific
partitioning is needed. It also helps to prevent that the libdisk API
gets exposed and/or used where it's not needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that actually need it. This makes it easier for a platform porter to
find the files that may need tweaking to support whatever MD specific
partitioning is needed. It also helps to prevent that the libdisk API
gets exposed and/or used where it's not needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the wizardmodes 'write' command to not explode:  Don't reference</title>
<updated>2002-10-28T22:40:49+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-10-28T22:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1709a4fd6a98ded5e879f4b01146adeca89f89df'/>
<id>1709a4fd6a98ded5e879f4b01146adeca89f89df</id>
<content type='text'>
the name in the disk tree we just deleted when we reopen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the name in the disk tree we just deleted when we reopen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Chunk functions in libdisk take an extra arguement for all archs to accomodate</title>
<updated>2002-10-22T10:52:53+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-10-22T10:52:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ef4d89ea4013a28fc0d65dfb6ecaabe632d587d9'/>
<id>ef4d89ea4013a28fc0d65dfb6ecaabe632d587d9</id>
<content type='text'>
PC98 with less ifdef madness.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PC98 with less ifdef madness.
</pre>
</div>
</content>
</entry>
<entry>
<title>Modernize my email address</title>
<updated>2002-03-25T13:53:46+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-03-25T13:53:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=06229ad2af0790512e7676f99344b1fff70fea5b'/>
<id>06229ad2af0790512e7676f99344b1fff70fea5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark relevant functions __printflike()/__printf0like() and silence some of</title>
<updated>2001-07-05T09:51:09+00:00</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-07-05T09:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a015c9348c803a214819f1835f2578ef3c20bb89'/>
<id>a015c9348c803a214819f1835f2578ef3c20bb89</id>
<content type='text'>
the non-constant format string warnings.

MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the non-constant format string warnings.

MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Make wizard mode get out of raw mode first before going interactive with</title>
<updated>2001-03-23T08:26:43+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2001-03-23T08:26:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4f2348e52e15449cf317d7ae647cb5ac509410f3'/>
<id>4f2348e52e15449cf317d7ae647cb5ac509410f3</id>
<content type='text'>
the user.

Submitted by:	Cyrille Lefevre &lt;clefevre@citeweb.net&gt;
PR:		bin/24061
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the user.

Submitted by:	Cyrille Lefevre &lt;clefevre@citeweb.net&gt;
PR:		bin/24061
</pre>
</div>
</content>
</entry>
<entry>
<title>- Remove obsolete PC-card boot.flp hack. It was for making both PC-card</title>
<updated>2000-06-05T13:17:23+00:00</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2000-06-05T13:17:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a40915d75031baf61a3aa58a787353060de03d00'/>
<id>a40915d75031baf61a3aa58a787353060de03d00</id>
<content type='text'>
  boot.flp and plain boot.flp.
- Clean up crunchgen related routine.

- Add PC-98 support.
  TODO:
    o Documentation
    o Fix some messages for PC-98
    o Decrease the size of fixit.flp to 1.2MB
    o I18N (See: http://www.jp.FreeBSD.org/BootAsia/index.html)

No response from jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  boot.flp and plain boot.flp.
- Clean up crunchgen related routine.

- Add PC-98 support.
  TODO:
    o Documentation
    o Fix some messages for PC-98
    o Decrease the size of fixit.flp to 1.2MB
    o I18N (See: http://www.jp.FreeBSD.org/BootAsia/index.html)

No response from jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish the /dev/rXXX removal job.  With the libdisk fixes, this should</title>
<updated>2000-05-31T00:57:48+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>2000-05-31T00:57:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=07b10285799fe952a854b1d8175acb1187fdb0d6'/>
<id>07b10285799fe952a854b1d8175acb1187fdb0d6</id>
<content type='text'>
actually work again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
actually work again.
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:35:59+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=97d92980a96a50750844f420cc225ddf918f0699'/>
<id>97d92980a96a50750844f420cc225ddf918f0699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
