OpenBSD CVS

CVS log for src/etc/etc.alpha/ttys


[BACK] Up to [local] / src / etc / etc.alpha

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14 / (download) - annotate - [select for diffs], Thu Nov 2 14:04:24 2017 UTC (6 years, 7 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, HEAD
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code.

ttyB* minor numbers change; be sure to rerun MAKEDEV if you do not
upgrade with bsd.rd

Adapted from NetBSD by miod@

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jan 9 17:39:41 2008 UTC (16 years, 5 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.12: +7 -7 lines
Diff to previous 1.12 (colored)

Try to make /etc/ttys more consistent accross platforms, which will also
make the installation media's life easier:
- stop using ``Pc'' as a getty terminal type, use std.9600 instead.
- on platforms with multiple virtual consoles (alpha, amd64, i386,
  zaurus), console is disabled, various ttyC* are enabled.
- on other platforms, console is enabled, all other devices are
  disabled. This only changes armish, mac68k, sgi.
- default terminal for console is unknown on serial-only machines, vt220
  on glass-capable machines (questionable, but done for consistency).
- minor whitespace changes.
- glass console forgotten on a couple platforms (luna88k, sparc64, vax).

eyeballed by deraadt@, ok krw@

Revision 1.12 / (download) - annotate - [select for diffs], Tue Nov 5 00:42:16 2002 UTC (21 years, 7 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.11: +6 -2 lines
Diff to previous 1.11 (colored)

Allocate by default 6 virtual consoles on alpha, as on i386, rather than
only one.

X11 is configured here to start on ttyC5, like on i386 again. This requires
alpha-specific changes to the X servers, that went in the tree before 3.2
was released.

On tga-compatible boards, there are no virtual consoles available, and these
changes will have no effect.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Apr 24 18:56:54 2002 UTC (22 years, 1 month ago) by matthieu
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

Run getty on /dev/ttyC0, not /dev/console.
Ok deraadt@, millert@

Revision 1.10 / (download) - annotate - [select for diffs], Sat Mar 3 21:23:49 2001 UTC (23 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

vt220 console type

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 30 08:34:09 2001 UTC (23 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.8: +6 -6 lines
Diff to previous 1.8 (colored)

move console ttys around.  serial becomes tty0?, console ttyC?

Revision 1.8 / (download) - annotate - [select for diffs], Sat Sep 9 04:50:40 2000 UTC (23 years, 9 months ago) by ericj
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

use vt100 instead of sun now

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jun 28 03:26:49 1998 UTC (25 years, 11 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

indent

Revision 1.6 / (download) - annotate - [select for diffs], Sun Nov 30 17:10:28 1997 UTC (26 years, 6 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Make console type "sun" so the default will "just work" for most people.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Oct 11 21:22:03 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

cleanup

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jul 11 04:06:15 1997 UTC (26 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Use term type of sun--works better than the ansi-m in our termcap.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 12 09:16:36 1996 UTC (27 years, 7 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored)

Add OpenBSD tags, use ansi-m as terminal type on wscons ttys

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jul 28 09:00:50 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +0 -34 lines
Diff to previous 1.1 (colored)

create pty component of /etc/ttys automatically

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:37:58 1995 UTC (28 years, 8 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:37:58 1995 UTC (28 years, 8 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.