diff options
author | hunt <hunt> | 2006-09-18 18:02:54 +0000 |
---|---|---|
committer | hunt <hunt> | 2006-09-18 18:02:54 +0000 |
commit | 9850a575ac0147fab8fac2eda6600b3be88d5547 (patch) | |
tree | 220d77b03c179f1b0cfa223dcaeaa2614d685418 | |
parent | f871d3f10c0fac033fa55532c34e9c406343ae2d (diff) | |
download | systemtap-steved-9850a575ac0147fab8fac2eda6600b3be88d5547.tar.gz systemtap-steved-9850a575ac0147fab8fac2eda6600b3be88d5547.tar.xz systemtap-steved-9850a575ac0147fab8fac2eda6600b3be88d5547.zip |
*** empty log message ***
-rw-r--r-- | runtime/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 74b54860..92020863 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,5 +1,12 @@ 2006-09-18 Martin Hunt <hunt@redhat.com> + * bench2/bench.rb: Remove the deprecated "-m" option + to stpd. Also, don't use merge mode for relayfs. + * bench2/run_binary_print: New test. Compare various ways of + printing binary data. + +2006-09-18 Martin Hunt <hunt@redhat.com> + * print.c (_stp_print_flush): Rewrite so one version works for relayfs or procfs. Use proper per-cpu functions. (_stp_reserve_bytes): New function. Reserve bytes in the output buffer. |