From owner-cvs-all Sun Sep 30 11:48:43 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 06AD237B407; Sun, 30 Sep 2001 11:48:38 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UImbK26535; Sun, 30 Sep 2001 11:48:37 -0700 (PDT) (envelope-from jake) Message-Id: <200109301848.f8UImbK26535@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 30 Sep 2001 11:48:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include param.h src/sys/sparc64/sparc64 machdep.c vm_machdep.c locore.s 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/09/30 11:48:37 PDT Modified files: sys/sparc64/include param.h sys/sparc64/sparc64 machdep.c vm_machdep.c locore.s Log: Move the pcb the to the top of the kernel stack. Add a guard page at the bottom of the kernel stack. Its unclear how easy it will be to detect these faults and do something useful. Setup the registers on exec how the c runtime expects. Implement various {fill,set}_*regs. Fix proc locking. Revision Changes Path 1.5 +3 -4 src/sys/sparc64/include/param.h 1.8 +3 -3 src/sys/sparc64/sparc64/locore.s 1.16 +68 -52 src/sys/sparc64/sparc64/machdep.c 1.11 +3 -4 src/sys/sparc64/sparc64/vm_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message