freebsd-skq/sys/cddl/dev/dtrace
Mark Johnston 09a15aa38d Import a missing piece of commit b8fac8e162eda7e98d from illumos-gate.
This adds an upper bound, dtrace_ustackdepth_max, to the number of frames
traversed when computing the userland stack depth. Some programs - notably
firefox - are otherwise able to trigger an infinite loop in
dtrace_getustack_common(), causing a panic.

MFC after:	1 week
2015-03-30 03:55:51 +00:00
..
amd64 Import a missing piece of commit b8fac8e162eda7e98d from illumos-gate. 2015-03-30 03:55:51 +00:00
arm On ARM, unlike some other architectures, saved $pc values from in-kernel 2015-03-15 15:17:34 +00:00
i386 Import a missing piece of commit b8fac8e162eda7e98d from illumos-gate. 2015-03-30 03:55:51 +00:00
mips Restore the trap type argument to the DTrace trap hook, removed in r268600. 2014-12-23 15:38:19 +00:00
powerpc Fix build after unifying DAR/DEAR storage in trap frame. 2015-03-05 17:02:22 +00:00
x86 Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
dtrace_anon.c
dtrace_cddl.h MFV illumos r266986: 2014-06-26 19:38:16 +00:00
dtrace_debug.c Correct a series of errors in the hand-rolled locking for drace_debug.c: 2012-12-23 15:50:37 +00:00
dtrace_hacks.c
dtrace_ioctl.c Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
dtrace_load.c MFV r266993: 2015-02-03 19:39:53 +00:00
dtrace_modevent.c
dtrace_sysctl.c Fix multiple incorrect SYSCTL arguments in the kernel: 2014-10-21 07:31:21 +00:00
dtrace_test.c dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE 2013-11-26 08:46:27 +00:00
dtrace_unload.c MFV r266993: 2015-02-03 19:39:53 +00:00
dtrace_vtime.c