From owner-cvs-src@FreeBSD.ORG Thu May 22 22:07:34 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 C3BD737B401; Thu, 22 May 2003 22:07:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F9CA43F93; Thu, 22 May 2003 22:07:34 -0700 (PDT) (envelope-from peter@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 h4N57Y0U013582; Thu, 22 May 2003 22:07:34 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4N57YZt013581; Thu, 22 May 2003 22:07:34 -0700 (PDT) Message-Id: <200305230507.h4N57YZt013581@repoman.freebsd.org> From: Peter Wemm Date: Thu, 22 May 2003 22:07:34 -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/amd64/ia32 ia32_signal.c ia32_sysvec.c ia32_util.h 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: Fri, 23 May 2003 05:07:35 -0000 peter 2003/05/22 22:07:34 PDT FreeBSD src repository Modified files: sys/amd64/ia32 ia32_signal.c ia32_sysvec.c ia32_util.h Log: Deal with the user VM space expanding. 32 bit applications do not like having their stack at the 512GB mark. Give 4GB of user VM space for 32 bit apps. Note that this is significantly more than on i386 which gives only about 2.9GB of user VM to a process (1GB for kernel, plus page table pages which eat user VM space). Approved by: re (blanket) Revision Changes Path 1.2 +3 -3 src/sys/amd64/ia32/ia32_signal.c 1.5 +4 -4 src/sys/amd64/ia32/ia32_sysvec.c 1.6 +1 -1 src/sys/amd64/ia32/ia32_util.h