CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/13 23:46:43
Modified files:
sys/conf : files
sys/kern : kern_malloc.c
Removed files:
sys/kern : kern_malloc_debug.c
Log message:
remove MALLOC_DEBUG
the code has rotted, and obviously hasnt been used for ages. it is
also hard to make mpsafe. if we need something like this again it
would be better to do it from scratch.
ok tedu@ visa@
