From owner-cvs-all Tue Nov 10 00:46:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA27070 for cvs-all-outgoing; Tue, 10 Nov 1998 00:46:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA27065; Tue, 10 Nov 1998 00:46:22 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA26445; Tue, 10 Nov 1998 00:46:25 -0800 (PST) Date: Tue, 10 Nov 1998 00:46:25 -0800 (PST) Message-Id: <199811100846.AAA26445@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_malloc.c src/sys/sys malloc.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/11/10 00:46:24 PST Modified files: sys/kern kern_malloc.c sys/sys malloc.h Log: Have MALLOC_DECLARE() initialize malloc types explicitly, and have them removed at module unload (if in a module of course). However; this introduces a new dependency on for things that use MALLOC_DECLARE(). Bruce told me it is better to add sys/kernel.h to the handful of files that need it rather than add an extra include to sys/malloc.h for kernel compiles. Updates to follow in subsequent commits. Revision Changes Path 1.49 +34 -6 src/sys/kern/kern_malloc.c 1.38 +10 -4 src/sys/sys/malloc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message