aboutsummaryrefslogtreecommitdiff
path: root/etc/gettytab
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly specify 'np' so that getty(8) does not simulate even parity onPeter Jeremy2012-10-181-1/+1
| | | | | | | | | | | | | | | local.9600. Whilst the actual binary termios(4) definitions and preceeding comments for local.9600 indicate that parity is disabled, getty(8) internally simulates parity based on the presence or absence of the 'np' flag. PR: conf/76226 Submitted by: peter Approved by: grog (co-mentor) MFC after: 1 month Notes: svn path=/head/; revision=241708
* Fix spelling of "weirdo" in /etc/gettytab comment.Benedict Reuschling2010-07-121-1/+1
| | | | | | | | | | PR: docs/148500 Submitted by: Warren Block (wblock at wonkity dot com) Approved by: ed@ MFC after: 1 week Notes: svn path=/head/; revision=209954
* Partially revert the change to the gettytab made in r198214.Ed Schouten2009-10-191-1/+1
| | | | | | | | | | | | By misinterpreting some data, I thought that getty wouldn't apply any baud rate to the syscons devices, but it uses the default entry instead. This means that the baud rate is set to 1200. This isn't too bad, except when using canonical mode. Make it use 9600 baud by default. MFC after: 1 week Notes: svn path=/head/; revision=198229
* Allow the buffer size to be configured for pseudo-like TTY devices.Ed Schouten2009-10-181-1/+1
| | | | | | | | | | | | | | | | | | Devices that don't implement param() (which means they don't support hardware parameters such as flow control, baud rate) hardcode the baud rate to TTYDEF_SPEED. This means the buffer size cannot be configured, which is a little inconvenient when using canonical mode with big lines of input, etc. Make it adjustable, but do clamp it between B50 and B115200 to prevent awkward buffer sizes. Remove the baud rate assignment from /etc/gettytab. Trust the kernel to fill in a proper value. Reported by: Mikolaj Golub <to my trociny gmail com> MFC after: 1 month Notes: svn path=/head/; revision=198214
* Add autologin entries (al.NNN) for higher console speeds.Dag-Erling Smørgrav2006-04-111-0/+10
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=157658
* Add gettytab entry for 3wire 19200 baud consoleMatteo Riondato2006-01-221-0/+2
| | | | | | | | | | PR: conf/90346 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> Approved by: philip (mentor) MFC after: 3 days Notes: svn path=/head/; revision=154685
* Removed whitespace at BOF, EOL & EOF.Jens Schweikhardt2004-06-061-1/+1
| | | | Notes: svn path=/head/; revision=130151
* Update the explanation of parity capabilitiesYaroslav Tykhiy2003-09-091-6/+4
| | | | | | | | | | to bring it into accord with the present getty(8) code. PR: bin/56325 MFC after: 3 days Notes: svn path=/head/; revision=119915
* Add entries for 3wire terminals. (carrier not supplied, so we set nc).Murray Stokely2001-08-311-0/+15
| | | | | | | | PR: conf/26420 Submitted by: Jon Passki <cykyc@yahoo.com> Notes: svn path=/head/; revision=82700
* Add if=/etc/issue to the default getty entry.Poul-Henning Kamp2000-12-181-1/+2
| | | | | | | | | | This does nothing if you don't have an /etc/issue file. PR: 22331 Submitted by: Rick C. Petty <rick@kiwi-computer.com> Notes: svn path=/head/; revision=70164
* Add an autologin example.Poul-Henning Kamp2000-06-101-0/+7
| | | | | | | | PR: 18082 Submitted by: C. Stephen Gunn <csg@dustdevil.waterspout.com> Notes: svn path=/head/; revision=61513
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Add Id keywordsBrian Somers1998-09-021-0/+1
| | | | Notes: svn path=/head/; revision=38738
* Add std.230400 entryPoul-Henning Kamp1998-07-221-0/+2
| | | | | | | PR: 7280 Notes: svn path=/head/; revision=37818
* FreeBSD -> %s/%mPoul-Henning Kamp1998-05-131-1/+1
| | | | | | | | | PR: 6600 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36017
* Add a sample entry specifying numeric tty settings. People sometimes askJoerg Wunsch1997-09-191-0/+20
| | | | | | | | how to force a local tty line into CLOCAL mode and Xon/Xoff flow control. This is the preferrable way (over rc.serial). Notes: svn path=/head/; revision=29610
* Cosmetic tweak.Jordan K. Hubbard1996-09-181-1/+1
| | | | | | | Requested-By: John Robert LoVerso <loverso@osf.org> Notes: svn path=/head/; revision=18364
* Remove top secret version information from the banner by default.Jordan K. Hubbard1995-08-021-1/+1
| | | | | | | Loose lips sink ships! Man the firewall and look alert! Notes: svn path=/head/; revision=9849
* Tweak the default entry a little to take advantage of new gettyJordan K. Hubbard1995-08-011-1/+1
| | | | | | | feature. Notes: svn path=/head/; revision=9840
* Update a comment to match the 1993/12/03 change to `np' and fix someBruce Evans1995-06-251-5/+4
| | | | | | | punctuation. Notes: svn path=/head/; revision=9306
* gettytab:Joerg Wunsch1995-02-161-2/+7
| | | | | | | | | | | | | | | | | Add the `lc' option to default. Having getty understand the issues of CAPS-only terminals is a nop these days, but `lc' avoids hassles for people with CAPS-only user names. Suggested by: Don Yuniskis weekly: Modify the call to makewhatis, now that our makewhatis can take the entire ${MANPATH} as a single argument. Notes: svn path=/head/; revision=6489
* Add 'ht' to PC Console (has hardware tabs)Andrey A. Chernov1994-02-061-1/+1
| | | | Notes: svn path=/head/; revision=1096
* Add "np" to all std.xxx entries, make them 8-bit clean.Andrey A. Chernov1993-12-161-13/+13
| | | | Notes: svn path=/head/; revision=862
* >From: Adam David <adam@veda.is>Rodney W. Grimes1993-11-101-1/+1
| | | | | | | | | | | Date: Wed, 10 Nov 1993 00:51:19 GMT Subject: typo in etc/gettytab [editor: fix typo in comment about what things need turned off for none crt entries] Notes: svn path=/head/; revision=747
* From Andrew Chernov:David Greenman1993-10-221-2/+26
| | | | | | | | | | | (see changes to getty which this patch is part of) Basically, a few of the tty flags were changed to work better with 'CRT's, and the flags are better documented (documentation from Bruce Evans). Notes: svn path=/head/; revision=646
* Fixed entry for t9600, baud rate was 19200, should be and now is 9600.Rodney W. Grimes1993-08-131-1/+1
| | | | Notes: svn path=/head/; revision=289
* Changed login banner from 386BSD to FreeBSD. Added entries for 38.4k, 57.6kRodney W. Grimes1993-07-191-1/+7
| | | | | | | and 115.2k baud gettys. Notes: svn path=/head/; revision=154
* Initial import of 386BSD 0.1 othersrc/etcRodney W. Grimes1993-06-201-0/+143
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=37