From owner-cvs-sys Wed Feb 18 16:39:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23408 for cvs-sys-outgoing; Wed, 18 Feb 1998 16:39:14 -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.8/8.8.8) with ESMTP id QAA23315; Wed, 18 Feb 1998 16:38:14 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA12232; Wed, 18 Feb 1998 16:37:37 -0800 (PST) Date: Wed, 18 Feb 1998 16:37:37 -0800 (PST) Message-Id: <199802190037.QAA12232@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_dummy.c linux_ioctl.c linux_misc.c linux_proto.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/18 16:37:37 PST Modified files: (Branch: RELENG_2_2) sys/i386/linux linux.h linux_dummy.c linux_ioctl.c linux_misc.c linux_proto.h Log: MFC: merge just enough of our linux emulator changes to successfully run the Linux RealAudio 5.0 client. I wish my kernel hacking skills were up to merging *all* the nifty new features, like linux_iopl(), but this merge already taught me more than enough about the code to know that I don't really understand it well enough to do that. ;-) Revision Changes Path 1.10.2.6 +15 -1 src/sys/i386/linux/linux.h 1.3.4.1 +1 -8 src/sys/i386/linux/linux_dummy.c 1.11.2.5 +17 -1 src/sys/i386/linux/linux_ioctl.c 1.20.2.2 +13 -1 src/sys/i386/linux/linux_misc.c 1.2.4.1 +1 -1 src/sys/i386/linux/linux_proto.h