summaryrefslogtreecommitdiffstats
path: root/bin/stty/stty.c
Commit message (Collapse)AuthorAgeFilesLines
* Consistently use FBSDIDobrien2002-06-301-2/+2
|
* o __P has been reovedimp2002-02-021-6/+2
| | | | | | | | | | | | | | | | | | o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are. o Change int foo() { ... to int foo(void) { ...
* BDECFLAGS cleanupkris2001-05-181-1/+3
|
* Fix warn formatache2000-04-301-1/+1
| | | | Pointed-by: bde
* Back out all drainwait changes. It is enough controllable via sysctl orache2000-04-301-8/+5
| | | | | | | comcontrol, having it in stty cause too many problems with existing drivers and tty access permissings of non-superuser. Asked-by: bde
* gfmt: set 'changed' flags only if something really changed.ache2000-04-271-3/+1
|
* Add ability to manipulate with drain wait timeache2000-04-271-4/+9
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Correct use of .Nm. Add rcsid.charnier1998-05-181-3/+5
|
* Typo in usage string. Looks like the man page now.charnier1997-06-061-2/+2
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* -Wall cleaning.steve1996-12-141-3/+3
|
* Improve the recently changed and an old error message: don't report probebde1995-07-041-5/+3
| | | | errors.
* stty fails with a non-obvious error message if it's run on a non-ttyjoerg1995-07-021-3/+5
| | | | | | | | | | | | | | | | stream, such as a rsh or vi pipeline. The error message is: stty: TIOCGETD: Operation not supported It's immediately obvious to the knowledgable hacker type, but not exactly comforting to the user who's not native to unix. It's especially confusing if there's a stty command in their .cshrc and it's showing up on rsh output. (Fixes PR #bin/573) Submitted by: peter@haywire.dialix.com (Peter Wemm)
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
| | | | Reviewed by: phk
* Fix `stty' on the output of `stty -g'. The changes for the gfmt1 optionbde1995-04-291-1/+2
| | | | weren't TIOCSETD'd unless another option changed something.
* Added $Id$dg1994-09-241-0/+2
|
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+161
OpenPOWER on IntegriCloud