source: rtems/testsuites/tmtests/ChangeLog @ 6c89d72

4.104.115
Last change on this file since 6c89d72 was 6c89d72, checked in by Joel Sherrill <joel.sherrill@…>, on 09/17/08 at 19:31:23

2008-09-17 Joel Sherrill <joel.sherrill@…>

  • include/timesys.h: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
  • Property mode set to 100644
File size: 29.6 KB
Line 
12008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/timesys.h: Rename STACK_CHECKER_ON to more appropriate
4        CONFIGURE_STACK_CHECKER_ENABLED.
5
62008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * tm09/system.h, tm09/task1.c: Account for message buffer memory.
9
102008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * tm01/Makefile.am, tm01/task1.c, tm02/Makefile.am, tm02/task1.c,
13        tm03/Makefile.am, tm03/task1.c, tm04/Makefile.am, tm04/task1.c,
14        tm05/Makefile.am, tm05/task1.c, tm06/Makefile.am, tm06/task1.c,
15        tm07/Makefile.am, tm07/task1.c, tm08/Makefile.am, tm08/task1.c,
16        tm09/Makefile.am, tm09/task1.c, tm10/Makefile.am, tm10/task1.c,
17        tm11/Makefile.am, tm11/task1.c, tm12/Makefile.am, tm12/task1.c,
18        tm13/Makefile.am, tm13/task1.c, tm14/Makefile.am, tm14/task1.c,
19        tm15/Makefile.am, tm15/task1.c, tm16/Makefile.am, tm16/task1.c,
20        tm17/Makefile.am, tm17/task1.c, tm18/Makefile.am, tm18/task1.c,
21        tm19/Makefile.am, tm19/task1.c, tm20/Makefile.am, tm20/task1.c,
22        tm21/Makefile.am, tm21/task1.c, tm22/Makefile.am, tm22/task1.c,
23        tm23/Makefile.am, tm23/task1.c, tm24/Makefile.am, tm24/task1.c,
24        tm25/Makefile.am, tm25/task1.c, tm26/Makefile.am, tm26/task1.c,
25        tm27/Makefile.am, tm27/task1.c, tm28/Makefile.am, tm28/task1.c,
26        tm29/Makefile.am, tm29/task1.c, tmck/Makefile.am, tmck/task1.c,
27        tmoverhd/Makefile.am, tmoverhd/testtask.c: Eliminate empty function
28        from every benchmark timer driver. Fix spelling.
29
302008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
33        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
34        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
35        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
36        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
37        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
38        tmoverhd/testtask.c: Rename timer driver methods to follow RTEMS
39        programming conventions.
40
412008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * tm02/system.h, tm10/system.h: Make configurations more accurate.
44
452008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * tmoverhd/dumrtems.h: Refactored and renamed initialization routines
48        to rtems_initialize_data_structures, rtems_initialize_before_drivers,
49        rtems_initialize_device_drivers, and
50        rtems_initialize_start_multitasking. This opened the sequence up so
51        that bootcard() could provide a more robust and flexible framework
52        which is easier to explain and understand. This also lays the
53        groundwork for sharing the division of available memory between the
54        RTEMS workspace and heap and the C library initialization across all
55        BSPs.
56
572008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
60        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
61        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
62        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
63        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
64        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
65        tmoverhd/testtask.c: Change TEST_INIT to CONFIGURE_INIT. Make
66        tmacros.h available to all POSIX tests. Add a clock_settime case for
67        < 1988.
68
692007-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * tmoverhd/testtask.c: Spacing and remove call to obsolete
72        rtems_initialize_executive().
73
742007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table
77        to Configuration Table. Eliminate CPU Table from all ports. Delete
78        references to CPU Table in all forms.
79
802007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am,
83        tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am,
84        tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am,
85        tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am,
86        tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am,
87        tm20/Makefile.am, tm22/Makefile.am, tm23/Makefile.am,
88        tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am,
89        tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am,
90        tmck/Makefile.am, tmoverhd/Makefile.am: Add optional managers to
91        Makefiles. Clean up test cases so last output line follows END OF
92        pattern. Make sure test case all run. All tests appeared ok on sis.
93
942007-02-06      Joel Sherrill <joel@OARcorp.com>
95
96        * tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
97        tm14/task1.c, tm22/task1.c: Address size_t/uint32_t typing issues in
98        message queue tests.
99
1002006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * configure.ac: New BUG-REPORT address.
103
1042006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * configure.ac: Require autoconf-2.60. Require automake-1.10.
107
1082006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
111        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
112        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
113        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
114        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
115        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
116        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
117        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
118        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
119        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
120        tmoverhd/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
121        instead.
122
1232005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * configure.ac: Remove RTEMS_ENABLE_BARE,
126        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
127
1282005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * tm01/Makefile.am, tm02/Makefile.am,
131        tm03/Makefile.am, tm04/Makefile.am,
132        tm05/Makefile.am, tm06/Makefile.am,
133        tm07/Makefile.am, tm08/Makefile.am,
134        tm09/Makefile.am, tm10/Makefile.am,
135        tm11/Makefile.am, tm12/Makefile.am,
136        tm13/Makefile.am, tm14/Makefile.am,
137        tm15/Makefile.am, tm16/Makefile.am,
138        tm17/Makefile.am, tm18/Makefile.am,
139        tm19/Makefile.am, tm20/Makefile.am,
140        tm21/Makefile.am, tm22/Makefile.am,
141        tm23/Makefile.am, tm24/Makefile.am,
142        tm25/Makefile.am, tm26/Makefile.am,
143        tm27/Makefile.am, tm28/Makefile.am,
144        tm29/Makefile.am, tmck/Makefile.am,
145        tmoverhd/Makefile.am: Convert to using *_PROGRAMS.
146
1472005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * tm01/Makefile.am, tm02/Makefile.am,
150        tm03/Makefile.am, tm04/Makefile.am,
151        tm05/Makefile.am, tm06/Makefile.am,
152        tm07/Makefile.am, tm08/Makefile.am,
153        tm09/Makefile.am, tm10/Makefile.am,
154        tm11/Makefile.am, tm12/Makefile.am,
155        tm13/Makefile.am, tm14/Makefile.am,
156        tm15/Makefile.am, tm16/Makefile.am,
157        tm17/Makefile.am, tm18/Makefile.am,
158        tm19/Makefile.am, tm20/Makefile.am,
159        tm21/Makefile.am, tm22/Makefile.am,
160        tm23/Makefile.am, tm24/Makefile.am,
161        tm25/Makefile.am, tm26/Makefile.am,
162        tm27/Makefile.am, tm28/Makefile.am,
163        tm29/Makefile.am, tmck/Makefile.am,
164        tmoverhd/Makefile.am: Rework.
165
1662005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
169        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
170        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
171        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
172        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
173        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
174        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
175        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
176        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
177        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
178        tmoverhd/Makefile.am: Expand tmtests.am.
179        * tmtests.am: Remove.
180
1812005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
184        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
185        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
186        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
187        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
188        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
189        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
190        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
191        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
192        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
193        tmoverhd/Makefile.am: AM_CPPFLAGS += -I..../support/include.
194
1952005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * tmtests.am: Set project_bspdir=$(PROJECT_ROOT)
198
1992005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
200
201        * Makefile.am: Remove noinst_HEADERS.
202        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
203        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
204        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
205        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
206        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
207        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
208        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
209        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
210        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
211        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
212        tmoverhd/Makefile.am: Add ../include/systime.h.
213
2142005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * tmtests.am: Remove LIB_VARIANT.
217
2182005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
219
220        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
221        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
222        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
223        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
224        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
225        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
226        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
227        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
228        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
229        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
230        tmoverhd/Makefile.am: Remove SRC, PRINT_SRC.
231
2322005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * Makefile.am: Cleanup.
235
2362005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
237
238        * tmtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
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:
250        Partial conversion to automake.
251
2522004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * configure.ac: Require automake > 1.9.
255
2562004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
257
258        PR 610/bsps
259        * tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27.
260        Unconditionally include <tm27.h>.
261
2622004-04-21      Joel Sherrill <joel@OARcorp.com>
263
264        PR 611/bsps
265        * tm27/task1.c: Follow conventions for tm27 and do not add another
266        macro definition.
267
2682004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
269
270        * tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
271        * tm02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
272        * tm03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
273        * tm04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
274        * tm05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
275        * tm06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
276        * tm07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
277        * tm08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
278        * tm09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
279        * tm10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
280        * tm11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
281        * tm12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
282        * tm13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
283        * tm14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
284        * tm15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
285        * tm16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
286        * tm17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
287        * tm18/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
288        * tm19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
289        * tm20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
290        * tm21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
291        * tm22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
292        * tm23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
293        * tm24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
294        * tm25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
295        * tm26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
296        * tm27/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
297        * tm28/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
298        * tm29/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
299        * tmck/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
300        * tmoverhd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
301
3022004-03-30      David Querbach <querbach@realtime.bc.ca>
303
304        PR 597/tests
305        * tm02/system.h, tm03/system.h, tm04/system.h, tm05/system.h,
306        tm06/system.h, tm07/system.h, tm08/system.h, tm10/system.h,
307        tm11/system.h, tm12/system.h, tm13/system.h, tm14/system.h,
308        tm15/system.h, tm16/system.h, tm17/system.h, tm18/system.h,
309        tm19/system.h, tm21/system.h, tm22/system.h, tm23/system.h,
310        tm24/system.h, tm25/system.h, tm26/system.h, tm27/system.h,
311        tm27/task1.c, tm29/system.h: The actual workspace needed by the
312        tmtests depends on OPERATION_COUNT, but the definitions of
313        CONFIGURE_MAXIMIM_xxx in the their system.h files do not reflect
314        this. This results in unnecessary memory exhaustion on small-memory
315        systems such as the SS555.
316
3172004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
318
319        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
320        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c,
321        tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c,
322        tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
323        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm20/task1.c,
324        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c,
325        tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
326        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Convert to using
327        c99 fixed size types.
328
3292004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: Add 2nd arg to RTEMS_TOP.
332
3332004-02-26      Joel Sherrill <joel@OARcorp.com>
334
335        PR 583/tests
336        * tm26/task1.c, tm27/task1.c: Correctly reset
337        _Thread_Dispatch_disable_level so printing is safe.
338
3392004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * tm01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
342        Add PRE/TMPINSTALL_FILES to CLEANFILES.
343        * tm02/Makefile.am: Ditto.
344        * tm03/Makefile.am: Ditto.
345        * tm04/Makefile.am: Ditto.
346        * tm05/Makefile.am: Ditto.
347        * tm06/Makefile.am: Ditto.
348        * tm07/Makefile.am: Ditto.
349        * tm08/Makefile.am: Ditto.
350        * tm09/Makefile.am: Ditto.
351        * tm10/Makefile.am: Ditto.
352        * tm11/Makefile.am: Ditto.
353        * tm12/Makefile.am: Ditto.
354        * tm13/Makefile.am: Ditto.
355        * tm14/Makefile.am: Ditto.
356        * tm15/Makefile.am: Ditto.
357        * tm16/Makefile.am: Ditto.
358        * tm17/Makefile.am: Ditto.
359        * tm18/Makefile.am: Ditto.
360        * tm19/Makefile.am: Ditto.
361        * tm20/Makefile.am: Ditto.
362        * tm21/Makefile.am: Ditto.
363        * tm22/Makefile.am: Ditto.
364        * tm23/Makefile.am: Ditto.
365        * tm24/Makefile.am: Ditto.
366        * tm25/Makefile.am: Ditto.
367        * tm26/Makefile.am: Ditto.
368        * tm27/Makefile.am: Ditto.
369        * tm28/Makefile.am: Ditto.
370        * tm29/Makefile.am: Ditto.
371        * tmck/Makefile.am: Ditto.
372        * tmoverhd/Makefile.am: Ditto.
373
3742003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * tmtests.am: Add dirstamp support.
377
3782003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * tmtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
381
3822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
385
3862003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * include/Makefile.am: Reformat.
389        * tm01/Makefile.am: Remove all-local: $(ARCH).
390        * tm02/Makefile.am: Remove all-local: $(ARCH).
391        * tm03/Makefile.am: Remove all-local: $(ARCH).
392        * tm04/Makefile.am: Remove all-local: $(ARCH).
393        * tm05/Makefile.am: Remove all-local: $(ARCH).
394        * tm06/Makefile.am: Remove all-local: $(ARCH).
395        * tm07/Makefile.am: Remove all-local: $(ARCH).
396        * tm08/Makefile.am: Remove all-local: $(ARCH).
397        * tm09/Makefile.am: Remove all-local: $(ARCH).
398        * tm10/Makefile.am: Remove all-local: $(ARCH).
399        * tm11/Makefile.am: Remove all-local: $(ARCH).
400        * tm12/Makefile.am: Remove all-local: $(ARCH).
401        * tm13/Makefile.am: Remove all-local: $(ARCH).
402        * tm14/Makefile.am: Remove all-local: $(ARCH).
403        * tm15/Makefile.am: Remove all-local: $(ARCH).
404        * tm16/Makefile.am: Remove all-local: $(ARCH).
405        * tm17/Makefile.am: Remove all-local: $(ARCH).
406        * tm18/Makefile.am: Remove all-local: $(ARCH).
407        * tm19/Makefile.am: Remove all-local: $(ARCH).
408        * tm20/Makefile.am: Remove all-local: $(ARCH).
409        * tm21/Makefile.am: Remove all-local: $(ARCH).
410        * tm22/Makefile.am: Remove all-local: $(ARCH).
411        * tm23/Makefile.am: Remove all-local: $(ARCH).
412        * tm24/Makefile.am: Remove all-local: $(ARCH).
413        * tm25/Makefile.am: Remove all-local: $(ARCH).
414        * tm26/Makefile.am: Remove all-local: $(ARCH).
415        * tm27/Makefile.am: Remove all-local: $(ARCH).
416        * tm28/Makefile.am: Remove all-local: $(ARCH).
417        * tm29/Makefile.am: Remove all-local: $(ARCH).
418        * tmck/Makefile.am: Remove all-local: $(ARCH).
419        * tmoverhd/Makefile.am: Remove all-local: $(ARCH).
420
4212003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.ac: Reflect having moved to testsuites/.
424
4252003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.ac: Remove RTEMS_CANONICAL_HOST.
428
4292003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac:Remove RTEMS_CHECK_CPU.
432
4332003-09-04      Joel Sherrill <joel@OARcorp.com>
434
435        * include/timesys.h, tm01/system.h, tm01/task1.c, tm01/tm01.doc,
436        tm02/system.h, tm02/task1.c, tm02/tm02.doc, tm03/system.h,
437        tm03/task1.c, tm03/tm03.doc, tm04/system.h, tm04/task1.c,
438        tm04/tm04.doc, tm05/system.h, tm05/task1.c, tm05/tm05.doc,
439        tm06/system.h, tm06/task1.c, tm06/tm06.doc, tm07/system.h,
440        tm07/task1.c, tm07/tm07.doc, tm08/system.h, tm08/task1.c,
441        tm08/tm08.doc, tm09/system.h, tm09/task1.c, tm09/tm09.doc,
442        tm10/system.h, tm10/task1.c, tm10/tm10.doc, tm11/system.h,
443        tm11/task1.c, tm11/tm11.doc, tm12/system.h, tm12/task1.c,
444        tm12/tm12.doc, tm13/system.h, tm13/task1.c, tm13/tm13.doc,
445        tm14/system.h, tm14/task1.c, tm14/tm14.doc, tm15/system.h,
446        tm15/task1.c, tm15/tm15.doc, tm16/system.h, tm16/task1.c,
447        tm16/tm16.doc, tm17/system.h, tm17/task1.c, tm17/tm17.doc,
448        tm18/system.h, tm18/task1.c, tm18/tm18.doc, tm19/system.h,
449        tm19/task1.c, tm19/tm19.doc, tm20/system.h, tm20/task1.c,
450        tm20/tm20.doc, tm21/system.h, tm21/task1.c, tm21/tm21.doc,
451        tm22/system.h, tm22/task1.c, tm22/tm22.doc, tm23/system.h,
452        tm23/task1.c, tm23/tm23.doc, tm24/system.h, tm24/task1.c,
453        tm24/tm24.doc, tm25/system.h, tm25/task1.c, tm25/tm25.doc,
454        tm26/fptest.h, tm26/system.h, tm26/task1.c, tm26/tm26.doc,
455        tm27/system.h, tm27/task1.c, tm27/tm27.doc, tm28/system.h,
456        tm28/task1.c, tm28/tm28.doc, tm29/system.h, tm29/task1.c,
457        tm29/tm29.doc, tmck/system.h, tmck/task1.c, tmck/tmck.doc,
458        tmoverhd/dumrtems.h, tmoverhd/empty.c, tmoverhd/system.h,
459        tmoverhd/testtask.c, tmoverhd/tmoverhd.doc: URL for license changed.
460
4612003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * Makefile.am: Reflect having moved aclocal/.
464
4652003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * Makefile.am: Reflect having moved automake/.
468        * include/Makefile.am: Reflect having moved automake/.
469        * tm01/Makefile.am: Reflect having moved automake/.
470        * tm02/Makefile.am: Reflect having moved automake/.
471        * tm03/Makefile.am: Reflect having moved automake/.
472        * tm04/Makefile.am: Reflect having moved automake/.
473        * tm05/Makefile.am: Reflect having moved automake/.
474        * tm06/Makefile.am: Reflect having moved automake/.
475        * tm07/Makefile.am: Reflect having moved automake/.
476        * tm08/Makefile.am: Reflect having moved automake/.
477        * tm09/Makefile.am: Reflect having moved automake/.
478        * tm10/Makefile.am: Reflect having moved automake/.
479        * tm11/Makefile.am: Reflect having moved automake/.
480        * tm12/Makefile.am: Reflect having moved automake/.
481        * tm13/Makefile.am: Reflect having moved automake/.
482        * tm14/Makefile.am: Reflect having moved automake/.
483        * tm15/Makefile.am: Reflect having moved automake/.
484        * tm16/Makefile.am: Reflect having moved automake/.
485        * tm17/Makefile.am: Reflect having moved automake/.
486        * tm18/Makefile.am: Reflect having moved automake/.
487        * tm19/Makefile.am: Reflect having moved automake/.
488        * tm20/Makefile.am: Reflect having moved automake/.
489        * tm21/Makefile.am: Reflect having moved automake/.
490        * tm22/Makefile.am: Reflect having moved automake/.
491        * tm23/Makefile.am: Reflect having moved automake/.
492        * tm24/Makefile.am: Reflect having moved automake/.
493        * tm25/Makefile.am: Reflect having moved automake/.
494        * tm26/Makefile.am: Reflect having moved automake/.
495        * tm27/Makefile.am: Reflect having moved automake/.
496        * tm28/Makefile.am: Reflect having moved automake/.
497        * tm29/Makefile.am: Reflect having moved automake/.
498        * tmck/Makefile.am: Reflect having moved automake/.
499        * tmoverhd/Makefile.am: Reflect having moved automake/.
500
5012003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
504
5052003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
508        CC_CFLAGS_DEFAULT (obsolete).
509
5102003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
513        Remove CC_LDFLAGS_PROFILE_V.
514
5152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * configure.ac: Remove AC_CONFIG_AUX_DIR.
518
5192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
522
5232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.ac: AC_PREREQ(2.57).
526
5272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * .cvsignore: Reformat.
530        Add autom4te*cache.
531        Remove autom4te.cache.
532
5332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * tm01/Makefile.am: Use $(OBJEXT) instead of .o.
536        * tm02/Makefile.am: Use $(OBJEXT) instead of .o.
537        * tm03/Makefile.am: Use $(OBJEXT) instead of .o.
538        * tm04/Makefile.am: Use $(OBJEXT) instead of .o.
539        * tm05/Makefile.am: Use $(OBJEXT) instead of .o.
540        * tm06/Makefile.am: Use $(OBJEXT) instead of .o.
541        * tm07/Makefile.am: Use $(OBJEXT) instead of .o.
542        * tm08/Makefile.am: Use $(OBJEXT) instead of .o.
543        * tm09/Makefile.am: Use $(OBJEXT) instead of .o.
544        * tm10/Makefile.am: Use $(OBJEXT) instead of .o.
545        * tm11/Makefile.am: Use $(OBJEXT) instead of .o.
546        * tm12/Makefile.am: Use $(OBJEXT) instead of .o.
547        * tm13/Makefile.am: Use $(OBJEXT) instead of .o.
548        * tm14/Makefile.am: Use $(OBJEXT) instead of .o.
549        * tm15/Makefile.am: Use $(OBJEXT) instead of .o.
550        * tm16/Makefile.am: Use $(OBJEXT) instead of .o.
551        * tm17/Makefile.am: Use $(OBJEXT) instead of .o.
552        * tm18/Makefile.am: Use $(OBJEXT) instead of .o.
553        * tm19/Makefile.am: Use $(OBJEXT) instead of .o.
554        * tm20/Makefile.am: Use $(OBJEXT) instead of .o.
555        * tm21/Makefile.am: Use $(OBJEXT) instead of .o.
556        * tm22/Makefile.am: Use $(OBJEXT) instead of .o.
557        * tm23/Makefile.am: Use $(OBJEXT) instead of .o.
558        * tm24/Makefile.am: Use $(OBJEXT) instead of .o.
559        * tm25/Makefile.am: Use $(OBJEXT) instead of .o.
560        * tm26/Makefile.am: Use $(OBJEXT) instead of .o.
561        * tm27/Makefile.am: Use $(OBJEXT) instead of .o.
562        * tm28/Makefile.am: Use $(OBJEXT) instead of .o.
563        * tm29/Makefile.am: Use $(OBJEXT) instead of .o.
564        * tmck/Makefile.am: Use $(OBJEXT) instead of .o.
565        * tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.
566
5672002-08-01      Joel Sherrill <joel@OARcorp.com>
568
569        * Per PR47 add support for buffered test output.  This involved
570        adding defines to redirect output to a buffer and dump it when
571        full, at "test pause", and at exit.  To avoid problems when redefining
572        exit(), all tests were modified to call rtems_test_exit().
573        Some tests, notable psxtests, had to be modified to include
574        the standard test macro .h file (pmacros.h or tmacros.h) to
575        enable this support.
576        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
577        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c,
578        tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
579        tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c,
580        tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c,
581        tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
582        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Modified.
5832002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * configure.ac: Remove ENABLE_GCC28.
586
5872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * configure.ac:
590        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
591        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
592        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
593        * Makefile.am: Remove AUTOMAKE_OPTIONS.
594        * tm01/Makefile.am: Remove AUTOMAKE_OPTIONS.
595        * tm02/Makefile.am: Remove AUTOMAKE_OPTIONS.
596        * tm03/Makefile.am: Remove AUTOMAKE_OPTIONS.
597        * tm04/Makefile.am: Remove AUTOMAKE_OPTIONS.
598        * tm05/Makefile.am: Remove AUTOMAKE_OPTIONS.
599        * tm06/Makefile.am: Remove AUTOMAKE_OPTIONS.
600        * tm07/Makefile.am: Remove AUTOMAKE_OPTIONS.
601        * tm08/Makefile.am: Remove AUTOMAKE_OPTIONS.
602        * tm09/Makefile.am: Remove AUTOMAKE_OPTIONS.
603        * tm10/Makefile.am: Remove AUTOMAKE_OPTIONS.
604        * tm11/Makefile.am: Remove AUTOMAKE_OPTIONS.
605        * tm12/Makefile.am: Remove AUTOMAKE_OPTIONS.
606        * tm13/Makefile.am: Remove AUTOMAKE_OPTIONS.
607        * tm14/Makefile.am: Remove AUTOMAKE_OPTIONS.
608        * tm15/Makefile.am: Remove AUTOMAKE_OPTIONS.
609        * tm16/Makefile.am: Remove AUTOMAKE_OPTIONS.
610        * tm17/Makefile.am: Remove AUTOMAKE_OPTIONS.
611        * tm18/Makefile.am: Remove AUTOMAKE_OPTIONS.
612        * tm19/Makefile.am: Remove AUTOMAKE_OPTIONS.
613        * tm20/Makefile.am: Remove AUTOMAKE_OPTIONS.
614        * tm21/Makefile.am: Remove AUTOMAKE_OPTIONS.
615        * tm22/Makefile.am: Remove AUTOMAKE_OPTIONS.
616        * tm23/Makefile.am: Remove AUTOMAKE_OPTIONS.
617        * tm24/Makefile.am: Remove AUTOMAKE_OPTIONS.
618        * tm25/Makefile.am: Remove AUTOMAKE_OPTIONS.
619        * tm26/Makefile.am: Remove AUTOMAKE_OPTIONS.
620        * tm27/Makefile.am: Remove AUTOMAKE_OPTIONS.
621        * tm28/Makefile.am: Remove AUTOMAKE_OPTIONS.
622        * tm29/Makefile.am: Remove AUTOMAKE_OPTIONS.
623        * tmck/Makefile.am: Remove AUTOMAKE_OPTIONS.
624        * tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.
625
6262001-11-08      Jiri Gaisler <jiri@gaisler.com>
627
628        This fix is response to test results reported by Jerry Needell
629        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
630        * tm27/task1.c: Account for overhead in starting and stopping
631        the timer.
632
6332001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
636        * configure.in: Remove.
637        * configure.ac: New file, generated from configure.in by autoupdate.
638
6392001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * tmtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
642
6432001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * tm27/Makefile.am: include leaf.am instead of leaf.cfg.
646        * tm26/Makefile.am: include leaf.am instead of leaf.cfg.
647        * tm24/Makefile.am: include leaf.am instead of leaf.cfg.
648        * tm16/Makefile.am: include leaf.am instead of leaf.cfg.
649        * tm18/Makefile.am: include leaf.am instead of leaf.cfg.
650        * tm02/Makefile.am: include leaf.am instead of leaf.cfg.
651        * tm10/Makefile.am: include leaf.am instead of leaf.cfg.
652        * tm11/Makefile.am: include leaf.am instead of leaf.cfg.
653        * tm15/Makefile.am: include leaf.am instead of leaf.cfg.
654        * tm19/Makefile.am: include leaf.am instead of leaf.cfg.
655        * tm04/Makefile.am: include leaf.am instead of leaf.cfg.
656        * tm17/Makefile.am: include leaf.am instead of leaf.cfg.
657        * tm28/Makefile.am: include leaf.am instead of leaf.cfg.
658        * tmck/Makefile.am: include leaf.am instead of leaf.cfg.
659        * tm08/Makefile.am: include leaf.am instead of leaf.cfg.
660        * tm12/Makefile.am: include leaf.am instead of leaf.cfg.
661        * tm03/Makefile.am: include leaf.am instead of leaf.cfg.
662        * tm13/Makefile.am: include leaf.am instead of leaf.cfg.
663        * tm29/Makefile.am: include leaf.am instead of leaf.cfg.
664        * tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
665        * tm20/Makefile.am: include leaf.am instead of leaf.cfg.
666        * tm09/Makefile.am: include leaf.am instead of leaf.cfg.
667        * tm01/Makefile.am: include leaf.am instead of leaf.cfg.
668        * tm21/Makefile.am: include leaf.am instead of leaf.cfg.
669        * tm07/Makefile.am: include leaf.am instead of leaf.cfg.
670        * tm25/Makefile.am: include leaf.am instead of leaf.cfg.
671        * tm22/Makefile.am: include leaf.am instead of leaf.cfg.
672        * tm06/Makefile.am: include leaf.am instead of leaf.cfg.
673        * tm05/Makefile.am: include leaf.am instead of leaf.cfg.
674        * tm14/Makefile.am: include leaf.am instead of leaf.cfg.
675        * tm23/Makefile.am: include leaf.am instead of leaf.cfg.
676
6772001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
678
679        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
680
6812001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * tm20/Makefile.am: Remove stubdir.rel
684
6852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
688
6892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
692
6932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
696        Switch to GNU canonicalization.
697        * tmtests.am: Remove DEFS.
698
6992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
702        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
703        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
704        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
705        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
706        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
707        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
708        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
709        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
710        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
711        tmoverhd/Makefile.am: Include compile.am
712
7132000-08-10      Joel Sherrill <joel@OARcorp.com>
714
715        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.