summaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/lib/libdtrace/common
Commit message (Expand)AuthorAgeFilesLines
* Merge changes that enable DTrace-using ports to link correctly with lldDimitry Andric2020-05-153-107/+55
* Revert r331551. It is causing perl and tcl port build failures.Mark Johnston2018-03-281-3/+2
* MFC r331222:Mark Johnston2018-03-261-2/+3
* Add DT_VERS_1_13 to libdtrace to unbreak the build.Mark Johnston2018-02-141-2/+4
* MFC r327888, r327972, r327973:Mark Johnston2018-02-131-2/+6
* MFC r326177:Mark Johnston2017-12-041-1/+1
* MFC r326046: dt_modtext: return error on archs lacking an implementationEd Maste2017-11-281-4/+4
* MFC r325042: libdtrace: replace "DOODAD" with more descriptive stringEd Maste2017-11-282-9/+18
* MFC r324373:Mark Johnston2017-10-132-2/+2
* MFC r323498:Mark Johnston2017-09-151-1/+1
* MFC r323166:Mark Johnston2017-09-121-6/+3
* MFC r322773-r322775:Mark Johnston2017-08-301-2/+2
* MFC r316853: dtrace: fix normalization of stddev aggregationAndriy Gapon2017-05-241-0/+2
* MFC r314153, r314154:Mark Johnston2017-03-102-3/+9
* MFC r310316:Mark Johnston2017-02-031-1/+1
* MFC r310332:Mark Johnston2017-02-031-5/+8
* Corrected non-portable reuse of va_list in dt_printf()George V. Neville-Neil2016-10-281-5/+16
* Add initial DTrace support for RISC-V.Ruslan Bukin2016-05-242-2/+16
* Rename dprintf into dbg_printf to avoid collision with dprintf(3)Baptiste Daroussin2016-05-101-11/+11
* libdtrace: Add a missing unlock to an error handler.Mark Johnston2016-04-111-0/+1
* libdtrace: use calloc(3) instead of malloc(3) when it makes sense.Pedro F. Giffuni2016-03-143-14/+14
* Modify DTRACEHIOC_ADDDOF to copy the DOF section from the target process.Mark Johnston2015-12-071-46/+4
* Perform bounds checking when constructing a format string.Mark Johnston2015-08-021-5/+17
* First cut of DTrace for AArch64.Ruslan Bukin2015-07-011-3/+17
* libdtrace: allow D libraries to declare dependencies on kernel modulesMark Johnston2015-06-065-0/+100
* Fix a typo that snuck in with r283024, and remove the EXFAIL annotation fromMark Johnston2015-05-171-1/+1
* Respect the libdir option when linking drti.o, rather than hardcoding theMark Johnston2015-05-172-16/+14
* As dtrace(1) processes D libraries under /usr/lib/dtrace, the compiler mayMark Johnston2015-05-171-0/+1
* When in lazyload mode, write the DOF to a temporary file and rename itMark Johnston2015-05-171-13/+16
* libdtrace: add support for lazyload mode.Mark Johnston2015-04-083-17/+79
* Fix a misparenthesization that could cause a crash if TERM is not set.Mark Johnston2015-03-311-2/+2
* Remove drti.o's dependency on libelf. This makes it possible to add DTraceMark Johnston2015-02-185-72/+86
* Let the standard deviation of the empty set be 0. This is consistent withMark Johnston2015-02-021-0/+3
* Mechanically convert cddl sun #ifdef's to illumosSteven Hartland2015-01-1725-174/+173
* Add PowerPC64 function descriptor support for dt_link.cJustin Hibbits2014-12-281-14/+27
* DOF tables are aligned according to the DOF section's alignment constraint,Mark Johnston2014-12-261-1/+4
* We can stop iterating once we've found the DOF section.Mark Johnston2014-12-231-0/+1
* Initialize an argument to NULL instead of expecting dlinfo() to do it.Will Andrews2014-12-171-1/+1
* Adjust some checks missed in r274637, now that pi_rname can be NULL.Mark Johnston2014-11-251-2/+3
* The module load address always needs to be included when setting the dm_*_vaMark Johnston2014-11-251-3/+3
* DTrace imposes a 128-byte limit on the length of the function component ofMark Johnston2014-11-173-22/+21
* Treat D keywords as identifiers in certain postfix expressions. This allowsMark Johnston2014-10-061-0/+23
* Hook up support for userland CTF support in DTrace. This required someMark Johnston2014-10-031-19/+1
* Remove an incorrect close(2) call that was added in r271413.Mark Johnston2014-09-221-1/+0
* Remove some variables that are no longer used as of r271413.Mark Johnston2014-09-221-10/+4
* Fix some incorrect endianness checks.Mark Johnston2014-09-171-2/+2
* Use the linker to perform relocations in the SUNW_dof section rather thanMark Johnston2014-09-112-212/+23
* Make DTrace stuff compile with C99 standard.Xin LI2014-08-223-0/+11
* Remove the BROKEN_LIBELF section.Rui Paulo2014-08-101-52/+0
* Preserve the errno value of an ioctl before calling free(3). Previously,Mark Johnston2014-08-043-11/+14