summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_stack.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for a configurable output channel to witness(4).markj2015-11-191-2/+2
* Constify stack argument for functions that don't modify it.pjd2011-11-161-9/+9
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/netchild2011-02-251-0/+3
* kdb_backtrace: use stack_print_ddb instead of stack_printavg2010-09-221-5/+1
* Add stack_print_short() and stack_print_short_ddb() interfaces torwatson2009-06-241-10/+54
* Make it possible to compile kernel with KTR but without DDB.sobomax2008-10-301-1/+5
* Ktr(9) stores format string and arguments in the event circular buffer,kib2008-10-191-21/+25
* Staticize M_STACK.antoine2008-07-131-1/+1
* When a symbol name can't be resolved, return "??" as the name, ratherrwatson2007-12-031-2/+2
* Break out stack(9) from ddb(4):rwatson2007-12-021-0/+2
* Modify stack(9) stack_print() and stack_sbuf_print() routines to use newrwatson2007-12-011-24/+79
* Correct typoskris2006-05-281-3/+3
* Add 'depth' argument to CTRSTACK() macro, which allows to reduce numberpjd2005-08-291-3/+7
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+165
OpenPOWER on IntegriCloud