From owner-cvs-src@FreeBSD.ORG Fri Nov 7 23:43:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9511216A4CE; Fri, 7 Nov 2003 23:43:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21F8343FDF; Fri, 7 Nov 2003 23:43:45 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA87hiXJ035686; Fri, 7 Nov 2003 23:43:44 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA87hipf035685; Fri, 7 Nov 2003 23:43:44 -0800 (PST) (envelope-from peter) Message-Id: <200311080743.hA87hipf035685@repoman.freebsd.org> From: Peter Wemm Date: Fri, 7 Nov 2003 23:43:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ia32 ia32_signal.h ia32_sysvec.c src/sys/amd64/ia32 ia32_signal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2003 07:43:45 -0000 peter 2003/11/07 23:43:44 PST FreeBSD src repository Modified files: sys/compat/ia32 ia32_signal.h ia32_sysvec.c sys/amd64/ia32 ia32_signal.c Log: Move a MD 32 bit binary support routine into the MD areas. exec_setregs is highly MD in an emulation environment since it operates on the host environment. Although the setregs functions are really for exec support rather than signals, they deal with the same sorts of context and include files. So I put it there rather than create yet another file. Revision Changes Path 1.6 +41 -0 src/sys/amd64/ia32/ia32_signal.c 1.4 +2 -0 src/sys/compat/ia32/ia32_signal.h 1.12 +0 -45 src/sys/compat/ia32/ia32_sysvec.c