aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/lib/libdtrace/common
Commit message (Expand)AuthorAgeFilesLines
* libdtrace: Fix another uninitialized dtt_flags UBConrad Meyer2018-03-161-3/+5
* libdtrace: Eliminate a minor UB by fully initializing parameter structConrad Meyer2018-03-161-3/+4
* Add "jid" and "jailname" variables to DTrace.Mark Johnston2018-01-121-2/+6
* Fix an off-by-one in dt_opt_setenv().Mark Johnston2018-01-101-9/+10
* Complete support for dtrace's -x setenv option.Mark Johnston2017-12-033-19/+74
* Add an envp argument to proc_create().Mark Johnston2017-12-031-1/+1
* Fix the type signature for sx(9) DTrace subroutines.Mark Johnston2017-11-241-1/+1
* dt_modtext: return error on archs lacking an implementationEd Maste2017-11-211-4/+4
* Take r313504 into account when recomputing the string table length.Mark Johnston2017-11-161-2/+9
* libdtrace: replace "DOODAD" with more descriptive stringEd Maste2017-10-272-9/+18
* 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
* 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