From owner-cvs-sys Sun Mar 3 11:08:08 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA07838 for cvs-sys-outgoing; Sun, 3 Mar 1996 11:08:08 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA07760 Sun, 3 Mar 1996 11:07:52 -0800 (PST) Date: Sun, 3 Mar 1996 11:07:52 -0800 (PST) From: Peter Wemm Message-Id: <199603031907.LAA07760@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/linux linux.h linux_ioctl.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/03/03 11:07:51 Modified: sys/i386/linux linux.h linux_ioctl.c Log: Add support for the old-style Linux termio (not termios) TCGETA etc. Also, LINUX_POSIX_VDISABLE is \0, FreeBSD's is 0xff. Convert between them. This enables some more programs to run, including the Livingston Portmaster utilities (PMtools). Submitted by: Robert Sanders Revision Changes Path 1.6 +4 -2 src/sys/i386/linux/linux.h 1.7 +72 -2 src/sys/i386/linux/linux_ioctl.c