Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -4/+2 |
| | |||||
* | Fix warn format | ache | 2000-04-30 | 1 | -1/+1 |
| | | | | Pointed-by: bde | ||||
* | Back out all drainwait changes. It is enough controllable via sysctl or | ache | 2000-04-30 | 7 | -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 changed | ache | 2000-04-30 | 1 | -2/+4 |
| | | | | It allows to restore tty state without a warning for non-superuser | ||||
* | Describe drainwait | ache | 2000-04-27 | 1 | -0/+2 |
| | |||||
* | part of gfmt really changed commit | ache | 2000-04-27 | 1 | -1/+1 |
| | |||||
* | gfmt: set 'changed' flags only if something really changed. | ache | 2000-04-27 | 2 | -7/+14 |
| | |||||
* | Add ability to manipulate with drain wait time | ache | 2000-04-27 | 6 | -15/+42 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -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)" | peter | 2000-01-29 | 1 | -3/+0 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 11 | -11/+11 |
| | |||||
* | Various spelling/formatting changes. | kris | 1999-05-08 | 1 | -3/+3 |
| | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> | ||||
* | Fixed printf format errors. | bde | 1998-06-28 | 2 | -5/+7 |
| | |||||
* | Correct description of -crtscts. | jkoshy | 1998-06-03 | 1 | -2/+2 |
| | | | | | PR: 6836 Submitted by: Andrew <andrew@ugh.net.au> | ||||
* | Correct use of .Nm. Add rcsid. | charnier | 1998-05-18 | 7 | -25/+39 |
| | |||||
* | Merge from OpenBSD: | eivind | 1997-12-12 | 1 | -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'. | steve | 1997-08-24 | 1 | -5/+8 |
| | | | | PR: bin/3573 | ||||
* | Typo in usage string. Looks like the man page now. | charnier | 1997-06-06 | 1 | -2/+2 |
| | |||||
* | Typo (the the -> the). | charnier | 1997-06-02 | 1 | -2/+2 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 1 | -2/+2 |
| | | | | posix standard on the topic. | ||||
* | Correct the self reference in the description of the "tabs" option. | mpp | 1997-03-12 | 1 | -2/+2 |
| | | | | | | It should really refer to "oxtabs". Obtained from: NetBSD-bugs mailing list PR# 3320 | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 11 | -11/+11 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 11 | -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. | steve | 1996-12-14 | 7 | -18/+18 |
| | |||||
* | Fixed `stty [-]extproc'. It set extproc to a semi-random state (always | bde | 1996-12-07 | 1 | -2/+2 |
| | | | | | off if there are no other options, always (?) on if another option that changes the state is processed earlier). | ||||
* | Fixed typo. | bde | 1996-03-31 | 1 | -2/+2 |
| | | | | Reported by: andreas@knobel.gun.de | ||||
* | Fixed descriptions of ignpar and parmrk. | bde | 1995-11-11 | 1 | -3/+3 |
| | |||||
* | Improve the recently changed and an old error message: don't report probe | bde | 1995-07-04 | 2 | -7/+5 |
| | | | | errors. | ||||
* | stty fails with a non-obvious error message if it's run on a non-tty | joerg | 1995-07-02 | 1 | -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. | rgrimes | 1995-05-30 | 4 | -11/+11 |
| | | | | Reviewed by: phk | ||||
* | Support nonstandard (not yet all supported) flow control options. `ctsflow' | bde | 1995-04-29 | 2 | -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 option | bde | 1995-04-29 | 1 | -1/+2 |
| | | | | weren't TIOCSETD'd unless another option changed something. | ||||
* | Fix bugs: | ache | 1995-04-28 | 3 | -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 in | joerg | 1995-03-19 | 2 | -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) | ||||
* | Added $Id$ | dg | 1994-09-24 | 11 | -0/+18 |
| | |||||
* | BSD 4.4 Lite bin Sources | rgrimes | 1994-05-26 | 11 | -0/+1986 |