From owner-cvs-all Sat Nov 17 19: 2:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FDEF37B405; Sat, 17 Nov 2001 19:02:54 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI32so74428; Sat, 17 Nov 2001 19:02:54 -0800 (PST) (envelope-from jake) Message-Id: <200111180302.fAI32so74428@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 17 Nov 2001 19:02:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 locore.s machdep.c src/sys/sparc64/include bootinfo.h 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 jake 2001/11/17 19:02:54 PST Modified files: sys/sparc64/sparc64 locore.s machdep.c sys/sparc64/include ucontext.h Removed files: sys/sparc64/include bootinfo.h Log: 1. Remove bootinfo and just pass loader metadata to the kernel. 2. Remove mcontext.mc_sp, it is redundant. Adjust spare space to make ucontext_t a nice size. 3. Raise pil in the debugger. Submitted by: tmm (3) Revision Changes Path 1.5 +0 -53 src/sys/sparc64/include/bootinfo.h (dead) 1.6 +2 -3 src/sys/sparc64/include/ucontext.h 1.10 +4 -3 src/sys/sparc64/sparc64/locore.s 1.22 +53 -15 src/sys/sparc64/sparc64/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message