From owner-freebsd-hackers Fri Apr 23 15: 4:41 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from hawaii.conterra.com (hawaii.conterra.com [209.12.164.32]) by hub.freebsd.org (Postfix) with ESMTP id 4BB3914F1C for ; Fri, 23 Apr 1999 15:04:37 -0700 (PDT) (envelope-from myself@conterra.com) Received: from dmaddox.conterra.com (myself@dmaddox.conterra.com [209.12.169.48]) by hawaii.conterra.com (8.8.8/8.8.7) with ESMTP id SAA13983; Fri, 23 Apr 1999 18:02:00 -0400 (EDT) Received: (from myself@localhost) by dmaddox.conterra.com (8.9.3/8.9.1) id SAA01898; Fri, 23 Apr 1999 18:01:43 -0400 (EDT) (envelope-from myself) Date: Fri, 23 Apr 1999 18:01:42 -0400 From: "Donald J . Maddox" To: "Daniel C. Sobral" Cc: Gianmarco Giovannelli , Gianmarco Giovannelli , hackers@FreeBSD.ORG Subject: Re: Uox, Linux emul and missing things. Message-ID: <19990423180142.B435@dmaddox.conterra.com> Reply-To: dmaddox@conterra.com References: <4.1.19990422133009.00b95d10@194.184.65.4> <4.1.19990422213220.00a1bf00@194.184.65.4> <371FB41B.B4B7A375@newsguy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <371FB41B.B4B7A375@newsguy.com>; from Daniel C. Sobral on Fri, Apr 23, 1999 at 08:43:23AM +0900 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Apr 23, 1999 at 08:43:23AM +0900, Daniel C. Sobral wrote: > Gianmarco Giovannelli wrote: > > > > At 02.19 23/04/99 +0900, Daniel C. Sobral wrote: > > > > >FreeBSD defaults to signal floating point exceptions in case of > > >overflow and things like that. Linux, I take it, does not. > > > > > >Short of correcting the program, I think there is a system wide > > >setting to turn off floating point exceptions. > > > > :-) can you input more verbosely ? > > Like in, explaining what to do? :-) I don't know how to change the > setting, I'm not even 100% sure it exists. Try listing sysctls. If you really want to do this globally, try this patch to src/sys/i386/include/npx.h: --- npx.h.orig Sun Jul 20 07:06:44 1997 +++ npx.h Fri Jan 15 22:42:23 1999 @@ -142,5 +142,6 @@ void npxinit __P((int control)); void npxsave __P((struct save87 *addr)); #endif - +#undef __INITIAL_NPXCW__ +#define __INITIAL_NPXCW__ __BETTER_BDE_NPXCW__ #endif /* !_MACHINE_NPX_H_ */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message