| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
|
| |
|
|
|
|
|
| |
PR: 6836
Submitted by: Andrew <andrew@ugh.net.au>
|
| |
|
|
|
|
|
|
|
| |
>sprintf -> snprintf paranoia
Obtainted from: OpenBSD src/bin/stty/print.c v1.5
by Todd Miller <millert@openbsd.org>
|
|
|
|
| |
PR: bin/3573
|
| |
|
| |
|
|
|
|
| |
posix standard on the topic.
|
|
|
|
|
|
| |
It should really refer to "oxtabs".
Obtained from: NetBSD-bugs mailing list PR# 3320
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
off if there are no other options, always (?) on if another option that
changes the state is processed earlier).
|
|
|
|
| |
Reported by: andreas@knobel.gun.de
|
| |
|
|
|
|
| |
errors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Reviewed by: phk
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
weren't TIOCSETD'd unless another option changed something.
|
|
|
|
|
|
|
| |
cchars2 not used
can't set or report MIN or TIME == 255
TIOCSETD on wrong fd
PPPDISC is not reported
|
|
|
|
|
|
|
|
|
| |
/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)
|
| |
|
|
|