diff options
author | Josh Stone <jistone@redhat.com> | 2009-02-19 19:06:43 -0800 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-02-19 19:36:54 -0800 |
commit | 398edb63c89f853606f68b316bb6528e2f9d76da (patch) | |
tree | 21241d10b7dfa2f6fc2dad973451de4a3a66474a /testsuite/systemtap.syscall | |
parent | 4b3c90dad2ab5564abfdd6aec28de652b1d6c3f9 (diff) | |
download | systemtap-steved-398edb63c89f853606f68b316bb6528e2f9d76da.tar.gz systemtap-steved-398edb63c89f853606f68b316bb6528e2f9d76da.tar.xz systemtap-steved-398edb63c89f853606f68b316bb6528e2f9d76da.zip |
Kill all ChangeLogs
Mark Wielaard, a dear friend of the departed, will be performing a song
and dance at the funeral services to commemorate the joyous times that
they had together.
Diffstat (limited to 'testsuite/systemtap.syscall')
-rw-r--r-- | testsuite/systemtap.syscall/ChangeLog | 229 |
1 files changed, 0 insertions, 229 deletions
diff --git a/testsuite/systemtap.syscall/ChangeLog b/testsuite/systemtap.syscall/ChangeLog deleted file mode 100644 index e3a1f8de..00000000 --- a/testsuite/systemtap.syscall/ChangeLog +++ /dev/null @@ -1,229 +0,0 @@ -2008-11-27 Mark Wielaard <mjw@redhat.com> - - * forkwait.c: clone (CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD) - is just fork (). - -2008-10-04 Mark Wielaard <mjw@redhat.com> - - * access.c: sys_access() calls through to sys_faccessat(). - * chmod.c: sys_chmod() calls through to sys_fchmodat(). - * link.c: sys_link() calls through to sys_linkat(), - sys_symlink() calls through to sys_symlinkat(), - sys_readlink() calls through to sys_readlinkat(). - -2008-09-17 Mark Wielaard <mjw@redhat.com> - - * forkwait.c: Low byte of flags is always set to SIGCHLD. - -2008-09-17 Mark Wielaard <mjw@redhat.com> - - * timer.c: Timer id can be arbitrary number. - -2008-09-17 Mark Wielaard <mjw@redhat.com> - - * swap.c: Don't try including unnecessary asm/page.h. - -2008-02-22 Frank Ch. Eigler <fche@elastic.org> - - * test.tcl: Support noexec /tmp by creating test directory - under build tree instead of /tmp. - -2007-10-12 David Wilder <dwilder@us.ibm.com> - - * timer.c: init tid to 0 to workaround bug on s390x. - -2007-10-11 David Wilder <dwilder@us.ibm.com> - - * futimes.c: Only test system calls that have - numbers assigned in asm/unistd.h. (see PR:4902) - -2007-10-09 Martin Hunt <hunt@redhat.com> - - * rt_signal.c: Fix expected results for IA64. - -2007-10-09 Martin Hunt <hunt@redhat.com> - - * rt_signal.c: Fix expected patterns to match - recent changes in tapsets. - - * signal.c: Use syscall(). Fix expected patterns. - -2007-10-01 Martin Hunt <hunt@redhat.com> - - * test.tcl (run_one_test): Append newlines when - using send_log(). - -2007-09-25 Martin Hunt <hunt@redhat.com> - - * test.tcl (run_one_test): Fix unsupported results. - Send failure diffs to log. - -2007-09-24 Martin Hunt <hunt@redhat.com> - - * link.c (main): Don't check result code. - -2007-09-19 Martin Hunt <hunt@redhat.com> - PR 4931 - * test-debug.tcl (cleanup): Remove print. - * README: Update. - * syscall.exp: Source test.tcl and call run_one_test() - from there. - * test.tcl: Rewrite as a function. Do compilation - as well as testing. Compile into and execute in - a directory in /tmp. - -2007-09-17 Martin Hunt <hunt@redhat.com> - - * timer.c (main): Remove the return value checks. - -2007-08-22 Martin Hunt <hunt@redhat.com> - - * futimes.c (main): Add utimensat tests. - -2007-08-16 Martin Hunt <hunt@redhat.com> - - * all_syscalls.stp: New file. Useful for debugging. - -2007-07-31 Martin Hunt <hunt@redhat.com> - - * clock.c (main): Change flags to hex. - -2007-07-30 David Wilder <dwilder@us.ibm.com> - - * readdwrite.c: Added pwrite and pread test - -2007-07-17 Martin Hunt <hunt@redhat.com> - - * poll.c (main): Don't hardcode fd. - -2007-07-16 Martin Hunt <hunt@redhat.com> - - * select.c (main): Ifdef SYS_pselect6. - * poll.c (main): Ifdef SYS_ppoll. - -2007-07-16 Martin Hunt <hunt@redhat.com> - - * select.c, poll.c: New. - -2007-07-10 Martin Hunt <hunt@redhat.com> - - * 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 <hunt@redhat.com> - - * futimes.c: New test. - -2007-06-21 Martin Hunt <hunt@redhat.com> - - * 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 <hunt@redhat.com> - - * 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 <hunt@redhat.com> - - * syscall.exp (test_procedure): Remove stray timeout assignment. - -2007-05-07 Martin Hunt <hunt@redhat.com> - - * signal.c (main): Fix expected expression to accept - both 32 and 64-bit pointers. - -2007-05-01 Martin Hunt <hunt@redhat.com> - - * statfs.c (main): Fix expected expression to accept - both 32 and 64-bit pointers. - -2007-04-24 David Wilder <dwilder@us.ibm.com> - - * syscall.exp: Enabled 64-bit tests on s390, 32-bit test to use -m31 - on s390. - -2007-04-23 Martin Hunt <hunt@redhat.com> - - * clock.c (main): Ifdef SYS_time. - -2007-04-23 Martin Hunt <hunt@redhat.com> - - * mmap.c (main): Use open() instead of creat(). - -2007-04-23 Martin Hunt <hunt@redhat.com> - - * syscall.exp (test_procedure): For 64-bit machines, first - run with "-m64" and then with "-m32". - -2007-04-10 Martin Hunt <hunt@redhat.com> - - * syscall.exp (test_procedure): Remove - test binaries when done. - -2007-01-17 Martin Hunt <hunt@redhat.com> - - * test.exp: Renamed to syscall.exp. - -2007-01-15 Mike Mason <mmlnx@us.ibm.com> - - * test.exp: test 32-bit binaries on ppc64 - -2007-01-09 Martin Hunt <hunt@redhat.com> - - * test.exp, test.tcl, test-debug.tcl: PR 3524. - Support for separtet source and obj trees. - -2006-10-27 Martin Hunt <hunt@redhat.com> - - * 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 <dsmith@redhat.com> - - * test.exp (test_procedure): Handles cached module. - -2006-09-26 David Smith <dsmith@redhat.com> - - * test.tcl: Looks for 'staprun' instead of 'stpd'. - -2006-07-21 Martin Hunt <hunt@redhat.com> - - * signal.c: Fix expected pattern. - -2006-06-26 Martin Hunt <hunt@redhat.com> - * stat.c: Add utime() test - -2006-06-15 Martin Hunt <hunt@redhat.com> - * chmod.c: Results for some archs have - 4294967295 instead of -1. Fix expected results - for now. - -2006-06-15 Martin Hunt <hunt@redhat.com> - * chmod.c: New test. - -2006-06-14 Martin Hunt <hunt@redhat.com> - * 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 <hunt@redhat.com> - * setgetgid.c: Renamed to uid.c. Added more syscalls. - * uid16.c: Add some more calls. - -2006-06-13 Martin Hunt <hunt@redhat.com> - * test.exp: Modify to recognize unsupported tests. - * test.tcl: Ditto. - * uid16.c: ifdef out for all but i386. - -2006-06-13 Martin Hunt <hunt@redhat.com> - * sys.stp: Add indentation for nested syscalls. - * uid16.c: New. |