diff options
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 |