Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A lot of changes to make this code compile cleanly on FreeBSD. | jb | 2008-04-26 | 23 | -224/+342 |
| | |||||
* | Use FreeBSD's libdwarf which is BSD licensed instead of the GPL'd one that | jb | 2008-04-26 | 1 | -137/+105 |
| | | | | is used in Solaris. | ||||
* | We need to be consistent with prototype definitions. It isn't OK to | jb | 2008-04-26 | 1 | -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. | jb | 2008-04-26 | 1 | -25/+25 |
| | |||||
* | Vendor import of the full userland contrib part of DTrace support from | jb | 2008-04-26 | 26 | -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 DTrace | jb | 2008-04-25 | 40 | -0/+13733 |
from OpenSolaris. |