summaryrefslogtreecommitdiffstats
path: root/sys/cddl/dev/dtrace/dtrace_hacks.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix DTrace's panic() action.markj2015-04-241-3/+0
| | | | | | | | | | | | 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
* Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.jb2008-05-231-0/+13
OpenPOWER on IntegriCloud