summaryrefslogtreecommitdiff
path: root/sys/kern/subr_stack.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-07-06kern.tty_info_kstacks: add a compact formatPawel Biernacki
2019-09-25Add debugging facility EPOCH_TRACE that checks that epochs entered areGleb Smirnoff
2019-03-15stack(9): Drop unused API mode and comment that referenced itConrad Meyer
2018-10-20Add flags variants to linker_files / stack(9) symbol resolutionConrad Meyer
2017-11-27sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-06Let stack_create(9) take a malloc flags argument.Mark Johnston
2015-11-19Add support for a configurable output channel to witness(4).Mark Johnston
2011-11-16Constify stack argument for functions that don't modify it.Pawel Jakub Dawidek
2011-02-25Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/Alexander Leidinger
2010-09-22kdb_backtrace: use stack_print_ddb instead of stack_printAndriy Gapon
2009-06-24Add stack_print_short() and stack_print_short_ddb() interfaces toRobert Watson
2008-10-30Make it possible to compile kernel with KTR but without DDB.Maxim Sobolev
2008-10-19Ktr(9) stores format string and arguments in the event circular buffer,Konstantin Belousov
2008-07-13Staticize M_STACK.Antoine Brodin
2007-12-03When a symbol name can't be resolved, return "??" as the name, ratherRobert Watson
2007-12-02Break out stack(9) from ddb(4):Robert Watson
2007-12-01Modify stack(9) stack_print() and stack_sbuf_print() routines to use newRobert Watson
2006-05-28Correct typosKris Kennaway
2005-08-29Add 'depth' argument to CTRSTACK() macro, which allows to reduce numberPawel Jakub Dawidek
2005-08-03 - Add support for saving stack traces and displaying them via printf(9)Jeff Roberson