public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* src/tapset ChangeLog syscalls.stp syscalls2.stp
@ 2007-08-21 18:15 fche
  0 siblings, 0 replies; 5+ messages in thread
From: fche @ 2007-08-21 18:15 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2007-08-21 18:15:54

Modified files:
	tapset         : ChangeLog syscalls.stp syscalls2.stp 

Log message:
	2007-08-21  Frank Ch. Eigler  <fche@elastic.org>
	
	From Cai Fei <caifei@cn.fujitsu.com>:
	* syscalls2.stp, syscalls.stp: Added several missing argstr/retstr
	variables.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/ChangeLog.diff?cvsroot=systemtap&r1=1.177&r2=1.178
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls.stp.diff?cvsroot=systemtap&r1=1.63&r2=1.64
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls2.stp.diff?cvsroot=systemtap&r1=1.67&r2=1.68


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

* src/tapset ChangeLog syscalls.stp syscalls2.stp
@ 2007-07-31 17:30 hunt
  0 siblings, 0 replies; 5+ messages in thread
From: hunt @ 2007-07-31 17:30 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2007-07-31 17:30:32

Modified files:
	tapset         : ChangeLog syscalls.stp syscalls2.stp 

Log message:
	2007-07-31  Martin Hunt  <hunt@redhat.com>
	
	* syscalls.stp (clack_nanosleep): Fix flags string.
	
	* syscalls2.stp: Fix typo.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/ChangeLog.diff?cvsroot=systemtap&r1=1.154&r2=1.155
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls.stp.diff?cvsroot=systemtap&r1=1.57&r2=1.58
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls2.stp.diff?cvsroot=systemtap&r1=1.62&r2=1.63


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

* src/tapset ChangeLog syscalls.stp syscalls2.stp
@ 2007-05-17 16:13 hunt
  0 siblings, 0 replies; 5+ messages in thread
From: hunt @ 2007-05-17 16:13 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2007-05-17 16:13:19

Modified files:
	tapset         : ChangeLog syscalls.stp syscalls2.stp 

Log message:
	2007-05-17  Martin Hunt  <hunt@redhat.com>
	
	* syscalls.stp: Make optional sys_alarm, sys_fadvise64,
	sys_gethostname, sys_getpgrp, and sys_llseek.
	(syscall.getrlimit): Add optional calls sys_old_getrlimit,
	compat_sys_getrlimit, and compat_sys_old_getrlimit.
	
	* syscalls2.stp: Make optional sys_nice, sys_rt_sigreturn,
	sys_signal, sys_sigprocmask, sys_utime
	(syscall.old_getrlimit): Moved into syscall.getrlimit.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/ChangeLog.diff?cvsroot=systemtap&r1=1.134&r2=1.135
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls.stp.diff?cvsroot=systemtap&r1=1.47&r2=1.48
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls2.stp.diff?cvsroot=systemtap&r1=1.51&r2=1.52


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

* src/tapset ChangeLog syscalls.stp syscalls2.stp
@ 2007-01-17 18:27 hunt
  0 siblings, 0 replies; 5+ messages in thread
From: hunt @ 2007-01-17 18:27 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2007-01-17 18:27:41

Modified files:
	tapset         : ChangeLog syscalls.stp syscalls2.stp 

Log message:
	2007-01-17  Martin Hunt  <hunt@redhat.com>
	
	* syscalls.stp: Add syscall.creat.
	* syscalls2.stp: Add compat_sys_open.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/ChangeLog.diff?cvsroot=systemtap&r1=1.107&r2=1.108
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls.stp.diff?cvsroot=systemtap&r1=1.43&r2=1.44
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls2.stp.diff?cvsroot=systemtap&r1=1.45&r2=1.46


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

* src/tapset ChangeLog syscalls.stp syscalls2.stp
@ 2006-05-26  3:23 hunt
  0 siblings, 0 replies; 5+ messages in thread
From: hunt @ 2006-05-26  3:23 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2006-05-26 03:23:29

Modified files:
	tapset         : ChangeLog syscalls.stp syscalls2.stp 

Log message:
	2006-05-25  Martin Hunt  <hunt@redhat.com>
	
	* syscalls.stp: Add sys_fcntl and sys_listen.
	
	* syscalls2.stp: Commented out sys_socketcall because it only calls
	other system calls which are already probed.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/ChangeLog.diff?cvsroot=systemtap&r1=1.41&r2=1.42
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls.stp.diff?cvsroot=systemtap&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls2.stp.diff?cvsroot=systemtap&r1=1.19&r2=1.20


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

end of thread, other threads:[~2007-08-21 18:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-21 18:15 src/tapset ChangeLog syscalls.stp syscalls2.stp fche
  -- strict thread matches above, loose matches on Subject: below --
2007-07-31 17:30 hunt
2007-05-17 16:13 hunt
2007-01-17 18:27 hunt
2006-05-26  3:23 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).