aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/stack.h
Commit message (Expand)AuthorAgeFilesLines
* kern.tty_info_kstacks: add a compact formatPawel Biernacki2020-07-061-1/+7
* Reimplement stack capture of running threads on i386 and amd64.Mark Johnston2020-01-311-2/+1
* Add debugging facility EPOCH_TRACE that checks that epochs entered areGleb Smirnoff2019-09-251-0/+4
* stack(9): Drop unused API mode and comment that referenced itConrad Meyer2019-03-151-4/+4
* Add flags variants to linker_files / stack(9) symbol resolutionConrad Meyer2018-10-201-0/+2
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Let stack_create(9) take a malloc flags argument.Mark Johnston2017-10-061-1/+1
* Add stack_save_td_running(), a function to trace the kernel stack of aMark Johnston2015-09-111-1/+2
* 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