summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.syscall
Commit message (Expand)AuthorAgeFilesLines
* Support signalfd4 in syscalls2.stp tapset.Mark Wielaard2010-03-211-0/+35
* Add inotify_init1() and inotify_add_watch() mask string support.Mark Wielaard2010-03-211-0/+28
* Add support for eventfd2 to syscall.stp tapset.Mark Wielaard2010-03-211-0/+21
* Explicitly test first kernel version in utimensat syscall test.Mark Wielaard2010-03-211-1/+2
* Add support for dup3 to syscall.stp tapset.Mark Wielaard2010-03-211-0/+43
* Support epoll_create1 syscall.Mark Wielaard2010-03-211-0/+5
* Add ia64 pipe result support. Relax pipe syscall test a little.Mark Wielaard2010-03-191-3/+3
* Add testcase for syscall.pipe.Mark Wielaard2010-03-191-0/+27
* Fixed PR 11269 by properly handling mmap syscall 'fd' argument.David Smith2010-02-231-1/+20
* Prevent accidental global cleanup triggering for syscall test.tcl.Mark Wielaard2010-02-222-34/+34
* Test for sendfile syscall can handle non-socket fds now.Mark Wielaard2010-02-131-4/+4
* Fixed PR 11270 by adding nd_syscall testcase.David Smith2010-02-104-2/+99
* Fixed rawhide syscall testsuite problem.David Smith2010-01-141-2/+2
* Fix PR11160 by handling ppc syscall.sigaction32 correctly.David Smith2010-01-131-1/+10
* PR 6691 fixed by adding support for sys_accept4.David Smith2009-11-021-1/+1
* Fix syscall testsuite bugs.David Smith2009-10-299-17/+37
* PR10799: warn on possibly uintended local-vs-global namespace collisionFrank Ch. Eigler2009-10-191-5/+5
* PR10608: mark test cases untested once compilation failedWenji Huang2009-09-142-28/+17
* Fix arguments to mktemp with less than 6 X'sEugeniy Meshcheryakov2009-05-052-2/+2
* systemtap.syscall tests do use + and * as metachars.Mark Wielaard2009-05-031-2/+4
* syscalls testsuite: use different escape sequenceFrank Ch. Eigler2009-04-3031-256/+261
* whitespace tweak in tcl codeFrank Ch. Eigler2009-04-301-9/+3
* Kill all ChangeLogsJosh Stone2009-02-191-229/+0
* send/send_log needs a -- with a constant string that starts with -----Srikar Dronamraju2009-01-131-1/+1
* clone (CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD) is just fork ().Mark Wielaard2008-11-272-1/+6
* Expect syscall faccessat, fchmodat, linkat, symlinkat, readlinkat chain-calls.Mark Wielaard2008-10-054-11/+31
* Low byte of clone flags is always set to SIGCHLD in forkwait.c test.Mark Wielaard2008-09-172-1/+5
* Timer id in timer.c test can be arbitrary number.Mark Wielaard2008-09-172-4/+8
* Don't try including unnecessary asm/page.h in swap.c test.Mark Wielaard2008-09-172-1/+4
* PR5001: Remove _stp_ctime and always use ctime.Mark Wielaard2008-05-202-3/+3
* 2008-02-22 Frank Ch. Eigler <fche@elastic.org>fche2008-02-232-1/+7
* 2008-01-09 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2008-01-092-1/+20
* timers.c init tid to 0 to workaround s390x bug.dwilder2007-10-122-1/+4
* futimes.c : Only test system calls that have numbers assigned in asm/unistd.hdwilder2007-10-112-7/+22
* 2007-10-09 Martin Hunt <hunt@redhat.com>hunt2007-10-092-2/+11
* 2007-10-09 Martin Hunt <hunt@redhat.com>hunt2007-10-093-29/+36
* testsuite verbosity cleanupfche2007-10-031-1/+1
* 2007-10-02 William Cohen <wcohen@redhat.com>wcohen2007-10-023-8/+8
* 2007-10-01 Martin Hunt <hunt@redhat.com>hunt2007-10-012-7/+12
* *** empty log message ***hunt2007-09-251-1/+1
* 2007-09-25 Martin Hunt <hunt@redhat.com>hunt2007-09-252-11/+16
* 2007-09-24 Martin Hunt <hunt@redhat.com>hunt2007-09-242-1/+5
* 2007-09-19 Martin Hunt <hunt@redhat.com>hunt2007-09-195-131/+121
* *** empty log message ***hunt2007-09-171-4/+4
* 2007-09-17 Martin Hunt <hunt@redhat.com>hunt2007-09-171-0/+4
* *** empty log message ***hunt2007-08-221-0/+4
* 2007-08-22 Martin Hunt <hunt@redhat.com>hunt2007-08-224-3/+34
* 2007-08-16 Martin Hunt <hunt@redhat.com>hunt2007-08-162-0/+45
* 2007-07-31 Martin Hunt <hunt@redhat.com>hunt2007-07-312-2/+6
* fixed support for pread and pwrite for s390x. Added tests for pread and pwrite.dwilder2007-07-302-0/+10