From owner-cvs-src@FreeBSD.ORG Tue Apr 1 15:18:13 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 E8D1A37B401; Tue, 1 Apr 2003 15:18:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8872243F75; Tue, 1 Apr 2003 15:18:13 -0800 (PST) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h31NID0U086347; Tue, 1 Apr 2003 15:18:13 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h31NIDmv086346; Tue, 1 Apr 2003 15:18:13 -0800 (PST) Message-Id: <200304012318.h31NIDmv086346@repoman.freebsd.org> From: Jake Burkholder Date: Tue, 1 Apr 2003 15:18:13 -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/sparc64/sparc64 machdep.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: Tue, 01 Apr 2003 23:18:14 -0000 jake 2003/04/01 15:18:13 PST FreeBSD src repository Modified files: sys/sparc64/sparc64 machdep.c Log: - Set the version number in the mcontext in get_mcontext and check it in set_mcontext. - Don't make assumptions about the alignment of the mcontext inside of the ucontext; we have to save the floating point registers to the pcb and then copy to the mcontext. Revision Changes Path 1.83 +9 -6 src/sys/sparc64/sparc64/machdep.c