public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* src/runtime/stpd ChangeLog librelay.c stpd.c
@ 2005-09-06 17:13 hunt
  0 siblings, 0 replies; 10+ messages in thread
From: hunt @ 2005-09-06 17:13 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2005-09-06 17:13:56

Modified files:
	runtime/stpd   : ChangeLog librelay.c stpd.c 

Log message:
	2005-09-06  Martin Hunt  <hunt@redhat.com>
	
	* librelay.c: Remove all USE_PROCFS ifdefs.
	(sig_usr): Signal handler for SIGUSR1.
	(start_cmd): New function to handle "-c" option, forks()
	off a new process then waits for SIGUSR1 to exec it.
	(init_stp): Call start_cmd().
	(stp_main_loop): Set a signal handler for SIGCHLD.
	
	* stpd.c (main): Add "-t" and "-c" options.
	(usage): Update with new options.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/stpd/ChangeLog.diff?cvsroot=systemtap&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/stpd/librelay.c.diff?cvsroot=systemtap&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/stpd/stpd.c.diff?cvsroot=systemtap&r1=1.13&r2=1.14


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

* src/runtime/stpd ChangeLog librelay.c stpd.c
@ 2006-09-18 16:49 hunt
  0 siblings, 0 replies; 10+ messages in thread
From: hunt @ 2006-09-18 16:49 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2006-09-18 16:49:03

Modified files:
	runtime/stpd   : ChangeLog librelay.c stpd.c 

Log message:
	2006-09-18  Martin Hunt  <hunt@redhat.com>
	
	* stpd.c (usage): Remove "-m" option.
	(main): Print warning if "-m" is used.
	* librelay.c (merge_output): Rewrite to handle
	new format that support binary.
	(stp_main_loop): Read merge option from the
	transport info message.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/stpd/ChangeLog.diff?cvsroot=systemtap&r1=1.46&r2=1.47
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/stpd/librelay.c.diff?cvsroot=systemtap&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/stpd/stpd.c.diff?cvsroot=systemtap&r1=1.24&r2=1.25


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

* src/runtime/stpd ChangeLog librelay.c stpd.c
@ 2006-04-05 19:56 hunt
  0 siblings, 0 replies; 10+ messages in thread
From: hunt @ 2006-04-05 19:56 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2006-04-05 19:56:51

Modified files:
	runtime/stpd   : ChangeLog librelay.c stpd.c 

Log message:
	2006-04-05  Martin Hunt  <hunt@redhat.com>
	
	* librelay.c (merge_output): Set the output filename if necessary.
	* stpd.c (main): Don't reset output_filename just because
	relayfs is possible. Move that code to librelay.c.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/stpd/ChangeLog.diff?cvsroot=systemtap&r1=1.37&r2=1.38
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/stpd/librelay.c.diff?cvsroot=systemtap&r1=1.34&r2=1.35
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/stpd/stpd.c.diff?cvsroot=systemtap&r1=1.21&r2=1.22


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

* src/runtime/stpd ChangeLog librelay.c stpd.c
@ 2006-03-06 20:42 hunt
  0 siblings, 0 replies; 10+ messages in thread
From: hunt @ 2006-03-06 20:42 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2006-03-06 20:42:22

Modified files:
	runtime/stpd   : ChangeLog librelay.c stpd.c 

Log message:
	2006-03-06  Martin Hunt  <hunt@redhat.com>
	
	* librelay.c (start_cmd): Set proper uid/gid before execing
	command.
	(system_cmd): New function.
	(cleanup_and_exit): Wait for any child processes to complete.
	(stp_main_loop): Recognize STP_SYSTEM message.
	
	* stpd.c (main): Add support for "-u username".

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/stpd/ChangeLog.diff?cvsroot=systemtap&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/stpd/librelay.c.diff?cvsroot=systemtap&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/stpd/stpd.c.diff?cvsroot=systemtap&r1=1.17&r2=1.18


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

* src/runtime/stpd ChangeLog librelay.c stpd.c
@ 2005-08-19 15:55 fche
  0 siblings, 0 replies; 10+ messages in thread
From: fche @ 2005-08-19 15:55 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2005-08-19 15:55:39

Modified files:
	runtime/stpd   : ChangeLog librelay.c stpd.c 

Log message:
	2005-08-19  Frank Ch. Eigler  <fche@elastic.org>
	
	* librelay.c (modpath): New global.  Use it for insmod only.
	* stpd.c (main): Set both modpath and modname, to support
	modules specified by full path name.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/stpd/ChangeLog.diff?cvsroot=systemtap&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/stpd/librelay.c.diff?cvsroot=systemtap&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/stpd/stpd.c.diff?cvsroot=systemtap&r1=1.11&r2=1.12


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

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

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

Modified files:
	runtime/stpd   : ChangeLog librelay.c stpd.c 

Log message:
	2005-08-19  Martin Hunt  <hunt@redhat.com>
	
	* stpd.c (main): Simplify buffer size code.
	* librelay.c: Major changes to support procfs instead of netlink.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/stpd/ChangeLog.diff?cvsroot=systemtap&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/stpd/librelay.c.diff?cvsroot=systemtap&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/stpd/stpd.c.diff?cvsroot=systemtap&r1=1.10&r2=1.11


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

* src/runtime/stpd ChangeLog librelay.c stpd.c
@ 2005-08-03 18:52 hunt
  0 siblings, 0 replies; 10+ messages in thread
From: hunt @ 2005-08-03 18:52 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2005-08-03 18:52:26

Modified files:
	runtime/stpd   : ChangeLog librelay.c stpd.c 

Log message:
	2005-08-03  Martin Hunt  <hunt@redhat.com>
	
	* librelay.c (open_control_channel): Set the receive buffer
	to 512K, or the max allowed.
	
	* stpd.c: Remove "-n" subbug option and change "-b" option
	so you can specify buffering in different ways. Add a verbose option.
	Exec the "stp_check" script.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/stpd/ChangeLog.diff?cvsroot=systemtap&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/stpd/librelay.c.diff?cvsroot=systemtap&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/stpd/stpd.c.diff?cvsroot=systemtap&r1=1.9&r2=1.10


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

* src/runtime/stpd ChangeLog librelay.c stpd.c
@ 2005-07-14 18:32 fche
  0 siblings, 0 replies; 10+ messages in thread
From: fche @ 2005-07-14 18:32 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2005-07-14 18:32:51

Modified files:
	runtime/stpd   : ChangeLog librelay.c stpd.c 

Log message:
	2005-07-14  Frank Ch. Eigler  <fche@redhat.com>
	
	* stpd.c (main): Pass !quiet mode to init_stp().
	* librelay.c (init_relayfs): Be quiet if !print_totals.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/stpd/ChangeLog.diff?cvsroot=systemtap&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/stpd/librelay.c.diff?cvsroot=systemtap&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/stpd/stpd.c.diff?cvsroot=systemtap&r1=1.6&r2=1.7


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

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

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

Modified files:
	runtime/stpd   : ChangeLog librelay.c stpd.c 

Log message:
	2005-07-08  Martin Hunt  <hunt@redhat.com>
	
	* librelay.c (sigchld): Signal handler to detect
	completion of module loading.
	(init_stp): Use fork/exec instead of system() so
	we can get async signal of module load success/failure.
	(cleanup_and_exit): New function.
	(sigproc): If module is not loaded, don't send message to it.
	(stp_main_loop): Call cleanup_and_exit() when STP_EXIT
	is received. Don't send a request for the transport
	mode. The module will send notification to the daemon
	when it is ready.
	
	* stpd.c (main): Don't print message until module
	is loaded.

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


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

* src/runtime/stpd ChangeLog librelay.c stpd.c
@ 2005-06-27 23:28 hunt
  0 siblings, 0 replies; 10+ messages in thread
From: hunt @ 2005-06-27 23:28 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2005-06-27 23:28:48

Modified files:
	runtime/stpd   : ChangeLog librelay.c stpd.c 

Log message:
	2005-06-27  Martin Hunt  <hunt@redhat.com>
	
	* stpd.c (main): Add new command line arg, "-m"
	to disable the per-cpu merging.
	
	* librelay.c (merge_output): Replacement for sort_output().
	Efficiently merges per-cpu streams.

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


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

end of thread, other threads:[~2006-09-18 16:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-06 17:13 src/runtime/stpd ChangeLog librelay.c stpd.c hunt
  -- strict thread matches above, loose matches on Subject: below --
2006-09-18 16:49 hunt
2006-04-05 19:56 hunt
2006-03-06 20:42 hunt
2005-08-19 15:55 fche
2005-08-19 11:27 hunt
2005-08-03 18:52 hunt
2005-07-14 18:32 fche
2005-07-08 19:23 hunt
2005-06-27 23:28 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).