index
:
systemtap-steved
master
nfsd-update
rpc-update
Unnamed repository; edit this file to name it for gitweb.
Steve Dickson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tapset
/
syscalls2.stp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix pipe syscall name in return probe.
Mark Wielaard
2010-03-24
1
-1
/
+5
*
Removed unneeded convenience variables in syscall.pipe.return.
David Smith
2010-03-23
1
-5
/
+1
*
Support signalfd4 in syscalls2.stp tapset.
Mark Wielaard
2010-03-21
1
-5
/
+17
*
Add ia64 pipe result support. Relax pipe syscall test a little.
Mark Wielaard
2010-03-19
1
-1
/
+17
*
Merge syscall.pipe and syscall.pipe2 to get around "nesting".
Mark Wielaard
2010-03-19
1
-41
/
+24
*
Reindent syscall2.stp pipe[2][.return] to follow unify formatting rules.
Mark Wielaard
2010-03-19
1
-72
/
+54
*
PR11402 Support pipe2 syscall.
Mark Wielaard
2010-03-19
1
-0
/
+40
*
Make pipe file descriptors available in syscall.pipe[.return].
Mark Wielaard
2010-03-19
1
-1
/
+34
*
Use @defined() in syscall.pipe to select whether fildes_uaddr is available.
Mark Wielaard
2010-03-19
1
-20
/
+10
*
Fixed BZ 568032 by adding support for sys_ia64_pipe.
David Smith
2010-03-18
1
-2
/
+9
*
PR 11338 (partial): Used '@defined()' in syscall tapsets.
David Smith
2010-03-05
1
-58
/
+29
*
PR 11167 fixed by adding compat_sys_sigaction to the syscall.sigaction32 probe.
David Smith
2010-01-13
1
-2
/
+4
*
Fix PR11160 by handling ppc syscall.sigaction32 correctly.
David Smith
2010-01-13
1
-1
/
+1
*
Fixed PR 11163 so that syscall.readv/syscall.writev puts fd in argstr for ppc.
David Smith
2010-01-12
1
-10
/
+0
*
Fixed PR 11162 by removing extra 'buf_uaddr' assignment.
David Smith
2010-01-12
1
-1
/
+0
*
PR5434: Fix syscall.nfsservctl.
Przemyslaw Pawelczyk
2009-10-13
1
-0
/
+8
*
Add the .call modifier to syscall entry probes.
Przemyslaw Pawelczyk
2009-10-12
1
-355
/
+355
*
PR10613 sys32_ustat is renamed compat_sys_ustat in 2.6.30 kernel.
Mark Wielaard
2009-09-07
1
-1
/
+11
*
PR4186 cont'd: option #2: standardize on kernel ARCH/SUBARCH throughout
Frank Ch. Eigler
2009-08-25
1
-3
/
+3
*
Fix alignment of probe aliases in syscalls(|2).stp.
Przemyslaw Pawelczyk
2009-05-19
1
-355
/
+355
*
Unify formatting of syscalls.stp and syscalls2.stp.
Przemyslaw Pawelczyk
2009-05-19
1
-559
/
+754
*
Fix the syscall tapset for architectures using SYSCALL_WRAPPERS
Ananth N Mavinakayanahalli
2009-02-24
1
-268
/
+533
*
Don't use pointer_arg to fetch arguments for syscall utime and compat_utime.
Mark Wielaard
2008-10-23
1
-8
/
+8
*
Transform struct sigaction32 to struct sigaction for rt_sigaction32 syscall.
Mark Wielaard
2008-10-07
1
-1
/
+2
*
Fix 2.6.27 detection.
Mark Wielaard
2008-09-15
1
-6
/
+6
*
Rename $path to $pathname of syscall tapset for 2.6.27
Wenji Huang
2008-08-04
1
-6
/
+39
*
* syscalls2.stp: Add sys_unlinkat.
Zhaolei
2008-07-25
1
-0
/
+19
*
syscalls2.stp: Add sys_symlinkat.
Zhaolei
2008-07-18
1
-0
/
+22
*
syscalls2.stp: Add sys_renameat.
Zhaolei
2008-06-26
1
-0
/
+23
*
syscalls2.stp: Add sys_unshare.
Zhaolei
2008-06-04
1
-0
/
+14
*
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler
2008-05-21
1
-8
/
+8
|
\
|
*
Use pointer_arg to fetch arguments for syscall.utime and compat_utime.
Mark Wielaard
2008-05-21
1
-8
/
+8
*
|
PR6538: tapset changes
Frank Ch. Eigler
2008-05-20
1
-1
/
+1
|
/
*
PR5001: Remove _stp_ctime and always use ctime.
Mark Wielaard
2008-05-20
1
-4
/
+8
*
2008-03-11 Will Cohen <wcohen@redhat.com>
wcohen
2008-03-11
1
-4
/
+4
*
2008-02-26 Srinivasa DS<srinivasa@in.ibm.com> PR 5772,
srinivasa
2008-02-26
1
-22
/
+8
*
Fix for bug#5772
srinivasa
2008-02-25
1
-3
/
+19
*
2007-12-12 Martin Hunt <hunt@redhat.com>
hunt
2007-12-12
1
-13
/
+5
*
2007-12-7 Zhaolei <zhaolei@cn.fujitsu.com>
zhaolei
2007-12-07
1
-6
/
+24
*
2007-11-21 Zhaolei <zhaolei@cn.fujitsu.com>
zhaolei
2007-11-21
1
-2
/
+4
*
2007-11-12 Martin Hunt <hunt@redhat.com>
hunt
2007-11-12
1
-1
/
+1
*
2007-11-1 Will Cohen <wcohen@redhat.com>
wcohen
2007-11-01
1
-0
/
+4
*
2007-10-09 Martin Hunt <hunt@redhat.com>
hunt
2007-10-09
1
-1
/
+1
*
2007-10-05 Martin Hunt <hunt@redhat.com>
hunt
2007-10-05
1
-33
/
+31
*
2007-09-25 Martin Hunt <hunt@redhat.com>
hunt
2007-09-25
1
-2
/
+2
*
2007-09-24 Martin Hunt <hunt@redhat.com>
hunt
2007-09-24
1
-13
/
+9
*
2007-09-23 Ulrich Drepper <drepper@redhat.com>
fche
2007-09-23
1
-1
/
+24
*
2007-09-19 Martin Hunt <hunt@redhat.com>
hunt
2007-09-19
1
-4
/
+4
*
2007-09-04 Zhaolei <zhaolei@cn.fujitsu.com>
zhaolei
2007-09-04
1
-2
/
+3
*
2007-08-30 Zhaolei <zhaolei@cn.fujitsu.com>
zhaolei
2007-08-30
1
-1
/
+1
[next]