<?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.mvmeppc/ttys</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Switch default console tty from /dev/console to /dev/constty<br/><br/>With this switch processes (such as xconsole) can open /dev/console<br/>without breaking login on the text or serial console. This can be<br/>trivially triggered by enabling xdm in rc.conf and hitting<br/>Ctrl+Alt+F1 or equivalent once booted.<br/><br/>The changes:<br/>- Add entry for /dev/console or /dev/constty if missing<br/>- If a port's had /dev/console 'on' switch it off and enable /dev/constty<br/>- If a port did not have /dev/console 'on', leave /dev/constty off<br/><br/>Some ports had /dev/console off and /dev/ttyE0 enabled, presumably to<br/>avoid just this issue. It may make sense to adjust these also (but not<br/>in this pass)<br/><br/>As discussed on current-users</title>
    <description>/src/etc/etc.mvmeppc/ttys - 1.7</description>
    <pubDate>Wed Sep 25 23:09:23 UTC 2019</pubDate>
    <dc:creator>abs</dc:creator>
</item>

<item>
    <title>branches:  1.6.34;  1.6.36;<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.</title>
    <description>/src/etc/etc.mvmeppc/ttys - 1.6</description>
    <pubDate>Wed Jun 13 20:49:14 UTC 2012</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>branches:  1.5.18;  1.5.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.mvmeppc/ttys - 1.5</description>
    <pubDate>Tue Oct 07 10:00:02 UTC 2008</pubDate>
    <dc:creator>abs</dc:creator>
</item>

<item>
    <title>branches:  1.4.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.mvmeppc/ttys - 1.4</description>
    <pubDate>Sun Jun 20 21:30:27 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.mvmeppc/ttys - 1.3</description>
    <pubDate>Sat Oct 04 07:41:12 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.mvmeppc/ttys - 1.2</description>
    <pubDate>Fri Oct 03 14:54:21 UTC 2003</pubDate>
    <dc:creator>dsl</dc:creator>
</item>

<item>
    <title>MD etc glue for mvmeppc.</title>
    <description>/src/etc/etc.mvmeppc/ttys - 1.1</description>
    <pubDate>Wed Feb 27 21:17:53 UTC 2002</pubDate>
    <dc:creator>scw</dc:creator>
</item>

<item>
    <title>Sync with HEAD.</title>
    <description>/src/etc/etc.mvmeppc/ttys - 1.4.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.mvmeppc/ttys - 1.5.20.1</description>
    <pubDate>Sun Jun 24 18:04:40 UTC 2012</pubDate>
    <dc:creator>riz</dc:creator>
</item>

<item>
    <title>sync with head</title>
    <description>/src/etc/etc.mvmeppc/ttys - 1.5.18.1</description>
    <pubDate>Tue Oct 30 18:49:06 UTC 2012</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by abs in ticket #384):<br/><br/>	etc/etc.evbmips/ttys: revision 1.7<br/>	etc/etc.sparc64/ttys: revision 1.12<br/>	etc/etc.shark/ttys: revision 1.9<br/>	etc/etc.amiga/ttys: revision 1.25<br/>	etc/etc.arc/ttys: revision 1.9<br/>	etc/etc.sbmips/ttys: revision 1.6<br/>	etc/etc.landisk/ttys: revision 1.4<br/>	etc/etc.alpha/ttys: revision 1.13<br/>	etc/etc.amigappc/ttys: revision 1.4<br/>	etc/etc.mmeye/ttys: revision 1.8<br/>	etc/etc.ia64/ttys: revision 1.2<br/>	etc/etc.sandpoint/ttys: revision 1.8<br/>	etc/etc.hp300/ttys: revision 1.17<br/>	etc/etc.riscv/ttys: revision 1.2<br/>	etc/etc.i386/ttys: revision 1.21<br/>	etc/etc.aarch64/ttys: revision 1.2<br/>	etc/etc.algor/ttys: revision 1.6<br/>	etc/etc.sparc/ttys: revision 1.17<br/>	etc/etc.mipsco/ttys: revision 1.7<br/>	etc/etc.luna68k/ttys: revision 1.9<br/>	etc/etc.iyonix/ttys: revision 1.5<br/>	etc/etc.evbcf/ttys: revision 1.3<br/>	etc/etc.netwinder/ttys: revision 1.9<br/>	etc/etc.mvme68k/ttys: revision 1.10<br/>	etc/etc.evbarm/ttys: revision 1.8<br/>	etc/etc.evbsh3/ttys: revision 1.7<br/>	etc/etc.pmax/ttys: revision 1.16<br/>	etc/etc.hpcmips/ttys: revision 1.12<br/>	etc/etc.vax/ttys: revision 1.10<br/>	etc/etc.news68k/ttys: revision 1.10<br/>	etc/etc.mvmeppc/ttys: revision 1.7<br/>	etc/etc.hppa/ttys: revision 1.2<br/>	etc/etc.next68k/ttys: revision 1.11<br/>	etc/etc.ews4800mips/ttys: revision 1.3<br/>	etc/etc.epoc32/ttys: revision 1.2<br/>	etc/etc.emips/ttys: revision 1.2<br/>	etc/etc.evbppc/ttys: revision 1.7<br/>	etc/etc.sgimips/ttys: revision 1.11<br/>	etc/etc.or1k/ttys: revision 1.2<br/>	etc/etc.cesfic/ttys: revision 1.6<br/>	etc/etc.amd64/ttys: revision 1.7<br/>	etc/etc.playstation2/ttys: revision 1.7<br/>	etc/etc.zaurus/ttys: revision 1.4<br/>	etc/etc.newsmips/ttys: revision 1.10<br/><br/>Switch default console tty from /dev/console to /dev/constty<br/><br/>With this switch processes (such as xconsole) can open /dev/console<br/>without breaking login on the text or serial console. This can be<br/>trivially triggered by enabling xdm in rc.conf and hitting<br/>Ctrl+Alt+F1 or equivalent once booted.<br/><br/>The changes:<br/>- Add entry for /dev/console or /dev/constty if missing<br/>- If a port's had /dev/console 'on' switch it off and enable /dev/constty<br/>- If a port did not have /dev/console 'on', leave /dev/constty off<br/><br/>Some ports had /dev/console off and /dev/ttyE0 enabled, presumably to<br/>avoid just this issue. It may make sense to adjust these also (but not<br/>in this pass)<br/><br/>As discussed on current-users</title>
    <description>/src/etc/etc.mvmeppc/ttys - 1.6.36.1</description>
    <pubDate>Mon Oct 28 18:38:35 UTC 2019</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Mostly merge changes from HEAD upto 20200411</title>
    <description>/src/etc/etc.mvmeppc/ttys - 1.6.34.1</description>
    <pubDate>Mon Apr 13 07:45:43 UTC 2020</pubDate>
    <dc:creator>martin</dc:creator>
</item>
</channel></rss>

