From owner-cvs-all Wed Sep 22 15: 2:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C8DC15879; Wed, 22 Sep 1999 15:01:53 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA08330; Wed, 22 Sep 1999 15:01:52 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199909222201.PAA08330@freefall.freebsd.org> From: Luoqi Chen Date: Wed, 22 Sep 1999 15:01:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux syscalls.master linux_dummy.c linux_misc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/09/22 15:01:52 PDT Modified files: sys/i386/linux syscalls.master linux_dummy.c linux_misc.c Log: Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument. SVGAlib should now work. Reviewed by: marcel Revision Changes Path 1.25 +3 -3 src/sys/i386/linux/syscalls.master 1.15 +1 -2 src/sys/i386/linux/linux_dummy.c 1.73 +26 -7 src/sys/i386/linux/linux_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message