git: crashinfo - Add script to gather info from dumps
Alex Hornung
alexh at crater.dragonflybsd.org
Fri Sep 10 02:18:47 PDT 2010
commit 36a3d1d66a5afe9293f0076356227081208c8565
Author: Alex Hornung <ahornung at 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
More information about the Commits
mailing list