| #
039df638 |
| 25-Sep-2019 |
abs <abs@NetBSD.org> |
Switch default console tty from /dev/console to /dev/constty
With this switch processes (such as xconsole) can open /dev/console without breaking login on the text or serial console. This can be tri
Switch default console tty from /dev/console to /dev/constty
With this switch processes (such as xconsole) can open /dev/console without breaking login on the text or serial console. This can be trivially triggered by enabling xdm in rc.conf and hitting Ctrl+Alt+F1 or equivalent once booted.
The changes: - Add entry for /dev/console or /dev/constty if missing - If a port's had /dev/console 'on' switch it off and enable /dev/constty - If a port did not have /dev/console 'on', leave /dev/constty off
Some ports had /dev/console off and /dev/ttyE0 enabled, presumably to avoid just this issue. It may make sense to adjust these also (but not in this pass)
As discussed on current-users
show more ...
|
| #
c2e51849 |
| 13-Jun-2012 |
martin <martin@NetBSD.org> |
Per discussion on tech-userlevel, finally fix PR 10127: move all ttyE* entries that use "vt100" emulation to wsvt25 term type. The terminfo vt220 entry lacked (correctly) a delete key entry, which wa
Per discussion on tech-userlevel, finally fix PR 10127: move all ttyE* entries that use "vt100" emulation to wsvt25 term type. The terminfo vt220 entry lacked (correctly) a delete key entry, which was a regression against the netbsd-5 termcap entry. On the other hand, only a very small number of foreign systems lacks support for wsvt25 nowadays.
show more ...
|
| #
3388ad40 |
| 07-Oct-2008 |
abs <abs@NetBSD.org> |
Add a constty entry, marked 'off', with otherwise the same settings as the console. Now when coming up in single user mode the tset in /.profile can set the terminal type correctly. Note: I believe c
Add a constty entry, marked 'off', with otherwise the same settings as the console. Now when coming up in single user mode the tset in /.profile can set the terminal type correctly. Note: I believe constty should be 'on' and console 'off', but thats a separate discussion
show more ...
|
| #
d8360081 |
| 29-Jul-2006 |
ad <ad@NetBSD.org> |
Remove RASTERCONSOLE support from the pmax port.
|
| #
0553899e |
| 20-Jun-2004 |
christos <christos@NetBSD.org> |
remove ad-hok list of pty's from port tty files, and auto-generate it so that it is consistent, and in the proper order.
|
| #
d6fa98c3 |
| 30-Oct-2003 |
drochner <drochner@NetBSD.org> |
getttyent(3) was changed to complain about unknown words at the end of tty definitions. Use '#' to separate comments.
|
| #
5c2824bc |
| 04-Oct-2003 |
dsl <dsl@NetBSD.org> |
Revert 'console' back to /dev/console (from /dev/constty)
|
| #
e5217087 |
| 03-Oct-2003 |
dsl <dsl@NetBSD.org> |
Change 'console' login to use /dev/constty so that its output isn't stolen by code that requests system messages using TIOCCONS.
|
| #
c0537516 |
| 06-Jan-2003 |
wiz <wiz@NetBSD.org> |
compatibility, not compatiblity.
|
| #
8f0fa118 |
| 13-Feb-2002 |
martti <martti@NetBSD.org> |
Added ttyp[g-zA-Z] (bin/15594).
|
| #
ee4a3af1 |
| 12-Aug-2000 |
mason <mason@NetBSD.org> |
This should be the final part of moving to 64 PTYs by default. Added entries for tty{r,s}{0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f} to /etc/ttys.
Thanks to Matthew Green for pointing out the need.
|
| #
1acb6189 |
| 06-Oct-1999 |
ad <ad@NetBSD.org> |
Default terminal type of /dev/console is 'rcons'.
|
| #
81679d56 |
| 16-Nov-1998 |
jonathan <jonathan@NetBSD.org> |
Comment out lines corresponding to LK-201 keyboard and DEC serial mouse. Fixes PR port-pmax/5389.
ttyflags -a clobbers them even if they are set to `off', overriding the 4800-bit and parity modes n
Comment out lines corresponding to LK-201 keyboard and DEC serial mouse. Fixes PR port-pmax/5389.
ttyflags -a clobbers them even if they are set to `off', overriding the 4800-bit and parity modes needed by the DEC serial kbd/mice.
show more ...
|
| #
f6cf1040 |
| 30-Oct-1997 |
jonathan <jonathan@NetBSD.org> |
Changes to pmax MAKEDEV and /dev/ttys:
* Remove old MAKEDEV code for scc and dc that tried to map tty0 and tty01 to whichever major/minor were the two comm ports. * Use /dev/tty[abcd] for the s
Changes to pmax MAKEDEV and /dev/ttys:
* Remove old MAKEDEV code for scc and dc that tried to map tty0 and tty01 to whichever major/minor were the two comm ports. * Use /dev/tty[abcd] for the scc driver, in linearly increasing minor-number order. (cf. NetBSD/sparc), * Use /dev/ttyD[0123] for the dc705 (DZ11 clone) driver, in linearly increasing minor-number order. (cf. NetBSD/vax). * Add the above entires to the pmax /etc/ttys.
While we're here, fix wrong major for tun, and comment out unsupported devices. Addresses PRs pmax/4007, pmax/4330, pmax/4367.
show more ...
|
| #
67af0bc1 |
| 17-Sep-1996 |
thorpej <thorpej@NetBSD.org> |
RCS id police
|
| #
347853e7 |
| 17-Jan-1995 |
mellon <mellon@NetBSD.org> |
default /etc/ttys for pmax
|