Module Name: src Committed By: maxv Date: Sat Mar 23 12:01:18 UTC 2019
Modified Files: src/sys/sys: queue.h Log Message: Enable QUEUEDEBUG under DIAGNOSTIC. It has never been documented and used, but it's very useful and costs basically nothing. I even think we could enable it by default in the kernel (if we added __predict_false's and removed some crap). To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/sys/queue.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.