summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/dtrace/dtrace.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-26OS-7200 would like thread name APIOS-7200Jason King1-3/+22
2018-09-11backout OS-7200 would like thread name API (triggers OS-7240)Robert Mustacchi1-22/+3
2018-09-10OS-7200 would like thread name APIJason King1-3/+22
2017-11-30OS-6395 improve DTrace error checkingJerry Jelinek1-0/+7
2017-08-14OS-6066 want writable uregs[] in dtracePatrick Mooney1-1/+54
2016-10-25OS-5740 dtrace helpers leaked during fork when lwp_create failsPatrick Mooney1-4/+14
2016-06-07OS-5444 T_ZERODIV should set CPU_DTRACE_DIVZERO when CPU_DTRACE_NOFAULT setBryan Cantrill1-0/+8
2016-06-03 [illumos-gate merge]Patrick Mooney1-1/+1
2016-06-027033 ustack helper should fault on bad return valuesAlex Wilson1-1/+8
2016-06-027034 negative record sizes should be rejectedAlex Wilson1-2/+12
2016-06-027035 string-related subroutines should validate input earlierPatrick Mooney1-83/+221
2016-05-26OS-5327 ustack helper needs more validationAlex Wilson1-1/+8
2016-05-26OS-5328 dtrace negative record sizes should be rejectedAlex Wilson1-2/+12
2016-05-26OS-5329 string-related subroutines should validate input earlierPatrick Mooney1-86/+211
2016-03-126734 dtrace_canstore_statvar() fails for some valid static variablesBryan Cantrill1-4/+4
2016-03-03OS-5188 dtrace_canstore_statvar() fails for some valid static variablesBryan Cantrill1-4/+4
2016-02-05 [illumos-gate merge]Jerry Jelinek1-0/+2
2016-02-046604 harden DIF bounds checkingBryan Cantrill1-2/+75
2016-02-04OS-5123 harden DIF bounds checkingBryan Cantrill1-2/+73
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-09-29OS-4791 harden dtrace_difo_chunksize() with respect to malicious DIFBryan Cantrill1-8/+59
2015-09-27OS-4742 dtrace caused excessive fork time, resulting in manatee outageBryan Cantrill1-2/+9
2015-05-21OS-4317 v_path accesses can racePatrick Mooney1-2/+2
2015-05-183599 dtrace_dynvar tail calls can blow stackBryan Cantrill1-3/+3
2015-05-14OS-4248 dtrace_dynvar tail calls can blow stackBryan Cantrill1-3/+3
2014-11-11 [illumos-gate merge]Keith M Wesolowski1-1/+1
2014-11-105255 uts shouldn't open-code ISP2Josef 'Jeff' Sipek1-1/+1
2014-04-30 [illumos-gate merge]Keith M Wesolowski1-1/+1
2014-04-294823 don't open-code NSEC2MSEC and MSEC2NSECJosef 'Jeff' Sipek1-1/+1
2014-04-23 [illumos-gate merge]Keith M Wesolowski1-2/+3
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-10-14OS-2578 DTrace Userland CTF SupportRobert Mustacchi1-33/+80
2013-04-15OS-2122 Only probes from the first DTrace object file will be includedBryan Cantrill1-3/+3
2013-02-21Merge github.com:illumos/illumos-gateKeith M Wesolowski1-3/+8
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-11-29OS-1723 DTrace should speak JSONrelease-20121129Joshua M. Clulow1-0/+593
2012-09-18OS-1545 dtrace_dof_maxsize is far too smallBryan Cantrill1-1/+1
2012-09-05OS-1510 DTrace helper tracing should be dynamicBryan Cantrill1-31/+52
2012-07-30Illumos SyncJohn Sonnenschein1-100/+127
2012-07-253021 option for time-ordered output from dtrace(1M)Adam H. Leventhal1-100/+127
2012-06-06OS-1247 need limited access to some DTrace providers in the non-global zoneBryan Cantrill1-9/+16
2012-06-04OS-1237 need to be able to access fds[] from a non-global zoneBryan Cantrill1-2/+160