From owner-cvs-sys Sun Dec 14 22:12:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA24525 for cvs-sys-outgoing; Sun, 14 Dec 1997 22:12:01 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA24468; Sun, 14 Dec 1997 22:11:39 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA27510; Sun, 14 Dec 1997 22:09:12 -0800 (PST) Date: Sun, 14 Dec 1997 22:09:12 -0800 (PST) Message-Id: <199712150609.WAA27510@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux.h linux_ioctl.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1997/12/14 22:09:12 PST Modified files: sys/i386/linux linux.h linux_ioctl.c Log: As described by the submitter: These patches enables us to play quake2 . Support linux keyboard ioctl for setting RAW, MEDIUMRAW and XLATE. Support linux virtual terminal operations: OPENQRY, GETMODE, SETMODE, GETSTATE, ACTIVATE, and WAITACTIVE. Submitted by: Amancio Hasty Revision Changes Path 1.19 +16 -0 src/sys/i386/linux/linux.h 1.23 +54 -1 src/sys/i386/linux/linux_ioctl.c