| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-01-16 | Usually, -width Fl (which is 10n) is too wide and hence ugly. |  schwarze | 1 | -10/+10 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2 | -11/+11 |
| 2017-04-28 | Quiet a clang warning from -Wstring-plus-int. OK naddy@ |  millert | 1 | -10/+11 |
| 2016-11-26 | Remove leftovers of line disciplines that are no more. |  mpi | 1 | -10/+1 |
| 2016-08-20 | already in v2 according to http://www.tuhs.org/Archive/PDP-11/Distributions/research/1972_stuff/unix_2nd_edition_manual.pdf |  schwarze | 1 | -3/+3 |
| 2016-07-23 | Before terminal characteristics are displayed, stty(1) activates |  bluhm | 1 | -1/+5 |
| 2016-03-23 | header cleanup |  mmcc | 7 | -12/+20 |
| 2015-11-20 | Cannot pledge bottom half of setting, because of the ioctl backing |  deraadt | 1 | -4/+5 |
| 2015-11-20 | KNF |  deraadt | 1 | -3/+3 |
| 2015-10-11 | pledge "stdio tty" works once the kernel allows TIOCGWINSZ. Do the pledge |  deraadt | 1 | -3/+11 |
| 2015-09-22 | spelling; |  jmc | 1 | -3/+3 |
| 2015-02-15 | -a is documented |  tedu | 1 | -2/+2 |
| 2015-02-11 | use strtonum for ispeed & ospeed, rejecting those numbers. |  deraadt | 1 | -5/+15 |
| 2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> |  schwarze | 1 | -11/+6 |
| 2014-05-29 | document control characters which are extensions; |  jmc | 1 | -5/+13 |
| 2014-05-29 | flesh out STANDARDS; |  jmc | 1 | -20/+61 |
| 2014-05-29 | for -a and -g, do not say "as per posix": it adds no value to the user, and |  jmc | 1 | -7/+6 |
| 2014-05-29 | some basic formatting fixes; |  jmc | 1 | -9/+18 |
| 2014-05-28 | onocr suppresses the cr, not outputs it; |  jmc | 1 | -3/+3 |
| 2013-11-21 | add unsigned char casts for specific calls to ctype.h macros. |  deraadt | 1 | -2/+2 |
| 2013-08-14 | some Bx/Ox conversion; |  jmc | 1 | -3/+3 |
| 2011-09-03 | make -column lists pretty again; |  jmc | 1 | -23/+20 |
| 2010-09-03 | add an EXIT STATUS section for /bin; |  jmc | 1 | -3/+3 |
| 2009-10-28 | Use strtonum() instead of atoi() so that ridiculous sloppy things like |  deraadt | 2 | -5/+16 |
| 2009-10-28 | The min and time settings in stty -g output are in hex, not decimal, so |  guenther | 1 | -3/+1 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 6 | -60/+6 |
| 2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 1 | -3/+3 |
| 2009-01-04 | replace hardcoded exit values with .Ex macros; |  sobrado | 1 | -5/+3 |
| 2008-05-17 | documentation tweaks. |  sobrado | 1 | -3/+3 |
| 2007-06-25 | Greg A. Woods: stty(1) should mention tty(4) |  jmc | 1 | -3/+4 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-05-29 | - consistent STANDARDS blurb |  jmc | 1 | -10/+33 |
| 2006-06-04 | teach stty about NMEADISC |  deraadt | 1 | -2/+5 |
| 2004-09-16 | de-lint (long vs int vs unsigned); otto ok |  deraadt | 1 | -4/+4 |
| 2003-12-16 | use full sentence for description of cols; from Jared Yanovich; |  jmc | 1 | -2/+2 |
| 2003-07-02 | missing protos |  deraadt | 1 | -2/+3 |
| 2003-07-02 | .Cm Fl -> .Fl |  jmc | 1 | -2/+2 |
| 2003-06-11 | ansification, art ok |  deraadt | 6 | -88/+45 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 9 | -60/+24 |
| 2003-05-30 | section reorder; |  jmc | 1 | -6/+6 |
| 2002-09-30 | When using "nl" as an argument to .Fl, escape nl to make it literal, |  millert | 1 | -2/+2 |
| 2002-02-16 | Part 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. |  millert | 3 | -39/+39 |
| 2002-01-24 | fix the history refs |  mickey | 1 | -1/+6 |
| 2001-11-13 | o) start new sentence on a new line; |  mpech | 1 | -3/+3 |
| 2001-09-06 | o) __progname aria; |  mpech | 2 | -4/+5 |
| 2001-06-25 | implement 'stty ek' as documented; dima@unixfreak.org |  millert | 1 | -2/+14 |
| 2001-05-20 | exit and use __progname |  mickey | 1 | -5/+6 |
| 2000-10-06 | Sync usage() with man page. |  aaron | 1 | -3/+3 |
| 2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. |  aaron | 1 | -2/+2 |
| 2000-04-12 | Trailing whitespace begone! |  aaron | 1 | -2/+2 |