From owner-cvs-all Mon Apr 29 21:26:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4054E37B400; Mon, 29 Apr 2002 21:26:34 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3U4QYZ01220; Mon, 29 Apr 2002 21:26:34 -0700 (PDT) (envelope-from jeff) Message-Id: <200204300426.g3U4QYZ01220@freefall.freebsd.org> From: Jeff Roberson Date: Mon, 29 Apr 2002 21:26:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c src/sys/vm uma.h uma_core.c X-FreeBSD-CVS-Branch: HEAD 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 jeff 2002/04/29 21:26:34 PDT Modified files: sys/kern kern_malloc.c sys/vm uma.h uma_core.c Log: Move the implementation of M_ZERO into UMA so that it can be passed to uma_zalloc and friends. Remove this functionality from the malloc wrapper. Document this change in uma.h and adjust variable names in uma_core. Revision Changes Path 1.103 +0 -3 src/sys/kern/kern_malloc.c 1.6 +5 -6 src/sys/vm/uma.h 1.17 +16 -10 src/sys/vm/uma_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message