opnsense-src/sys/cddl/dev/dtrace/amd64
Mark Johnston 8241ee3b2c Fix DTrace's panic() action.
It would previously call into some unfinished Solaris compatibility code and
return without actually calling panic(9). The compatibility code is
unneeded, however, so just remove it and have dtrace_panic() call vpanic(9)
directly.

Differential Revision:	https://reviews.freebsd.org/D2349
Reviewed by:	avg
MFC after:	2 weeks
Sponsored by:	EMC / Isilon Storage Division
2015-04-24 03:19:30 +00:00
..
dtrace_asm.S Fix DTrace's panic() action. 2015-04-24 03:19:30 +00:00
dtrace_isa.c Import a missing piece of commit b8fac8e162eda7e98d from illumos-gate. 2015-03-30 03:55:51 +00:00
dtrace_subr.c Restore the trap type argument to the DTrace trap hook, removed in r268600. 2014-12-23 15:38:19 +00:00
instr_size.c Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00