aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/stack.h
Commit message (Expand)AuthorAgeFilesLines
* Constify stack argument for functions that don't modify it.Pawel Jakub Dawidek2011-11-161-8/+9
* Add stack_print_short() and stack_print_short_ddb() interfaces toRobert Watson2009-06-241-0/+2
* Optimize lockmgr in order to get rid of the pool mutex interlock, of theAttilio Rao2008-04-061-6/+1
* Break out stack(9) from ddb(4):Robert Watson2007-12-021-0/+2
* Modify stack(9) stack_print() and stack_sbuf_print() routines to use newRobert Watson2007-12-011-0/+2
* Add 'depth' argument to CTRSTACK() macro, which allows to reduce numberPawel Jakub Dawidek2005-08-291-4/+4
* - Add support for saving stack traces and displaying them via printf(9)Jeff Roberson2005-08-031-0/+62