Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2008 22:03:54 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/savecore savecore.8 savecore.c
Message-ID:  <200803312203.m2VM3sS4078680@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803312203.m2VM3sS4078680>