From owner-cvs-all Wed Jun 19 13:52: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by hub.freebsd.org (Postfix) with ESMTP id 4563637B40D; Wed, 19 Jun 2002 13:51:52 -0700 (PDT) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id g5JKppi24897; Wed, 19 Jun 2002 16:51:51 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Wed, 19 Jun 2002 16:51:51 -0400 (EDT) From: Jeff Roberson To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/vm uma.h uma_core.c In-Reply-To: <200206192049.g5JKnis94769@freefall.freebsd.org> Message-ID: <20020619165107.X54940-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 19 Jun 2002, Jeff Roberson wrote: > jeff 2002/06/19 13:49:44 PDT > > Modified files: > sys/vm uma.h uma_core.c > Log: > - Remove bogus use of kmem_alloc that was inherited from the old zone > allocator. > - Properly set M_ZERO when talking to the back end page allocators for > non malloc zones. This forces us to zero fill pages when they are first > brought into a cache. > - Properly handle M_ZERO in uma_zalloc_internal. This fixes a problem where > per cpu buckets weren't always getting zeroed. > > Revision Changes Path > 1.9 +0 -1 src/sys/vm/uma.h > 1.30 +18 -16 src/sys/vm/uma_core.c > I almost forgot.. Inspired by: tegge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message