From owner-cvs-all Mon Sep 30 1:45:43 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 889C537B48E; Mon, 30 Sep 2002 01:45:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D78E43EA9; Mon, 30 Sep 2002 01:45:39 -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 g8U8jcCo094516; Mon, 30 Sep 2002 01:45:38 -0700 (PDT) (envelope-from deischen@freefall.freebsd.org) Received: (from deischen@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8U8jcOR094515; Mon, 30 Sep 2002 01:45:38 -0700 (PDT) Message-Id: <200209300845.g8U8jcOR094515@freefall.freebsd.org> From: Daniel Eischen Date: Mon, 30 Sep 2002 01:45:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h 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/09/30 01:45:38 PDT Modified files: lib/libc_r/uthread pthread_private.h uthread_kern.c Log: Add back the i386-specific hack to save and restore the FP state to/from a ucontext when a thread is interrupted by a signal. This will be removed when a proper fix is made in the kernel to save/restore the FP state without breaking the ABI. Revision Changes Path 1.74 +2 -2 src/lib/libc_r/uthread/pthread_private.h 1.44 +2 -2 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