summaryrefslogtreecommitdiffstats
path: root/runtime/staprun/ChangeLog
diff options
context:
space:
mode:
authorhunt <hunt>2007-04-02 17:03:57 +0000
committerhunt <hunt>2007-04-02 17:03:57 +0000
commitda5bc00621edbd01f290b8f779b075d3048c99a0 (patch)
treed982f578f7a116e98512a9cde171c808b3fe2d5d /runtime/staprun/ChangeLog
parent81406e9df9fe0b6f52fce796f070c4419bdf7986 (diff)
downloadsystemtap-steved-da5bc00621edbd01f290b8f779b075d3048c99a0.tar.gz
systemtap-steved-da5bc00621edbd01f290b8f779b075d3048c99a0.tar.xz
systemtap-steved-da5bc00621edbd01f290b8f779b075d3048c99a0.zip
2007-04-02 Martin Hunt <hunt@redhat.com>
* relay_old.c (close_oldrelayfs): If just detaching, call pthread_cancel. (open_relayfs_files): Just return 0 if relay_fd[cpu] not opened. (init_oldrelayfs): Scan percpu files to calculate ncpus. * mainloop.c (init_staprun): Call old transport init when necessary. (cleanup_and_exit): Ignore signals when cleaning up. * ctl.c (read_buffer_info): For old transport, need to read transport parameters.
Diffstat (limited to 'runtime/staprun/ChangeLog')
-rw-r--r--runtime/staprun/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/staprun/ChangeLog b/runtime/staprun/ChangeLog
index 324e9bf8..b948db55 100644
--- a/runtime/staprun/ChangeLog
+++ b/runtime/staprun/ChangeLog
@@ -1,3 +1,16 @@
+2007-04-02 Martin Hunt <hunt@redhat.com>
+
+ * relay_old.c (close_oldrelayfs): If just detaching, call
+ pthread_cancel.
+ (open_relayfs_files): Just return 0 if relay_fd[cpu] not opened.
+ (init_oldrelayfs): Scan percpu files to calculate ncpus.
+
+ * mainloop.c (init_staprun): Call old transport init when necessary.
+ (cleanup_and_exit): Ignore signals when cleaning up.
+
+ * ctl.c (read_buffer_info): For old transport, need to read transport
+ parameters.
+
2007-03-26 Martin Hunt <hunt@redhat.com>
* mainloop.c (run_stp_check): Just use system() call.