summaryrefslogtreecommitdiff
path: root/sys/ddb/db_textdump.c
AgeCommit message (Expand)Author
2023-12-27ddb: Fix typo (triple S)Jose Luis Duran
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-13kerneldump: remove physical from dump routinesMitchell Horne
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-01-12Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik
2018-01-08Generalize the gzio API.Mark Johnston
2017-11-27sys/ddb: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-18Rename mkdumpheader() and group EKCD functions in kern_shutdown.c.Mark Johnston
2016-12-10Add support for encrypted kernel crash dumps.Konrad Witaszczyk
2016-04-29sys/ddb: spelling fixes in comments.Pedro F. Giffuni
2015-05-21ddb: finish converting boolean values.Pedro F. Giffuni
2015-05-18ddb: stop boolean screaming.Pedro F. Giffuni
2014-10-11ddb: space/tab fixes.Pedro F. Giffuni
2012-11-01Small textdump enhancements.Alfred Perlstein
2009-05-29Place hostnames and similar information fully under the prison system.Jamie Gritton
2008-10-01Collect N identical (or near identical) mkdumpheader() implementations intoPeter Wemm
2008-08-17Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb
2008-01-31Use dump_write() instead of direct calls to di->dumper() in textdumps.Robert Watson
2008-01-10Refine textdump comments slightly.Robert Watson
2007-12-26Add textdump(4) facility, which provides an alternative form of kernelRobert Watson