summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crashinfo
Commit message (Collapse)AuthorAgeFilesLines
* Merged /head:r256510,256512,257376,257469,260052:glebius2014-01-271-6/+0
| | | | Make 'netstat -i' use getifaddrs(3) instead of kvm(3).
* MFC r259870:pluknet2014-01-021-2/+2
| | | | Do not truncate the ``command'' column in ``ps'' output.
* Allow more space for interface names.gavin2013-08-271-2/+2
| | | | MFC after: 1 week
* Improve multi-line kernel ident parsingemaste2012-03-071-3/+4
| | | | | | | | | | Instead of blindly grabbing the line with 'Version string' and the following one from the core info file, take all lines after 'Version string' until the one one that matches the field format in the core info file. This provides compatibility with VendorBSD modifications that have a different kernel ident format. Reviewed by: jhb
* Teach crashinfo(8) to look at the currently running kernel (based on thecperciva2010-11-301-1/+1
| | | | | | | | | kern.bootfile sysctl). Prior to this commit, crashinfo(8) only looks at /boot/*/kernel; this includes the usual places where kernels reside, so for most systems this will have no effect. Approved by: jhb MFC after: 3 days
* Set umask to 0x077 instead of the default. This prevents non-root userdelphij2009-11-031-0/+2
| | | | | | | | from reading crashinfo output, which could contain some sensitive information. Reviewed by: jhb MFC after: 1 week
* Include the output of the ddb(4) capture buffer.jhb2009-10-291-0/+7
| | | | | Submitted by: Mikolaj Golub to my trociny of gmail MFC after: 3 days
* Fixed markup.ru2009-09-171-4/+4
|
* Correct the information about when the respective functionality firstbrueffer2009-04-231-1/+1
| | | | | | | | appeared in FreeBSD. PR: 133785 Submitted by: Ulrich Spoerlein <uqs@spoerlein.net> MFC after: 3 days
* Add a script to perform simple analysis of a crash dump (either a fulljhb2008-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
OpenPOWER on IntegriCloud