Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



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.




Home | Main Index | Thread Index | Old Index