From 2972246a08bfc7c516455ecc4ef976e10c0ddb2c Mon Sep 17 00:00:00 2001 From: hunt Date: Fri, 12 Oct 2007 19:42:32 +0000 Subject: 2007-10-12 Martin Hunt Changes to separate the symbols from the command channel. * cap.c (init_cap): Add CAP_DAC_OVERRIDE. * staprun.h: Change init_ctl_channel prototype. * ctl.c (init_ctl_channel): Modify to open either a command or symbol channel. Use ".cmd" and ".symbols" as the new names. * mainloop.c (init_stapio): Call init_ctl_channel(0); * staprun.c (cleanup): Call stop_symbol_thread(). (main): Call start_symbol_thread(). * staprun_funcs.c (handle_symbols): Make a thread. (start_symbol_thread): New. (stop_symbol_thread): New. --- runtime/staprun/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'runtime/staprun/ChangeLog') diff --git a/runtime/staprun/ChangeLog b/runtime/staprun/ChangeLog index 2a9029d0..f03f3606 100644 --- a/runtime/staprun/ChangeLog +++ b/runtime/staprun/ChangeLog @@ -1,3 +1,18 @@ +2007-10-12 Martin Hunt + Changes to separate the symbols from the command channel. + + * cap.c (init_cap): Add CAP_DAC_OVERRIDE. + * staprun.h: Change init_ctl_channel prototype. + * ctl.c (init_ctl_channel): Modify to open either + a command or symbol channel. Use ".cmd" and ".symbols" + as the new names. + * mainloop.c (init_stapio): Call init_ctl_channel(0); + * staprun.c (cleanup): Call stop_symbol_thread(). + (main): Call start_symbol_thread(). + * staprun_funcs.c (handle_symbols): Make a thread. + (start_symbol_thread): New. + (stop_symbol_thread): New. + 2007-10-11 Frank Ch. Eigler * staprun.c (main): Move checks for init_cap and getuid -- cgit