aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_dump.c
Commit message (Expand)AuthorAgeFilesLines
* Always use 64-bit physical addresses for dump_avail[] in minidumpsMark Johnston2020-12-031-1/+1
* Avoid dump_avail[] redefinition.Konstantin Belousov2020-10-141-0/+1
* - Cleanups related to sparc64 removal.Yoshihiro Takahashi2020-07-281-5/+1
* [PPC64] Initial kernel minidump implementationLeandro Lupori2019-10-141-1/+1
* Move phys_avail definition into MI code. It is consumed in the MI layer andJeff Roberson2019-08-161-0/+2
* Print the dump progress indicator after calling dump_start().Mark Johnston2018-05-011-3/+3
* make SW_WATCHDOG dynamicMike Karels2018-01-031-6/+0
* Move kernel dump offset tracking into MI code.Mark Johnston2017-10-181-17/+8
* Rename mkdumpheader() and group EKCD functions in kern_shutdown.c.Mark Johnston2017-08-181-2/+2
* Factor out duplicated kernel dump code into dump_{start,finish}().Mark Johnston2017-08-181-38/+5
* Add support for encrypted kernel crash dumps.Konrad Witaszczyk2016-12-101-7/+46
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Add 4Kn kernel dump supportConrad Meyer2016-04-151-18/+16
* kern: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* - Unbreak dumpsys(9) on sparc64 after r276772Marius Strobl2015-11-161-2/+8
* Factor out duplicated code from dumpsys() on each architecture into genericMark Johnston2015-01-071-0/+393