summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/opensolaris/tools
Commit message (Collapse)AuthorAgeFilesLines
* A lot of changes to make this code compile cleanly on FreeBSD.jb2008-04-2623-224/+342
|
* Use FreeBSD's libdwarf which is BSD licensed instead of the GPL'd one thatjb2008-04-261-137/+105
| | | | is used in Solaris.
* We need to be consistent with prototype definitions. It isn't OK tojb2008-04-261-8/+55
| | | | | | | use 'const' and just override it whenever we feel like it. If we use it at all, then we need to do it properly. Add a couple of functions that were useful in getting this code ported.
* Make this file compile cleanly.jb2008-04-261-25/+25
|
* Vendor import of the full userland contrib part of DTrace support fromjb2008-04-2626-527/+394
| | | | | | | | | | | OpenSolaris. This commit resets files to match the versions in the OpenSolaris tree as of 2008/04/10. The changes in this import from the previous import are the ones that will subsequently re-applied to take files off the vendor branch. This is unfortunately necessary because the Solaris developers won't allow FreeBSD support #ifdefs in their source code because that creates 'dead code' (stuff that they never compile).
* Vendor import of the CTF (Compact C Type Format) code used by DTracejb2008-04-2540-0/+13733
from OpenSolaris.
OpenPOWER on IntegriCloud