summaryrefslogtreecommitdiff
path: root/sys/ddb/db_panic.c
AgeCommit message (Expand)Author
2021-10-06KNF: The function type must be declared on a line by itself.uwe
2021-07-20need <sys/param.h> for COHERENCY_UNITchristos
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-05-27Add missing $NetBSD$ comment at the beginning.uwe
2018-02-17Opt to print a backtrace on panic by default with the intention of improving ...sevan
2017-12-28- add ddb.panicstackframes to avoid scrolling the interesting parts of panicchristos
2017-10-27Revert printf return value change.joerg
2017-10-27[syzkaller] Cast all the printf's to (void *)utkarsh009
2014-01-22add a return in the panic messagechristos
2013-02-10need <sys/types.h> for various crap that other headers use (pid_t etc).christos
2013-02-10Move the DDB-specific part of vpanic() to a new db_panic() function,apb