cvs commit: src/sbin/savecore savecore.8 savecore.c

Robert Watson rwatson at FreeBSD.org
Mon Mar 31 15:03:55 PDT 2008


rwatson     2008-03-31 22:03:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sbin/savecore        savecore.8 savecore.c 
  Log:
  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
  
  Revision   Changes    Path
  1.25.10.1  +11 -0     src/sbin/savecore/savecore.8
  1.78.2.1   +189 -88   src/sbin/savecore/savecore.c


More information about the cvs-src mailing list