Age | Commit message (Expand) | Author |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2021-10-23 | stty(1) can't be pledged for all modes, but it can be unveiled. the only file to | Ricardo Mestre |
2020-01-16 | Usually, -width Fl (which is 10n) is too wide and hence ugly. | Ingo Schwarze |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2017-04-28 | Quiet a clang warning from -Wstring-plus-int. OK naddy@ | Todd C. Miller |
2016-11-26 | Remove leftovers of line disciplines that are no more. | Martin Pieuchot |
2016-08-20 | already in v2 according to http://www.tuhs.org/Archive/PDP-11/Distributions/r... | Ingo Schwarze |
2016-07-23 | Before terminal characteristics are displayed, stty(1) activates | Alexander Bluhm |
2016-03-23 | header cleanup | mmcc |
2015-11-20 | Cannot pledge bottom half of setting, because of the ioctl backing | Theo de Raadt |
2015-11-20 | KNF | Theo de Raadt |
2015-10-11 | pledge "stdio tty" works once the kernel allows TIOCGWINSZ. Do the pledge | Theo de Raadt |
2015-09-22 | spelling; | Jason McIntyre |
2015-02-15 | -a is documented | Ted Unangst |
2015-02-11 | use strtonum for ispeed & ospeed, rejecting those numbers. | Theo de Raadt |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-05-29 | document control characters which are extensions; | Jason McIntyre |
2014-05-29 | flesh out STANDARDS; | Jason McIntyre |
2014-05-29 | for -a and -g, do not say "as per posix": it adds no value to the user, and | Jason McIntyre |
2014-05-29 | some basic formatting fixes; | Jason McIntyre |
2014-05-28 | onocr suppresses the cr, not outputs it; | Jason McIntyre |
2013-11-21 | add unsigned char casts for specific calls to ctype.h macros. | Theo de Raadt |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre |
2009-10-28 | Use strtonum() instead of atoi() so that ridiculous sloppy things like | Theo de Raadt |
2009-10-28 | The min and time settings in stty -g output are in hex, not decimal, so | Philip Guenthe |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2009-01-04 | replace hardcoded exit values with .Ex macros; | Igor Sobrado |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2007-06-25 | Greg A. Woods: stty(1) should mention tty(4) | Jason McIntyre |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre |
2006-06-04 | teach stty about NMEADISC | Theo de Raadt |
2004-09-16 | de-lint (long vs int vs unsigned); otto ok | Theo de Raadt |
2003-12-16 | use full sentence for description of cols; from Jared Yanovich; | Jason McIntyre |
2003-07-02 | missing protos | Theo de Raadt |
2003-07-02 | .Cm Fl -> .Fl | Jason McIntyre |
2003-06-11 | ansification, art ok | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-30 | section reorder; | Jason McIntyre |
2002-09-30 | When using "nl" as an argument to .Fl, escape nl to make it literal, | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-24 | fix the history refs | Michael Shalayeff |
2001-11-13 | o) start new sentence on a new line; | Mike Pechkin |
2001-09-06 | o) __progname aria; | Mike Pechkin |
2001-06-25 | implement 'stty ek' as documented; dima@unixfreak.org | Todd C. Miller |
2001-05-20 | exit and use __progname | Michael Shalayeff |