Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 10/02/2006 02:59:38
Module Name:	src
Committed By:	chs
Date:		Mon Oct  2 02:59:38 UTC 2006

Modified Files:
	src/sys/arch/vax/vax: pmap.c
	src/sys/kern: kern_malloc.c subr_autoconf.c
	src/sys/sys: malloc.h

Log Message:
remove details of the kernel malloc() implementation from header files:
 - change MALLOC() and FREE() to just call their function equivalents.
 - remove references to other malloc()-related constants.


To generate a diff of this commit:
cvs rdiff -r1.138 -r1.139 src/sys/arch/vax/vax/pmap.c
cvs rdiff -r1.102 -r1.103 src/sys/kern/kern_malloc.c
cvs rdiff -r1.114 -r1.115 src/sys/kern/subr_autoconf.c
cvs rdiff -r1.95 -r1.96 src/sys/sys/malloc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.