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 procfs.c trans ...


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2006-02-25 10:18:39

Modified files:
	runtime/transport: ChangeLog procfs.c transport.c transport.h 
Added files:
	runtime/transport: transport.txt 

Log message:
	2006-02-25  Martin Hunt  <hunt@redhat.com>
	
	* procfs.c (_stp_proc_write_cmd): Check return code for
	_stp_transport_open().
	
	* transport.c (_stp_transport_write): This function
	can now sleep because it is
	(_stp_handle_start): Don't use a mutex when a simple atomic
	will do.
	(_stp_work_queue): Check atomic to see if probe_start()
	has finished before attempting exit.
	(_stp_transport_close): PR2391. Cancel work queue.
	(_stp_transport_init): If _stp_register_procfs() fails,
	return an error code.
	
	* transport.txt: New file. Documents transport initialization and
	shutdown sequence.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.txt.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/ChangeLog.diff?cvsroot=systemtap&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/procfs.c.diff?cvsroot=systemtap&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.c.diff?cvsroot=systemtap&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.h.diff?cvsroot=systemtap&r1=1.11&r2=1.12


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