From owner-cvs-all Thu May 2 0:22:23 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 ACD5637B41C; Thu, 2 May 2002 00:22:19 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g427MJM10914; Thu, 2 May 2002 00:22:19 -0700 (PDT) (envelope-from jeff) Message-Id: <200205020722.g427MJM10914@freefall.freebsd.org> From: Jeff Roberson Date: Thu, 2 May 2002 00:22:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c src/sys/vm uma_core.c uma_dbg.c src/sys/sys malloc.h 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/05/02 00:22:19 PDT Modified files: sys/kern kern_malloc.c sys/vm uma_core.c uma_dbg.c sys/sys malloc.h Log: malloc/free(9) no longer require Giant. Use the malloc_mtx to protect the mallochash. Mallochash is going to go away as soon as I introduce the kfree/kmalloc api and partially overhaul the malloc wrapper. This can't happen until all users of the malloc api that expect memory to be aligned on the size of the allocation are fixed. Revision Changes Path 1.107 +21 -1 src/sys/kern/kern_malloc.c 1.63 +6 -1 src/sys/sys/malloc.h 1.19 +17 -8 src/sys/vm/uma_core.c 1.3 +2 -0 src/sys/vm/uma_dbg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message