From owner-freebsd-hackers Thu May 15 06:13:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA17398 for hackers-outgoing; Thu, 15 May 1997 06:13:49 -0700 (PDT) Received: from gargoyle.bazzle.com (gargoyle.bazzle.com [206.103.246.190]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA17391 for ; Thu, 15 May 1997 06:13:46 -0700 (PDT) Received: from kayman.bazzle.com (kayman.bazzle.com [206.103.246.188]) by gargoyle.bazzle.com (8.8.5/8.6.12) with SMTP id JAA12211; Thu, 15 May 1997 09:13:35 -0400 (EDT) Date: Thu, 15 May 1997 09:13:45 -0400 (EDT) From: "Eric J. Chet" To: James Mansion cc: freebsd-hackers@FreeBSD.ORG Subject: Re: mmap() In-Reply-To: <337AD932.B69@westongold.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 15 May 1997, James Mansion wrote: > Is this 'because of the way it happens to be implemented' or something > fundamental? > > Is there any way that one could add a hint to say that the access will > be sequential, or that it should fault in multiple pages? > > Some extra flags as an extension? > Hello madvise(addr, len, MADV_SEQUENTIAL) ejc