public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* src/runtime/transport ChangeLog transport.c tr ...
@ 2005-08-19 11:23 hunt
  0 siblings, 0 replies; 6+ messages in thread
From: hunt @ 2005-08-19 11:23 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2005-08-19 11:23:58

Modified files:
	runtime/transport: ChangeLog transport.c transport.h 
	                   transport_msgs.h 
Added files:
	runtime/transport: procfs.c 
Removed files:
	runtime/transport: Makefile control.c control.h netlink.c 
	                   netlink.h 

Log message:
	2005-08-19  Martin Hunt  <hunt@redhat.com>
	
	* transport.h: Remove netlink references.
	* transport.c: Remove netlink references. Ifdef relayfs code.
	* procfs.c: New file.
	* Makefile: Deleted.
	* control.c: Deleted.
	* control.h: Deleted.
	* netlink.c: Deleted.
	* netlink.h: Deleted.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/procfs.c.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/ChangeLog.diff?cvsroot=systemtap&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.c.diff?cvsroot=systemtap&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.h.diff?cvsroot=systemtap&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/transport_msgs.h.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/Makefile.diff?cvsroot=systemtap&r1=1.2&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/control.c.diff?cvsroot=systemtap&r1=1.2&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/control.h.diff?cvsroot=systemtap&r1=1.3&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/netlink.c.diff?cvsroot=systemtap&r1=1.2&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/netlink.h.diff?cvsroot=systemtap&r1=1.1&r2=NONE


^ permalink raw reply	[flat|nested] 6+ messages in thread

* src/runtime/transport ChangeLog transport.c tr ...
@ 2006-09-26 21:38 dsmith
  0 siblings, 0 replies; 6+ messages in thread
From: dsmith @ 2006-09-26 21:38 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	dsmith@sourceware.org	2006-09-26 21:38:05

Modified files:
	runtime/transport: ChangeLog transport.c transport.txt 

Log message:
	2006-09-26  David Smith  <dsmith@redhat.com>
	
	* transport.c: Changed 'stpd' references to 'staprun'.
	* transport.txt: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/ChangeLog.diff?cvsroot=systemtap&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.c.diff?cvsroot=systemtap&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.txt.diff?cvsroot=systemtap&r1=1.1&r2=1.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

* src/runtime/transport ChangeLog transport.c tr ...
@ 2006-09-22  1:34 hunt
  0 siblings, 0 replies; 6+ messages in thread
From: hunt @ 2006-09-22  1:34 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2006-09-22 01:34:42

Modified files:
	runtime/transport: ChangeLog transport.c transport.h 

Log message:
	2006-09-21  Martin Hunt  <hunt@redhat.com>
	
	* transport.c (_stp_transport_init): Call _stp_print_init().
	(_stp_cleanup_and_exit): Call _stp_print_cleanup().

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/ChangeLog.diff?cvsroot=systemtap&r1=1.38&r2=1.39
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.c.diff?cvsroot=systemtap&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.h.diff?cvsroot=systemtap&r1=1.12&r2=1.13


^ permalink raw reply	[flat|nested] 6+ messages in thread

* src/runtime/transport ChangeLog transport.c tr ...
@ 2005-08-22 19:11 hunt
  0 siblings, 0 replies; 6+ messages in thread
From: hunt @ 2005-08-22 19:11 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2005-08-22 19:11:01

Modified files:
	runtime/transport: ChangeLog transport.c transport.h 

Log message:
	2005-08-22  Martin Hunt  <hunt@redhat.com>
	
	* transport.h: Don't define _stp_transport_write.
	* transport.c (_stp_transport_write): Use
	_stp_transport_send() when in probe_exit().

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/ChangeLog.diff?cvsroot=systemtap&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.c.diff?cvsroot=systemtap&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.h.diff?cvsroot=systemtap&r1=1.8&r2=1.9


^ permalink raw reply	[flat|nested] 6+ messages in thread

* src/runtime/transport ChangeLog transport.c tr ...
@ 2005-07-19  6:52 hunt
  0 siblings, 0 replies; 6+ messages in thread
From: hunt @ 2005-07-19  6:52 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2005-07-19 06:52:21

Modified files:
	runtime/transport: ChangeLog transport.c transport.h 

Log message:
	2005-07-18  Martin Hunt  <hunt@redhat.com>
	
	* transport.h (_stp_transport_write): Call _stp_relay_write().
	
	* transport.c (_stp_cleanup_and_exit): Print transport
	failure count.
	(_stp_relay_write): Like relay_write() except returns
	-1 on error.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/ChangeLog.diff?cvsroot=systemtap&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.c.diff?cvsroot=systemtap&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.h.diff?cvsroot=systemtap&r1=1.5&r2=1.6


^ permalink raw reply	[flat|nested] 6+ messages in thread

* src/runtime/transport ChangeLog transport.c tr ...
@ 2005-07-08 19:40 hunt
  0 siblings, 0 replies; 6+ messages in thread
From: hunt @ 2005-07-08 19:40 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2005-07-08 19:40:34

Modified files:
	runtime/transport: ChangeLog transport.c transport.h 

Log message:
	2005-07-08  Martin Hunt  <hunt@redhat.com>
	
	* transport.c: Rename pid to _stp_pid.
	Rename t to _stp_tport.
	(_stp_cleanup_and_exit): New internal function.
	(stp_exit_helper): Call _stp_cleanup_and_exit().
	(_stp_transport_cleanup): New function.
	(_stp_cmd_handler): Remove handler for STP_TRANSPORT_MODE.
	The transport now notifies the daemon of the transport.
	(_stp_transport_close): No longer calls _stp_exit_helper().
	That is done by _stp_transport_cleanup().
	(_stp_transport_open): When done, call _stp_handle_transport()
	to notify the daemon what our transport is.
	(_stp_transport_send): Put a retry limit on sends.
	
	* transport.h: Rename pid to _stp_pid.
	(_stp_transport_cleanup): Add prototype.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/ChangeLog.diff?cvsroot=systemtap&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.c.diff?cvsroot=systemtap&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.h.diff?cvsroot=systemtap&r1=1.4&r2=1.5


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-09-26 21:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-19 11:23 src/runtime/transport ChangeLog transport.c tr hunt
  -- strict thread matches above, loose matches on Subject: below --
2006-09-26 21:38 dsmith
2006-09-22  1:34 hunt
2005-08-22 19:11 hunt
2005-07-19  6:52 hunt
2005-07-08 19:40 hunt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).