aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/lib/libdtrace
Commit message (Expand)AuthorAgeFilesLines
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-254-3/+11
* Fix a typo in r364438 affecting 32-bit platforms.Mark Johnston2020-08-221-4/+4
* Fix a typo in r364438.Mark Johnston2020-08-201-1/+1
* Enable creation of static userspace probes in incremental builds.Mark Johnston2020-08-203-65/+89
* Remove non-FreeBSD ifdefs from dt_link.c.Mark Johnston2020-08-201-250/+19
* Fix libdtrace build with zsh as /bin/shAlex Richardson2020-08-114-54/+46
* Fix -DBUILD_WITH_STRICT_TMPPATH dtrace buildsAlex Richardson2020-08-114-0/+4
* Restore the binary compatibility for link_map l_addr.Konstantin Belousov2020-05-211-1/+7
* Do not load dtraceall.ko if dtrace.ko is already loaded.Mark Johnston2020-02-281-1/+1
* [PowerPC] [DTrace] Add ELFv2 support in libdtraceBrandon Bergren2020-02-051-4/+10
* Use a deterministic hash for USDT symbol names.Mark Johnston2020-01-071-5/+22
* Add libdtrace support for arm64 USDT probes.Mark Johnston2019-12-291-8/+70
* dtrace: avoid gcc9 Walloca-larger-thanRyan Libby2019-12-211-21/+47
* MFV r344364:Mark Johnston2019-02-201-4/+3
* Disable the D subroutines msgsize() and msgdsize().Mark Johnston2018-08-101-1/+1
* Given hidden visibility to symbols referenced by the DOF section.Mark Johnston2018-03-191-2/+3
* 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
* 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