History log of /opensolaris-onvv-gate/usr/src/lib/libdtrace/common/dt_printf.c
Revision Date Author Comments
# 12902:3bb859a7330c 23-Jul-2010 Bryan Cantrill <Bryan.Cantrill@Sun.COM>

6679140 asymmetric alloc/dealloc activity can induce dynamic variable drops
6679193 dtrace_dynvar walker produces flood of dtrace_dynhash_sink
6935550 would like ::stacks for user-land
6970441 allocation failure can induce crashes in libdtrace
6971885 dtrace_program_strcompile() fails spuriously on UTF-8 input


# 10791:944abfb5b345 14-Oct-2009 Jonathan Haslam <Jonathan.Haslam@Sun.COM>

6886953 large symbols lead to stack exhaustion
6886862 DTrace dumps core with dtrace -n 'pid<pid>:::*read*{}


# 9531:dc8924ef7839 04-May-2009 Rafael Vanoni <rafael.vanoni@sun.com>

6730130 dtrace missing printf handler for stdev
6733214 stddev() needs more test cases
Contributed by Chad Mynhier <cmynhier@gmail.com>


# 1914:8a8c5f225b1b 01-May-2006 casper

4916205 libcmd should not use file operation routines from C library
6234782 Kerberos and GSSAPI should not use fopen
6259671 vold won't be killed by TERM signal when several removable devices are managed
6386770 pam_authenticate can fail if open files are >= 255 and the soft fd limit is greater than 256
6414401 Remove shadow stdio implementation obsoleted by PSARC 2006/162
6414404 __rpc_openchild never called and not exported by library
6416815 ON needs to be hardened against the 32-bit fopen/255 problem


# 1222:6c8cd7eac61b 08-Jan-2006 mws

6198296 dtrace's printf() misses a corner case
6235357 dtrace(1M) can't ignore SIGINT and SIGTERM
6282866 D string behaviors need some cleanup
6304467 dtrace -G by itself does nothing and produces no output
6305443 dtrace falls for typedef fake
6312329 qlen.d example won't parse
6312678 D compiler needs to resolve direct_declarator IDENT/TNAME ambiguity
6320980 ctf_enum_value() returns NULL instead of CTF_ERR on failure
6327910 req.flg entry missing for usr/src/common/smbios
6335522 smbios_bufopen() computes intermediate checksum using unpacked header
6335549 prtdiag: can't get smbios tables on toshiba tecra s1 laptop
6335559 smbios utility reports bogus cache size information
6368524 ctf_lookup_by_name() qualifier check can be made more efficient
6368526 fmd -o debug=help core dumps after printing help message
6368529 Psetbkpt() is returning EBUSY instead of setting errno to EBUSY


# 1028:bdefe19f6e05 01-Dec-2005 bmc

6357600 zero value in AGGKEY bufhandler does not match buffered output
6357949 lockstat fails with "bad quantize size in aggregation record"


# 1017:f5a6f019be79 29-Nov-2005 bmc

6340196 Probe effect when using strings in aggregations could be reduced
6350216 get_hwc_spec() runs in quadratic time
6350217 printa() refuses to use %Y/%T format specifiers
6350219 aggregation/assoc. array error messages should use "key" nomenclature
6350221 undefined behavior when lquantize() is used inconsistently
6350223 printa() should support multiple aggregations
6350224 need aggregation sorting options
6350225 need private dtrace(1M) option for buffered handler debugging


# 491:cf5fd4822860 06-Sep-2005 bmc

6320437 ::difo doesn't always properly align its output
6320438 helper tracing should trace detailed error information
6320439 aggregations with negative values are not properly sorted
6320440 quantizations with values in zero bucket are not properly sorted
6320443 linear quantizations with values beyond range aren't properly printed
6320445 need mechanism for ustack helpers to annotate frames
6320447 %d doesn't work properly for printa() of aggregation w/ negative values
6320449 helpers should be able to call string-related subroutines


# 457:d8f2995c64aa 30-Aug-2005 bmc

6256581 System got a hang or a panic with dtrace+kmdb
6264573 unanchored dtrace_getpcstack is rather imprecise toward function end
6289517 dtrace doesn't like fd_intr anymore
6291378 dtrace helpers can interfere with the use of kmdb
6295554 dtrace doesn't report errors in ERROR probes
6311947 add umod()/ufunc()/usym(), mod()/func()/sym()
6311952 buffered handler should be called after printing each tuple element
6311956 drops induced by END are not recorded
6311958 should indicate missing jstack() frames due to string table overflows
6311960 allow some DTrace options to be set dynamically
6311963 jstack() produces stacks packed with "StubRoutines"
6311975 allow boolean DTrace options to be unset
6315028 allow quantize()/lquantize() increments to be D expressions
6315033 add dtrace_addr2str()/dtrace_uaddr2str() to libdtrace API
6315034 add ucaller variable
6315035 enablings containing USDT probes are not dynamically reevaluated
6315037 cannot aggregate on the return value of some subroutines
6315039 including <sys/kstat.h> in a D script induces compile-time error
6315087 stack() not correctly printed for 32-bit consumers on amd64 kernel
6315975 flowindent should operate on any probe ending in "-entry"/"-return"
6317350 symbol tables should not be discarded for UNDEAD processes


# 0:68f95e015346 14-Jun-2005 stevel@tonic-gate

OpenSolaris Launch


# 12902:3bb859a7330c 23-Jul-2010 Bryan Cantrill <Bryan.Cantrill@Sun.COM>

6679140 asymmetric alloc/dealloc activity can induce dynamic variable drops
6679193 dtrace_dynvar walker produces flood of dtrace_dynhash_sink
6935550 would like ::stacks for user-land
6970441 allocation failure can induce crashes in libdtrace
6971885 dtrace_program_strcompile() fails spuriously on UTF-8 input


# 10791:944abfb5b345 14-Oct-2009 Jonathan Haslam <Jonathan.Haslam@Sun.COM>

6886953 large symbols lead to stack exhaustion
6886862 DTrace dumps core with dtrace -n 'pid<pid>:::*read*{}


# 9531:dc8924ef7839 04-May-2009 Rafael Vanoni <rafael.vanoni@sun.com>

6730130 dtrace missing printf handler for stdev
6733214 stddev() needs more test cases
Contributed by Chad Mynhier <cmynhier@gmail.com>


# 1914:8a8c5f225b1b 01-May-2006 casper

4916205 libcmd should not use file operation routines from C library
6234782 Kerberos and GSSAPI should not use fopen
6259671 vold won't be killed by TERM signal when several removable devices are managed
6386770 pam_authenticate can fail if open files are >= 255 and the soft fd limit is greater than 256
6414401 Remove shadow stdio implementation obsoleted by PSARC 2006/162
6414404 __rpc_openchild never called and not exported by library
6416815 ON needs to be hardened against the 32-bit fopen/255 problem


# 1222:6c8cd7eac61b 08-Jan-2006 mws

6198296 dtrace's printf() misses a corner case
6235357 dtrace(1M) can't ignore SIGINT and SIGTERM
6282866 D string behaviors need some cleanup
6304467 dtrace -G by itself does nothing and produces no output
6305443 dtrace falls for typedef fake
6312329 qlen.d example won't parse
6312678 D compiler needs to resolve direct_declarator IDENT/TNAME ambiguity
6320980 ctf_enum_value() returns NULL instead of CTF_ERR on failure
6327910 req.flg entry missing for usr/src/common/smbios
6335522 smbios_bufopen() computes intermediate checksum using unpacked header
6335549 prtdiag: can't get smbios tables on toshiba tecra s1 laptop
6335559 smbios utility reports bogus cache size information
6368524 ctf_lookup_by_name() qualifier check can be made more efficient
6368526 fmd -o debug=help core dumps after printing help message
6368529 Psetbkpt() is returning EBUSY instead of setting errno to EBUSY


# 1028:bdefe19f6e05 01-Dec-2005 bmc

6357600 zero value in AGGKEY bufhandler does not match buffered output
6357949 lockstat fails with "bad quantize size in aggregation record"


# 1017:f5a6f019be79 29-Nov-2005 bmc

6340196 Probe effect when using strings in aggregations could be reduced
6350216 get_hwc_spec() runs in quadratic time
6350217 printa() refuses to use %Y/%T format specifiers
6350219 aggregation/assoc. array error messages should use "key" nomenclature
6350221 undefined behavior when lquantize() is used inconsistently
6350223 printa() should support multiple aggregations
6350224 need aggregation sorting options
6350225 need private dtrace(1M) option for buffered handler debugging


# 491:cf5fd4822860 06-Sep-2005 bmc

6320437 ::difo doesn't always properly align its output
6320438 helper tracing should trace detailed error information
6320439 aggregations with negative values are not properly sorted
6320440 quantizations with values in zero bucket are not properly sorted
6320443 linear quantizations with values beyond range aren't properly printed
6320445 need mechanism for ustack helpers to annotate frames
6320447 %d doesn't work properly for printa() of aggregation w/ negative values
6320449 helpers should be able to call string-related subroutines


# 457:d8f2995c64aa 30-Aug-2005 bmc

6256581 System got a hang or a panic with dtrace+kmdb
6264573 unanchored dtrace_getpcstack is rather imprecise toward function end
6289517 dtrace doesn't like fd_intr anymore
6291378 dtrace helpers can interfere with the use of kmdb
6295554 dtrace doesn't report errors in ERROR probes
6311947 add umod()/ufunc()/usym(), mod()/func()/sym()
6311952 buffered handler should be called after printing each tuple element
6311956 drops induced by END are not recorded
6311958 should indicate missing jstack() frames due to string table overflows
6311960 allow some DTrace options to be set dynamically
6311963 jstack() produces stacks packed with "StubRoutines"
6311975 allow boolean DTrace options to be unset
6315028 allow quantize()/lquantize() increments to be D expressions
6315033 add dtrace_addr2str()/dtrace_uaddr2str() to libdtrace API
6315034 add ucaller variable
6315035 enablings containing USDT probes are not dynamically reevaluated
6315037 cannot aggregate on the return value of some subroutines
6315039 including <sys/kstat.h> in a D script induces compile-time error
6315087 stack() not correctly printed for 32-bit consumers on amd64 kernel
6315975 flowindent should operate on any probe ending in "-entry"/"-return"
6317350 symbol tables should not be discarded for UNDEAD processes


# 0:68f95e015346 14-Jun-2005 stevel@tonic-gate

OpenSolaris Launch