Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove OTTYDISC, NETLDISC and NTTYDISC definitions. | ed | 2008-07-16 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | When I ported most applications away from <sgtty.h>, I noticed none of them were actually using these definitions. I kept them in place, because I didn't want to touch tools like pstat(8) and stty(1). In preparation for the MPSAFE TTY layer, remove these definitions. This doesn't have any impact with respect to binary compatibility (see tty_conf.c). We couldn now add an #error to <sys/ioctl_compat.h> when included outside the kernel. Unfortunately, kdump's mkioctls includes this file unconditionally. Approved by: philip (mentor) | ||||
* | Fix: printed output flags (onocr) and (onlret) same as oxtabs | ache | 2005-05-26 | 1 | -2/+2 |
| | | | | | PR: 81256 Submitted by: Arseny Nasokin <tarc@tarc.po.cs.msu.su> | ||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-09 | 2 | -4/+5 |
| | |||||
* | Add the new standard EXIT STATUS section where appropriate. | ru | 2005-01-16 | 1 | -1/+1 |
| | | | | Sort standard sections in the (documented) preferred order. | ||||
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 1 | -0/+1 |
| | |||||
* | Back out recent TTYDEF_LFLAG_ECHO invention. | ache | 2004-11-06 | 1 | -1/+1 |
| | | | | | This change is NOP, because TTYDEF_LFLAG = TTYDEF_LFLAG_ECHO now, but to minimize diffs with other BSDs. | ||||
* | stty sane should set the echo bits. | phk | 2004-11-02 | 1 | -1/+1 |
| | | | | | | PR: 73423 Submitted by: Michiel Boland <michiel@boland.org> Overlooked by: phk | ||||
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -12/+23 |
| | |||||
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 10 | -40/+0 |
| | | | | OK'ed by: imp, core | ||||
* | Fix format warning. This is WARNS=9, std=c99 clean on i386. | markm | 2003-05-03 | 1 | -1/+1 |
| | |||||
* | Quiet warnings about copyright[]. | obrien | 2003-05-01 | 1 | -2/+2 |
| | |||||
* | Consistently use FBSDID | obrien | 2002-06-30 | 7 | -15/+14 |
| | |||||
* | o __P has been reoved | imp | 2002-02-02 | 8 | -108/+66 |
| | | | | | | | | | | | | | | | | | | 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) { ... | ||||
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -2/+0 |
| | | | | | | set WARNS=0. Reviewed by: mike | ||||
* | Note that stty is a utility and not... err... a program.... | green | 2001-11-29 | 1 | -1/+1 |
| | | | | Submitted by: ru | ||||
* | Stty is a program, not a function. | green | 2001-11-29 | 1 | -1/+1 |
| | |||||
* | Implement `stty ek` as documented. | dd | 2001-08-23 | 1 | -0/+12 |
| | | | | | PR: 24063 Submitted by: Seth Kingsley <sethk@osd.bsdi.com> | ||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
| | |||||
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 1 | -2/+2 |
| | |||||
* | WARNS= -> WARNS?= | dd | 2001-06-22 | 1 | -1/+1 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Silence WARNS=2 and BDECFLAGS on alpha and i386 | kris | 2001-05-20 | 2 | -2/+4 |
| | | | | MFC after: 1 week | ||||
* | BDECFLAGS cleanup | kris | 2001-05-18 | 7 | -23/+32 |
| | |||||
* | implement OCRNL, ONOCR, and ONLRET | assar | 2001-03-04 | 3 | -0/+19 |
| | | | | Obtained from: NetBSD | ||||
* | Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. | ru | 2001-02-28 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-15 | 1 | -18/+18 |
| | |||||
* | Add support for an "erase2" so that both ^H and DEL can be used | jkh | 2000-11-28 | 2 | -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. | 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. |