summaryrefslogtreecommitdiffstats
path: root/runtime/staprun
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/staprun')
-rw-r--r--runtime/staprun/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/staprun/ChangeLog b/runtime/staprun/ChangeLog
index 8b7a116d..21e02e47 100644
--- a/runtime/staprun/ChangeLog
+++ b/runtime/staprun/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-06 Frank Ch. Eigler <fche@elastic.org>
+
+ * mainloop.c (start_cmd): Rewrite to use wordexp/execvp/ptrace.
+ (stp_main_loop): Use ptrace detach to resume target process.
+
2008-09-05 Frank Ch. Eigler <fche@elastic.org>
* staprun.c (run_as): Teach it to exec too. Update callers.