summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.syscall/ChangeLog
blob: 8a1c3e99ff3f2369f170c7ff961278c72faf53ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
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.