summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/opensolaris/lib/libctf/common/ctf_lib.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314153, r314154:markj2017-03-101-0/+1
| | | | Fix some memory leaks in CDDL code.
* Mechanically convert cddl sun #ifdef's to illumossmh2015-01-171-5/+5
| | | | | | | | | | | | 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
* Fix some incorrect endianness checks.markj2014-09-171-1/+1
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* MFV r254746:delphij2013-08-231-15/+42
| | | | | | | | | | To quote original Illumos ticket: libctf thinks that any ELF file containing more than 65536 sections is corrupt, because it doesn't understand the SHN_XINDEX magic. Illumos DTrace issues: 4005 libctf can't deal with extended sections
* Solaris has code which makes zlib optional, so they have to jump throughjb2008-04-261-7/+28
| | | | | some hoops to get the compression functions. On FreeBSD have libz and can just link against it.
* Vendor import of the full userland contrib part of DTrace support fromjb2008-04-261-28/+7
| | | | | | | | | | | 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 libraries for DTrace from OpenSolaris.jb2008-04-251-0/+500
OpenPOWER on IntegriCloud