<?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.i386/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.i386/ttys - 1.21</description>
    <pubDate>Wed Sep 25 23:09:22 UTC 2019</pubDate>
    <dc:creator>abs</dc:creator>
</item>

<item>
    <title>branches:  1.20.34;  1.20.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.i386/ttys - 1.20</description>
    <pubDate>Wed Jun 13 20:49:13 UTC 2012</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>branches:  1.19.18;  1.19.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.i386/ttys - 1.19</description>
    <pubDate>Tue Oct 07 10:00:01 UTC 2008</pubDate>
    <dc:creator>abs</dc:creator>
</item>

<item>
    <title>branches:  1.18.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.i386/ttys - 1.18</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.i386/ttys - 1.17</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.i386/ttys - 1.16</description>
    <pubDate>Fri Oct 03 14:54:21 UTC 2003</pubDate>
    <dc:creator>dsl</dc:creator>
</item>

<item>
    <title>Back out last change as suggested by Hubert Feyrer in private e-mail:<br/>The "ttys" file is modified by "sysinst" during installation.</title>
    <description>/src/etc/etc.i386/ttys - 1.15</description>
    <pubDate>Sun Feb 17 21:04:31 UTC 2002</pubDate>
    <dc:creator>tron</dc:creator>
</item>

<item>
    <title>Enable for "getty" processes because because the i386 port used wscons(4)<br/>default these days and the default "wsconf.conf" creates four screens.</title>
    <description>/src/etc/etc.i386/ttys - 1.14</description>
    <pubDate>Sun Feb 17 20:41:42 UTC 2002</pubDate>
    <dc:creator>tron</dc:creator>
</item>

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

<item>
    <title>Do what we should have been doing long ago; use /dev/console by default as the<br/>boot console tty, so that the console is on the same place that the kernel<br/>dmesg output goes, whether wscons or serial.  Users who want to use tty00<br/>or ttyE0 explicitly can change /etc/ttys themselves.<br/><br/>Also use "vt100" as terminal type for /dev/console (for a reasonable baseline<br/>that also works with wscons; pccons is long since no longer default).<br/><br/>This addresses PR install/13249, i386-specific, but may be appropriate to<br/>apply to all ports.</title>
    <description>/src/etc/etc.i386/ttys - 1.12</description>
    <pubDate>Tue Jun 19 20:06:46 UTC 2001</pubDate>
    <dc:creator>tv</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.i386/ttys - 1.11</description>
    <pubDate>Sat Aug 12 13:43:49 UTC 2000</pubDate>
    <dc:creator>mason</dc:creator>
</item>

<item>
    <title>branches:  1.10.8;<br/>turn off ttyE[123] by default -- default installs don't configure them.</title>
    <description>/src/etc/etc.i386/ttys - 1.10</description>
    <pubDate>Sat May 01 00:23:27 UTC 1999</pubDate>
    <dc:creator>perry</dc:creator>
</item>

<item>
    <title>branches:  1.9.2;<br/>wscons is default now - replace the "ttyv0" getty by a number of<br/>"ttyEn" lines.<br/>Thanks to "Johnny C. Lam" &lt;lamj@stat.cmu.edu&gt; for pointing out.</title>
    <description>/src/etc/etc.i386/ttys - 1.9</description>
    <pubDate>Tue Feb 02 14:33:04 UTC 1999</pubDate>
    <dc:creator>drochner</dc:creator>
</item>

<item>
    <title>RCS ID police</title>
    <description>/src/etc/etc.i386/ttys - 1.8</description>
    <pubDate>Tue Oct 15 03:42:52 UTC 1996</pubDate>
    <dc:creator>perry</dc:creator>
</item>

<item>
    <title>Change vga to ttyv0, with a symlink for X.</title>
    <description>/src/etc/etc.i386/ttys - 1.7</description>
    <pubDate>Sun Jul 31 08:44:32 UTC 1994</pubDate>
    <dc:creator>mycroft</dc:creator>
</item>

<item>
    <title>branches:  1.6.2;<br/>reality</title>
    <description>/src/etc/etc.i386/ttys - 1.6</description>
    <pubDate>Sat Feb 05 00:51:58 UTC 1994</pubDate>
    <dc:creator>deraadt</dc:creator>
</item>

<item>
    <title>changes from 0.9-ALPHA2 to 0.9-BETA</title>
    <description>/src/etc/etc.i386/ttys - 1.5</description>
    <pubDate>Mon Aug 23 04:59:38 UTC 1993</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>branches:  1.4.2;<br/>Remove a spurious `unknown' that was screwing people over.</title>
    <description>/src/etc/etc.i386/ttys - 1.4</description>
    <pubDate>Sat Jul 10 21:23:36 UTC 1993</pubDate>
    <dc:creator>mycroft</dc:creator>
</item>

<item>
    <title>changes for init...</title>
    <description>/src/etc/etc.i386/ttys - 1.3</description>
    <pubDate>Thu Jul 08 01:50:42 UTC 1993</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>changed `console' to `vga'</title>
    <description>/src/etc/etc.i386/ttys - 1.2</description>
    <pubDate>Fri Apr 02 08:05:12 UTC 1993</pubDate>
    <dc:creator>cgd</dc:creator>
</item>
</channel></rss>

