<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/sysinstall/msg.c, branch release/5.3.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>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Return the *right* error codes for yes/no questions when non-interactive.</title>
<updated>2001-09-11T20:42:07+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2001-09-11T20:42:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=30b7cb5e9f30eddd6fbac1399eea5ef44bd40cb0'/>
<id>30b7cb5e9f30eddd6fbac1399eea5ef44bd40cb0</id>
<content type='text'>
Submitted by:	Alan Judge &lt;Alan.Judge@eircom.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Alan Judge &lt;Alan.Judge@eircom.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>If we're set to non-interactive, we shouldn't ask the user yes/no questions</title>
<updated>2001-07-30T20:45:54+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2001-07-30T20:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c6934947db3197575fa426d0a5e699ddfdd787f6'/>
<id>c6934947db3197575fa426d0a5e699ddfdd787f6</id>
<content type='text'>
but simply return the default answer instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
but simply return the default answer instead.
</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>Adapt sysinstall to use the new msgNoYes() function which assumes</title>
<updated>2000-12-14T02:49:02+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2000-12-14T02:49:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=621005e3cb4c484dc456ab4f82793f8b74e0a626'/>
<id>621005e3cb4c484dc456ab4f82793f8b74e0a626</id>
<content type='text'>
no as a default.  Sysinstall should be both less dangerous and less
annoying as a result of this change, though that's just my opinion
(since they're the defaults which annoy ME the least :).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
no as a default.  Sysinstall should be both less dangerous and less
annoying as a result of this change, though that's just my opinion
(since they're the defaults which annoy ME the least :).
</pre>
</div>
</content>
</entry>
<entry>
<title>Initiate deorbit burn sequence for &lt;machine/console.h&gt;.</title>
<updated>2000-10-08T21:34:00+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2000-10-08T21:34:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=00d25f512caca4df740162885c93d1d528993a6b'/>
<id>00d25f512caca4df740162885c93d1d528993a6b</id>
<content type='text'>
Replace all in-tree uses with necessary subset of &lt;sys/{fb,kb,cons}io.h&gt;.
This is also the appropriate fix for exo-tree sources.

Put warnings in &lt;machine/console.h&gt; to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the &lt;machine/console.h&gt; files will be removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace all in-tree uses with necessary subset of &lt;sys/{fb,kb,cons}io.h&gt;.
This is also the appropriate fix for exo-tree sources.

Put warnings in &lt;machine/console.h&gt; to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the &lt;machine/console.h&gt; files will be removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ugh.  Back out local changes that crept in with my last commit.  :(</title>
<updated>2000-07-14T08:09:50+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2000-07-14T08:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fbf67537b403dca1bd635657e459f0d36053b94b'/>
<id>fbf67537b403dca1bd635657e459f0d36053b94b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFS: (yes, from -stable) Note that current.FreeBSD.org is a 5.0 snap server</title>
<updated>2000-07-14T07:59:44+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2000-07-14T07:59:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cac2be43a7e84c675326f90ab1442abf4ee8069e'/>
<id>cac2be43a7e84c675326f90ab1442abf4ee8069e</id>
<content type='text'>
     now, and replace the releng3 3.0 snap entry with releng4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     now, and replace the releng3 3.0 snap entry with releng4.
</pre>
</div>
</content>
</entry>
<entry>
<title>In retrospect, msgNotify() should leave its contents on the screen</title>
<updated>1999-12-17T02:46:04+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1999-12-17T02:46:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=61547e027bece2dac236b534d9cee65c72b2ae6d'/>
<id>61547e027bece2dac236b534d9cee65c72b2ae6d</id>
<content type='text'>
longer to give the user something to look at while things are happening.
Change it to do so and insert the appropriate screen saves elsewhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
longer to give the user something to look at while things are happening.
Change it to do so and insert the appropriate screen saves elsewhere.
</pre>
</div>
</content>
</entry>
<entry>
<title>Completely rip-out and redesign sysinstall's refresh model as well</title>
<updated>1999-12-14T04:25:29+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1999-12-14T04:25:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7025aeb16e091cf9515535424d0532b53c618b83'/>
<id>7025aeb16e091cf9515535424d0532b53c618b83</id>
<content type='text'>
as redoing all the menus to have proper, or at least non-hallucinogenic,
keyboard accelerators.

This requires my recent update to libdialog to work properly and will
probably also exhibit some other "interesting" behavior while the last
few missing screen clears are found (which is why I'm not going to MFC
immediately).  At least now, however, sysinstall does not gratuitously
redraw random screens at the drop of a hat and drive serial console
installers out of their minds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as redoing all the menus to have proper, or at least non-hallucinogenic,
keyboard accelerators.

This requires my recent update to libdialog to work properly and will
probably also exhibit some other "interesting" behavior while the last
few missing screen clears are found (which is why I'm not going to MFC
immediately).  At least now, however, sysinstall does not gratuitously
redraw random screens at the drop of a hat and drive serial console
installers out of their minds.
</pre>
</div>
</content>
</entry>
</feed>
