K 10 svn:author V 5 markj K 8 svn:date V 27 2015-01-07T01:01:39.466897Z K 7 svn:log V 606 Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact. PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division END