From owner-cvs-all@FreeBSD.ORG Fri Mar 24 19:13:09 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3B3416A401; Fri, 24 Mar 2006 19:13:09 +0000 (UTC) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F8DC43D49; Fri, 24 Mar 2006 19:13:09 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.23.146]) ([10.251.23.146]) by a50.ironport.com with ESMTP; 24 Mar 2006 11:13:09 -0800 Message-ID: <442444C4.8020404@elischer.org> Date: Fri, 24 Mar 2006 11:13:08 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.11) Gecko/20050727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200603232337.k2NNb6tH020675@repoman.freebsd.org> <86irq45etp.fsf@xps.des.no> In-Reply-To: <86irq45etp.fsf@xps.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Peter Wemm Subject: Re: cvs commit: src/lib/libc/sys mmap.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2006 19:13:09 -0000 Dag-Erling Smørgrav wrote: >Peter Wemm writes: > > >> Log: >> Document that the documented 2GB mmap limit is actually a >> documentation bug. We switched to page indexes some time around >> FreeBSD 2.2. The actual 'len' limit is the maximum file size or what >> will fit in your address space, whichever comes first. It should be >> possible to make 1TB files on 32 bit systems, but of course address space >> runs out long before then. >> >> > >Are you saying that mmap() is not constrained by maxdsiz? > > that seems to be the case from my experience. >DES > >