From owner-cvs-all Thu Dec 10 05:47:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA22858 for cvs-all-outgoing; Thu, 10 Dec 1998 05:47:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 FAA22852; Thu, 10 Dec 1998 05:47:17 -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 FAA12525; Thu, 10 Dec 1998 05:47:18 -0800 (PST) Date: Thu, 10 Dec 1998 05:47:18 -0800 (PST) Message-Id: <199812101347.FAA12525@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_misc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/12/10 05:47:18 PST Modified files: sys/i386/linux linux_misc.c Log: linux_pipe does not preserve the edx register. Linux and programs using glibc expect edx to be preserved accross syscalls. As a result, linux programs running in emulation mode can have whatever value may be represented by edx clobbered. PR: 9038 Submitted-By: Richard Seaman, Jr. Revision Changes Path 1.47 +12 -3 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