summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/opensolaris/lib/libdtrace
Commit message (Expand)AuthorAgeFilesLines
* MFC r286169:markj2015-08-271-5/+17
* MFC r283025:markj2015-06-071-0/+1
* MFC r280882:markj2015-04-121-2/+2
* MFC r278114:markj2015-04-121-0/+3
* MFC r276250:markj2015-01-061-1/+4
* MFC r272671:markj2014-12-261-0/+23
* MFC r275011:markj2014-12-261-3/+3
* MFC r271695:markj2014-12-051-2/+2
* MFC r258902:markj2014-10-241-8/+0
* MFC r269524:markj2014-08-203-11/+14
* MFC r267875:pfg2014-08-161-2/+7
* MFC r257877:markj2014-08-141-3/+1
* MFC r269776rpaulo2014-08-131-52/+0
* MFC r265631:markj2014-08-081-1/+1
* MFC r256571:markj2014-08-041-0/+4
* MFC r264486:markj2014-07-291-0/+5
* MFC r262669:markj2014-07-291-30/+58
* MFC 267929, 267937, 267939, 267940, 267941, 267942, 267987, 268006:rpaulo2014-07-1225-152/+1456
* MFC r262329:markj2014-05-251-27/+0
* MFC r264040:pfg2014-05-023-8/+23
* MFC r261122: dtrace: remove unexplained 16MB limitation from dt_alloc/dt_zallocavg2014-02-171-10/+0
* MFC r260051:markj2014-02-171-4/+11
* MFC r256543,r259245,r259421,r259668,r259674jhibbits2014-01-152-12/+215
* 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-2810-125/+304
* 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-1720-1144/+388
* 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-1120-388/+1144
* 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
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.jhibbits2012-11-071-0/+75
* 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
OpenPOWER on IntegriCloud