From owner-cvs-all Wed Jun 19 14:33:10 2002 Delivered-To: cvs-all@freebsd.org Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by hub.freebsd.org (Postfix) with ESMTP id 870B437B400; Wed, 19 Jun 2002 14:33:05 -0700 (PDT) Received: from k6.locore.ca (jake@localhost [127.0.0.1]) by k6.locore.ca (8.12.3/8.12.3) with ESMTP id g5JLZADj033553; Wed, 19 Jun 2002 17:35:10 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.3/8.12.3/Submit) id g5JLZ9KF033552; Wed, 19 Jun 2002 17:35:09 -0400 (EDT) Date: Wed, 19 Jun 2002 17:35:09 -0400 From: Jake Burkholder To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_kern.c Message-ID: <20020619173509.B19831@locore.ca> References: <200206192047.g5JKlI394377@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200206192047.g5JKlI394377@freefall.freebsd.org>; from jeff@FreeBSD.org on Wed, Jun 19, 2002 at 01:47:18PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Wed, Jun 19, 2002 at 01:47:18PM -0700, Jeff Roberson said words to the effect of; > jeff 2002/06/19 13:47:18 PDT > > Modified files: > sys/vm vm_kern.c > Log: > Teach kmem_malloc about M_ZERO. Does this assume that the pages actually are zero? vm_page_alloc uses VM_ALLOC_ZERO as a hint, but it may return a garbage filled page if there aren't any zeroed ones; the caller still has to check PG_ZERO. > > Revision Changes Path > 1.79 +10 -4 src/sys/vm/vm_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message