Module Name: src Committed By: riastradh Date: Mon Nov 6 18:41:23 UTC 2017
Modified Files: src/sys/kern: subr_pool.c Log Message: Assert that pool_get failure happens only with PR_NOWAIT. This would have caught the mistake I made last week leading to null pointer dereferences all over the place, a mistake which I evidently poorly scheduled alongside maxv's change to the panic message on x86 for null pointer dereferences. To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 src/sys/kern/subr_pool.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.