diff options
author | marcel <marcel@FreeBSD.org> | 2003-06-28 19:32:07 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2003-06-28 19:32:07 +0000 |
commit | ea0a6b417ac906ddafc1c9e26c790ec44c7eafea (patch) | |
tree | 9ccf05d6d16ea5de5ae7d5892ba2f9ac8ab1d390 /sys/kern/kern_thread.c | |
parent | 1dfc9d7d371ba24b6295fb32465b18dacef22071 (diff) | |
download | FreeBSD-src-ea0a6b417ac906ddafc1c9e26c790ec44c7eafea.zip FreeBSD-src-ea0a6b417ac906ddafc1c9e26c790ec44c7eafea.tar.gz |
Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa for
the VMIN and VTIME members of the c_cc array. These members are not
special control characters. By not excluding these members we
changed the noncanonical mode input processing when both members
were 0 on entry (=LINUX_POSIX_VDISABLE) as we would remap them to 255
(=_POSIX_VDISABLE). See termios(4) case A for how that screws up
your terminal I/O.
PR: 23173
Originator: Bjarne Blichfeldt <bbl@dk.damgaard.com>
Patch by: Boris Nikolaus <bn@dali.tellique.de> (original submission)
Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
Reminders by: Joseph Holland King <gte743n@cad.gatech.edu>
MFC after: 5 days
Diffstat (limited to 'sys/kern/kern_thread.c')
0 files changed, 0 insertions, 0 deletions