freebsd-dev/sys/compat
Marcel Moolenaar 19acf030a2 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
2003-06-28 19:32:07 +00:00
..
freebsd32 Regenerate. 2003-05-31 06:51:04 +00:00
ia32 Deal with the user VM space expanding. 32 bit applications do not like 2003-05-23 05:07:33 +00:00
linprocfs Use __FBSDID(). 2003-06-10 21:29:12 +00:00
linux Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa for 2003-06-28 19:32:07 +00:00
netbsd Don't include <sys/buf.h> needlessly. 2003-04-01 09:02:58 +00:00
pecoff Use __FBSDID(). 2003-06-10 21:29:12 +00:00
svr4 Add a f_vnode field to struct file. 2003-06-22 08:41:43 +00:00