summaryrefslogtreecommitdiff
path: root/usr/src/cmd/dtrace
AgeCommit message (Collapse)AuthorFilesLines
2009-01-226749441 intrstat(1M) shows zeroed values after suspend/resumeJonathan Haslam1-8/+9
6786517 /usr/demo/dtrace/qtime.d tracks enqueue/dequeue times incorrectly Contributed by Chad Mynhier <cmynhier@gmail.com>
2008-12-116750659 drti.o crashes app due to corrupt environmentJonathan Haslam1-0/+107
Contributed by Mike Gerdts <mgerdts@gmail.com>
2008-12-05PSARC 2005/462 Removal of Perl 5.6.1 from Solaris 11John Sonnenschein2-5/+3
6766281 perl 5.6.1 is obsolete
2008-11-036738982 Representative thread after DTrace stop() action is incorrectJonathan Haslam3-9/+5
6737974 DTrace probe module globbing doesn't work 6730287 tst/common/printf/tst.str.d needs to be updated for ZFS boot Contributed by Chad Mynhier <cmynhier@gmail.com>
2008-09-066706947 tcp_trace should be replaced with dtrace probes.Aruna Ramakrishna2-1/+285
6610419 garbage collection of tcp_reserved_port_add/del 6737341 tcp_host_param should be removed
2008-09-036737926 getAggregate() method fails to specify anonymous aggregation explicitlyTom Erickson2-0/+288
2008-08-076734627 protocmp complains about opt/SUNWdtrt/README after TW -> Hg switchJohn Beck1-4/+4
2008-07-016721426 tst.sdtargs.d passes despite dtrace "invalid address" errorbrendan1-0/+6
2008-06-13PSARC 2008/302 DTrace IP Providerbrendan26-51/+1204
6640019 DTrace IP Provider 6655707 sdt arguments are off-by-one past the 5th 6667364 /usr/demo/dtrace/index.html: URLs to dtrace guide chapters wrong --HG-- rename : usr/src/lib/libdtrace/common/net.d => deleted_files/usr/src/lib/libdtrace/common/net.d
2008-05-206685348 Hypervisor event provider for DTracetariq9-15/+451
6699048 XEN_SYSCTL_tbuf_op sysctl-hypercall data misaligned in 32-bit Solaris
2008-05-056677812 race between dtrace activities in non-local zonesahl3-1/+118
6684076 is_enabled at -xO2 and greater causes a functions return value to be over-written
2008-05-026683064 check_rtime could do with some spring cleaningrie1-2/+0
2008-04-096583726 race between program and process destructionahl8-45/+341
6642281 substr() doesn't properly null-terminate 6642734 substr() can do the wrong thing for invalid index values 6642972 substr() is broken with a negative third argument 6646597 library load failures aren't properly propagated to dependents 6654396 new pid probes aren't attached to retained enablings 6654402 user provider clean up needs some work 6663020 fasttrap_pid_probe() wasn't fully updated for amd64 6672627 Code optimizer cause problems for dtrace -G
2008-04-036680948 ON could use some common Perl and Python build rulescarlsonj1-12/+9
2008-03-036545859 ERROR: /opt/SUNWdtrt/tst/common/java_api/tst.Bean.ksh stdout mismatchtomee7-511/+451
6650894 'dtest -i java' errors 6652174 add "-target 1.5" javac flag to build dtest Java classes 6652183 add "-Xlint" javac flag to Java DTrace API build 6652217 Java DTrace API loses aggregation record order 6667597 Java DTrace API does not handle negative average in avg() action 6667606 Java DTrace API needs to support stddev() action 6668854 DTrace Java tests should run by default 6668856 dtest -u is useless
2008-02-146639830 chkargs Makefile gets a binary from the build machine, and not the ↵jhaslam6-7/+73
workspace --HG-- rename : usr/src/cmd/dtrace/test/cmd/chkargs/32/Makefile => deleted_files/usr/src/cmd/dtrace/test/cmd/chkargs/32/Makefile rename : usr/src/cmd/dtrace/test/cmd/chkargs/64/Makefile => deleted_files/usr/src/cmd/dtrace/test/cmd/chkargs/64/Makefile
2008-02-076325485 A stddev() aggregator would be a nice adjunct to avg()jhaslam16-0/+752
6618705 p*d123 doesn't cause pid probes to be created 6624541 dtrace aggregations should assume signed arguments Contributed by Chad Mynhier <cmynhier@gmail.com>.
2008-02-06PSARC 2008/050 DTrace NFS v3 Providerahl3-1/+547
6660173 PSARC 2008/050 DTrace NFS v3 Provider 6660179 fix stability of NFS v4 provider
2008-01-316657275 fixes for 4947191 cause problems for sun4v/PICLrie1-1/+1
6657340 tst.helper.d on x86 was broken by 4947191
2008-01-254947191 OSNet should use direct bindings (fix protocmp)rie1-1/+1
2008-01-244947191 OSNet should use direct bindingsrie2-4/+4
2007-12-07PSARC/2007/663 DTrace NFS v4 Providersamf5-2/+211
6635086 DTrace NFS v4 Provider
2007-11-156630135 symbols created for dtrace -G should be removed in the final linkahl1-0/+106
2007-11-146600430 library dependencies for DTracejhaslam5-0/+342
6602183 names of all non USDT based providers should be able to end with a digit
2007-11-076624263 syscall/tst.args cannot failsamf2-5/+6
2007-09-216606981 the ucaller variable requires additional checksahl1-0/+49
2007-08-226543061 /opt/SUNWdtrt/tst/common/mib/tst.tcp.ksh can hang if fingerd is disabledjhaslam53-135/+205
6581091 some DTrace test suite tests are not dstyle clean 6581196 many ksh scripts in the DTrace test suite use incorrect SCCS ID string 6581228 some DTrace test suite scripts need to specify a unit for cleanrate 6593038 some D scripts in the test suite contain multiple identical SCCS ident strings
2007-08-076546290 /opt/SUNWdtrt/tst/common/predicates/tst.predcache.ksh : could not ↵ahl4-14/+213
unload dtrace 6573659 removing a USDT provider can undermine pid probes 6576041 ERROR: /opt/SUNWdtrt/tst/common/usdt/tst.dlclose1.ksh stdout mismatch 6581257 dtrace_lookup_by_type() can fail spuriously 6582425 tst/common/usdt/tst.forker.ksh can hang
2007-07-196576371 Tail-call USDT probes can use wrong argument valuesahl1-0/+132
2007-07-196468390 dtrace_canstore()'s mechanism for validating dynamic variable stores ↵jhaslam1-0/+75
needs improving 6578110 The DIF 'ret' instruction doesn't work as advertised
2007-06-29PSARC 2007/153 iSCSI target providerahl1-10/+14
6498786 the iSCSI target's SMF stop method takes too long 6573073 usdt args[] are incorrectly translated 6573074 PSARC 2007/153 iSCSI target provider 6573077 iscsitgtd should be compiled with CTF data 6574850 dt_idhash_iter() needs to cache the array length
2007-06-296533833 A trapstat and ustack()/ustackdepth combination causes problems with ↵jhaslam1-0/+87
invalid contexts
2007-05-226558517 need DTrace versions of IP address to string functions, like inet_ntop()brendan11-1/+500
2007-05-186535590 Pid provider doesn't work with probe "main:entry"ahl6-5/+209
6551723 dtrace's mkdemo.pl causes false positive on inter-workspace wsdiff 6556673 potential deadlock with USDT tear-down and enable
2007-05-176455532 OSNet cleanup required in preparation for direct bindingsrie3-3/+3
--HG-- rename : usr/src/cmd/bnu/strecpy.c => deleted_files/usr/src/cmd/bnu/strecpy.c rename : usr/src/cmd/fs.d/ufs/mount/realpath.c => deleted_files/usr/src/cmd/fs.d/ufs/mount/realpath.c rename : usr/src/cmd/lp/lib/lp/tinames.c => deleted_files/usr/src/cmd/lp/lib/lp/tinames.c rename : usr/src/cmd/sgs/crle/common/mapfile-vers => deleted_files/usr/src/cmd/sgs/crle/common/mapfile-vers rename : usr/src/cmd/sgs/elfdump/common/mapfile-vers => deleted_files/usr/src/cmd/sgs/elfdump/common/mapfile-vers rename : usr/src/cmd/sgs/ldd/common/mapfile-vers => deleted_files/usr/src/cmd/sgs/ldd/common/mapfile-vers rename : usr/src/cmd/sgs/moe/common/mapfile-vers => deleted_files/usr/src/cmd/sgs/moe/common/mapfile-vers rename : usr/src/cmd/sgs/pvs/common/mapfile-vers => deleted_files/usr/src/cmd/sgs/pvs/common/mapfile-vers rename : usr/src/lib/libsocket/amd64/byteorder.s => deleted_files/usr/src/lib/libsocket/amd64/byteorder.s rename : usr/src/lib/libsocket/i386/byteorder.s => deleted_files/usr/src/lib/libsocket/i386/byteorder.s rename : usr/src/cmd/sgs/ld/common/mapfile-vers => usr/src/cmd/sgs/ld/common/mapfile-intf rename : usr/src/cmd/sgs/mapfiles/Makefile => usr/src/common/mapfiles/Makefile rename : usr/src/cmd/sgs/mapfiles/amd64/Makefile => usr/src/common/mapfiles/amd64/Makefile rename : usr/src/cmd/sgs/mapfiles/amd64/map.above4G => usr/src/common/mapfiles/amd64/map.above4G rename : usr/src/cmd/sgs/mapfiles/amd64/map.below4G => usr/src/common/mapfiles/amd64/map.below4G rename : usr/src/cmd/sgs/mapfiles/common/Makefile => usr/src/common/mapfiles/common/Makefile rename : usr/src/cmd/mapfile_bssalign => usr/src/common/mapfiles/common/map.bssalign rename : usr/src/cmd/mapfile_execdata => usr/src/common/mapfiles/common/map.execdata rename : usr/src/lib/common/mapfile-filter => usr/src/common/mapfiles/common/map.filter rename : usr/src/cmd/mapfile_noexstk => usr/src/common/mapfiles/common/map.noexstk rename : usr/src/cmd/sgs/mapfiles/i386/Makefile => usr/src/common/mapfiles/i386/Makefile rename : usr/src/cmd/sgs/mapfiles/i386/map.default => usr/src/common/mapfiles/i386/map.default rename : usr/src/cmd/mapfile_noexdata => usr/src/common/mapfiles/i386/map.noexdata rename : usr/src/cmd/sgs/mapfiles/i386/map.pagealign => usr/src/common/mapfiles/i386/map.pagealign rename : usr/src/cmd/sgs/mapfiles/sparc/Makefile => usr/src/common/mapfiles/sparc/Makefile rename : usr/src/cmd/sgs/mapfiles/sparc/map.default => usr/src/common/mapfiles/sparc/map.default rename : usr/src/cmd/sgs/mapfiles/sparc/map.pagealign => usr/src/common/mapfiles/sparc/map.pagealign rename : usr/src/cmd/sgs/mapfiles/sparcv9/Makefile => usr/src/common/mapfiles/sparcv9/Makefile rename : usr/src/cmd/sgs/mapfiles/sparcv9/map.above4G => usr/src/common/mapfiles/sparcv9/map.above4G rename : usr/src/cmd/sgs/mapfiles/sparcv9/map.below4G => usr/src/common/mapfiles/sparcv9/map.below4G rename : usr/src/lib/libsocket/inet/byteorder.c => usr/src/lib/libc/sparc/gen/byteorder.c
2007-04-066542480 fix for 6534991 broke the nightly build with gccraf4-5/+11
2007-04-016484266 fasttrap needs to check for duplicate offsetsahl66-2098/+506
6497891 dtrace -G can fail due to uninitialized data 6504328 mapid disabling isn't enough 6512813 calendar-based DTrace tests fail when not in US/Pacific 6513027 tst.[v]fork.d needs updating for forksys() 6534984 fasttrap emulation code could use some work 6534988 remove the lint work-around from fasttrap 6534991 prepare the DTrace test suite for PIT --HG-- rename : usr/src/cmd/dtrace/test/pkg/Makefile => deleted_files/usr/src/cmd/dtrace/test/pkg/Makefile rename : usr/src/cmd/dtrace/test/pkg/Makefile.pkg => deleted_files/usr/src/cmd/dtrace/test/pkg/Makefile.pkg rename : usr/src/cmd/dtrace/test/pkg/common/bld_awk_pkginfo.ksh => deleted_files/usr/src/cmd/dtrace/test/pkg/common/bld_awk_pkginfo.ksh rename : usr/src/cmd/dtrace/test/pkg/common/copyright => deleted_files/usr/src/cmd/dtrace/test/pkg/common/copyright rename : usr/src/cmd/dtrace/test/tst/common/printa/tst.walltimestamp.d => deleted_files/usr/src/cmd/dtrace/test/tst/common/printa/tst.walltimestamp.d rename : usr/src/cmd/dtrace/test/tst/common/printf/tst.printT.d => deleted_files/usr/src/cmd/dtrace/test/tst/common/printf/tst.printT.d rename : usr/src/cmd/dtrace/test/tst/common/printf/tst.printY.d => deleted_files/usr/src/cmd/dtrace/test/tst/common/printf/tst.printY.d rename : usr/src/cmd/dtrace/test/pkg/common/README => usr/src/cmd/dtrace/test/README rename : usr/src/cmd/dtrace/test/cmd/jdtrace/src/Getopt.java => usr/src/cmd/dtrace/test/cmd/jdtrace/Getopt.java rename : usr/src/cmd/dtrace/test/cmd/jdtrace/src/JDTrace.java => usr/src/cmd/dtrace/test/cmd/jdtrace/JDTrace.java rename : usr/src/cmd/dtrace/test/cmd/jdtrace/src/jdtrace.c => usr/src/cmd/dtrace/test/cmd/jdtrace/jdtrace.c rename : usr/src/cmd/dtrace/test/tst/common/printa/tst.walltimestamp.d.out => usr/src/cmd/dtrace/test/tst/common/printa/tst.walltimestamp.ksh.out rename : usr/src/cmd/dtrace/test/tst/common/printf/tst.printT.d.out => usr/src/cmd/dtrace/test/tst/common/printf/tst.printT.ksh.out rename : usr/src/cmd/dtrace/test/tst/common/printf/tst.printY.d.out => usr/src/cmd/dtrace/test/tst/common/printf/tst.printY.ksh.out rename : usr/src/cmd/dtrace/test/tst/i386/ustack/tst.annotated_helper.d => usr/src/cmd/dtrace/test/tst/i386/ustack/annotated_helper.d rename : usr/src/cmd/dtrace/test/tst/i386/ustack/tst.helper_helper.d => usr/src/cmd/dtrace/test/tst/i386/ustack/helper_helper.d rename : usr/src/cmd/dtrace/test/tst/sparc/ustack/tst.annotated_helper.d => usr/src/cmd/dtrace/test/tst/sparc/ustack/annotated_helper.d rename : usr/src/cmd/dtrace/test/tst/sparc/ustack/tst.helper_helper.d => usr/src/cmd/dtrace/test/tst/sparc/ustack/helper_helper.d rename : usr/src/cmd/dtrace/test/pkg/SUNWdtrt/Makefile => usr/src/pkgdefs/SUNWdtrt/Makefile rename : usr/src/cmd/dtrace/test/pkg/common/depend => usr/src/pkgdefs/SUNWdtrt/depend rename : usr/src/cmd/dtrace/test/pkg/SUNWdtrt/pkginfo.tmpl => usr/src/pkgdefs/SUNWdtrt/pkginfo.tmpl rename : usr/src/cmd/dtrace/test/pkg/SUNWdtrt/prototype_com => usr/src/pkgdefs/SUNWdtrt/prototype_com rename : usr/src/cmd/dtrace/test/pkg/SUNWdtrt/prototype_i386 => usr/src/pkgdefs/SUNWdtrt/prototype_i386 rename : usr/src/cmd/dtrace/test/pkg/SUNWdtrt/prototype_sparc => usr/src/pkgdefs/SUNWdtrt/prototype_sparc
2007-02-206512250 dtrace_getustack_common() could be improvedjhaslam10-2/+287
2007-02-136517428 readObject() methods should call initCause() on InvalidObjectExceptiontomee4-0/+210
6517433 replace StringBuffer with StringBuilder 6521523 aggregation drops can hang the Java DTrace API
2007-02-126513018 tst.udp. needs updatingfr802411-3/+3
2007-01-256513863 java_api tests assume that PATH includes current directory (remove ↵tomee1-45/+0
unneeded file) --HG-- rename : usr/src/cmd/dtrace/test/tst/common/java_api/bitarch.c => deleted_files/usr/src/cmd/dtrace/test/tst/common/java_api/bitarch.c
2007-01-25PSARC 2007/036 sysevent DTrace providereschrock6-1/+280
6517131 sysevent DTrace provider
2007-01-246513863 java_api tests assume that PATH includes current directorytomee16-127/+95
6515452 Program.File deserialization is broken
2007-01-026505802 test suite failure: tst.Bean.kshtomee4-1/+171
6505806 test suite failure: tst.MultiAggPrinta.ksh 6506495 -DJAVA_DTRACE_MAX_CONSUMERS=N for any N < 8 is treated as if it were 8
2006-12-196436284 ::dtrace dumps core if given anonymous trace statejhaslam3-0/+144
6488973 Implement DTrace ECB walker 6504126 pid provider probemod test for DTrace test suite
2006-11-156489516 fix up some Makefile issues for dtrace/testqiao5-25/+27
2006-10-136478044 dtrace assert: kaddr >= kernelbase && kaddr + size >= kaddr in ↵dp13-8/+132
dtrace_copyin() 6479887 DTRACE_INRANGE incorrectly treats testsz as a signed quantity 6479991 some err.* test cases need work
2006-10-056458281 dtrace structure tracing problemdp8-0/+431
6474442 dtrace would benefit from a few extra safety tests
2006-09-266465302 integrate Java DTrace API tests with DTrace test suitetomee214-203/+7718
6467526 test suite: sched/tst.stackdepth.d fails in empty stack case
2006-09-196282214 Byte Ordering Functions in libdtraceahl17-15/+837
6353438 syscall arguments past the 5th are incorrect 6432394 some sort of #define to denote the availability of USDT 6435862 dtrace -G can generate malformed string tables 6443592 dtrace(1M) leaves a breakpoint in rtld_db_dlactivity on error 6455174 assertion failed: new_pc != 0, file: ../../intel/dtrace/fasttrap_isa.c, line: 1606 6456626 dtrace -G should be able to 'guess' output format 6461522 Availability of dummy-macros for USDT probes in non-DTrace-supported environments 6462995 the syscall provider truncates return values on 32-bit x86 kernels 6465195 assertion failed: -1 <= rmindex && rmindex < tp->ftt_size 6472119 fasttrap should optimize the nop case on x86 6472121 dtest.pl should use the right compilers