Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix DTrace's panic() action. | markj | 2015-04-24 | 1 | -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. | jb | 2008-05-23 | 1 | -0/+13 |