From owner-cvs-all Sat Sep 9 15:27:38 2000 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 E001F37B422; Sat, 9 Sep 2000 15:27:35 -0700 (PDT) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA38766; Sat, 9 Sep 2000 15:27:35 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200009092227.PAA38766@freefall.freebsd.org> From: Jason Evans Date: Sat, 9 Sep 2000 15:27:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/09/09 15:27:35 PDT Modified files: sys/kern kern_malloc.c Log: Add a mutex to the malloc interfaces so that it can safely be called without owning the Giant lock. Revision Changes Path 1.69 +16 -1 src/sys/kern/kern_malloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message