Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r277300 (by smh): Mechanically convert cddl sun #ifdef's to illumos | mav | 2016-03-20 | 1 | -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. | ||||
* | A lot of changes to make this code compile cleanly on FreeBSD. | jb | 2008-04-26 | 1 | -0/+5 |
| | |||||
* | Vendor import of the full userland contrib part of DTrace support from | jb | 2008-04-26 | 1 | -5/+0 |
| | | | | | | | | | | | 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 | 1 | -0/+62 |
from OpenSolaris. |