From owner-freebsd-hackers Thu Jul 29 11:56: 0 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from lestat.nas.nasa.gov (lestat.nas.nasa.gov [129.99.33.127]) by hub.freebsd.org (Postfix) with ESMTP id 267EC14D52 for ; Thu, 29 Jul 1999 11:55:43 -0700 (PDT) (envelope-from thorpej@lestat.nas.nasa.gov) Received: from lestat (localhost [127.0.0.1]) by lestat.nas.nasa.gov (8.8.8/8.6.12) with ESMTP id KAA00195; Thu, 29 Jul 1999 10:41:20 -0700 (PDT) Message-Id: <199907291741.KAA00195@lestat.nas.nasa.gov> To: Matthew Dillon Cc: "Daniel C. Sobral" , hackers@FreeBSD.ORG Subject: Re: MADV_SEQUENTIAL and GNU Grep Reply-To: Jason Thorpe From: Jason Thorpe Date: Thu, 29 Jul 1999 10:41:20 -0700 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 29 Jul 1999 10:21:52 -0700 (PDT) Matthew Dillon wrote: > I'm testing it now along with the madvise(... MADV_DONTNEED) changes (to > make them work on files in a reasonable way). When I implemented MADV_DONTNEED and MADV_FREE in NetBSD (UVM): DONTNEED: deactivate pages FREE: don't clean dirty pages, free all pages in range It was fairly straightforward in NetBSD. -- Jason R. Thorpe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message