aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/crashinfo
Commit message (Collapse)AuthorAgeFilesLines
* Correct the information about when the respective functionality firstChristian Brueffer2009-04-231-1/+1
| | | | | | | | | | | appeared in FreeBSD. PR: 133785 Submitted by: Ulrich Spoerlein <uqs@spoerlein.net> MFC after: 3 days Notes: svn path=/head/; revision=191414
* Add a script to perform simple analysis of a crash dump (either a fullJohn Baldwin2008-08-053-0/+421
dump or minidump). When the script is run, it generates a text file containing the output of several commands run againt the core dump such as kgdb (stack trace), ps, netstat, vmstat, iostat, dmesg, and fstat. Obtained from: Yahoo! MFC after: 2 weeks Notes: svn path=/head/; revision=181335