DragonFly BSD
DragonFly commits List (threaded) for 2010-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: crashinfo - Add script to gather info from dumps


From: Alex Hornung <alexh@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 10 Sep 2010 02:17:53 -0700 (PDT)

commit 36a3d1d66a5afe9293f0076356227081208c8565
Author: Alex Hornung <ahornung@gmail.com>
Date:   Fri Sep 10 10:15:57 2010 +0100

    crashinfo - Add script to gather info from dumps
    
    * Add a script to automatically gather as much info as possible from a
      crash dump and save it in text form.
    
    * This is originally from FreeBSD, with a bunch of changes related to
      DragonFly.
    
    Obtained-from: FreeBSD

Summary of changes:
 usr.sbin/Makefile               |    1 +
 usr.sbin/crashinfo/Makefile     |    4 +
 usr.sbin/crashinfo/crashinfo.8  |  106 +++++++++++++
 usr.sbin/crashinfo/crashinfo.sh |  323 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 434 insertions(+), 0 deletions(-)
 create mode 100644 usr.sbin/crashinfo/Makefile
 create mode 100644 usr.sbin/crashinfo/crashinfo.8
 create mode 100644 usr.sbin/crashinfo/crashinfo.sh

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/36a3d1d66a5afe9293f0076356227081208c8565


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]