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]

froggy ChangeLog Makefile README froggy-test.c ...


CVSROOT:	/cvs/systemtap
Module name:	froggy
Changes by:	cmoller@sourceware.org	2008-07-28 14:58:48

Modified files:
	.              : ChangeLog Makefile README froggy-test.c 
	                 froggy.c froggy.h 
Added files:
	.              : reader.c spinner.c 

Log message:
	* reader.c : New testcase to generate system calls.
	* spinner.c:  New testcase to generate system calls.
	* froggy.c: Fixed copyright notice, extensive rewrite to permit
	multiple tasks/fd, rewrite of data queuing, rewrite of file read,
	added lseek method, rewrite of task search to use b/i linked list
	stuff, got rid of a lot of a lot of kmalloc()s for queuing and
	switched to a PAGE_SIZE circular buffer, added various kinds of
	locking in aid of multiple tasks/fd, lots of other stuff.
	* froggy-test.c: Fixed copyright notice, extensive fix for
	multipler tasks/fd, added syscall entry reports, added vsyslog
	reporting to merge driver diagnostic msgs w/ LKM diagnostic msgs
	to syslogd, lots of other stuff.
	* froggy.h: Fixed copyright notice, fixed lots of stuff in aid of
	above.
	* README: Added a few release notes.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/reader.c.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/spinner.c.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/ChangeLog.diff?cvsroot=systemtap&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/Makefile.diff?cvsroot=systemtap&r1=1.1.1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/README.diff?cvsroot=systemtap&r1=1.1.1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy-test.c.diff?cvsroot=systemtap&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy.c.diff?cvsroot=systemtap&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy.h.diff?cvsroot=systemtap&r1=1.5&r2=1.6


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