summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_stack.c
Commit message (Collapse)AuthorAgeFilesLines
* Add 'depth' argument to CTRSTACK() macro, which allows to reduce numberpjd2005-08-291-3/+7
| | | | | of ktr slots used. If 'depth' is equal to 0, the whole stack will be logged, just like before.
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+165
and KTR. Contributed by: Antoine Brodin <antoine.brodin@laposte.net> Concept code from: Neal Fachan <neal@isilon.com>
OpenPOWER on IntegriCloud