summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/opensolaris/lib/libdtrace
Commit message (Expand)AuthorAgeFilesLines
* Add DT_VERS_1_13 to libdtrace to unbreak the build.markj2018-02-141-2/+4
* MFC r327888, r327972, r327973:markj2018-02-131-2/+6
* MFC r326177:markj2017-12-041-1/+1
* MFC r326046: dt_modtext: return error on archs lacking an implementationemaste2017-11-281-4/+4
* MFC r325042: libdtrace: replace "DOODAD" with more descriptive stringemaste2017-11-282-9/+18
* MFC r324373:markj2017-10-132-2/+2
* MFC r323498:markj2017-09-151-1/+1
* MFC r323166:markj2017-09-121-6/+3
* MFC r322773-r322775:markj2017-08-301-2/+2
* MFC r316853: dtrace: fix normalization of stddev aggregationavg2017-05-241-0/+2
* MFC r314153, r314154:markj2017-03-102-3/+9
* MFC r310316:markj2017-02-031-1/+1
* MFC r310332:markj2017-02-031-5/+8
* Corrected non-portable reuse of va_list in dt_printf()gnn2016-10-281-5/+16
* Add initial DTrace support for RISC-V.br2016-05-243-2/+155
* Rename dprintf into dbg_printf to avoid collision with dprintf(3)bapt2016-05-101-11/+11
* libdtrace: Add a missing unlock to an error handler.markj2016-04-111-0/+1
* libdtrace: use calloc(3) instead of malloc(3) when it makes sense.pfg2016-03-143-14/+14
* Modify DTRACEHIOC_ADDDOF to copy the DOF section from the target process.markj2015-12-071-46/+4
* Perform bounds checking when constructing a format string.markj2015-08-021-5/+17
* First cut of DTrace for AArch64.br2015-07-012-3/+156
* libdtrace: allow D libraries to declare dependencies on kernel modulesmarkj2015-06-065-0/+100
* Fix a typo that snuck in with r283024, and remove the EXFAIL annotation frommarkj2015-05-171-1/+1
* Respect the libdir option when linking drti.o, rather than hardcoding themarkj2015-05-172-16/+14
* As dtrace(1) processes D libraries under /usr/lib/dtrace, the compiler maymarkj2015-05-171-0/+1
* When in lazyload mode, write the DOF to a temporary file and rename itmarkj2015-05-171-13/+16
* libdtrace: add support for lazyload mode.markj2015-04-083-17/+79
* Fix a misparenthesization that could cause a crash if TERM is not set.markj2015-03-311-2/+2
* Remove drti.o's dependency on libelf. This makes it possible to add DTracemarkj2015-02-185-72/+86
* Initial version of DTrace on ARM32.gnn2015-02-101-0/+190
* Let the standard deviation of the empty set be 0. This is consistent withmarkj2015-02-021-0/+3
* Mechanically convert cddl sun #ifdef's to illumossmh2015-01-1726-179/+178
* Add PowerPC64 function descriptor support for dt_link.cjhibbits2014-12-281-14/+27
* DOF tables are aligned according to the DOF section's alignment constraint,markj2014-12-261-1/+4
* We can stop iterating once we've found the DOF section.markj2014-12-231-0/+1
* Initialize an argument to NULL instead of expecting dlinfo() to do it.will2014-12-171-1/+1
* Adjust some checks missed in r274637, now that pi_rname can be NULL.markj2014-11-251-2/+3
* The module load address always needs to be included when setting the dm_*_vamarkj2014-11-251-3/+3
* DTrace imposes a 128-byte limit on the length of the function component ofmarkj2014-11-173-22/+21
* Treat D keywords as identifiers in certain postfix expressions. This allowsmarkj2014-10-061-0/+23
* Hook up support for userland CTF support in DTrace. This required somemarkj2014-10-031-19/+1
* Remove an incorrect close(2) call that was added in r271413.markj2014-09-221-1/+0
* Remove some variables that are no longer used as of r271413.markj2014-09-221-10/+4
* Fix some incorrect endianness checks.markj2014-09-171-2/+2
* Use the linker to perform relocations in the SUNW_dof section rather thanmarkj2014-09-112-212/+23
* Make DTrace stuff compile with C99 standard.delphij2014-08-223-0/+11
* Remove the BROKEN_LIBELF section.rpaulo2014-08-101-52/+0
* Preserve the errno value of an ioctl before calling free(3). Previously,markj2014-08-043-11/+14
* Remove ia64.marcel2014-07-071-22/+2
* MFV illumosrpaulo2014-06-266-38/+724
OpenPOWER on IntegriCloud