Home | History | Annotate | Download | only in stty
History log of /src/bin/stty/stty.c
RevisionDateAuthorComments
 1.24  06-Sep-2019  christos Don't fail when the line discipline ioctl fails (since it secondary
like the other tty ioctls that we only warn about). Do the main
ioctl (tcgetattr) first, since that provides a better error message
(ENOTTY instead of EINVAL).
 1.23  12-Sep-2013  christos branches: 1.23.26;
- print the line discipline using the new ioctl
- print the queue size
 1.22  20-Jun-2012  wiz branches: 1.22.2;
- remove trailing white space;
- sync `usage' with man page.

From patch by Bug Hunting.
 1.21  20-Jul-2008  lukem branches: 1.21.2; 1.21.20;
Remove the \n and tabs from the __COPYRIGHT() strings.
 1.20  26-May-2008  christos PR/38755: murray armfield: /bin posix programs missing setprogname and/or
setlocale
 1.19  07-Aug-2003  agc branches: 1.19.30; 1.19.32;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22249, verified by myself.
 1.18  16-Jun-2003  perry ANSIfy, from Petri Koistinen in PR 13975
 1.17  02-Mar-1999  christos s/BSD/STTY_BSD/ where I missed it before.
 1.16  02-Mar-1999  christos - char -> unsigned char
- #ifdef BSD4_4 for for non POSIX features
- prefix with STTY_ all the FMT constants to avoid namespace collisions.
 1.15  28-Jul-1998  mycroft Delint.
 1.14  28-Jul-1998  mycroft Delint.
 1.13  20-Jul-1997  christos Fix compiler warnings.
Add WARNS=1
 1.12  04-Jun-1997  mikel nuke extra : in usage string
 1.11  21-Mar-1995  cgd convert to new RCS id conventions.
 1.10  20-Sep-1994  mycroft branches: 1.10.2;
Merge with 4.4-Lite version.
 1.9  23-Mar-1994  mycroft Add VMIN and VTIME support, per Keith Bostic. Use libc err*() and warn*(),
and make usage() a function.
 1.8  18-Jan-1994  jtc It's 1994 --- remove stdout redirection check.
 1.7  01-Aug-1993  mycroft Add RCS identifiers.
 1.6  05-Jun-1993  deraadt reverse of "stty -g" now works. it forgot to actually ioctl() the
changes in.. patch posted by <ache@astral.msk.su>
 1.5  01-Jun-1993  cgd rcsid cleanup
 1.4  19-Apr-1993  mycroft Don't overrun end of argument list.
 1.3  23-Mar-1993  cgd changed "Id" to "Header" for rcsids
 1.2  22-Mar-1993  cgd added rcs ids to all files
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  20-Sep-1994  mycroft Import original 4.4-Lite version.
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.10.2.2  20-Sep-1994  mycroft Merge with 4.4-Lite version.
 1.10.2.1  20-Sep-1994  mycroft file stty.c was added on branch netbsd-1-0 on 1994-09-20 04:52:13 +0000
 1.19.32.2  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.19.32.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.19.30.1  04-Jun-2008  yamt sync with head
 1.21.20.1  28-Jun-2012  riz Pull up following revision(s) (requested by wiz in ticket #364):
bin/stty/stty.1: revision 1.40
bin/stty/stty.1: revision 1.41
bin/stty/stty.c: revision 1.22
- improve wording, and create more consistency within the text;
- correct `SYNOPSIS';
- improve macro usage;
- mention argument name for `-f' (and change list width for it);
- correct misplacement of periods (`.') and a parenthese (`(');
- fix typo;
- bump date.
From Bug Hunting.
- remove trailing white space;
- sync `usage' with man page.
From patch by Bug Hunting.
Remove another Pf. From Bug Hunting.
 1.21.2.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.21.2.1  30-Oct-2012  yamt sync with head
 1.22.2.1  19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.23.26.3  21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.23.26.2  21-Apr-2020  martin Sync with HEAD
 1.23.26.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed