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/transport ChangeLog control.c proc ...


CVSROOT:	/cvs/systemtap
Module name:	src
Branch: 	setuid-branch
Changes by:	hunt@sourceware.org	2007-07-18 19:05:38

Modified files:
	runtime/transport: ChangeLog control.c procfs.c symbols.c 
	                   transport.c transport.h utt.c 

Log message:
	2007-07-18  Martin Hunt  <hunt@redhat.com>
	
	* utt.c (utt_create_buf_file_callback): Set file
	ownership.
	(utt_create_global_buf_file_callback): Set file
	ownership.
	
	* procfs.c (_stp_register_ctl_channel): Set ownership
	of cmd file.
	
	* transport.h: Delcare _stp_uid amd _stp_gid.
	* transport.c (_stp_transport_init): Set _stp_uid and _stp_gid.
	
	from Michal Schmidt  <mschmidt@redhat.com>
	
	* symbols.c (_stp_del_module): Split freeing of module memory into
	a separate function _stp_free_module().
	(_stp_do_module): Free module memory if _stp_ins_module() fails.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/ChangeLog.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.69.2.2&r2=1.69.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/control.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.12.2.2&r2=1.12.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/procfs.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.31.2.2&r2=1.31.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/symbols.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.14&r2=1.14.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.41&r2=1.41.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.h.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.16&r2=1.16.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/utt.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.3&r2=1.3.2.1


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