summaryrefslogtreecommitdiff
path: root/sysutils/panicmail
Commit message (Collapse)AuthorAgeFilesLines
* People running -STABLE or -RELEASE need to enable crash dumps in orderColin Percival2013-11-041-0/+1
| | | | | | | | for panicmail to have something to submit... I forgot it was turned off by default there. Notes: svn path=/head/; revision=332790
* When rebooting after a panic, send an encrypted email containing basicColin Percival2013-11-044-0/+39
dump metadata along with a kernel backtrace, in order to assist FreeBSD developers in identifying and fixing common panics. Discussed on: freebsd-hackers Notes: svn path=/head/; revision=332673