<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in ttys</title>
    <link>http://nxr.netbsd.org/rss/src/etc/etc.prep/ttys</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Per discussion on tech-userlevel, finally fix PR 10127:<br/>move all ttyE* entries that use "vt100" emulation to wsvt25 term type.<br/>The terminfo vt220 entry lacked (correctly) a delete key entry, which<br/>was a regression against the netbsd-5 termcap entry. On the other hand,<br/>only a very small number of foreign systems lacks support for wsvt25<br/>nowadays.</title>
    <description>/src/etc/etc.prep/ttys - 1.8</description>
    <pubDate>Wed Jun 13 20:49:14 UTC 2012</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>branches:  1.7.18;  1.7.20;<br/>Add a constty entry, marked 'off', with otherwise the same settings<br/>as the console. Now when coming up in single user mode the tset in<br/>/.profile can set the terminal type correctly.<br/>Note: I believe constty should be 'on' and console 'off', but thats a<br/>separate discussion</title>
    <description>/src/etc/etc.prep/ttys - 1.7</description>
    <pubDate>Tue Oct 07 10:00:02 UTC 2008</pubDate>
    <dc:creator>abs</dc:creator>
</item>

<item>
    <title>branches:  1.6.26;<br/>remove ad-hok list of pty's from port tty files, and auto-generate it so<br/>that it is consistent, and in the proper order.</title>
    <description>/src/etc/etc.prep/ttys - 1.6</description>
    <pubDate>Sun Jun 20 21:30:28 UTC 2004</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Revert 'console' back to /dev/console (from /dev/constty)</title>
    <description>/src/etc/etc.prep/ttys - 1.5</description>
    <pubDate>Sat Oct 04 07:41:13 UTC 2003</pubDate>
    <dc:creator>dsl</dc:creator>
</item>

<item>
    <title>Change 'console' login to use /dev/constty so that its output isn't<br/>stolen by code that requests system messages using TIOCCONS.</title>
    <description>/src/etc/etc.prep/ttys - 1.4</description>
    <pubDate>Fri Oct 03 14:54:21 UTC 2003</pubDate>
    <dc:creator>dsl</dc:creator>
</item>

<item>
    <title>Added ttyp[g-zA-Z] (bin/15594).</title>
    <description>/src/etc/etc.prep/ttys - 1.3</description>
    <pubDate>Wed Feb 13 09:46:13 UTC 2002</pubDate>
    <dc:creator>martti</dc:creator>
</item>

<item>
    <title>This should be the final part of moving to 64 PTYs by default. Added<br/>entries for tty{r,s}{0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f} to /etc/ttys.<br/><br/>Thanks to Matthew Green for pointing out the need.</title>
    <description>/src/etc/etc.prep/ttys - 1.2</description>
    <pubDate>Sat Aug 12 13:43:57 UTC 2000</pubDate>
    <dc:creator>mason</dc:creator>
</item>

<item>
    <title>branches:  1.1.4;<br/>Initial import prep port.</title>
    <description>/src/etc/etc.prep/ttys - 1.1</description>
    <pubDate>Tue Feb 29 15:23:47 UTC 2000</pubDate>
    <dc:creator>nonaka</dc:creator>
</item>

<item>
    <title>This should be the last piece of the move to 64 default PTYs. /etc/ttys now<br/>has entries for 64 ptys.<br/><br/>Thanks to Matthew Green for pointing out the need for this.</title>
    <description>/src/etc/etc.prep/ttys - 1.1.4.1</description>
    <pubDate>Sat Aug 12 18:01:50 UTC 2000</pubDate>
    <dc:creator>mason</dc:creator>
</item>

<item>
    <title>Sync with HEAD.</title>
    <description>/src/etc/etc.prep/ttys - 1.6.26.1</description>
    <pubDate>Sat Jan 17 20:43:43 UTC 2009</pubDate>
    <dc:creator>mjf</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by martin in ticket #342):<br/>	etc/etc.shark/ttys: revision 1.8<br/>	etc/etc.hpcsh/ttys: revision 1.11<br/>	etc/etc.amiga/ttys: revision 1.24<br/>	etc/etc.arc/ttys: revision 1.8<br/>	etc/etc.alpha/ttys: revision 1.12<br/>	etc/etc.amigappc/ttys: revision 1.3<br/>	etc/etc.ofppc/ttys: revision 1.9<br/>	etc/etc.hp300/ttys: revision 1.16<br/>	etc/etc.rs6000/ttys: revision 1.2<br/>	etc/etc.i386/ttys: revision 1.20<br/>	etc/etc.acorn26/ttys: revision 1.4<br/>	etc/etc.iyonix/ttys: revision 1.4<br/>	etc/etc.netwinder/ttys: revision 1.8<br/>	etc/etc.mac68k/ttys: revision 1.20<br/>	etc/etc.evbarm/ttys: revision 1.7<br/>	etc/etc.pmax/ttys: revision 1.15<br/>	etc/etc.hpcmips/ttys: revision 1.10<br/>	share/terminfo/terminfo: revision 1.5<br/>	etc/etc.mvmeppc/ttys: revision 1.6<br/>	etc/etc.next68k/ttys: revision 1.10<br/>	etc/etc.acorn32/ttys: revision 1.9<br/>	etc/etc.ibmnws/ttys: revision 1.4<br/>	etc/etc.atari/ttys: revision 1.10<br/>	etc/etc.sgimips/ttys: revision 1.10<br/>	etc/etc.newsmips/ttys: revision 1.9<br/>	etc/etc.hpcarm/ttys: revision 1.6<br/>	etc/etc.cats/ttys: revision 1.7<br/>	etc/etc.amd64/ttys: revision 1.6<br/>	etc/etc.prep/ttys: revision 1.8<br/>	etc/etc.zaurus/ttys: revision 1.3<br/>Per discussion on tech-userlevel, finally fix PR 10127:<br/>move all ttyE* entries that use "vt100" emulation to wsvt25 term type.<br/>The terminfo vt220 entry lacked (correctly) a delete key entry, which<br/>was a regression against the netbsd-5 termcap entry. On the other hand,<br/>only a very small number of foreign systems lacks support for wsvt25<br/>nowadays.<br/>Add a delete key capability to our wsvt25 entry.  Fixes a problem noted by<br/>David Lord on netbsd-users.</title>
    <description>/src/etc/etc.prep/ttys - 1.7.20.1</description>
    <pubDate>Sun Jun 24 18:04:41 UTC 2012</pubDate>
    <dc:creator>riz</dc:creator>
</item>

<item>
    <title>sync with head</title>
    <description>/src/etc/etc.prep/ttys - 1.7.18.1</description>
    <pubDate>Tue Oct 30 18:49:07 UTC 2012</pubDate>
    <dc:creator>yamt</dc:creator>
</item>
</channel></rss>

