summaryrefslogtreecommitdiffstats
path: root/bin/stty
Commit message (Collapse)AuthorAgeFilesLines
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-2/+0
| | | | | | set WARNS=0. Reviewed by: mike
* Note that stty is a utility and not... err... a program....green2001-11-291-1/+1
| | | | Submitted by: ru
* Stty is a program, not a function.green2001-11-291-1/+1
|
* Implement `stty ek` as documented.dd2001-08-231-0/+12
| | | | | PR: 24063 Submitted by: Seth Kingsley <sethk@osd.bsdi.com>
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-3/+1
|
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+1
|
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-2/+2
|
* WARNS= -> WARNS?=dd2001-06-221-1/+1
| | | | Submitted by: Mike Barcroft <mike@q9media.com>
* Silence WARNS=2 and BDECFLAGS on alpha and i386kris2001-05-202-2/+4
| | | | MFC after: 1 week
* BDECFLAGS cleanupkris2001-05-187-23/+32
|
* implement OCRNL, ONOCR, and ONLRETassar2001-03-043-0/+19
| | | | Obtained from: NetBSD
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-1/+1
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-151-18/+18
|
* Add support for an "erase2" so that both ^H and DEL can be usedjkh2000-11-282-1/+4
| | | | | | for backspacing. Submitted By: Rui Pedro Mendes Salgueiro <rps@mat.uc.pt>
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-4/+2
|
* Fix warn formatache2000-04-301-1/+1
| | | | Pointed-by: bde
* Back out all drainwait changes. It is enough controllable via sysctl orache2000-04-307-55/+17
| | | | | | | comcontrol, having it in stty cause too many problems with existing drivers and tty access permissings of non-superuser. Asked-by: bde
* gfmt: set drainwait only if changedache2000-04-301-2/+4
| | | | It allows to restore tty state without a warning for non-superuser
* Describe drainwaitache2000-04-271-0/+2
|
* part of gfmt really changed commitache2000-04-271-1/+1
|
* gfmt: set 'changed' flags only if something really changed.ache2000-04-272-7/+14
|
* Add ability to manipulate with drain wait timeache2000-04-276-15/+42
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-2/+4
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Don't report the tablet line discipline, it "doesn't happen (TM)"peter2000-01-291-3/+0
|
* $Id$ -> $FreeBSD$peter1999-08-2711-11/+11
|
* Various spelling/formatting changes.kris1999-05-081-3/+3
| | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* Fixed printf format errors.bde1998-06-282-5/+7
|
* Correct description of -crtscts.jkoshy1998-06-031-2/+2
| | | | | PR: 6836 Submitted by: Andrew <andrew@ugh.net.au>
* Correct use of .Nm. Add rcsid.charnier1998-05-187-25/+39
|
* Merge from OpenBSD:eivind1997-12-121-3/+5
| | | | | | | >sprintf -> snprintf paranoia Obtainted from: OpenBSD src/bin/stty/print.c v1.5 by Todd Miller <millert@openbsd.org>
* Correct confusing error message when called as 'stty -sane'.steve1997-08-241-5/+8
| | | | PR: bin/3573
* Typo in usage string. Looks like the man page now.charnier1997-06-061-2/+2
|
* Typo (the the -> the).charnier1997-06-021-2/+2
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
| | | | posix standard on the topic.
* Correct the self reference in the description of the "tabs" option.mpp1997-03-121-2/+2
| | | | | | It should really refer to "oxtabs". Obtained from: NetBSD-bugs mailing list PR# 3320
* Revert $FreeBSD$ to $Id$peter1997-02-2211-11/+11
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1411-11/+11
| | | | | | | | 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-147-18/+18
|
* Fixed `stty [-]extproc'. It set extproc to a semi-random state (alwaysbde1996-12-071-2/+2
| | | | | off if there are no other options, always (?) on if another option that changes the state is processed earlier).
* Fixed typo.bde1996-03-311-2/+2
| | | | Reported by: andreas@knobel.gun.de
* Fixed descriptions of ignpar and parmrk.bde1995-11-111-3/+3
|
* Improve the recently changed and an old error message: don't report probebde1995-07-042-7/+5
| | | | 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-304-11/+11
| | | | Reviewed by: phk
* Support nonstandard (not yet all supported) flow control options. `ctsflow'bde1995-04-292-7/+32
| | | | | | | | | and `rtsflow' are the components of `crtscts'. `dtrflow' and `dsrflow' are new and not yet supported. `dtrflow' may be useful for Cyclades serial careds, which have h/w support for it and no h/w support for `rtsflow'. print.c: Report NTTYDISC in case the line is in this obsolescent state.
* 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.
* Fix bugs:ache1995-04-283-14/+11
| | | | | | | cchars2 not used can't set or report MIN or TIME == 255 TIOCSETD on wrong fd PPPDISC is not reported
* You will find enclosed some changes to make gcc -Wall more happy injoerg1995-03-192-5/+5
| | | | | | | | | /usr/src/bin. Note that some patches are still needed in that directory. I (Joerg) finished most of Philippe's cleanup. /bin/sh will still need *allot* of work, however. Submitted by: charnier@lirmm.fr (Philippe Charnier)
OpenPOWER on IntegriCloud