History log of /netbsd-current/etc/gettytab
Revision Date Author Comments
# 1.18 08-Jan-2006 dsl

Remove the sp#9600 from the entry for Pc|Pc console.
wscons will have set 9600 somewhere, and if it is a real serial port the
kernel will have set the baud rate based on information passed by /boot.
Now an unmodified system will boot in a Soekris net4801 at 38400 baud.


# 1.17 04-Apr-2003 perry

add :ht: to the Pc entry so wscons consoles will have proper tab
handling (i.e. not oxtabs.)
From Geoff C. Wing in PR misc/21006


# 1.16 10-Nov-2001 thorpej

Remove speed specification from the "default" entry. This allows
/etc/ttys to specify "default" and inherit whatever speed the device
is currently using (very useful for some serial console configurations).


# 1.15 14-Dec-1999 drochner

Add the "ig" directive to the PC console entry to avoid escape sequences
confusing the terminal. Should fix PR lib/8993 by Pierre Bourgin.


# 1.14 15-Mar-1999 hubertf

branches: 1.14.2; 1.14.6;
This was not intended to be committed - back out.


# 1.13 15-Mar-1999 hubertf

Give root a Bourne shell.


# 1.12 12-Dec-1998 fair

Add example entries for PPP login, per PR#6462


# 1.11 29-Jan-1998 lukem

change default speed from 1200 -> 9600


# 1.10 30-Jul-1997 perry

1) close my own pr-2502 by adding ce and ck to default
2) substantial cleanup. In particular, I got rid of lots of
egregiously obsolete entries, and I got rid of obsolete
capabilities in the only mostly obsolete entries, etc.


# 1.9 14-Mar-1997 mycroft

Use 8 bits by default.


# 1.8 15-Feb-1997 mikel

cleanup Lite-1 merge


# 1.7 08-May-1996 thorpej

RCS id police.


# 1.6 11-Oct-1995 pk

Add 8-bit clean Sun Console entry.
Remove useless `fd' capability in `default:'.


# 1.5 29-Aug-1993 mycroft

branches: 1.5.4;
Change default banner to say `%s/%m' rather than `NetBSD'.


# 1.4 26-Aug-1993 deraadt

pretty up the getty prompt


# 1.3 02-Aug-1993 mycroft

Add entries for 38.4k, 57.6k, and 115.2kbaud.


# 1.2 27-Apr-1993 cgd

386bsd -> NetBSD


# 1.1 21-Mar-1993 cgd

branches: 1.1.1;
Initial revision


# 1.1.1.2 14-Feb-1997 mikel

import 4.4BSD-Lite


# 1.1.1.1 21-Mar-1993 cgd

initial import of 386bsd-0.1 sources


# 1.5.4.1 13-Oct-1995 pk

Update from trunk: add Sun console


# 1.14.6.1 27-Dec-1999 wrstuden

Pull up to last week's -current.


# 1.14.2.1 20-Dec-1999 he

Pull up revision 1.15 (requested by drochner):
Avoid terminal confusion by not echoing escape sequences generated
by keypad/function keys. Fixes PR#8993.