From owner-cvs-src@FreeBSD.ORG Sun Oct 19 22:34:11 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 8CA3316A4B3; Sun, 19 Oct 2003 22:34:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A9E243FA3; Sun, 19 Oct 2003 22:34:11 -0700 (PDT) (envelope-from marcel@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 h9K5YAXJ014866; Sun, 19 Oct 2003 22:34:10 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9K5YA90014865; Sun, 19 Oct 2003 22:34:10 -0700 (PDT) (envelope-from marcel) Message-Id: <200310200534.h9K5YA90014865@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 19 Oct 2003 22:34:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/include vmparam.h src/sys/kern kern_exec.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: Mon, 20 Oct 2003 05:34:11 -0000 marcel 2003/10/19 22:34:10 PDT FreeBSD src repository Modified files: sys/ia64/include vmparam.h sys/kern kern_exec.c Log: Put the RSE backing store at a fixed address. This change is triggered by libguile that needs to know the base of the RSE backing store. We currently do not export the fixed address to userland by means of a sysctl so user code needs to hardcode it for now. This will be revisited later. The RSE backing store is now at the bottom of region 4. The memory stack is at the top of region 4. This means that the whole region is usable for the stacks, giving a 61-bit stack space. Port: lang/guile (depended of x11/gnome2) Revision Changes Path 1.8 +2 -0 src/sys/ia64/include/vmparam.h 1.230 +1 -1 src/sys/kern/kern_exec.c