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:   rmind
Date:           Sat Apr 28 23:03:40 UTC 2012

Modified Files:
        src/sys/arch/ia64/conf: GENERIC GENERIC.SKI
        src/sys/conf: files
        src/sys/ddb: db_command.c
        src/sys/kern: kern_malloc.c
        src/sys/sys: malloc.h mallocvar.h
Removed Files:
        src/sys/kern: kern_malloc_debug.c kern_malloc_stdtype.c

Log Message:
Remove MALLOC_DEBUG and MALLOCLOG, which is dead code after malloc(9) move
to kmem(9).  Note: kmem(9) has debugging facilities under DEBUG/DIAGNOSTIC.
However, expensive kmguard and debug_freecheck have to be enabled manually.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/ia64/conf/GENERIC
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/ia64/conf/GENERIC.SKI
cvs rdiff -u -r1.1047 -r1.1048 src/sys/conf/files
cvs rdiff -u -r1.137 -r1.138 src/sys/ddb/db_command.c
cvs rdiff -u -r1.138 -r1.139 src/sys/kern/kern_malloc.c
cvs rdiff -u -r1.26 -r0 src/sys/kern/kern_malloc_debug.c
cvs rdiff -u -r1.4 -r0 src/sys/kern/kern_malloc_stdtype.c
cvs rdiff -u -r1.110 -r1.111 src/sys/sys/malloc.h
cvs rdiff -u -r1.10 -r1.11 src/sys/sys/mallocvar.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