aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/lib/libdtrace
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Remove ia64.Marcel Moolenaar2014-07-071-22/+2
* MFV illumosRui Paulo2014-06-266-38/+724
* MFV illumosRui Paulo2014-06-2622-116/+724
* MFV illumosRui Paulo2014-06-261-2/+8
* MFV illumos r266986:Rui Paulo2014-06-261-3/+7
* Revert r267898.Rui Paulo2014-06-266-737/+39
* Bring the following change from the illumos-joyent repository:Rui Paulo2014-06-266-39/+737
* MFV r258381:Pedro F. Giffuni2014-06-251-2/+7
* Re-apply r248644. This fixes an annoying problem which caused dtrace -c toMark Johnston2014-05-081-1/+1
* Use the correct format specifiers for wide characters and strings of wideMark Johnston2014-04-151-0/+5
* MFV r258379;Pedro F. Giffuni2014-04-023-8/+23
* When our linker merges .SUNW_dof sections from multiple files, it simplyMark Johnston2014-03-011-30/+58
* 1452 DTrace buffer autoscaling should be less violentMark Johnston2014-02-221-27/+0
* dtrace: remove unexplained 16MB limitation from dt_alloc/dt_zallocAndriy Gapon2014-01-241-10/+0
* When clearing relocations to __dtrace* symbols, handle both SHT_REL andMark Johnston2013-12-291-4/+11
* The uaddr, ufunc, umod and usym functions all seem to work as expected onMark Johnston2013-12-041-8/+0
* Use mkstemp(3) to create the temporary file used in the FreeBSD-specificMark Johnston2013-12-031-8/+10
* Don't try to use the 32-bit drti.o unless the data model is explicitly setMark Johnston2013-11-091-3/+1
* Add a function, memstr, which can be used to convert a buffer ofMark Johnston2013-10-161-0/+4
* Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle.Justin Hibbits2013-10-152-12/+215
* Load the dtraceall module if /dev/dtrace/dtrace doesn't exist.Rui Paulo2013-08-101-1/+11
* DTrace: re-apply r249426 now that the underlying issues have been solved.Pedro F. Giffuni2013-07-283-5/+9
* DTrace: re-merge remainder of r249367 (original from Illumos).Pedro F. Giffuni2013-07-2810-125/+304
* Remove a block of code that was not intended to be part of the previousMark Johnston2013-05-201-7/+0
* Re-introduce another part of r249367. This commit fixes a register leak inMark Johnston2013-05-196-97/+157
* Bring back part of r249367 by adding DTrace's temporal option, which allowsMark Johnston2013-05-126-152/+619
* revert r248644 because of the regression for usdt probesAndriy Gapon2013-04-251-1/+1
* DTrace: Revert r249426Pedro F. Giffuni2013-04-173-9/+5
* DTrace: Revert r249367Pedro F. Giffuni2013-04-1720-1144/+388
* DTrace: print() should try to resolve function pointersPedro F. Giffuni2013-04-161-4/+47