diff options
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 35ce7c79..13f17ab1 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,52 @@ +2009-02-18 Will Cohen <wcohen@redhat.com> + + PR 9860 + * stack-i386.c (_stp_stack_print_fallback): Remove context argument. + +2009-02-18 David Smith <dsmith@redhat.com> + + * io.c (_stp_log): Removed unused function. + * map.c (_stp_cmp): Replace _stp_log() with dbug(). + * mempool.c (_stp_mempool_resize): Removed unused function. + * print.c (next_fmt): Removed unused function. + * procfs.c: Removed unused variable '_stp_num_procfs_files'. + * regs.c (_stp_ret_addr): Removed unused function. + * string.c (_stp_text_str): Removed unused variable 'len'. + * string.h: Removed unused variable '_stdout_' and function + declaration for deleted function '_stp_vsprintf'. + * sym.c: Removed unused variables. + * unwind.c (_stp_create_unwind_hdr): Removed unused function. + +2009-02-17 Mark Wielaard <scox@redhat.com> + + * sdt.h: Move to ../includes/sys. + +2009-02-16 Mark Wielaard <scox@redhat.com> + + * sdt.h (STAP_PROBE): Take provider and probe as arguments. + +2009-02-16 Mark Wielaard <scox@redhat.com> + + * sdt.h (STAP_PROBE9): Fix )( typo in parm9. + +2009-02-15 Stan Cox <scox@redhat.com> + + * sdt.h (STAP_PROBE): Handle c++ via .probe, c via .label. + +2009-02-13 David Smith <dsmith@redhat.com> + + * stack.c: Fixed compile problems on systems with older kernels + (like RHEL4). + + * procfs.c: Added macros to guard against multiple inclusion. + +2009-02-12 David Smith <dsmith@redhat.com> + + * procfs.c (_stp_rmdir_proc_module): Changed + _stp_lock_debugfs()/_stp_unlock_debugfs() to + _stp_lock_transport_dir()/_stp_unlock_transport_dir(). + (_stp_mkdir_proc_module): Ditto. + 2009-02-11 Tim Moore <timoore@redhat.com> * stack.c (_stp_stack_print_fallback): Implementation that uses kernel |