diff options
Diffstat (limited to 'runtime/staprun/ChangeLog')
-rw-r--r-- | runtime/staprun/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/staprun/ChangeLog b/runtime/staprun/ChangeLog index 27f4d8c8..a4f47880 100644 --- a/runtime/staprun/ChangeLog +++ b/runtime/staprun/ChangeLog @@ -1,3 +1,12 @@ +2008-07-10 Frank Ch. Eigler <fche@elastic.org> + + PR 6736. + * common.c (send_request): Move here ... + * mainloop.c: from here. + * staprun.c (send_relocations): New function to send kernel + and module relocation bases to probe module. + * staprun.h: Corresponding changes. + 2008-06-03 Frank Ch. Eigler <fche@elastic.org> PR 6429. |