<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/release/sysinstall/termcap.c, branch release/2.2.5_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>o Handle the dist set problem where you've got dist names == menu names.</title>
<updated>1997-09-16T10:12:58+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-09-16T10:12:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9716063943b48153254018fdd9b91fce8af44212'/>
<id>9716063943b48153254018fdd9b91fce8af44212</id>
<content type='text'>
o Allow user partition size of 0mb to do the right thing.
o Rate limit package install status for serial consoles.
o If you're on a serial console, debug messages go to /dev/null, not stdout.

Submitted By: pst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o Allow user partition size of 0mb to do the right thing.
o Rate limit package install status for serial consoles.
o If you're on a serial console, debug messages go to /dev/null, not stdout.

Submitted By: pst
</pre>
</div>
</content>
</entry>
<entry>
<title>YAMFC - serial console support.</title>
<updated>1997-07-31T11:11:39+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-07-31T11:11:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2bbaac6a58f5126491870cda1a3fd546e8f810f7'/>
<id>2bbaac6a58f5126491870cda1a3fd546e8f810f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync.</title>
<updated>1997-02-15T15:41:44+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-02-15T15:41:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9fb6f4bc07b2ef9f4aeffe113fd90ce181c0fe63'/>
<id>9fb6f4bc07b2ef9f4aeffe113fd90ce181c0fe63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow user to delete as well as install packages from the package</title>
<updated>1997-01-29T22:35:05+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-01-29T22:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a30424396ec63a0b14d594bca93e57fbe61060a2'/>
<id>a30424396ec63a0b14d594bca93e57fbe61060a2</id>
<content type='text'>
installer menu.

Fix status line code so informationals show up properly again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
installer menu.

Fix status line code so informationals show up properly again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge the current state of sysinstall into 2.2.</title>
<updated>1997-01-15T04:50:23+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-01-15T04:50:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ab1d6ce62a8edf678014b145a72d01ce00e497b6'/>
<id>ab1d6ce62a8edf678014b145a72d01ce00e497b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If we're unable to open /dev/ttyv0, assume that we're on a single tty system</title>
<updated>1996-09-26T21:07:11+00:00</updated>
<author>
<name>Paul Traina</name>
<email>pst@FreeBSD.org</email>
</author>
<published>1996-09-26T21:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=09bef27f97f8968d7731b3afcfe8d3b8d8b76ff4'/>
<id>09bef27f97f8968d7731b3afcfe8d3b8d8b76ff4</id>
<content type='text'>
and use /dev/console.

I really think the proper test is to determine which device has been configured
to be the console (remember the RB_SERIAL flag?) and use it instead of always
trying to open /dev/ttyv0 first.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and use /dev/console.

I really think the proper test is to determine which device has been configured
to be the console (remember the RB_SERIAL flag?) and use it instead of always
trying to open /dev/ttyv0 first.
</pre>
</div>
</content>
</entry>
<entry>
<title>Whoops!  VTYs return zero values for TIOCGSIZE!  Work around this.</title>
<updated>1996-08-01T13:47:03+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-08-01T13:47:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fa05dcb5eedd4cad7791300825a6b91ab3155f21'/>
<id>fa05dcb5eedd4cad7791300825a6b91ab3155f21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close PR#1542.  Don't just assume 24 lines, get the tty size.</title>
<updated>1996-08-01T10:58:54+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-08-01T10:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a19596c5a8b91d474a64569b9967266ea199cff1'/>
<id>a19596c5a8b91d474a64569b9967266ea199cff1</id>
<content type='text'>
Some things may still display text on the 24th line, but that's because
they've always been screens designed to fit into a minimal real-estate
and have hardwired assumptions about the dimensions.  They'll be a little
harder to make dynamic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some things may still display text on the 24th line, but that's because
they've always been screens designed to fit into a minimal real-estate
and have hardwired assumptions about the dimensions.  They'll be a little
harder to make dynamic.
</pre>
</div>
</content>
</entry>
<entry>
<title>Misc doc cleanup.</title>
<updated>1996-06-11T08:02:09+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-06-11T08:02:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bcb0ff98875adab04615a40cc38319daf33b5a8b'/>
<id>bcb0ff98875adab04615a40cc38319daf33b5a8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement selective text attributes for the syscons vty / vt100 emulator</title>
<updated>1996-06-08T09:08:51+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-06-08T09:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dabbacad121dbaa6c27a08dbd6aeb3bfec44f4ff'/>
<id>dabbacad121dbaa6c27a08dbd6aeb3bfec44f4ff</id>
<content type='text'>
selection since an attribute which looks good on a color console doesn't
necessarily look good in an xterm.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
selection since an attribute which looks good on a color console doesn't
necessarily look good in an xterm.
</pre>
</div>
</content>
</entry>
</feed>
