summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/opensolaris/lib/libdtrace/common
Commit message (Expand)AuthorAgeFilesLines
...
* MFV illumosrpaulo2014-06-261-2/+8
* MFV illumos r266986:rpaulo2014-06-261-3/+7
* Revert r267898.rpaulo2014-06-266-737/+39
* Bring the following change from the illumos-joyent repository:rpaulo2014-06-266-39/+737
* MFV r258381:pfg2014-06-251-2/+7
* Re-apply r248644. This fixes an annoying problem which caused dtrace -c tomarkj2014-05-081-1/+1
* Use the correct format specifiers for wide characters and strings of widemarkj2014-04-151-0/+5
* MFV r258379;pfg2014-04-023-8/+23
* When our linker merges .SUNW_dof sections from multiple files, it simplymarkj2014-03-011-30/+58
* 1452 DTrace buffer autoscaling should be less violentmarkj2014-02-221-27/+0
* dtrace: remove unexplained 16MB limitation from dt_alloc/dt_zallocavg2014-01-241-10/+0
* When clearing relocations to __dtrace* symbols, handle both SHT_REL andmarkj2013-12-291-4/+11
* The uaddr, ufunc, umod and usym functions all seem to work as expected onmarkj2013-12-041-8/+0
* Use mkstemp(3) to create the temporary file used in the FreeBSD-specificmarkj2013-12-031-8/+10
* Don't try to use the 32-bit drti.o unless the data model is explicitly setmarkj2013-11-091-3/+1
* Add a function, memstr, which can be used to convert a buffer ofmarkj2013-10-161-0/+4
* Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle.jhibbits2013-10-151-4/+85
* Load the dtraceall module if /dev/dtrace/dtrace doesn't exist.rpaulo2013-08-101-1/+11
* DTrace: re-apply r249426 now that the underlying issues have been solved.pfg2013-07-283-5/+9
* DTrace: re-merge remainder of r249367 (original from Illumos).pfg2013-07-289-124/+298
* Remove a block of code that was not intended to be part of the previousmarkj2013-05-201-7/+0
* Re-introduce another part of r249367. This commit fixes a register leak inmarkj2013-05-196-97/+157
* Bring back part of r249367 by adding DTrace's temporal option, which allowsmarkj2013-05-126-152/+619
* revert r248644 because of the regression for usdt probesavg2013-04-251-1/+1
* DTrace: Revert r249426pfg2013-04-173-9/+5
* DTrace: Revert r249367pfg2013-04-1719-1138/+387
* DTrace: print() should try to resolve function pointerspfg2013-04-161-4/+47
* Dtrace: resolve const types from fbt and other fixes.pfg2013-04-123-5/+9
* DTrace: option for time-ordered outputpfg2013-04-1119-387/+1138
* Commit a patch that fixes a problem in the #pragma statement when searchinggnn2013-03-281-3/+27
* Dtrace: Add SUN MDB-like type-aware print() action.pfg2013-03-2510-70/+889
* Dtrace: add toupper()/tolower() and enhancements to lltostr().pfg2013-03-251-3/+11
* Dtrace: add optional size argument to tracemem().pfg2013-03-244-10/+62
* dtrace: ensure that we can always catch a process (e.g. when -c is used)avg2013-03-231-1/+1
* Make sure that each va_start has one and only one matching va_end,kevlo2012-09-281-0/+1
* When we return with an error we cannot unlock the mutex, becausegnn2012-08-011-1/+2
* Dtrace: improve handling of library paths.pfg2012-07-172-22/+102
* Use libc's strndup() instead of Dtrace's reimplementation.pfg2012-07-152-24/+3
* Merge illumos commit 13455:7205f7794835pfg2012-07-141-1/+8
* Fix clang warning, introduced in the recent dtrace import.dim2012-07-031-1/+1
* Safer fix for building with Clang.pfg2012-06-281-1/+1
* Fix build with Clang.pfg2012-06-281-1/+1
* Bring llquantize support into Dtrace.pfg2012-06-278-5/+398
* Implement the D "cpu" variable, which returns curcpu. I have chosen notrstone2012-04-261-0/+6
* Change SIGUSR1 to SIGTHR to properly wake up a process that is beinggnn2012-04-131-1/+1
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_handle.c, somedim2011-12-161-2/+4
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_consume.c, somedim2011-12-161-3/+4
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c, thedim2011-12-151-0/+1
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c, use thedim2011-12-151-1/+1
* Cast away a clang alignment warning in drti.c's fixsymbol() function.dim2011-12-151-1/+1
OpenPOWER on IntegriCloud