summaryrefslogtreecommitdiffstats
path: root/bin/stty
AgeCommit message (Expand)AuthorFilesLines
2020-01-16Usually, -width Fl (which is 10n) is too wide and hence ugly.schwarze1-10/+10
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt2-11/+11
2017-04-28Quiet a clang warning from -Wstring-plus-int. OK naddy@millert1-10/+11
2016-11-26Remove leftovers of line disciplines that are no more.mpi1-10/+1
2016-08-20already in v2 according to http://www.tuhs.org/Archive/PDP-11/Distributions/research/1972_stuff/unix_2nd_edition_manual.pdfschwarze1-3/+3
2016-07-23Before terminal characteristics are displayed, stty(1) activatesbluhm1-1/+5
2016-03-23header cleanupmmcc7-12/+20
2015-11-20Cannot pledge bottom half of setting, because of the ioctl backingderaadt1-4/+5
2015-11-20KNFderaadt1-3/+3
2015-10-11pledge "stdio tty" works once the kernel allows TIOCGWINSZ. Do the pledgederaadt1-3/+11
2015-09-22spelling;jmc1-3/+3
2015-02-15-a is documentedtedu1-2/+2
2015-02-11use strtonum for ispeed & ospeed, rejecting those numbers.deraadt1-5/+15
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>schwarze1-11/+6
2014-05-29document control characters which are extensions;jmc1-5/+13
2014-05-29flesh out STANDARDS;jmc1-20/+61
2014-05-29for -a and -g, do not say "as per posix": it adds no value to the user, andjmc1-7/+6
2014-05-29some basic formatting fixes;jmc1-9/+18
2014-05-28onocr suppresses the cr, not outputs it;jmc1-3/+3
2013-11-21add unsigned char casts for specific calls to ctype.h macros.deraadt1-2/+2
2013-08-14some Bx/Ox conversion;jmc1-3/+3
2011-09-03make -column lists pretty again;jmc1-23/+20
2010-09-03add an EXIT STATUS section for /bin;jmc1-3/+3
2009-10-28Use strtonum() instead of atoi() so that ridiculous sloppy things likederaadt2-5/+16
2009-10-28The min and time settings in stty -g output are in hex, not decimal, soguenther1-3/+1
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt6-60/+6
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc1-3/+3
2009-01-04replace hardcoded exit values with .Ex macros;sobrado1-5/+3
2008-05-17documentation tweaks.sobrado1-3/+3
2007-06-25Greg A. Woods: stty(1) should mention tty(4)jmc1-3/+4
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-29- consistent STANDARDS blurbjmc1-10/+33
2006-06-04teach stty about NMEADISCderaadt1-2/+5
2004-09-16de-lint (long vs int vs unsigned); otto okderaadt1-4/+4
2003-12-16use full sentence for description of cols; from Jared Yanovich;jmc1-2/+2
2003-07-02missing protosderaadt1-2/+3
2003-07-02.Cm Fl -> .Fljmc1-2/+2
2003-06-11ansification, art okderaadt6-88/+45
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert9-60/+24
2003-05-30section reorder;jmc1-6/+6
2002-09-30When using "nl" as an argument to .Fl, escape nl to make it literal,millert1-2/+2
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert3-39/+39
2002-01-24fix the history refsmickey1-1/+6
2001-11-13o) start new sentence on a new line;mpech1-3/+3
2001-09-06o) __progname aria;mpech2-4/+5
2001-06-25implement 'stty ek' as documented; dima@unixfreak.orgmillert1-2/+14
2001-05-20exit and use __prognamemickey1-5/+6
2000-10-06Sync usage() with man page.aaron1-3/+3
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.aaron1-2/+2
2000-04-12Trailing whitespace begone!aaron1-2/+2