diff options
author | hunt <hunt> | 2007-03-26 16:15:11 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-03-26 16:15:11 +0000 |
commit | 5d65678dde08d0b2e34ee79c2e0f6c26ff3e4592 (patch) | |
tree | 05cdd33db206b646c424dd8b207221413cbb2455 /runtime/staprun/ChangeLog | |
parent | 98f0ea565abd496f7f4f065f652456101370751e (diff) | |
download | systemtap-steved-5d65678dde08d0b2e34ee79c2e0f6c26ff3e4592.tar.gz systemtap-steved-5d65678dde08d0b2e34ee79c2e0f6c26ff3e4592.tar.xz systemtap-steved-5d65678dde08d0b2e34ee79c2e0f6c26ff3e4592.zip |
2007-03-26 Martin Hunt <hunt@redhat.com>
* mainloop.c (run_stp_check): Just use system() call.
(init_staprun): Remove _stp_pid module parameter.
(cleanup_and_exit): If closed==2, just exit without removing module.
(driver_poll): Remove. We no longer require stap running.
(_stp_main_loop): Remove call to driver_poll.
* ctl.c (init_ctl_channel): Don't put files in systemtap_pid,
revert back to systemtap/modulename.
* relay.c: Revert back to systemtap/modulename paths.
* relay_old.c: Ditto.
* staprun.c: Add -L and -A args.
Diffstat (limited to 'runtime/staprun/ChangeLog')
-rw-r--r-- | runtime/staprun/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/runtime/staprun/ChangeLog b/runtime/staprun/ChangeLog index 50d56ce3..324e9bf8 100644 --- a/runtime/staprun/ChangeLog +++ b/runtime/staprun/ChangeLog @@ -1,3 +1,19 @@ +2007-03-26 Martin Hunt <hunt@redhat.com> + + * mainloop.c (run_stp_check): Just use system() call. + (init_staprun): Remove _stp_pid module parameter. + (cleanup_and_exit): If closed==2, just exit without removing module. + (driver_poll): Remove. We no longer require stap running. + (_stp_main_loop): Remove call to driver_poll. + + * ctl.c (init_ctl_channel): Don't put files in systemtap_pid, + revert back to systemtap/modulename. + + * relay.c: Revert back to systemtap/modulename paths. + * relay_old.c: Ditto. + + * staprun.c: Add -L and -A args. + 2007-03-20 Martin Hunt <hunt@redhat.com> * symbols.c (send_module): If send returns < 0 then |