summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/dtrace/dtrace.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-046604 harden DIF bounds checkingBryan Cantrill1-2/+75
2015-10-066271 dtrace caused excessive fork timeBryan Cantrill1-2/+9
2015-09-296266 harden dtrace_difo_chunksize() with respect to malicious DIFBryan Cantrill1-8/+59
2015-05-183599 dtrace_dynvar tail calls can blow stackBryan Cantrill1-3/+3
2014-11-105255 uts shouldn't open-code ISP2Josef 'Jeff' Sipek1-1/+1
2014-04-294823 don't open-code NSEC2MSEC and MSEC2NSECJosef 'Jeff' Sipek1-1/+1
2014-04-224767 dtrace_probe() always has the timestampMatthew Ahrens1-2/+3
2014-02-254469 DTrace helper tracing should be dynamicBryan Cantrill1-31/+52
2014-02-254478 dtrace_dof_maxsize is far too smallBryan Cantrill1-1/+1
2014-02-254474 DTrace Userland CTF SupportRobert Mustacchi1-33/+80
2014-02-254477 DTrace should speak JSONJoshua M. Clulow1-0/+593
2014-02-252915 DTrace in a zone should see "cpu", "curpsinfo", et alBryan Cantrill1-44/+233
2013-11-054248 dtrace(1M) should never create DOF with empty probes sectionBryan Cantrill1-3/+3
2013-02-103529 iostat should display time used by dtraceMatthew Ahrens1-2/+7
2013-01-313511 dtrace.c erroneously checks for memory alignment on amd64Sebastien Roy1-1/+1
2012-07-253021 option for time-ordered output from dtrace(1M)Adam H. Leventhal1-100/+127
2012-03-282551 jstack may deal in stale ustack helper framesRichard Lowe1-0/+17
2012-03-302558 bump dtrace_helper_actions_max to 1024Dave Pacheco1-1/+1
2011-11-031694 Add type-aware print() actionEric Schrock1-4/+10
2011-08-041457 lltostr() D subroutine should take an optional baseBryan Cantrill1-6/+28
2011-07-121451 DTrace needs toupper()/tolower() subroutinesBryan Cantrill1-1/+48
2011-07-111455 DTrace tracemem() should take an optional size argumentBryan Cantrill1-0/+14
2011-07-081452 DTrace buffer autoscaling should be less violentBryan Cantrill1-9/+24
2011-07-061456 DTrace profile and tick probes sometimes don't fire in a zoneBryan Cantrill1-90/+149
2011-08-131362 add kvmstat for monitoring of KVM statisticsBryan Cantrill1-0/+16
2011-07-011368 enablings on defunct providers prevent providers from unregisteringBryan Cantrill1-4/+136
2011-02-08905 want llquantize() support in DTraceBryan Cantrill1-0/+98
2011-01-20908 dtrace in the global zone may miss USDT probes in local zonesBryan Cantrill1-3/+6
2010-07-236679140 asymmetric alloc/dealloc activity can induce dynamic variable dropsBryan Cantrill1-15/+64
2009-06-306851093 system drops to kmdb with anonymous dtrace probes + kmdbJonathan Haslam1-2/+7
2009-04-226823388 DTrace ioctl handlers must validate all structure membersJonathan Haslam1-1/+2
2009-04-206806023 cpc provider event name validation needs to be a bit tighterJonathan Haslam1-1/+8
2009-02-13PSARC 2008/480 DTrace CPC ProviderJonathan Haslam1-17/+42
2008-09-22PSARC 2008/382 Fast RebootSherry Moore1-1/+2
2008-09-156735480 race between probe enabling and provider registrationJonathan Haslam1-4/+16
2008-07-026718877 crgetzoneid() use can cause problems when forking processes with USDT...jhaslam1-1/+2
2008-05-276699767 panic in spec_open()cth1-1/+2
2008-05-056677812 race between dtrace activities in non-local zonesahl1-6/+14
2008-04-096583726 race between program and process destructionahl1-48/+19
2008-02-076325485 A stddev() aggregator would be a nice adjunct to avg()jhaslam1-4/+124
2007-09-216606981 the ucaller variable requires additional checksahl1-0/+2
2007-07-196468390 dtrace_canstore()'s mechanism for validating dynamic variable stores ...jhaslam1-1/+35
2007-06-086491350 Auto mpss and kpr combo can make a system crawl in case of fragmented...mb1582781-6/+3
2007-05-226558517 need DTrace versions of IP address to string functions, like inet_ntop()brendan1-0/+212
2007-02-206512250 dtrace_getustack_common() could be improvedjhaslam1-0/+1
2007-02-186479756 dtrace can cause "panic send mondo timeout"sudheer1-6/+6
2006-11-026478725 dtrace_load* are no longer as safe as they used to be.bmc1-1/+1
2006-10-136478044 dtrace assert: kaddr >= kernelbase && kaddr + size >= kaddr in dtrace...dp1-31/+44
2006-10-056458281 dtrace structure tracing problemdp1-41/+381
2006-09-196282214 Byte Ordering Functions in libdtraceahl1-1/+42