aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace/dtrace_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use pcpu_find() to determine if a CPU ID is valid.Mark Johnston2017-11-271-8/+2
* Use PC-relative relocations for USDT probe sites on i386 and amd64.Mark Johnston2017-02-051-1/+2
* Fix initialization of "p" after r312658.Mark Johnston2017-01-251-1/+1
* Remove the DTRACEHIOC_ADD ioctl.Mark Johnston2017-01-231-8/+3
* Fix a couple of silly mistakes in r291962.Mark Johnston2016-03-081-2/+2
* Modify DTRACEHIOC_ADDDOF to copy the DOF section from the target process.Mark Johnston2015-12-071-16/+38
* libdtrace: add support for lazyload mode.Mark Johnston2015-04-081-3/+4
* Mechanically convert cddl sun #ifdef's to illumosSteven Hartland2015-01-171-5/+5
* Continue the crusade towards a dev_clone()-free kernel, removing itsDavide Italiano2014-06-251-4/+1
* Expose a few DTrace parameters as sysctls under kern.dtrace and addMark Johnston2014-03-011-1/+2
* Hide references to mod_lock. In FreeBSD it is always acquired with theMark Johnston2013-07-051-0/+8
* Bring back part of r249367 by adding DTrace's temporal option, which allowsMark Johnston2013-05-121-0/+2
* Fix warning: comparison of unsigned expression < 0 is always false.Sergey Kandaurov2013-02-081-1/+1
* Properly cast 64-bit dofhp_dof to pointer.Oleksandr Tymoshenko2012-03-261-5/+1
* Kernel DTrace support for:Rui Paulo2010-08-221-0/+49
* Merge latest DTrace changes from Perforce.Craig Rodrigues2008-11-051-0/+5
* Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.John Birrell2008-05-231-0/+777