index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_stack.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constify stack argument for functions that don't modify it.
pjd
2011-11-16
1
-9
/
+9
*
Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/
netchild
2011-02-25
1
-0
/
+3
*
kdb_backtrace: use stack_print_ddb instead of stack_print
avg
2010-09-22
1
-5
/
+1
*
Add stack_print_short() and stack_print_short_ddb() interfaces to
rwatson
2009-06-24
1
-10
/
+54
*
Make it possible to compile kernel with KTR but without DDB.
sobomax
2008-10-30
1
-1
/
+5
*
Ktr(9) stores format string and arguments in the event circular buffer,
kib
2008-10-19
1
-21
/
+25
*
Staticize M_STACK.
antoine
2008-07-13
1
-1
/
+1
*
When a symbol name can't be resolved, return "??" as the name, rather
rwatson
2007-12-03
1
-2
/
+2
*
Break out stack(9) from ddb(4):
rwatson
2007-12-02
1
-0
/
+2
*
Modify stack(9) stack_print() and stack_sbuf_print() routines to use new
rwatson
2007-12-01
1
-24
/
+79
*
Correct typos
kris
2006-05-28
1
-3
/
+3
*
Add 'depth' argument to CTRSTACK() macro, which allows to reduce number
pjd
2005-08-29
1
-3
/
+7
*
- Add support for saving stack traces and displaying them via printf(9)
jeff
2005-08-03
1
-0
/
+165