aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/lib/libdtrace
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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