From owner-cvs-all Wed Nov 1 11:48:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 88EF637B4D7; Wed, 1 Nov 2000 11:48:36 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA78004; Wed, 1 Nov 2000 11:48:36 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011011948.LAA78004@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 1 Nov 2000 11:48:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_file.c linux_ioctl.c linux_ipc.c linux_ipc.h linux_misc.c linux_signal.c linux_signal.h linux_socket.c linux_stats.c linux_util.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/01 11:48:36 PST Modified files: sys/compat/linux linux_file.c linux_ioctl.c linux_ipc.c linux_ipc.h linux_misc.c linux_signal.c linux_signal.h linux_socket.c linux_stats.c linux_util.h Log: The MI/MD split wasn't perfect and the MI files need hacks for the AlphaLinux compat bits. This will be better cleaned up soon. Agreed to what ever was necessary by: marcel Revision Changes Path 1.42 +16 -4 src/sys/compat/linux/linux_file.c 1.56 +19 -2 src/sys/compat/linux/linux_ioctl.c 1.18 +5 -1 src/sys/compat/linux/linux_ipc.c 1.3 +3 -1 src/sys/compat/linux/linux_ipc.h 1.86 +34 -8 src/sys/compat/linux/linux_misc.c 1.24 +29 -6 src/sys/compat/linux/linux_signal.c 1.3 +2 -2 src/sys/compat/linux/linux_signal.h 1.20 +7 -1 src/sys/compat/linux/linux_socket.c 1.23 +33 -10 src/sys/compat/linux/linux_stats.c 1.13 +18 -1 src/sys/compat/linux/linux_util.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message