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 ChangeLog io.c print.c string.c


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2007-01-30 19:18:06

Modified files:
	runtime        : ChangeLog io.c print.c string.c 

Log message:
	2007-01-30  Martin Hunt  <hunt@redhat.com>
	
	* io.c (_stp_vlog): Use dynamic percpu allocations
	instead of very wasteful static allocations.
	* print.c (_stp_print_init): Do percpu allocations
	for io.c.
	(_stp_print_cleanup): Free percpu allocations.
	
	* string.c (_stp_sprintf): Overflow check needed
	to be >= instead of >.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.181&r2=1.182
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/io.c.diff?cvsroot=systemtap&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/print.c.diff?cvsroot=systemtap&r1=1.28&r2=1.29
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/string.c.diff?cvsroot=systemtap&r1=1.23&r2=1.24


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