aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_stack.c
Commit message (Expand)AuthorAgeFilesLines
* kern.tty_info_kstacks: add a compact formatPawel Biernacki2020-07-061-4/+15
* Add debugging facility EPOCH_TRACE that checks that epochs entered areGleb Smirnoff2019-09-251-1/+1
* stack(9): Drop unused API mode and comment that referenced itConrad Meyer2019-03-151-24/+8
* Add flags variants to linker_files / stack(9) symbol resolutionConrad Meyer2018-10-201-18/+32
* sys/kern: 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-2/+2
* Add support for a configurable output channel to witness(4).Mark Johnston2015-11-191-2/+2
* Constify stack argument for functions that don't modify it.Pawel Jakub Dawidek2011-11-161-9/+9
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/Alexander Leidinger2011-02-251-0/+3
* kdb_backtrace: use stack_print_ddb instead of stack_printAndriy Gapon2010-09-221-5/+1
* Add stack_print_short() and stack_print_short_ddb() interfaces toRobert Watson2009-06-241-10/+54
* Make it possible to compile kernel with KTR but without DDB.Maxim Sobolev2008-10-301-1/+5
* Ktr(9) stores format string and arguments in the event circular buffer,Konstantin Belousov2008-10-191-21/+25
* Staticize M_STACK.Antoine Brodin2008-07-131-1/+1
* When a symbol name can't be resolved, return "??" as the name, ratherRobert Watson2007-12-031-2/+2
* 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-24/+79
* Correct typosKris Kennaway2006-05-281-3/+3
* Add 'depth' argument to CTRSTACK() macro, which allows to reduce numberPawel Jakub Dawidek2005-08-291-3/+7
* - Add support for saving stack traces and displaying them via printf(9)Jeff Roberson2005-08-031-0/+165