aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/lib/libdtrace
Commit message (Expand)AuthorAgeFilesLines
* Avoid adding an extra "0x" prefix before pointer formats.Mark Johnston2017-10-062-2/+2
* Add a O_CLOEXEC use missed in r323166.Mark Johnston2017-09-121-1/+1
* Use O_CLOEXEC when opening persistent handles in libdtrace.Mark Johnston2017-09-051-6/+3
* Fix an off-by-two in the llquantize() action parameter validation.Mark Johnston2017-08-211-2/+2
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-072-4/+4
* dtrace: fix normalization of stddev aggregationAndriy Gapon2017-04-141-0/+2
* Fix memory leaks in error cases in libdtrace.Mark Johnston2017-02-232-3/+9
* When patching USDT probes, use non-unique names for aliases of weak symbols.Mark Johnston2017-02-101-32/+35
* Fix a double free of libelf data buffers in the USDT link code.Mark Johnston2017-02-051-3/+5
* Use PC-relative relocations for USDT probe sites on i386 and amd64.Mark Johnston2017-02-053-107/+55
* Avoid modifying the object string table when patching USDT probes.Mark Johnston2016-12-201-5/+8
* Consistently print D variable indices in decimal when disassembling.Mark Johnston2016-12-201-1/+1
* libdtrace: Don't use a read-only handle for enumerating pid probes.Mark Johnston2016-12-061-1/+6
* Remove the DTrace printt and typeref actions.Mark Johnston2016-11-126-409/+10
* Corrected non-portable reuse of va_list in dt_printf()George V. Neville-Neil2016-10-111-5/+16
* MFV r304057:Mark Johnston2016-08-168-52/+843
* MFV r304056:Mark Johnston2016-08-161-1/+2
* libdtrace: Don't hard-code the native data model.Mark Johnston2016-07-302-26/+7
* Add initial DTrace support for RISC-V.Ruslan Bukin2016-05-243-2/+155
* 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-012-3/+156
* 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
* Initial version of DTrace on ARM32.George V. Neville-Neil2015-02-101-0/+190
* 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-1726-179/+178
* 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