aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_textdump.c
Commit message (Expand)AuthorAgeFilesLines
* kerneldump: remove physical from dump routinesMitchell Horne2022-05-131-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-1/+1
* Generalize the gzio API.Mark Johnston2018-01-081-3/+3
* sys/ddb: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Rename mkdumpheader() and group EKCD functions in kern_shutdown.c.Mark Johnston2017-08-181-4/+3
* Add support for encrypted kernel crash dumps.Konrad Witaszczyk2016-12-101-2/+15
* sys/ddb: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-211-2/+1
* ddb: stop boolean screaming.Pedro F. Giffuni2015-05-181-1/+1
* ddb: space/tab fixes.Pedro F. Giffuni2014-10-111-3/+3
* Small textdump enhancements.Alfred Perlstein2012-11-011-6/+23
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-1/+0
* Collect N identical (or near identical) mkdumpheader() implementations intoPeter Wemm2008-10-011-26/+2
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* Use dump_write() instead of direct calls to di->dumper() in textdumps.Robert Watson2008-01-311-3/+3
* Refine textdump comments slightly.Robert Watson2008-01-101-10/+12
* Add textdump(4) facility, which provides an alternative form of kernelRobert Watson2007-12-261-0/+555