tty: multiple fixes
authorAlan Cox <alan@linux.intel.com>
Sat, 11 Nov 2017 01:39:56 +0000 (01:39 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 11 Nov 2017 01:39:56 +0000 (01:39 +0000)
commit809a506c3b055478d3a9a72077ace8dcff9f5a44
tree25832455103edb861d6f12a4774bc07a1697c483
parent6343bf7f5df8a9805c9a49049d308495e5bfdfdb
tty: multiple fixes

VDISCARD should be subject to icanon

VMIN/VTIME were not fully implemented in accordance with SYS5. I think they
are now all correct.
Kernel/tty.c