From owner-cvs-all Fri Oct 4 7:50:58 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 4964E37B401; Fri, 4 Oct 2002 07:50:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE0F043E4A; Fri, 4 Oct 2002 07:50:56 -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 g94EouCo079386; Fri, 4 Oct 2002 07:50:56 -0700 (PDT) (envelope-from deischen@freefall.freebsd.org) Received: (from deischen@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g94EouDw079381; Fri, 4 Oct 2002 07:50:56 -0700 (PDT) Message-Id: <200210041450.g94EouDw079381@freefall.freebsd.org> From: Daniel Eischen Date: Fri, 4 Oct 2002 07:50:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c src/sys/i386/include ucontext.h 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 07:50:56 PDT Modified files: sys/i386/i386 machdep.c sys/i386/include ucontext.h Log: Add another temporary hack to allow running older i386 binaries. This will be removed when new versions of syscalls sigreturn() and sigaction() are added (mini is working on this but is in the middle of a move). This should fix the problem of cvsupd dying. Revision Changes Path 1.540 +12 -14 src/sys/i386/i386/machdep.c 1.7 +6 -6 src/sys/i386/include/ucontext.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message