summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crashinfo
Commit message (Collapse)AuthorAgeFilesLines
* MFC 303109: Update crashinfo to work with newer gdb from ports.jhb2016-07-271-8/+27
| | | | | | | | | | | If gdb from ports is installed, use it instead of the base system gdb to extract variables from a kernel. Note that base gdb and ports gdb do not support the same options for invoking a single command in batch mode, so a wrapper shell function is used. In addition, prefer kgdb from ports when generating a backtrace if present. PR: 193335 Approved by: re (gjb)
* Add META_MODE support.sjg2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-271-6/+0
| |\ | |/ |/|
| * Merge headsjg2014-04-281-8/+2
| |\
| * \ Merge from headsjg2013-09-051-2/+2
| |\ \
| * | | Updated dependenciessjg2013-02-161-2/+0
| | | |
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+14
| | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | Remove 'netstat -anr' from crashinfo.glebius2015-04-091-6/+0
| |_|/ |/| |
* | | Do not truncate the ``command'' column in ``ps'' output.pluknet2013-12-251-2/+2
| | | | | | | | | | | | | | | Reviewed by: jhb MFC after: 1 week
* | | Remove 'netstat -i' from crashinfo, as this no longer is supported.glebius2013-10-311-6/+0
| |/ |/|
* | 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