2007-07-17 Martin Hunt * poll.c (main): Don't hardcode fd. 2007-07-16 Martin Hunt * select.c (main): Ifdef SYS_pselect6. * poll.c (main): Ifdef SYS_ppoll. 2007-07-16 Martin Hunt * select.c, poll.c: New. 2007-07-10 Martin Hunt * futimes.c (main): Ifdef out futimesat tests if not defined. * uid16.c (main): 16-bit syscalls now have the same name as 32-bit. Fix patterns. 2007-07-03 Martin Hunt * futimes.c: New test. 2007-06-21 Martin Hunt * chmod.c, dir.c, mmap.c, net1.c, readwrite.c, stat.c, sync.c, trunc.c: Eliminated hardcoded fd numbers. 2007-06-18 Martin Hunt * syscall.exp (test_procedure): Use switch statements to clean up the logic for setting flags for 64 and 32-bit passes. 2007-05-25 Martin Hunt * syscall.exp (test_procedure): Remove stray timeout assignment. 2007-05-07 Martin Hunt * signal.c (main): Fix expected expression to accept both 32 and 64-bit pointers. 2007-05-01 Martin Hunt * statfs.c (main): Fix expected expression to accept both 32 and 64-bit pointers. 2007-04-24 David Wilder * syscall.exp: Enabled 64-bit tests on s390, 32-bit test to use -m31 on s390. 2007-04-23 Martin Hunt * clock.c (main): Ifdef SYS_time. 2007-04-23 Martin Hunt * mmap.c (main): Use open() instead of creat(). 2007-04-23 Martin Hunt * syscall.exp (test_procedure): For 64-bit machines, first run with "-m64" and then with "-m32". 2007-04-10 Martin Hunt * syscall.exp (test_procedure): Remove test binaries when done. 2007-01-17 Martin Hunt * test.exp: Renamed to syscall.exp. 2007-01-15 Mike Mason * test.exp: test 32-bit binaries on ppc64 2007-01-09 Martin Hunt * test.exp, test.tcl, test-debug.tcl: PR 3524. Support for separtet source and obj trees. 2006-10-27 Martin Hunt * test.exp, test.tcl: Remove our own caching code and just use systemtap's new caching. * acct.c (main): Make pattern less selective so it works when run by root. 2006-10-23 David Smith * test.exp (test_procedure): Handles cached module. 2006-09-26 David Smith * test.tcl: Looks for 'staprun' instead of 'stpd'. 2006-07-21 Martin Hunt * signal.c: Fix expected pattern. 2006-06-26 Martin Hunt * stat.c: Add utime() test 2006-06-15 Martin Hunt * chmod.c: Results for some archs have 4294967295 instead of -1. Fix expected results for now. 2006-06-15 Martin Hunt * chmod.c: New test. 2006-06-14 Martin Hunt * test.tcl: Escape "|". * uid.c: Add setfsuid and setfsgid tests. * uid16.c: Ditto. * mmap.c, openclose.c, readwrite.c, stat.c: Fix expected results for sys_open calls. 2006-06-14 Martin Hunt * setgetgid.c: Renamed to uid.c. Added more syscalls. * uid16.c: Add some more calls. 2006-06-13 Martin Hunt * test.exp: Modify to recognize unsupported tests. * test.tcl: Ditto. * uid16.c: ifdef out for all but i386. 2006-06-13 Martin Hunt * sys.stp: Add indentation for nested syscalls. * uid16.c: New.