From owner-cvs-src@FreeBSD.ORG Mon Jun 28 23:45:44 2004 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 2D74716A4CE; Mon, 28 Jun 2004 23:45:44 +0000 (GMT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B275D43D53; Mon, 28 Jun 2004 23:45:43 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i5SNjYqM017056 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Jun 2004 19:45:35 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i5SNjTbG003293; Mon, 28 Jun 2004 19:45:29 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16608.44441.720450.793280@grasshopper.cs.duke.edu> Date: Mon, 28 Jun 2004 19:45:29 -0400 (EDT) To: ticso@cicely.de In-Reply-To: <20040628224321.GJ1787@cicely12.cicely.de> References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> <20040628224321.GJ1787@cicely12.cicely.de> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.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, 28 Jun 2004 23:45:44 -0000 Bernd Walter writes: > On Mon, Jun 28, 2004 at 07:15:40PM +0000, Andrew Gallatin wrote: > > gallatin 2004-06-28 19:15:40 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/vm vm_map.c > > Log: > > Fix alpha - the use of min() on longs was loosing the high bits and > > returning wrong answers, leading to strange values vm2->vm_{s,t,d}size. > > Thanks. > > Would this also explain why setting (MAX|DFL)DSIZ to n*4G never worked? > I don't think so, this was brand-new code. What's the symptom of MAXDSIZ > 4GB not working? I think the amd64 people have fixed a lot of bugs in this area on the last few months. Have you tried it recently? Drew