Module Name: src Committed By: maxv Date: Tue Jul 1 12:08:33 UTC 2014
Modified Files: src/sys/kern: subr_kmem.c Log Message: 1) Define a malloc(9)-like kmem_header structure for KMEM_SIZE. It is in fact more consistent, and more flexible (eg if we want to add new fields). 2) When I say "page" I actually mean "kmem page". It may not be clear, so replace it by "memory chunk" (suggested by lars@). 3) Minor changes for KMEM_REDZONE. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/kern/subr_kmem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.