Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src Pull up following revision(s) (requested by martin in tic...



details:   https://anonhg.NetBSD.org/src/rev/0c1286b926ec
branches:  netbsd-6
changeset: 774251:0c1286b926ec
user:      riz <riz%NetBSD.org@localhost>
date:      Sun Jun 24 18:04:37 2012 +0000

description:
Pull up following revision(s) (requested by martin in ticket #342):
        etc/etc.shark/ttys: revision 1.8
        etc/etc.hpcsh/ttys: revision 1.11
        etc/etc.amiga/ttys: revision 1.24
        etc/etc.arc/ttys: revision 1.8
        etc/etc.alpha/ttys: revision 1.12
        etc/etc.amigappc/ttys: revision 1.3
        etc/etc.ofppc/ttys: revision 1.9
        etc/etc.hp300/ttys: revision 1.16
        etc/etc.rs6000/ttys: revision 1.2
        etc/etc.i386/ttys: revision 1.20
        etc/etc.acorn26/ttys: revision 1.4
        etc/etc.iyonix/ttys: revision 1.4
        etc/etc.netwinder/ttys: revision 1.8
        etc/etc.mac68k/ttys: revision 1.20
        etc/etc.evbarm/ttys: revision 1.7
        etc/etc.pmax/ttys: revision 1.15
        etc/etc.hpcmips/ttys: revision 1.10
        share/terminfo/terminfo: revision 1.5
        etc/etc.mvmeppc/ttys: revision 1.6
        etc/etc.next68k/ttys: revision 1.10
        etc/etc.acorn32/ttys: revision 1.9
        etc/etc.ibmnws/ttys: revision 1.4
        etc/etc.atari/ttys: revision 1.10
        etc/etc.sgimips/ttys: revision 1.10
        etc/etc.newsmips/ttys: revision 1.9
        etc/etc.hpcarm/ttys: revision 1.6
        etc/etc.cats/ttys: revision 1.7
        etc/etc.amd64/ttys: revision 1.6
        etc/etc.prep/ttys: revision 1.8
        etc/etc.zaurus/ttys: revision 1.3
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.
Add a delete key capability to our wsvt25 entry.  Fixes a problem noted by
David Lord on netbsd-users.

diffstat:

 etc/etc.acorn26/ttys    |  12 ++++++------
 etc/etc.acorn32/ttys    |  10 +++++-----
 etc/etc.alpha/ttys      |   6 +++---
 etc/etc.amd64/ttys      |  10 +++++-----
 etc/etc.amiga/ttys      |  30 +++++++++++++++---------------
 etc/etc.amigappc/ttys   |  30 +++++++++++++++---------------
 etc/etc.arc/ttys        |  10 +++++-----
 etc/etc.atari/ttys      |  10 +++++-----
 etc/etc.cats/ttys       |  10 +++++-----
 etc/etc.evbarm/ttys     |  10 +++++-----
 etc/etc.hp300/ttys      |   4 ++--
 etc/etc.hpcarm/ttys     |   4 ++--
 etc/etc.hpcmips/ttys    |   4 ++--
 etc/etc.hpcsh/ttys      |   6 +++---
 etc/etc.i386/ttys       |  10 +++++-----
 etc/etc.ibmnws/ttys     |   4 ++--
 etc/etc.iyonix/ttys     |  10 +++++-----
 etc/etc.mac68k/ttys     |   4 ++--
 etc/etc.mvmeppc/ttys    |   4 ++--
 etc/etc.netwinder/ttys  |  10 +++++-----
 etc/etc.newsmips/ttys   |   4 ++--
 etc/etc.next68k/ttys    |  10 +++++-----
 etc/etc.ofppc/ttys      |  10 +++++-----
 etc/etc.pmax/ttys       |  10 +++++-----
 etc/etc.prep/ttys       |   4 ++--
 etc/etc.rs6000/ttys     |   4 ++--
 etc/etc.sgimips/ttys    |  10 +++++-----
 etc/etc.shark/ttys      |  10 +++++-----
 etc/etc.zaurus/ttys     |  10 +++++-----
 share/terminfo/terminfo |   6 +++---
 30 files changed, 138 insertions(+), 138 deletions(-)

diffs (truncated from 698 to 300 lines):

diff -r c6442d0eeb35 -r 0c1286b926ec etc/etc.acorn26/ttys
--- a/etc/etc.acorn26/ttys      Sun Jun 24 16:54:16 2012 +0000
+++ b/etc/etc.acorn26/ttys      Sun Jun 24 18:04:37 2012 +0000
@@ -1,11 +1,11 @@
 #
 #      from: @(#)ttys  5.1 (Berkeley) 4/17/89
-#      $NetBSD: ttys,v 1.3 2008/10/07 10:00:00 abs Exp $
+#      $NetBSD: ttys,v 1.3.20.1 2012/06/24 18:04:39 riz Exp $
 #
 # name getty                           type    status          comments
 #
-constty        "/usr/libexec/getty Pc"         vt220   off secure
-ttyE0  "/usr/libexec/getty Pc"         vt220   on secure
-ttyE1  "/usr/libexec/getty Pc"         vt220   off secure
-ttyE2  "/usr/libexec/getty Pc"         vt220   off secure
-ttyE3  "/usr/libexec/getty Pc"         vt220   off secure
+constty        "/usr/libexec/getty Pc"         wsvt25  off secure
+ttyE0  "/usr/libexec/getty Pc"         wsvt25  on secure
+ttyE1  "/usr/libexec/getty Pc"         wsvt25  off secure
+ttyE2  "/usr/libexec/getty Pc"         wsvt25  off secure
+ttyE3  "/usr/libexec/getty Pc"         wsvt25  off secure
diff -r c6442d0eeb35 -r 0c1286b926ec etc/etc.acorn32/ttys
--- a/etc/etc.acorn32/ttys      Sun Jun 24 16:54:16 2012 +0000
+++ b/etc/etc.acorn32/ttys      Sun Jun 24 18:04:37 2012 +0000
@@ -1,15 +1,15 @@
 #
 #      from: @(#)ttys  5.1 (Berkeley) 4/17/89
-#      $NetBSD: ttys,v 1.8 2008/10/07 10:00:00 abs Exp $
+#      $NetBSD: ttys,v 1.8.20.1 2012/06/24 18:04:41 riz Exp $
 #
 # name getty                           type    status          comments
 #
 console        "/usr/libexec/getty Pc"         vt100   off secure
 constty        "/usr/libexec/getty Pc"         vt100   off secure
-ttyE0  "/usr/libexec/getty Pc"         vt220   on secure
-ttyE1  "/usr/libexec/getty Pc"         vt220   on secure
-ttyE2  "/usr/libexec/getty Pc"         vt220   on secure
-ttyE3  "/usr/libexec/getty Pc"         vt220   on secure
+ttyE0  "/usr/libexec/getty Pc"         wsvt25  on secure
+ttyE1  "/usr/libexec/getty Pc"         wsvt25  on secure
+ttyE2  "/usr/libexec/getty Pc"         wsvt25  on secure
+ttyE3  "/usr/libexec/getty Pc"         wsvt25  on secure
 tty00  "/usr/libexec/getty std.9600"   unknown off secure
 tty01  "/usr/libexec/getty std.9600"   unknown off secure
 tty02  "/usr/libexec/getty std.9600"   unknown off secure
diff -r c6442d0eeb35 -r 0c1286b926ec etc/etc.alpha/ttys
--- a/etc/etc.alpha/ttys        Sun Jun 24 16:54:16 2012 +0000
+++ b/etc/etc.alpha/ttys        Sun Jun 24 18:04:37 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: ttys,v 1.11 2008/10/07 10:00:01 abs Exp $
+#      $NetBSD: ttys,v 1.11.20.1 2012/06/24 18:04:38 riz Exp $
 #
 # name getty                           type    status          comments
 
@@ -11,8 +11,8 @@
 constty        "/usr/libexec/getty std.9600"   vt100 off secure
 
 # Workstation console (framebuffer) ttys
-ttyE0  "/usr/libexec/getty std.9600"   vt100 off secure
-ttyE1  "/usr/libexec/getty std.9600"   vt100 off secure
+ttyE0  "/usr/libexec/getty std.9600"   wsvt25 off secure
+ttyE1  "/usr/libexec/getty std.9600"   wsvt25 off secure
 
 # DEC 3000 Z8530 ("scc") serial ports
 ttyB0  "/usr/libexec/getty std.9600"   unknown off secure
diff -r c6442d0eeb35 -r 0c1286b926ec etc/etc.amd64/ttys
--- a/etc/etc.amd64/ttys        Sun Jun 24 16:54:16 2012 +0000
+++ b/etc/etc.amd64/ttys        Sun Jun 24 18:04:37 2012 +0000
@@ -1,15 +1,15 @@
 #
 #      from: @(#)ttys  5.1 (Berkeley) 4/17/89
-#      $NetBSD: ttys,v 1.5 2008/10/07 10:00:01 abs Exp $
+#      $NetBSD: ttys,v 1.5.20.1 2012/06/24 18:04:41 riz Exp $
 #
 # name getty                           type    status          comments
 #
 console        "/usr/libexec/getty Pc"         vt100   on secure
 constty        "/usr/libexec/getty Pc"         vt100   off secure
-ttyE0  "/usr/libexec/getty Pc"         vt220   off secure
-ttyE1  "/usr/libexec/getty Pc"         vt220   off secure
-ttyE2  "/usr/libexec/getty Pc"         vt220   off secure
-ttyE3  "/usr/libexec/getty Pc"         vt220   off secure
+ttyE0  "/usr/libexec/getty Pc"         wsvt25  off secure
+ttyE1  "/usr/libexec/getty Pc"         wsvt25  off secure
+ttyE2  "/usr/libexec/getty Pc"         wsvt25  off secure
+ttyE3  "/usr/libexec/getty Pc"         wsvt25  off secure
 tty00  "/usr/libexec/getty std.9600"   unknown off secure
 tty01  "/usr/libexec/getty std.9600"   unknown off secure
 tty02  "/usr/libexec/getty std.9600"   unknown off secure
diff -r c6442d0eeb35 -r 0c1286b926ec etc/etc.amiga/ttys
--- a/etc/etc.amiga/ttys        Sun Jun 24 16:54:16 2012 +0000
+++ b/etc/etc.amiga/ttys        Sun Jun 24 18:04:37 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: ttys,v 1.23 2008/10/07 10:00:01 abs Exp $
+#      $NetBSD: ttys,v 1.23.20.1 2012/06/24 18:04:38 riz Exp $
 #
 #      from: @(#)ttys  5.1 (Berkeley) 4/17/89
 #
@@ -7,23 +7,23 @@
 #
 # If the console is marked insecure, single-user requires
 # the root password.
-console        "/usr/libexec/getty Pc"         vt220   on secure 
-constty        "/usr/libexec/getty Pc"         vt220   off secure 
-ttye0  "/usr/libexec/getty Pc"         vt220   off secure      # custom chips
-ttye1  "/usr/libexec/getty Pc"         vt220   off secure      # retina
-ttye2  "/usr/libexec/getty Pc"         vt220   off secure      # retina
-ttye3  "/usr/libexec/getty Pc"         vt220   off secure      # cirrus logic
-ttye4  "/usr/libexec/getty Pc"         vt220   off secure      # a2410
-ttye5  "/usr/libexec/getty Pc"         vt220   off secure      # CyberVision64
-ttye6  "/usr/libexec/getty Pc"         vt220   off secure      # Domino, Merlin, oMniBus
-ttye7  "/usr/libexec/getty Pc"         vt220   off secure      # CyberVision64/3D
+console        "/usr/libexec/getty Pc"         wsvt25  on secure 
+constty        "/usr/libexec/getty Pc"         wsvt25  off secure 
+ttye0  "/usr/libexec/getty Pc"         wsvt25  off secure      # custom chips
+ttye1  "/usr/libexec/getty Pc"         wsvt25  off secure      # retina
+ttye2  "/usr/libexec/getty Pc"         wsvt25  off secure      # retina
+ttye3  "/usr/libexec/getty Pc"         wsvt25  off secure      # cirrus logic
+ttye4  "/usr/libexec/getty Pc"         wsvt25  off secure      # a2410
+ttye5  "/usr/libexec/getty Pc"         wsvt25  off secure      # CyberVision64
+ttye6  "/usr/libexec/getty Pc"         wsvt25  off secure      # Domino, Merlin, oMniBus
+ttye7  "/usr/libexec/getty Pc"         wsvt25  off secure      # CyberVision64/3D
 #
 # wscons virtual terminals:
 #
-ttyE0  "/usr/libexec/getty Pc"         vt220   off secure
-ttyE1  "/usr/libexec/getty Pc"         vt220   off secure
-ttyE2  "/usr/libexec/getty Pc"         vt220   off secure
-ttyE3  "/usr/libexec/getty Pc"         vt220   off secure
+ttyE0  "/usr/libexec/getty Pc"         wsvt25  off secure
+ttyE1  "/usr/libexec/getty Pc"         wsvt25  off secure
+ttyE2  "/usr/libexec/getty Pc"         wsvt25  off secure
+ttyE3  "/usr/libexec/getty Pc"         wsvt25  off secure
 #
 # Amiga internal serial port:
 #
diff -r c6442d0eeb35 -r 0c1286b926ec etc/etc.amigappc/ttys
--- a/etc/etc.amigappc/ttys     Sun Jun 24 16:54:16 2012 +0000
+++ b/etc/etc.amigappc/ttys     Sun Jun 24 18:04:37 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: ttys,v 1.2 2008/10/07 10:00:01 abs Exp $
+#      $NetBSD: ttys,v 1.2.20.1 2012/06/24 18:04:39 riz Exp $
 #
 #      from: @(#)ttys  5.1 (Berkeley) 4/17/89
 #
@@ -7,23 +7,23 @@
 #
 # If the console is marked insecure, single-user requires
 # the root password.
-console        "/usr/libexec/getty Pc"         vt220   on secure 
-constty        "/usr/libexec/getty Pc"         vt220   off secure 
-ttye0  "/usr/libexec/getty Pc"         vt220   off secure      # custom chips
-ttye1  "/usr/libexec/getty Pc"         vt220   off secure      # retina
-ttye2  "/usr/libexec/getty Pc"         vt220   off secure      # retina
-ttye3  "/usr/libexec/getty Pc"         vt220   off secure      # cirrus logic
-ttye4  "/usr/libexec/getty Pc"         vt220   off secure      # a2410
-ttye5  "/usr/libexec/getty Pc"         vt220   off secure      # CyberVision64
-ttye6  "/usr/libexec/getty Pc"         vt220   off secure      # Domino, Merlin, oMniBus
-ttye7  "/usr/libexec/getty Pc"         vt220   off secure      # CyberVision64/3D
+console        "/usr/libexec/getty Pc"         wsvt25  on secure 
+constty        "/usr/libexec/getty Pc"         wsvt25  off secure 
+ttye0  "/usr/libexec/getty Pc"         wsvt25  off secure      # custom chips
+ttye1  "/usr/libexec/getty Pc"         wsvt25  off secure      # retina
+ttye2  "/usr/libexec/getty Pc"         wsvt25  off secure      # retina
+ttye3  "/usr/libexec/getty Pc"         wsvt25  off secure      # cirrus logic
+ttye4  "/usr/libexec/getty Pc"         wsvt25  off secure      # a2410
+ttye5  "/usr/libexec/getty Pc"         wsvt25  off secure      # CyberVision64
+ttye6  "/usr/libexec/getty Pc"         wsvt25  off secure      # Domino, Merlin, oMniBus
+ttye7  "/usr/libexec/getty Pc"         wsvt25  off secure      # CyberVision64/3D
 #
 # wscons virtual terminals:
 #
-ttyE0  "/usr/libexec/getty Pc"         vt220   off secure
-ttyE1  "/usr/libexec/getty Pc"         vt220   off secure
-ttyE2  "/usr/libexec/getty Pc"         vt220   off secure
-ttyE3  "/usr/libexec/getty Pc"         vt220   off secure
+ttyE0  "/usr/libexec/getty Pc"         wsvt25  off secure
+ttyE1  "/usr/libexec/getty Pc"         wsvt25  off secure
+ttyE2  "/usr/libexec/getty Pc"         wsvt25  off secure
+ttyE3  "/usr/libexec/getty Pc"         wsvt25  off secure
 #
 # Amiga internal serial port:
 #
diff -r c6442d0eeb35 -r 0c1286b926ec etc/etc.arc/ttys
--- a/etc/etc.arc/ttys  Sun Jun 24 16:54:16 2012 +0000
+++ b/etc/etc.arc/ttys  Sun Jun 24 18:04:37 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: ttys,v 1.7 2008/10/07 10:00:01 abs Exp $
+#      $NetBSD: ttys,v 1.7.20.1 2012/06/24 18:04:38 riz Exp $
 #
 # name getty                           type    status          comments
 
@@ -11,10 +11,10 @@
 constty        "/usr/libexec/getty std.9600"   vt220 off secure
 
 # Workstation console
-ttyE0  "/usr/libexec/getty std.9600"   vt220 off secure
-ttyE1  "/usr/libexec/getty std.9600"   vt220 off secure
-ttyE2  "/usr/libexec/getty std.9600"   vt220 off secure
-ttyE3  "/usr/libexec/getty std.9600"   vt220 off secure
+ttyE0  "/usr/libexec/getty std.9600"   wsvt25 off secure
+ttyE1  "/usr/libexec/getty std.9600"   wsvt25 off secure
+ttyE2  "/usr/libexec/getty std.9600"   wsvt25 off secure
+ttyE3  "/usr/libexec/getty std.9600"   wsvt25 off secure
 
 # NS16550 ("com") serial ports
 tty00  "/usr/libexec/getty std.9600"   unknown off secure
diff -r c6442d0eeb35 -r 0c1286b926ec etc/etc.atari/ttys
--- a/etc/etc.atari/ttys        Sun Jun 24 16:54:16 2012 +0000
+++ b/etc/etc.atari/ttys        Sun Jun 24 18:04:37 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: ttys,v 1.9 2008/10/07 10:00:01 abs Exp $
+#      $NetBSD: ttys,v 1.9.20.1 2012/06/24 18:04:41 riz Exp $
 #
 #      from: @(#)ttys  5.1 (Berkeley) 4/17/89
 #
@@ -9,7 +9,7 @@
 # the root password.
 console        "/usr/libexec/getty Pc"         vt220   off secure 
 constty        "/usr/libexec/getty Pc"         vt220   off secure 
-ttye0  "/usr/libexec/getty Pc"         vt220   on secure       # ite0 console
-ttye1  "/usr/libexec/getty Pc"         vt220   on secure       # ite1
-ttyE0  "/usr/libexec/getty Pc"         vt220   on secure       # wscons
-ttyE1  "/usr/libexec/getty Pc"         vt220   on secure       #   consoles
+ttye0  "/usr/libexec/getty Pc"         wsvt25  on secure       # ite0 console
+ttye1  "/usr/libexec/getty Pc"         wsvt25  on secure       # ite1
+ttyE0  "/usr/libexec/getty Pc"         wsvt25  on secure       # wscons
+ttyE1  "/usr/libexec/getty Pc"         wsvt25  on secure       #   consoles
diff -r c6442d0eeb35 -r 0c1286b926ec etc/etc.cats/ttys
--- a/etc/etc.cats/ttys Sun Jun 24 16:54:16 2012 +0000
+++ b/etc/etc.cats/ttys Sun Jun 24 18:04:37 2012 +0000
@@ -1,15 +1,15 @@
 #
 #      from: @(#)ttys  5.1 (Berkeley) 4/17/89
-#      $NetBSD: ttys,v 1.6 2008/10/07 10:00:01 abs Exp $
+#      $NetBSD: ttys,v 1.6.20.1 2012/06/24 18:04:41 riz Exp $
 #
 # name getty                           type    status          comments
 #
 console        "/usr/libexec/getty Pc"         vt100   off secure
 constty        "/usr/libexec/getty Pc"         vt100   off secure
-ttyE0  "/usr/libexec/getty Pc"         vt220   on secure
-ttyE1  "/usr/libexec/getty Pc"         vt220   on secure
-ttyE2  "/usr/libexec/getty Pc"         vt220   on secure
-ttyE3  "/usr/libexec/getty Pc"         vt220   on secure
+ttyE0  "/usr/libexec/getty Pc"         wsvt25  on secure
+ttyE1  "/usr/libexec/getty Pc"         wsvt25  on secure
+ttyE2  "/usr/libexec/getty Pc"         wsvt25  on secure
+ttyE3  "/usr/libexec/getty Pc"         wsvt25  on secure
 tty00  "/usr/libexec/getty std.9600"   unknown off secure
 tty01  "/usr/libexec/getty std.9600"   unknown off secure
 tty02  "/usr/libexec/getty std.9600"   unknown off secure
diff -r c6442d0eeb35 -r 0c1286b926ec etc/etc.evbarm/ttys
--- a/etc/etc.evbarm/ttys       Sun Jun 24 16:54:16 2012 +0000
+++ b/etc/etc.evbarm/ttys       Sun Jun 24 18:04:37 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ttys,v 1.6 2008/10/07 10:00:01 abs Exp $
+#      $NetBSD: ttys,v 1.6.20.1 2012/06/24 18:04:40 riz Exp $
 #
 #      from: @(#)ttys  5.1 (Berkeley) 4/17/89
 #
@@ -6,10 +6,10 @@
 #
 console        "/usr/libexec/getty default"    vt100   on secure
 constty        "/usr/libexec/getty default"    vt100   off secure
-ttyE0  "/usr/libexec/getty Pc"         vt220   off secure
-ttyE1  "/usr/libexec/getty Pc"         vt220   off secure
-ttyE2  "/usr/libexec/getty Pc"         vt220   off secure
-ttyE3  "/usr/libexec/getty Pc"         vt220   off secure
+ttyE0  "/usr/libexec/getty Pc"         wsvt25  off secure
+ttyE1  "/usr/libexec/getty Pc"         wsvt25  off secure
+ttyE2  "/usr/libexec/getty Pc"         wsvt25  off secure
+ttyE3  "/usr/libexec/getty Pc"         wsvt25  off secure
 tty00  "/usr/libexec/getty default"    unknown off secure
 tty01  "/usr/libexec/getty default"    unknown off secure
 tty02  "/usr/libexec/getty default"    unknown off secure
diff -r c6442d0eeb35 -r 0c1286b926ec etc/etc.hp300/ttys
--- a/etc/etc.hp300/ttys        Sun Jun 24 16:54:16 2012 +0000
+++ b/etc/etc.hp300/ttys        Sun Jun 24 18:04:37 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ttys,v 1.15 2011/02/06 18:26:51 tsutsui Exp $
+#      $NetBSD: ttys,v 1.15.6.1 2012/06/24 18:04:39 riz Exp $
 #      from: @(#)ttys  5.1 (Berkeley) 4/17/89
 #
 # name getty                           type    status          comments
@@ -9,7 +9,7 @@
 constty "/usr/libexec/getty Pc"                vt220   off secure
 
 # Workstation console
-ttyE0  "/usr/libexec/getty Pc"         vt220   off secure
+ttyE0  "/usr/libexec/getty Pc"         wsvt25  off secure
 
 # Hardwired lines are marked off, by default, so getty(8)
 # is quiet when they don't exist.
diff -r c6442d0eeb35 -r 0c1286b926ec etc/etc.hpcarm/ttys



Home | Main Index | Thread Index | Old Index