source: rtems/testsuites/tmtests/ChangeLog @ 731df2a

4.104.115
Last change on this file since 731df2a was 731df2a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/14/09 at 13:10:52

2009-10-14 Ralf Corsépius <ralf.corsepius@…>

  • tmck/task1.c: Remove support for "unix".
  • Property mode set to 100644
File size: 31.9 KB
Line 
12009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * tmck/task1.c: Remove support for "unix".
4
52009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * tm08/task1.c: Convert calls to legacy routine rtems_clock_get(
8        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
9
102009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
13        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
14        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
15        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
16        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
17        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
18        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
19        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
20        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
21        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am:
22        tmoverhd/Makefile.am: Eliminate _exe_/.exe.
23
242009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * include/timesys.h: Array of task names should be of type rtems_name
27        not rtems_id.
28
292008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
32        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
33        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm16/task1.c,
34        tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c,
35        tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c,
36        tm28/task1.c, tm29/task1.c, tmoverhd/testtask.c: Run all tests
37        successfully with maxixum number of priorities as 16 instead of 256.
38        This was done by temporarily modifying the score priority.h maximum.
39        This allowed testing of all API code to ensure that it worked
40        properly with a reduced number of priorities. Most modifications were
41        to switch from hard-coded maximum to using the API provided methods
42        to determine maximum number of priority levels.
43
442008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * tm26/task1.c: Fix typo.
47
482008-10-28      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * tm22/system.h, tm22/task1.c: Account for message buffers used.
51
522008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * include/timesys.h: Use inttypes.h.
55        * tmck/task1.c: Use uint32_t for count.
56
572008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * include/timesys.h: Rename STACK_CHECKER_ON to more appropriate
60        CONFIGURE_STACK_CHECKER_ENABLED.
61
622008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * tm09/system.h, tm09/task1.c: Account for message buffer memory.
65
662008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * tm01/Makefile.am, tm01/task1.c, tm02/Makefile.am, tm02/task1.c,
69        tm03/Makefile.am, tm03/task1.c, tm04/Makefile.am, tm04/task1.c,
70        tm05/Makefile.am, tm05/task1.c, tm06/Makefile.am, tm06/task1.c,
71        tm07/Makefile.am, tm07/task1.c, tm08/Makefile.am, tm08/task1.c,
72        tm09/Makefile.am, tm09/task1.c, tm10/Makefile.am, tm10/task1.c,
73        tm11/Makefile.am, tm11/task1.c, tm12/Makefile.am, tm12/task1.c,
74        tm13/Makefile.am, tm13/task1.c, tm14/Makefile.am, tm14/task1.c,
75        tm15/Makefile.am, tm15/task1.c, tm16/Makefile.am, tm16/task1.c,
76        tm17/Makefile.am, tm17/task1.c, tm18/Makefile.am, tm18/task1.c,
77        tm19/Makefile.am, tm19/task1.c, tm20/Makefile.am, tm20/task1.c,
78        tm21/Makefile.am, tm21/task1.c, tm22/Makefile.am, tm22/task1.c,
79        tm23/Makefile.am, tm23/task1.c, tm24/Makefile.am, tm24/task1.c,
80        tm25/Makefile.am, tm25/task1.c, tm26/Makefile.am, tm26/task1.c,
81        tm27/Makefile.am, tm27/task1.c, tm28/Makefile.am, tm28/task1.c,
82        tm29/Makefile.am, tm29/task1.c, tmck/Makefile.am, tmck/task1.c,
83        tmoverhd/Makefile.am, tmoverhd/testtask.c: Eliminate empty function
84        from every benchmark timer driver. Fix spelling.
85
862008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
89        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
90        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
91        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
92        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
93        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
94        tmoverhd/testtask.c: Rename timer driver methods to follow RTEMS
95        programming conventions.
96
972008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * tm02/system.h, tm10/system.h: Make configurations more accurate.
100
1012008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * tmoverhd/dumrtems.h: Refactored and renamed initialization routines
104        to rtems_initialize_data_structures, rtems_initialize_before_drivers,
105        rtems_initialize_device_drivers, and
106        rtems_initialize_start_multitasking. This opened the sequence up so
107        that bootcard() could provide a more robust and flexible framework
108        which is easier to explain and understand. This also lays the
109        groundwork for sharing the division of available memory between the
110        RTEMS workspace and heap and the C library initialization across all
111        BSPs.
112
1132008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
116        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
117        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
118        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
119        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
120        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
121        tmoverhd/testtask.c: Change TEST_INIT to CONFIGURE_INIT. Make
122        tmacros.h available to all POSIX tests. Add a clock_settime case for
123        < 1988.
124
1252007-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * tmoverhd/testtask.c: Spacing and remove call to obsolete
128        rtems_initialize_executive().
129
1302007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table
133        to Configuration Table. Eliminate CPU Table from all ports. Delete
134        references to CPU Table in all forms.
135
1362007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am,
139        tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am,
140        tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am,
141        tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am,
142        tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am,
143        tm20/Makefile.am, tm22/Makefile.am, tm23/Makefile.am,
144        tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am,
145        tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am,
146        tmck/Makefile.am, tmoverhd/Makefile.am: Add optional managers to
147        Makefiles. Clean up test cases so last output line follows END OF
148        pattern. Make sure test case all run. All tests appeared ok on sis.
149
1502007-02-06      Joel Sherrill <joel@OARcorp.com>
151
152        * tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
153        tm14/task1.c, tm22/task1.c: Address size_t/uint32_t typing issues in
154        message queue tests.
155
1562006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * configure.ac: New BUG-REPORT address.
159
1602006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * configure.ac: Require autoconf-2.60. Require automake-1.10.
163
1642006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
167        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
168        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
169        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
170        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
171        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
172        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
173        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
174        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
175        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
176        tmoverhd/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
177        instead.
178
1792005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
180
181        * configure.ac: Remove RTEMS_ENABLE_BARE,
182        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
183
1842005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * tm01/Makefile.am, tm02/Makefile.am,
187        tm03/Makefile.am, tm04/Makefile.am,
188        tm05/Makefile.am, tm06/Makefile.am,
189        tm07/Makefile.am, tm08/Makefile.am,
190        tm09/Makefile.am, tm10/Makefile.am,
191        tm11/Makefile.am, tm12/Makefile.am,
192        tm13/Makefile.am, tm14/Makefile.am,
193        tm15/Makefile.am, tm16/Makefile.am,
194        tm17/Makefile.am, tm18/Makefile.am,
195        tm19/Makefile.am, tm20/Makefile.am,
196        tm21/Makefile.am, tm22/Makefile.am,
197        tm23/Makefile.am, tm24/Makefile.am,
198        tm25/Makefile.am, tm26/Makefile.am,
199        tm27/Makefile.am, tm28/Makefile.am,
200        tm29/Makefile.am, tmck/Makefile.am,
201        tmoverhd/Makefile.am: Convert to using *_PROGRAMS.
202
2032005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * tm01/Makefile.am, tm02/Makefile.am,
206        tm03/Makefile.am, tm04/Makefile.am,
207        tm05/Makefile.am, tm06/Makefile.am,
208        tm07/Makefile.am, tm08/Makefile.am,
209        tm09/Makefile.am, tm10/Makefile.am,
210        tm11/Makefile.am, tm12/Makefile.am,
211        tm13/Makefile.am, tm14/Makefile.am,
212        tm15/Makefile.am, tm16/Makefile.am,
213        tm17/Makefile.am, tm18/Makefile.am,
214        tm19/Makefile.am, tm20/Makefile.am,
215        tm21/Makefile.am, tm22/Makefile.am,
216        tm23/Makefile.am, tm24/Makefile.am,
217        tm25/Makefile.am, tm26/Makefile.am,
218        tm27/Makefile.am, tm28/Makefile.am,
219        tm29/Makefile.am, tmck/Makefile.am,
220        tmoverhd/Makefile.am: Rework.
221
2222005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
225        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
226        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
227        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
228        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
229        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
230        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
231        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
232        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
233        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
234        tmoverhd/Makefile.am: Expand tmtests.am.
235        * tmtests.am: Remove.
236
2372005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
240        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
241        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
242        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
243        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
244        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
245        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
246        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
247        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
248        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
249        tmoverhd/Makefile.am: AM_CPPFLAGS += -I..../support/include.
250
2512005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
252
253        * tmtests.am: Set project_bspdir=$(PROJECT_ROOT)
254
2552005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
256
257        * Makefile.am: Remove noinst_HEADERS.
258        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
259        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
260        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
261        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
262        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
263        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
264        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
265        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
266        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
267        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
268        tmoverhd/Makefile.am: Add ../include/systime.h.
269
2702005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
271
272        * tmtests.am: Remove LIB_VARIANT.
273
2742005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
275
276        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
277        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
278        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
279        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
280        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
281        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
282        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
283        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
284        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
285        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
286        tmoverhd/Makefile.am: Remove SRC, PRINT_SRC.
287
2882005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
289
290        * Makefile.am: Cleanup.
291
2922005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
293
294        * tmtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
295        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
296        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
297        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
298        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
299        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
300        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
301        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
302        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
303        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
304        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
305        tmoverhd/Makefile.am:
306        Partial conversion to automake.
307
3082004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
309
310        * configure.ac: Require automake > 1.9.
311
3122004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
313
314        PR 610/bsps
315        * tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27.
316        Unconditionally include <tm27.h>.
317
3182004-04-21      Joel Sherrill <joel@OARcorp.com>
319
320        PR 611/bsps
321        * tm27/task1.c: Follow conventions for tm27 and do not add another
322        macro definition.
323
3242004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
325
326        * tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
327        * tm02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
328        * tm03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
329        * tm04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
330        * tm05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
331        * tm06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
332        * tm07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
333        * tm08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
334        * tm09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
335        * tm10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
336        * tm11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
337        * tm12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
338        * tm13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
339        * tm14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
340        * tm15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
341        * tm16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
342        * tm17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
343        * tm18/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
344        * tm19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
345        * tm20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
346        * tm21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
347        * tm22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
348        * tm23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
349        * tm24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
350        * tm25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
351        * tm26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
352        * tm27/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
353        * tm28/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
354        * tm29/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
355        * tmck/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
356        * tmoverhd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
357
3582004-03-30      David Querbach <querbach@realtime.bc.ca>
359
360        PR 597/tests
361        * tm02/system.h, tm03/system.h, tm04/system.h, tm05/system.h,
362        tm06/system.h, tm07/system.h, tm08/system.h, tm10/system.h,
363        tm11/system.h, tm12/system.h, tm13/system.h, tm14/system.h,
364        tm15/system.h, tm16/system.h, tm17/system.h, tm18/system.h,
365        tm19/system.h, tm21/system.h, tm22/system.h, tm23/system.h,
366        tm24/system.h, tm25/system.h, tm26/system.h, tm27/system.h,
367        tm27/task1.c, tm29/system.h: The actual workspace needed by the
368        tmtests depends on OPERATION_COUNT, but the definitions of
369        CONFIGURE_MAXIMIM_xxx in the their system.h files do not reflect
370        this. This results in unnecessary memory exhaustion on small-memory
371        systems such as the SS555.
372
3732004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
374
375        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
376        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c,
377        tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c,
378        tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
379        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm20/task1.c,
380        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c,
381        tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
382        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Convert to using
383        c99 fixed size types.
384
3852004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac: Add 2nd arg to RTEMS_TOP.
388
3892004-02-26      Joel Sherrill <joel@OARcorp.com>
390
391        PR 583/tests
392        * tm26/task1.c, tm27/task1.c: Correctly reset
393        _Thread_Dispatch_disable_level so printing is safe.
394
3952004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * tm01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
398        Add PRE/TMPINSTALL_FILES to CLEANFILES.
399        * tm02/Makefile.am: Ditto.
400        * tm03/Makefile.am: Ditto.
401        * tm04/Makefile.am: Ditto.
402        * tm05/Makefile.am: Ditto.
403        * tm06/Makefile.am: Ditto.
404        * tm07/Makefile.am: Ditto.
405        * tm08/Makefile.am: Ditto.
406        * tm09/Makefile.am: Ditto.
407        * tm10/Makefile.am: Ditto.
408        * tm11/Makefile.am: Ditto.
409        * tm12/Makefile.am: Ditto.
410        * tm13/Makefile.am: Ditto.
411        * tm14/Makefile.am: Ditto.
412        * tm15/Makefile.am: Ditto.
413        * tm16/Makefile.am: Ditto.
414        * tm17/Makefile.am: Ditto.
415        * tm18/Makefile.am: Ditto.
416        * tm19/Makefile.am: Ditto.
417        * tm20/Makefile.am: Ditto.
418        * tm21/Makefile.am: Ditto.
419        * tm22/Makefile.am: Ditto.
420        * tm23/Makefile.am: Ditto.
421        * tm24/Makefile.am: Ditto.
422        * tm25/Makefile.am: Ditto.
423        * tm26/Makefile.am: Ditto.
424        * tm27/Makefile.am: Ditto.
425        * tm28/Makefile.am: Ditto.
426        * tm29/Makefile.am: Ditto.
427        * tmck/Makefile.am: Ditto.
428        * tmoverhd/Makefile.am: Ditto.
429
4302003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * tmtests.am: Add dirstamp support.
433
4342003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * tmtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
437
4382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
441
4422003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * include/Makefile.am: Reformat.
445        * tm01/Makefile.am: Remove all-local: $(ARCH).
446        * tm02/Makefile.am: Remove all-local: $(ARCH).
447        * tm03/Makefile.am: Remove all-local: $(ARCH).
448        * tm04/Makefile.am: Remove all-local: $(ARCH).
449        * tm05/Makefile.am: Remove all-local: $(ARCH).
450        * tm06/Makefile.am: Remove all-local: $(ARCH).
451        * tm07/Makefile.am: Remove all-local: $(ARCH).
452        * tm08/Makefile.am: Remove all-local: $(ARCH).
453        * tm09/Makefile.am: Remove all-local: $(ARCH).
454        * tm10/Makefile.am: Remove all-local: $(ARCH).
455        * tm11/Makefile.am: Remove all-local: $(ARCH).
456        * tm12/Makefile.am: Remove all-local: $(ARCH).
457        * tm13/Makefile.am: Remove all-local: $(ARCH).
458        * tm14/Makefile.am: Remove all-local: $(ARCH).
459        * tm15/Makefile.am: Remove all-local: $(ARCH).
460        * tm16/Makefile.am: Remove all-local: $(ARCH).
461        * tm17/Makefile.am: Remove all-local: $(ARCH).
462        * tm18/Makefile.am: Remove all-local: $(ARCH).
463        * tm19/Makefile.am: Remove all-local: $(ARCH).
464        * tm20/Makefile.am: Remove all-local: $(ARCH).
465        * tm21/Makefile.am: Remove all-local: $(ARCH).
466        * tm22/Makefile.am: Remove all-local: $(ARCH).
467        * tm23/Makefile.am: Remove all-local: $(ARCH).
468        * tm24/Makefile.am: Remove all-local: $(ARCH).
469        * tm25/Makefile.am: Remove all-local: $(ARCH).
470        * tm26/Makefile.am: Remove all-local: $(ARCH).
471        * tm27/Makefile.am: Remove all-local: $(ARCH).
472        * tm28/Makefile.am: Remove all-local: $(ARCH).
473        * tm29/Makefile.am: Remove all-local: $(ARCH).
474        * tmck/Makefile.am: Remove all-local: $(ARCH).
475        * tmoverhd/Makefile.am: Remove all-local: $(ARCH).
476
4772003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.ac: Reflect having moved to testsuites/.
480
4812003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * configure.ac: Remove RTEMS_CANONICAL_HOST.
484
4852003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * configure.ac:Remove RTEMS_CHECK_CPU.
488
4892003-09-04      Joel Sherrill <joel@OARcorp.com>
490
491        * include/timesys.h, tm01/system.h, tm01/task1.c, tm01/tm01.doc,
492        tm02/system.h, tm02/task1.c, tm02/tm02.doc, tm03/system.h,
493        tm03/task1.c, tm03/tm03.doc, tm04/system.h, tm04/task1.c,
494        tm04/tm04.doc, tm05/system.h, tm05/task1.c, tm05/tm05.doc,
495        tm06/system.h, tm06/task1.c, tm06/tm06.doc, tm07/system.h,
496        tm07/task1.c, tm07/tm07.doc, tm08/system.h, tm08/task1.c,
497        tm08/tm08.doc, tm09/system.h, tm09/task1.c, tm09/tm09.doc,
498        tm10/system.h, tm10/task1.c, tm10/tm10.doc, tm11/system.h,
499        tm11/task1.c, tm11/tm11.doc, tm12/system.h, tm12/task1.c,
500        tm12/tm12.doc, tm13/system.h, tm13/task1.c, tm13/tm13.doc,
501        tm14/system.h, tm14/task1.c, tm14/tm14.doc, tm15/system.h,
502        tm15/task1.c, tm15/tm15.doc, tm16/system.h, tm16/task1.c,
503        tm16/tm16.doc, tm17/system.h, tm17/task1.c, tm17/tm17.doc,
504        tm18/system.h, tm18/task1.c, tm18/tm18.doc, tm19/system.h,
505        tm19/task1.c, tm19/tm19.doc, tm20/system.h, tm20/task1.c,
506        tm20/tm20.doc, tm21/system.h, tm21/task1.c, tm21/tm21.doc,
507        tm22/system.h, tm22/task1.c, tm22/tm22.doc, tm23/system.h,
508        tm23/task1.c, tm23/tm23.doc, tm24/system.h, tm24/task1.c,
509        tm24/tm24.doc, tm25/system.h, tm25/task1.c, tm25/tm25.doc,
510        tm26/fptest.h, tm26/system.h, tm26/task1.c, tm26/tm26.doc,
511        tm27/system.h, tm27/task1.c, tm27/tm27.doc, tm28/system.h,
512        tm28/task1.c, tm28/tm28.doc, tm29/system.h, tm29/task1.c,
513        tm29/tm29.doc, tmck/system.h, tmck/task1.c, tmck/tmck.doc,
514        tmoverhd/dumrtems.h, tmoverhd/empty.c, tmoverhd/system.h,
515        tmoverhd/testtask.c, tmoverhd/tmoverhd.doc: URL for license changed.
516
5172003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * Makefile.am: Reflect having moved aclocal/.
520
5212003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * Makefile.am: Reflect having moved automake/.
524        * include/Makefile.am: Reflect having moved automake/.
525        * tm01/Makefile.am: Reflect having moved automake/.
526        * tm02/Makefile.am: Reflect having moved automake/.
527        * tm03/Makefile.am: Reflect having moved automake/.
528        * tm04/Makefile.am: Reflect having moved automake/.
529        * tm05/Makefile.am: Reflect having moved automake/.
530        * tm06/Makefile.am: Reflect having moved automake/.
531        * tm07/Makefile.am: Reflect having moved automake/.
532        * tm08/Makefile.am: Reflect having moved automake/.
533        * tm09/Makefile.am: Reflect having moved automake/.
534        * tm10/Makefile.am: Reflect having moved automake/.
535        * tm11/Makefile.am: Reflect having moved automake/.
536        * tm12/Makefile.am: Reflect having moved automake/.
537        * tm13/Makefile.am: Reflect having moved automake/.
538        * tm14/Makefile.am: Reflect having moved automake/.
539        * tm15/Makefile.am: Reflect having moved automake/.
540        * tm16/Makefile.am: Reflect having moved automake/.
541        * tm17/Makefile.am: Reflect having moved automake/.
542        * tm18/Makefile.am: Reflect having moved automake/.
543        * tm19/Makefile.am: Reflect having moved automake/.
544        * tm20/Makefile.am: Reflect having moved automake/.
545        * tm21/Makefile.am: Reflect having moved automake/.
546        * tm22/Makefile.am: Reflect having moved automake/.
547        * tm23/Makefile.am: Reflect having moved automake/.
548        * tm24/Makefile.am: Reflect having moved automake/.
549        * tm25/Makefile.am: Reflect having moved automake/.
550        * tm26/Makefile.am: Reflect having moved automake/.
551        * tm27/Makefile.am: Reflect having moved automake/.
552        * tm28/Makefile.am: Reflect having moved automake/.
553        * tm29/Makefile.am: Reflect having moved automake/.
554        * tmck/Makefile.am: Reflect having moved automake/.
555        * tmoverhd/Makefile.am: Reflect having moved automake/.
556
5572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
560
5612003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
564        CC_CFLAGS_DEFAULT (obsolete).
565
5662003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
569        Remove CC_LDFLAGS_PROFILE_V.
570
5712003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * configure.ac: Remove AC_CONFIG_AUX_DIR.
574
5752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
578
5792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * configure.ac: AC_PREREQ(2.57).
582
5832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * .cvsignore: Reformat.
586        Add autom4te*cache.
587        Remove autom4te.cache.
588
5892002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * tm01/Makefile.am: Use $(OBJEXT) instead of .o.
592        * tm02/Makefile.am: Use $(OBJEXT) instead of .o.
593        * tm03/Makefile.am: Use $(OBJEXT) instead of .o.
594        * tm04/Makefile.am: Use $(OBJEXT) instead of .o.
595        * tm05/Makefile.am: Use $(OBJEXT) instead of .o.
596        * tm06/Makefile.am: Use $(OBJEXT) instead of .o.
597        * tm07/Makefile.am: Use $(OBJEXT) instead of .o.
598        * tm08/Makefile.am: Use $(OBJEXT) instead of .o.
599        * tm09/Makefile.am: Use $(OBJEXT) instead of .o.
600        * tm10/Makefile.am: Use $(OBJEXT) instead of .o.
601        * tm11/Makefile.am: Use $(OBJEXT) instead of .o.
602        * tm12/Makefile.am: Use $(OBJEXT) instead of .o.
603        * tm13/Makefile.am: Use $(OBJEXT) instead of .o.
604        * tm14/Makefile.am: Use $(OBJEXT) instead of .o.
605        * tm15/Makefile.am: Use $(OBJEXT) instead of .o.
606        * tm16/Makefile.am: Use $(OBJEXT) instead of .o.
607        * tm17/Makefile.am: Use $(OBJEXT) instead of .o.
608        * tm18/Makefile.am: Use $(OBJEXT) instead of .o.
609        * tm19/Makefile.am: Use $(OBJEXT) instead of .o.
610        * tm20/Makefile.am: Use $(OBJEXT) instead of .o.
611        * tm21/Makefile.am: Use $(OBJEXT) instead of .o.
612        * tm22/Makefile.am: Use $(OBJEXT) instead of .o.
613        * tm23/Makefile.am: Use $(OBJEXT) instead of .o.
614        * tm24/Makefile.am: Use $(OBJEXT) instead of .o.
615        * tm25/Makefile.am: Use $(OBJEXT) instead of .o.
616        * tm26/Makefile.am: Use $(OBJEXT) instead of .o.
617        * tm27/Makefile.am: Use $(OBJEXT) instead of .o.
618        * tm28/Makefile.am: Use $(OBJEXT) instead of .o.
619        * tm29/Makefile.am: Use $(OBJEXT) instead of .o.
620        * tmck/Makefile.am: Use $(OBJEXT) instead of .o.
621        * tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.
622
6232002-08-01      Joel Sherrill <joel@OARcorp.com>
624
625        * Per PR47 add support for buffered test output.  This involved
626        adding defines to redirect output to a buffer and dump it when
627        full, at "test pause", and at exit.  To avoid problems when redefining
628        exit(), all tests were modified to call rtems_test_exit().
629        Some tests, notable psxtests, had to be modified to include
630        the standard test macro .h file (pmacros.h or tmacros.h) to
631        enable this support.
632        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
633        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c,
634        tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
635        tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c,
636        tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c,
637        tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
638        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Modified.
6392002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * configure.ac: Remove ENABLE_GCC28.
642
6432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * configure.ac:
646        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
647        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
648        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
649        * Makefile.am: Remove AUTOMAKE_OPTIONS.
650        * tm01/Makefile.am: Remove AUTOMAKE_OPTIONS.
651        * tm02/Makefile.am: Remove AUTOMAKE_OPTIONS.
652        * tm03/Makefile.am: Remove AUTOMAKE_OPTIONS.
653        * tm04/Makefile.am: Remove AUTOMAKE_OPTIONS.
654        * tm05/Makefile.am: Remove AUTOMAKE_OPTIONS.
655        * tm06/Makefile.am: Remove AUTOMAKE_OPTIONS.
656        * tm07/Makefile.am: Remove AUTOMAKE_OPTIONS.
657        * tm08/Makefile.am: Remove AUTOMAKE_OPTIONS.
658        * tm09/Makefile.am: Remove AUTOMAKE_OPTIONS.
659        * tm10/Makefile.am: Remove AUTOMAKE_OPTIONS.
660        * tm11/Makefile.am: Remove AUTOMAKE_OPTIONS.
661        * tm12/Makefile.am: Remove AUTOMAKE_OPTIONS.
662        * tm13/Makefile.am: Remove AUTOMAKE_OPTIONS.
663        * tm14/Makefile.am: Remove AUTOMAKE_OPTIONS.
664        * tm15/Makefile.am: Remove AUTOMAKE_OPTIONS.
665        * tm16/Makefile.am: Remove AUTOMAKE_OPTIONS.
666        * tm17/Makefile.am: Remove AUTOMAKE_OPTIONS.
667        * tm18/Makefile.am: Remove AUTOMAKE_OPTIONS.
668        * tm19/Makefile.am: Remove AUTOMAKE_OPTIONS.
669        * tm20/Makefile.am: Remove AUTOMAKE_OPTIONS.
670        * tm21/Makefile.am: Remove AUTOMAKE_OPTIONS.
671        * tm22/Makefile.am: Remove AUTOMAKE_OPTIONS.
672        * tm23/Makefile.am: Remove AUTOMAKE_OPTIONS.
673        * tm24/Makefile.am: Remove AUTOMAKE_OPTIONS.
674        * tm25/Makefile.am: Remove AUTOMAKE_OPTIONS.
675        * tm26/Makefile.am: Remove AUTOMAKE_OPTIONS.
676        * tm27/Makefile.am: Remove AUTOMAKE_OPTIONS.
677        * tm28/Makefile.am: Remove AUTOMAKE_OPTIONS.
678        * tm29/Makefile.am: Remove AUTOMAKE_OPTIONS.
679        * tmck/Makefile.am: Remove AUTOMAKE_OPTIONS.
680        * tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.
681
6822001-11-08      Jiri Gaisler <jiri@gaisler.com>
683
684        This fix is response to test results reported by Jerry Needell
685        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
686        * tm27/task1.c: Account for overhead in starting and stopping
687        the timer.
688
6892001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
692        * configure.in: Remove.
693        * configure.ac: New file, generated from configure.in by autoupdate.
694
6952001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * tmtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
698
6992001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * tm27/Makefile.am: include leaf.am instead of leaf.cfg.
702        * tm26/Makefile.am: include leaf.am instead of leaf.cfg.
703        * tm24/Makefile.am: include leaf.am instead of leaf.cfg.
704        * tm16/Makefile.am: include leaf.am instead of leaf.cfg.
705        * tm18/Makefile.am: include leaf.am instead of leaf.cfg.
706        * tm02/Makefile.am: include leaf.am instead of leaf.cfg.
707        * tm10/Makefile.am: include leaf.am instead of leaf.cfg.
708        * tm11/Makefile.am: include leaf.am instead of leaf.cfg.
709        * tm15/Makefile.am: include leaf.am instead of leaf.cfg.
710        * tm19/Makefile.am: include leaf.am instead of leaf.cfg.
711        * tm04/Makefile.am: include leaf.am instead of leaf.cfg.
712        * tm17/Makefile.am: include leaf.am instead of leaf.cfg.
713        * tm28/Makefile.am: include leaf.am instead of leaf.cfg.
714        * tmck/Makefile.am: include leaf.am instead of leaf.cfg.
715        * tm08/Makefile.am: include leaf.am instead of leaf.cfg.
716        * tm12/Makefile.am: include leaf.am instead of leaf.cfg.
717        * tm03/Makefile.am: include leaf.am instead of leaf.cfg.
718        * tm13/Makefile.am: include leaf.am instead of leaf.cfg.
719        * tm29/Makefile.am: include leaf.am instead of leaf.cfg.
720        * tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
721        * tm20/Makefile.am: include leaf.am instead of leaf.cfg.
722        * tm09/Makefile.am: include leaf.am instead of leaf.cfg.
723        * tm01/Makefile.am: include leaf.am instead of leaf.cfg.
724        * tm21/Makefile.am: include leaf.am instead of leaf.cfg.
725        * tm07/Makefile.am: include leaf.am instead of leaf.cfg.
726        * tm25/Makefile.am: include leaf.am instead of leaf.cfg.
727        * tm22/Makefile.am: include leaf.am instead of leaf.cfg.
728        * tm06/Makefile.am: include leaf.am instead of leaf.cfg.
729        * tm05/Makefile.am: include leaf.am instead of leaf.cfg.
730        * tm14/Makefile.am: include leaf.am instead of leaf.cfg.
731        * tm23/Makefile.am: include leaf.am instead of leaf.cfg.
732
7332001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
734
735        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
736
7372001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * tm20/Makefile.am: Remove stubdir.rel
740
7412000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
742
743        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
744
7452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
748
7492000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
752        Switch to GNU canonicalization.
753        * tmtests.am: Remove DEFS.
754
7552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
758        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
759        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
760        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
761        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
762        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
763        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
764        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
765        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
766        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
767        tmoverhd/Makefile.am: Include compile.am
768
7692000-08-10      Joel Sherrill <joel@OARcorp.com>
770
771        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.