aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib/opensolaris/uts/common/sys/fasttrap.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix FASTTRAPIOC_GETINSTR.Mark Johnston2019-07-171-1/+1
| | | | | | | | | | This ioctl is used when a breakpoint is encountered while disassembling a symbol in the target process. Since only one DTrace consumer can toggle or enumerate fasttrap probes from a given process at time, this ioctl does not appear to be used in practice. Notes: svn path=/head/; revision=350084
* Mechanically convert cddl sun #ifdef's to illumosSteven Hartland2015-01-171-1/+1
| | | | | | | | | | | | | | | Since the upstream for cddl code is now illumos not sun, mechanically convert all sun #ifdef's to illumos #ifdef's which have been used in all newer code for some time. Also do a manual pass to correct the use if #ifdef comments as per style(9) as well as few uses of #if defined(__FreeBSD__) vs #ifndef illumos. MFC after: 1 month Sponsored by: Multiplay Notes: svn path=/head/; revision=277300
* The fasttrap ioctl used to create probes takes a variable-sized argument.Mark Johnston2013-11-181-1/+1
| | | | | | | | | | | | | It was not being correctly copied into the kernel on FreeBSD, and as a result, probes with multiple probe sites were not being created properly. To fix this, change the ioctl definition so that the fasttrap ioctl handler is responsible for copying in userland data. Submitted by: Prashanth Kumar <pra_udupi@yahoo.co.in> MFC after: 1 month Notes: svn path=/head/; revision=258291
* Add the FreeBSD definition for the fasttrap ioctls.Rui Paulo2010-08-221-0/+5
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=211606
* This commit was generated by cvs2svn to compensate for changes in r179193,John Birrell2008-05-221-0/+93
which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=179194