Module Name: src Committed By: christos Date: Wed Oct 21 21:43:46 UTC 2015
Modified Files: src/sys/dev: dksubr.c Log Message: Fix dumping code (dk_dump): - set DKF_TAKEDUMP on attach, otherwise we can never dump - add DKF_DUMP debugging - use __func__ instead of hard-coding names - only allow dumps on swap partitions To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/dev/dksubr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.