Module Name: src Committed By: riastradh Date: Sat Mar 12 16:54:17 UTC 2022
Modified Files: src/sys/kern: subr_kmem.c Log Message: kmem(9): Make kmem_alloc and kmem_free agree about rejecting zero. Let's do both as KASSERT, unless there's a good reason to make them both do an unconditional if/panic even in release builds. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 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.