K 10 svn:author V 7 rwatson K 8 svn:date V 27 2008-03-31T22:03:54.000000Z K 7 svn:log V 648 Merge savecore.8:1.26, savecore.c:1.79 from HEAD to RELENG_7: Teach savecore(8) how to extract textdump(4) dumps. Update savecore(8) man page to reflect textdump additions. Merge savecore.c:1.80 from HEAD to RELENG_7: Compare kernel dump header magic with textdump magic using strncmp() rather than the memcmp() which is used for regular dumps: the textdump string is one character shorter, so we need to stop comparing at the end of the string. Use independent version checking logic for architecture-specific version number vs. textdump version number, as the version sequences may (someday) differ. Run into by: rrs END