From owner-cvs-all Fri May 11 20:23:19 2001 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 A1BF937B423; Fri, 11 May 2001 20:23:14 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4C3NED31217; Fri, 11 May 2001 20:23:14 -0700 (PDT) (envelope-from deischen) Message-Id: <200105120323.f4C3NED31217@freefall.freebsd.org> From: Daniel Eischen Date: Fri, 11 May 2001 20:23:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2001/05/11 20:23:14 PDT Modified files: sys/i386/linux linux_sysvec.c Log: Preserve the state of the %gs register when setting up the signal handler in Linux emulation. According to bde, this is what Linux does. Recent versions of linuxthreads use %gs for thread-specific data, while FreeBSD uses %fs (mostly because WINE uses %gs). Tested by: drew Revision Changes Path 1.79 +1 -3 src/sys/i386/linux/linux_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message