summaryrefslogtreecommitdiff
path: root/bin/stty/key.c
AgeCommit message (Collapse)Author
2009-10-28Use strtonum() instead of atoi() so that ridiculous sloppy things likeTheo de Raadt
ispeed -38400 baud; ospeed 38400 baud; 24 rows; 80 columns; and % stty rows -45; stty size 65491 80 don't happen. ok millert guenther
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2003-06-11ansification, art okTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-06-25implement 'stty ek' as documented; dima@unixfreak.orgTodd C. Miller
1997-08-24correct -sane error msg; steve@freebsdTheo de Raadt
1997-07-23tabifykstailey
1996-12-17Fix typoThorsten Lockert
1996-12-16Implement more tty flags for better portability from other systems:Thorsten Lockert
XCASE - canonical input/output processing IUCLC - translate uppercase to lowercase on input OLCUC - translate lowercase to uppercase on output OCRNL - translate carriage return to newline on output ONOCR - do not output carriage return at column 0 ONLRET - newline performs carriage return function In addition the tty compatibility interface supports LCASE properly. Look at termios(4) for a more complete description of the above flags.
1996-08-02ioctl ip->fd, not 0, dohTheo de Raadt
1996-06-23update rcsidTheo de Raadt
1996-01-05Add support for ostart and ostopNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt