Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it possible to compile kernel with KTR but without DDB. | sobomax | 2008-10-30 | 1 | -1/+5 |
* | Ktr(9) stores format string and arguments in the event circular buffer, | kib | 2008-10-19 | 1 | -21/+25 |
* | Staticize M_STACK. | antoine | 2008-07-13 | 1 | -1/+1 |
* | When a symbol name can't be resolved, return "??" as the name, rather | rwatson | 2007-12-03 | 1 | -2/+2 |
* | Break out stack(9) from ddb(4): | rwatson | 2007-12-02 | 1 | -0/+2 |
* | Modify stack(9) stack_print() and stack_sbuf_print() routines to use new | rwatson | 2007-12-01 | 1 | -24/+79 |
* | Correct typos | kris | 2006-05-28 | 1 | -3/+3 |
* | Add 'depth' argument to CTRSTACK() macro, which allows to reduce number | pjd | 2005-08-29 | 1 | -3/+7 |
* | - Add support for saving stack traces and displaying them via printf(9) | jeff | 2005-08-03 | 1 | -0/+165 |