Searched hist:174944 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sbin/savecore/
H A Dsavecore.cdiff 174944 Thu Dec 27 19:28:48 MST 2007 rwatson 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

Completed in 100 milliseconds