This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/runtime/staprun ChangeLog cap.c ctl.c main ...


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2007-10-12 19:42:32

Modified files:
	runtime/staprun: ChangeLog cap.c ctl.c mainloop.c staprun.c 
	                 staprun.h staprun_funcs.c symbols.c 

Log message:
	2007-10-12  Martin Hunt  <hunt@redhat.com>
	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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ChangeLog.diff?cvsroot=systemtap&r1=1.36&r2=1.37
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/cap.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ctl.c.diff?cvsroot=systemtap&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/mainloop.c.diff?cvsroot=systemtap&r1=1.16&r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.c.diff?cvsroot=systemtap&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.h.diff?cvsroot=systemtap&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun_funcs.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/symbols.c.diff?cvsroot=systemtap&r1=1.6&r2=1.7


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]