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 common.c mainloo ...


CVSROOT:	/cvs/systemtap
Module name:	src
Branch: 	setuid-branch
Changes by:	dsmith@sourceware.org	2007-07-17 19:06:15

Modified files:
	runtime/staprun: ChangeLog common.c mainloop.c staprun.c 
	                 staprun.h 

Log message:
	2007-07-17  David Smith  <dsmith@redhat.com>
	
	* staprun.c (run_stp_check): Replaced by mountfs().
	(mountfs): New function.  Replaces an external script with C code.
	(init_staprun): Calls mountfs() instead of run_stp_check().
	Checks return value of use_old_transport().
	* common.c (using_old_transport): Instead of running an external
	command, now implemented internally.
	* staprun.h: Removed VERSION_CMD, which was used by
	using_old_transport().
	* mainloop.c (init_staprun): Checks return value of
	use_old_transport().

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ChangeLog.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.25.2.3&r2=1.25.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/common.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.1.2.1&r2=1.1.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/mainloop.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.11.2.1&r2=1.11.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.3.2.3&r2=1.3.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.h.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.6&r2=1.6.2.1


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