Subject: Re: CRTSCTS in /sys/sys/termios.h is correlt?
To: None <netbsd-current-users@sun-lamp.cs.berkeley.edu>
From: Jan Morales <jan@filetek.com>
List: current-users
Date: 12/20/1993 15:19:23
> Somewhere in either getty or login (I forget which), there is a routine
> which ends up forcing a particular set of modes on the serial line just
> before exec'ing the shell; one of the particular set of modes is 7-bit
> stripping.

It's ttydefaults() in getty (ttydefaults.c, called from main.c).  I don't
understand why getty does this.  If the tty attributes getty uses to get
the login username work, why does getty change them before exec'ing login?

Jan

------------------------------------------------------------------------------