From owner-cvs-all Fri Oct 4 19:22:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DFB737B401; Fri, 4 Oct 2002 19:22:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D106643E6A; Fri, 4 Oct 2002 19:22:26 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from freefall.freebsd.org (deischen@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g952MQCo067671; Fri, 4 Oct 2002 19:22:26 -0700 (PDT) (envelope-from deischen@freefall.freebsd.org) Received: (from deischen@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g952MQsG067670; Fri, 4 Oct 2002 19:22:26 -0700 (PDT) Message-Id: <200210050222.g952MQsG067670@freefall.freebsd.org> From: Daniel Eischen Date: Fri, 4 Oct 2002 19:22:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_kern.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG deischen 2002/10/04 19:22:26 PDT Modified files: lib/libc_r/uthread uthread_kern.c Log: Once again, remove the i386-specific hacks to save and restore the FPU state on receiving and returning from a signal. The FPU save and restore macros are no longer needed, but remain defined in case we need to use them again (something else breaks). They'll be removed permanently once new syscalls are added to handle the new i386 ucontext size. Revision Changes Path 1.45 +0 -9 src/lib/libc_r/uthread/uthread_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message