public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* src/runtime/transport ChangeLog procfs.c
@ 2007-07-26 17:11 hunt
  0 siblings, 0 replies; 7+ messages in thread
From: hunt @ 2007-07-26 17:11 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2007-07-26 17:11:52

Modified files:
	runtime/transport: ChangeLog procfs.c 

Log message:
	2007-07-26  Martin Hunt  <hunt@redhat.com>
	
	Spotted by Ming Chang.
	* procfs.c (_stp_register_ctl_channel): Fix iterator when removing
	proc entries when an error occurs.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/ChangeLog.diff?cvsroot=systemtap&r1=1.69&r2=1.70
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/procfs.c.diff?cvsroot=systemtap&r1=1.31&r2=1.32


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

* src/runtime/transport ChangeLog procfs.c
@ 2006-06-05 23:53 hunt
  0 siblings, 0 replies; 7+ messages in thread
From: hunt @ 2006-06-05 23:53 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2006-06-05 23:53:49

Modified files:
	runtime/transport: ChangeLog procfs.c 

Log message:
	2006-06-05  Martin Hunt  <hunt@redhat.com>
	
	* procfs.c (_stp_write): Always use spin_lock_irqsave() because
	this function can sometimes be called with interrupts enabled.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/ChangeLog.diff?cvsroot=systemtap&r1=1.30&r2=1.31
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/procfs.c.diff?cvsroot=systemtap&r1=1.16&r2=1.17


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

* src/runtime/transport ChangeLog procfs.c
@ 2006-04-11  5:15 hunt
  0 siblings, 0 replies; 7+ messages in thread
From: hunt @ 2006-04-11  5:15 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2006-04-11 05:15:46

Modified files:
	runtime/transport: ChangeLog procfs.c 

Log message:
	2006-04-10  Martin Hunt  <hunt@redhat.com>
	
	* procfs.c (_stp_write): More fixes because buffers
	are no longer null-terminated.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/ChangeLog.diff?cvsroot=systemtap&r1=1.29&r2=1.30
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/procfs.c.diff?cvsroot=systemtap&r1=1.15&r2=1.16


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

* src/runtime/transport ChangeLog procfs.c
@ 2006-03-20 16:09 hunt
  0 siblings, 0 replies; 7+ messages in thread
From: hunt @ 2006-03-20 16:09 UTC (permalink / raw)
  To: systemtap-cvs

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

Modified files:
	runtime/transport: ChangeLog procfs.c 

Log message:
	2006-03-20  Martin Hunt  <hunt@redhat.com>
	
	* procfs.c (_stp_write): Combine buffers only for REALTIME_DATA.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/ChangeLog.diff?cvsroot=systemtap&r1=1.28&r2=1.29
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/procfs.c.diff?cvsroot=systemtap&r1=1.13&r2=1.14


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

* src/runtime/transport ChangeLog procfs.c
@ 2006-03-15  9:16 hunt
  0 siblings, 0 replies; 7+ messages in thread
From: hunt @ 2006-03-15  9:16 UTC (permalink / raw)
  To: systemtap-cvs

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

Modified files:
	runtime/transport: ChangeLog procfs.c 

Log message:
	2006-03-15  Martin Hunt  <hunt@redhat.com>
	
	* procfs.c (STP_DEFAULT_BUFFERS): Bump up to 256.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/ChangeLog.diff?cvsroot=systemtap&r1=1.25&r2=1.26
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/procfs.c.diff?cvsroot=systemtap&r1=1.10&r2=1.11


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

* src/runtime/transport ChangeLog procfs.c
@ 2005-12-02 17:41 hunt
  0 siblings, 0 replies; 7+ messages in thread
From: hunt @ 2005-12-02 17:41 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2005-12-02 17:41:56

Modified files:
	runtime/transport: ChangeLog procfs.c 

Log message:
	2005-12-02  Martin Hunt  <hunt@redhat.com>
	
	* procfs.c (_stp_set_buffers): kmalloc the buffers instead
	of vmalloc.
	(_stp_register_procfs): Ditto.
	(_stp_unregister_procfs): kfree the buffers.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/ChangeLog.diff?cvsroot=systemtap&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/procfs.c.diff?cvsroot=systemtap&r1=1.7&r2=1.8


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

* src/runtime/transport ChangeLog procfs.c
@ 2005-09-08 16:44 hunt
  0 siblings, 0 replies; 7+ messages in thread
From: hunt @ 2005-09-08 16:44 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2005-09-08 16:44:31

Modified files:
	runtime/transport: ChangeLog procfs.c 

Log message:
	2005-09-08  Martin Hunt  <hunt@redhat.com>
	
	* procfs.c (_stp_register_procfs): Change ifdefs to eliminate
	unused variable warnings.
	(_stp_unregister_procfs): Ditto.

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


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

end of thread, other threads:[~2007-07-26 17:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-26 17:11 src/runtime/transport ChangeLog procfs.c hunt
  -- strict thread matches above, loose matches on Subject: below --
2006-06-05 23:53 hunt
2006-04-11  5:15 hunt
2006-03-20 16:09 hunt
2006-03-15  9:16 hunt
2005-12-02 17:41 hunt
2005-09-08 16:44 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).