source: rtems/testsuites/tmtests/ChangeLog @ d1128e2

4.104.114.95
Last change on this file since d1128e2 was d1128e2, checked in by Joel Sherrill <joel.sherrill@…>, on 02/01/08 at 00:45:16

2008-01-31 Joel Sherrill <joel.sherrill@…>

  • tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a clock_settime case for < 1988.
  • Property mode set to 100644
File size: 27.0 KB
Line 
12008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
4        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
5        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
6        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
7        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
8        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
9        tmoverhd/testtask.c: Change TEST_INIT to CONFIGURE_INIT. Make
10        tmacros.h available to all POSIX tests. Add a clock_settime case for
11        < 1988.
12
132007-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * tmoverhd/testtask.c: Spacing and remove call to obsolete
16        rtems_initialize_executive().
17
182007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table
21        to Configuration Table. Eliminate CPU Table from all ports. Delete
22        references to CPU Table in all forms.
23
242007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am,
27        tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am,
28        tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am,
29        tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am,
30        tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am,
31        tm20/Makefile.am, tm22/Makefile.am, tm23/Makefile.am,
32        tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am,
33        tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am,
34        tmck/Makefile.am, tmoverhd/Makefile.am: Add optional managers to
35        Makefiles. Clean up test cases so last output line follows END OF
36        pattern. Make sure test case all run. All tests appeared ok on sis.
37
382007-02-06      Joel Sherrill <joel@OARcorp.com>
39
40        * tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
41        tm14/task1.c, tm22/task1.c: Address size_t/uint32_t typing issues in
42        message queue tests.
43
442006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * configure.ac: New BUG-REPORT address.
47
482006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * configure.ac: Require autoconf-2.60. Require automake-1.10.
51
522006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
55        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
56        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
57        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
58        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
59        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
60        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
61        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
62        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
63        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
64        tmoverhd/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
65        instead.
66
672005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * configure.ac: Remove RTEMS_ENABLE_BARE,
70        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
71
722005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * tm01/Makefile.am, tm02/Makefile.am,
75        tm03/Makefile.am, tm04/Makefile.am,
76        tm05/Makefile.am, tm06/Makefile.am,
77        tm07/Makefile.am, tm08/Makefile.am,
78        tm09/Makefile.am, tm10/Makefile.am,
79        tm11/Makefile.am, tm12/Makefile.am,
80        tm13/Makefile.am, tm14/Makefile.am,
81        tm15/Makefile.am, tm16/Makefile.am,
82        tm17/Makefile.am, tm18/Makefile.am,
83        tm19/Makefile.am, tm20/Makefile.am,
84        tm21/Makefile.am, tm22/Makefile.am,
85        tm23/Makefile.am, tm24/Makefile.am,
86        tm25/Makefile.am, tm26/Makefile.am,
87        tm27/Makefile.am, tm28/Makefile.am,
88        tm29/Makefile.am, tmck/Makefile.am,
89        tmoverhd/Makefile.am: Convert to using *_PROGRAMS.
90
912005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * tm01/Makefile.am, tm02/Makefile.am,
94        tm03/Makefile.am, tm04/Makefile.am,
95        tm05/Makefile.am, tm06/Makefile.am,
96        tm07/Makefile.am, tm08/Makefile.am,
97        tm09/Makefile.am, tm10/Makefile.am,
98        tm11/Makefile.am, tm12/Makefile.am,
99        tm13/Makefile.am, tm14/Makefile.am,
100        tm15/Makefile.am, tm16/Makefile.am,
101        tm17/Makefile.am, tm18/Makefile.am,
102        tm19/Makefile.am, tm20/Makefile.am,
103        tm21/Makefile.am, tm22/Makefile.am,
104        tm23/Makefile.am, tm24/Makefile.am,
105        tm25/Makefile.am, tm26/Makefile.am,
106        tm27/Makefile.am, tm28/Makefile.am,
107        tm29/Makefile.am, tmck/Makefile.am,
108        tmoverhd/Makefile.am: Rework.
109
1102005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
113        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
114        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
115        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
116        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
117        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
118        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
119        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
120        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
121        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
122        tmoverhd/Makefile.am: Expand tmtests.am.
123        * tmtests.am: Remove.
124
1252005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
128        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
129        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
130        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
131        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
132        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
133        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
134        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
135        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
136        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
137        tmoverhd/Makefile.am: AM_CPPFLAGS += -I..../support/include.
138
1392005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * tmtests.am: Set project_bspdir=$(PROJECT_ROOT)
142
1432005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * Makefile.am: Remove noinst_HEADERS.
146        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
147        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
148        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
149        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
150        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
151        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
152        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
153        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
154        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
155        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
156        tmoverhd/Makefile.am: Add ../include/systime.h.
157
1582005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
159
160        * tmtests.am: Remove LIB_VARIANT.
161
1622005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
163
164        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
165        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
166        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
167        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
168        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
169        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
170        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
171        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
172        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
173        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
174        tmoverhd/Makefile.am: Remove SRC, PRINT_SRC.
175
1762005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * Makefile.am: Cleanup.
179
1802005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * tmtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
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:
194        Partial conversion to automake.
195
1962004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * configure.ac: Require automake > 1.9.
199
2002004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
201
202        PR 610/bsps
203        * tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27.
204        Unconditionally include <tm27.h>.
205
2062004-04-21      Joel Sherrill <joel@OARcorp.com>
207
208        PR 611/bsps
209        * tm27/task1.c: Follow conventions for tm27 and do not add another
210        macro definition.
211
2122004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        * tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
215        * tm02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
216        * tm03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
217        * tm04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
218        * tm05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
219        * tm06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
220        * tm07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
221        * tm08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
222        * tm09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
223        * tm10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
224        * tm11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
225        * tm12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
226        * tm13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
227        * tm14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
228        * tm15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
229        * tm16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
230        * tm17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
231        * tm18/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
232        * tm19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
233        * tm20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
234        * tm21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
235        * tm22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
236        * tm23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
237        * tm24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
238        * tm25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
239        * tm26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
240        * tm27/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
241        * tm28/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
242        * tm29/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
243        * tmck/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
244        * tmoverhd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
245
2462004-03-30      David Querbach <querbach@realtime.bc.ca>
247
248        PR 597/tests
249        * tm02/system.h, tm03/system.h, tm04/system.h, tm05/system.h,
250        tm06/system.h, tm07/system.h, tm08/system.h, tm10/system.h,
251        tm11/system.h, tm12/system.h, tm13/system.h, tm14/system.h,
252        tm15/system.h, tm16/system.h, tm17/system.h, tm18/system.h,
253        tm19/system.h, tm21/system.h, tm22/system.h, tm23/system.h,
254        tm24/system.h, tm25/system.h, tm26/system.h, tm27/system.h,
255        tm27/task1.c, tm29/system.h: The actual workspace needed by the
256        tmtests depends on OPERATION_COUNT, but the definitions of
257        CONFIGURE_MAXIMIM_xxx in the their system.h files do not reflect
258        this. This results in unnecessary memory exhaustion on small-memory
259        systems such as the SS555.
260
2612004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
264        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c,
265        tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c,
266        tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
267        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm20/task1.c,
268        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c,
269        tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
270        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Convert to using
271        c99 fixed size types.
272
2732004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac: Add 2nd arg to RTEMS_TOP.
276
2772004-02-26      Joel Sherrill <joel@OARcorp.com>
278
279        PR 583/tests
280        * tm26/task1.c, tm27/task1.c: Correctly reset
281        _Thread_Dispatch_disable_level so printing is safe.
282
2832004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * tm01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
286        Add PRE/TMPINSTALL_FILES to CLEANFILES.
287        * tm02/Makefile.am: Ditto.
288        * tm03/Makefile.am: Ditto.
289        * tm04/Makefile.am: Ditto.
290        * tm05/Makefile.am: Ditto.
291        * tm06/Makefile.am: Ditto.
292        * tm07/Makefile.am: Ditto.
293        * tm08/Makefile.am: Ditto.
294        * tm09/Makefile.am: Ditto.
295        * tm10/Makefile.am: Ditto.
296        * tm11/Makefile.am: Ditto.
297        * tm12/Makefile.am: Ditto.
298        * tm13/Makefile.am: Ditto.
299        * tm14/Makefile.am: Ditto.
300        * tm15/Makefile.am: Ditto.
301        * tm16/Makefile.am: Ditto.
302        * tm17/Makefile.am: Ditto.
303        * tm18/Makefile.am: Ditto.
304        * tm19/Makefile.am: Ditto.
305        * tm20/Makefile.am: Ditto.
306        * tm21/Makefile.am: Ditto.
307        * tm22/Makefile.am: Ditto.
308        * tm23/Makefile.am: Ditto.
309        * tm24/Makefile.am: Ditto.
310        * tm25/Makefile.am: Ditto.
311        * tm26/Makefile.am: Ditto.
312        * tm27/Makefile.am: Ditto.
313        * tm28/Makefile.am: Ditto.
314        * tm29/Makefile.am: Ditto.
315        * tmck/Makefile.am: Ditto.
316        * tmoverhd/Makefile.am: Ditto.
317
3182003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * tmtests.am: Add dirstamp support.
321
3222003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * tmtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
325
3262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
329
3302003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * include/Makefile.am: Reformat.
333        * tm01/Makefile.am: Remove all-local: $(ARCH).
334        * tm02/Makefile.am: Remove all-local: $(ARCH).
335        * tm03/Makefile.am: Remove all-local: $(ARCH).
336        * tm04/Makefile.am: Remove all-local: $(ARCH).
337        * tm05/Makefile.am: Remove all-local: $(ARCH).
338        * tm06/Makefile.am: Remove all-local: $(ARCH).
339        * tm07/Makefile.am: Remove all-local: $(ARCH).
340        * tm08/Makefile.am: Remove all-local: $(ARCH).
341        * tm09/Makefile.am: Remove all-local: $(ARCH).
342        * tm10/Makefile.am: Remove all-local: $(ARCH).
343        * tm11/Makefile.am: Remove all-local: $(ARCH).
344        * tm12/Makefile.am: Remove all-local: $(ARCH).
345        * tm13/Makefile.am: Remove all-local: $(ARCH).
346        * tm14/Makefile.am: Remove all-local: $(ARCH).
347        * tm15/Makefile.am: Remove all-local: $(ARCH).
348        * tm16/Makefile.am: Remove all-local: $(ARCH).
349        * tm17/Makefile.am: Remove all-local: $(ARCH).
350        * tm18/Makefile.am: Remove all-local: $(ARCH).
351        * tm19/Makefile.am: Remove all-local: $(ARCH).
352        * tm20/Makefile.am: Remove all-local: $(ARCH).
353        * tm21/Makefile.am: Remove all-local: $(ARCH).
354        * tm22/Makefile.am: Remove all-local: $(ARCH).
355        * tm23/Makefile.am: Remove all-local: $(ARCH).
356        * tm24/Makefile.am: Remove all-local: $(ARCH).
357        * tm25/Makefile.am: Remove all-local: $(ARCH).
358        * tm26/Makefile.am: Remove all-local: $(ARCH).
359        * tm27/Makefile.am: Remove all-local: $(ARCH).
360        * tm28/Makefile.am: Remove all-local: $(ARCH).
361        * tm29/Makefile.am: Remove all-local: $(ARCH).
362        * tmck/Makefile.am: Remove all-local: $(ARCH).
363        * tmoverhd/Makefile.am: Remove all-local: $(ARCH).
364
3652003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * configure.ac: Reflect having moved to testsuites/.
368
3692003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: Remove RTEMS_CANONICAL_HOST.
372
3732003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac:Remove RTEMS_CHECK_CPU.
376
3772003-09-04      Joel Sherrill <joel@OARcorp.com>
378
379        * include/timesys.h, tm01/system.h, tm01/task1.c, tm01/tm01.doc,
380        tm02/system.h, tm02/task1.c, tm02/tm02.doc, tm03/system.h,
381        tm03/task1.c, tm03/tm03.doc, tm04/system.h, tm04/task1.c,
382        tm04/tm04.doc, tm05/system.h, tm05/task1.c, tm05/tm05.doc,
383        tm06/system.h, tm06/task1.c, tm06/tm06.doc, tm07/system.h,
384        tm07/task1.c, tm07/tm07.doc, tm08/system.h, tm08/task1.c,
385        tm08/tm08.doc, tm09/system.h, tm09/task1.c, tm09/tm09.doc,
386        tm10/system.h, tm10/task1.c, tm10/tm10.doc, tm11/system.h,
387        tm11/task1.c, tm11/tm11.doc, tm12/system.h, tm12/task1.c,
388        tm12/tm12.doc, tm13/system.h, tm13/task1.c, tm13/tm13.doc,
389        tm14/system.h, tm14/task1.c, tm14/tm14.doc, tm15/system.h,
390        tm15/task1.c, tm15/tm15.doc, tm16/system.h, tm16/task1.c,
391        tm16/tm16.doc, tm17/system.h, tm17/task1.c, tm17/tm17.doc,
392        tm18/system.h, tm18/task1.c, tm18/tm18.doc, tm19/system.h,
393        tm19/task1.c, tm19/tm19.doc, tm20/system.h, tm20/task1.c,
394        tm20/tm20.doc, tm21/system.h, tm21/task1.c, tm21/tm21.doc,
395        tm22/system.h, tm22/task1.c, tm22/tm22.doc, tm23/system.h,
396        tm23/task1.c, tm23/tm23.doc, tm24/system.h, tm24/task1.c,
397        tm24/tm24.doc, tm25/system.h, tm25/task1.c, tm25/tm25.doc,
398        tm26/fptest.h, tm26/system.h, tm26/task1.c, tm26/tm26.doc,
399        tm27/system.h, tm27/task1.c, tm27/tm27.doc, tm28/system.h,
400        tm28/task1.c, tm28/tm28.doc, tm29/system.h, tm29/task1.c,
401        tm29/tm29.doc, tmck/system.h, tmck/task1.c, tmck/tmck.doc,
402        tmoverhd/dumrtems.h, tmoverhd/empty.c, tmoverhd/system.h,
403        tmoverhd/testtask.c, tmoverhd/tmoverhd.doc: URL for license changed.
404
4052003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * Makefile.am: Reflect having moved aclocal/.
408
4092003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * Makefile.am: Reflect having moved automake/.
412        * include/Makefile.am: Reflect having moved automake/.
413        * tm01/Makefile.am: Reflect having moved automake/.
414        * tm02/Makefile.am: Reflect having moved automake/.
415        * tm03/Makefile.am: Reflect having moved automake/.
416        * tm04/Makefile.am: Reflect having moved automake/.
417        * tm05/Makefile.am: Reflect having moved automake/.
418        * tm06/Makefile.am: Reflect having moved automake/.
419        * tm07/Makefile.am: Reflect having moved automake/.
420        * tm08/Makefile.am: Reflect having moved automake/.
421        * tm09/Makefile.am: Reflect having moved automake/.
422        * tm10/Makefile.am: Reflect having moved automake/.
423        * tm11/Makefile.am: Reflect having moved automake/.
424        * tm12/Makefile.am: Reflect having moved automake/.
425        * tm13/Makefile.am: Reflect having moved automake/.
426        * tm14/Makefile.am: Reflect having moved automake/.
427        * tm15/Makefile.am: Reflect having moved automake/.
428        * tm16/Makefile.am: Reflect having moved automake/.
429        * tm17/Makefile.am: Reflect having moved automake/.
430        * tm18/Makefile.am: Reflect having moved automake/.
431        * tm19/Makefile.am: Reflect having moved automake/.
432        * tm20/Makefile.am: Reflect having moved automake/.
433        * tm21/Makefile.am: Reflect having moved automake/.
434        * tm22/Makefile.am: Reflect having moved automake/.
435        * tm23/Makefile.am: Reflect having moved automake/.
436        * tm24/Makefile.am: Reflect having moved automake/.
437        * tm25/Makefile.am: Reflect having moved automake/.
438        * tm26/Makefile.am: Reflect having moved automake/.
439        * tm27/Makefile.am: Reflect having moved automake/.
440        * tm28/Makefile.am: Reflect having moved automake/.
441        * tm29/Makefile.am: Reflect having moved automake/.
442        * tmck/Makefile.am: Reflect having moved automake/.
443        * tmoverhd/Makefile.am: Reflect having moved automake/.
444
4452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
448
4492003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
452        CC_CFLAGS_DEFAULT (obsolete).
453
4542003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
457        Remove CC_LDFLAGS_PROFILE_V.
458
4592003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * configure.ac: Remove AC_CONFIG_AUX_DIR.
462
4632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
466
4672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: AC_PREREQ(2.57).
470
4712002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * .cvsignore: Reformat.
474        Add autom4te*cache.
475        Remove autom4te.cache.
476
4772002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * tm01/Makefile.am: Use $(OBJEXT) instead of .o.
480        * tm02/Makefile.am: Use $(OBJEXT) instead of .o.
481        * tm03/Makefile.am: Use $(OBJEXT) instead of .o.
482        * tm04/Makefile.am: Use $(OBJEXT) instead of .o.
483        * tm05/Makefile.am: Use $(OBJEXT) instead of .o.
484        * tm06/Makefile.am: Use $(OBJEXT) instead of .o.
485        * tm07/Makefile.am: Use $(OBJEXT) instead of .o.
486        * tm08/Makefile.am: Use $(OBJEXT) instead of .o.
487        * tm09/Makefile.am: Use $(OBJEXT) instead of .o.
488        * tm10/Makefile.am: Use $(OBJEXT) instead of .o.
489        * tm11/Makefile.am: Use $(OBJEXT) instead of .o.
490        * tm12/Makefile.am: Use $(OBJEXT) instead of .o.
491        * tm13/Makefile.am: Use $(OBJEXT) instead of .o.
492        * tm14/Makefile.am: Use $(OBJEXT) instead of .o.
493        * tm15/Makefile.am: Use $(OBJEXT) instead of .o.
494        * tm16/Makefile.am: Use $(OBJEXT) instead of .o.
495        * tm17/Makefile.am: Use $(OBJEXT) instead of .o.
496        * tm18/Makefile.am: Use $(OBJEXT) instead of .o.
497        * tm19/Makefile.am: Use $(OBJEXT) instead of .o.
498        * tm20/Makefile.am: Use $(OBJEXT) instead of .o.
499        * tm21/Makefile.am: Use $(OBJEXT) instead of .o.
500        * tm22/Makefile.am: Use $(OBJEXT) instead of .o.
501        * tm23/Makefile.am: Use $(OBJEXT) instead of .o.
502        * tm24/Makefile.am: Use $(OBJEXT) instead of .o.
503        * tm25/Makefile.am: Use $(OBJEXT) instead of .o.
504        * tm26/Makefile.am: Use $(OBJEXT) instead of .o.
505        * tm27/Makefile.am: Use $(OBJEXT) instead of .o.
506        * tm28/Makefile.am: Use $(OBJEXT) instead of .o.
507        * tm29/Makefile.am: Use $(OBJEXT) instead of .o.
508        * tmck/Makefile.am: Use $(OBJEXT) instead of .o.
509        * tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.
510
5112002-08-01      Joel Sherrill <joel@OARcorp.com>
512
513        * Per PR47 add support for buffered test output.  This involved
514        adding defines to redirect output to a buffer and dump it when
515        full, at "test pause", and at exit.  To avoid problems when redefining
516        exit(), all tests were modified to call rtems_test_exit().
517        Some tests, notable psxtests, had to be modified to include
518        the standard test macro .h file (pmacros.h or tmacros.h) to
519        enable this support.
520        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
521        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c,
522        tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
523        tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c,
524        tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c,
525        tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
526        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Modified.
5272002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac: Remove ENABLE_GCC28.
530
5312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * configure.ac:
534        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
535        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
536        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
537        * Makefile.am: Remove AUTOMAKE_OPTIONS.
538        * tm01/Makefile.am: Remove AUTOMAKE_OPTIONS.
539        * tm02/Makefile.am: Remove AUTOMAKE_OPTIONS.
540        * tm03/Makefile.am: Remove AUTOMAKE_OPTIONS.
541        * tm04/Makefile.am: Remove AUTOMAKE_OPTIONS.
542        * tm05/Makefile.am: Remove AUTOMAKE_OPTIONS.
543        * tm06/Makefile.am: Remove AUTOMAKE_OPTIONS.
544        * tm07/Makefile.am: Remove AUTOMAKE_OPTIONS.
545        * tm08/Makefile.am: Remove AUTOMAKE_OPTIONS.
546        * tm09/Makefile.am: Remove AUTOMAKE_OPTIONS.
547        * tm10/Makefile.am: Remove AUTOMAKE_OPTIONS.
548        * tm11/Makefile.am: Remove AUTOMAKE_OPTIONS.
549        * tm12/Makefile.am: Remove AUTOMAKE_OPTIONS.
550        * tm13/Makefile.am: Remove AUTOMAKE_OPTIONS.
551        * tm14/Makefile.am: Remove AUTOMAKE_OPTIONS.
552        * tm15/Makefile.am: Remove AUTOMAKE_OPTIONS.
553        * tm16/Makefile.am: Remove AUTOMAKE_OPTIONS.
554        * tm17/Makefile.am: Remove AUTOMAKE_OPTIONS.
555        * tm18/Makefile.am: Remove AUTOMAKE_OPTIONS.
556        * tm19/Makefile.am: Remove AUTOMAKE_OPTIONS.
557        * tm20/Makefile.am: Remove AUTOMAKE_OPTIONS.
558        * tm21/Makefile.am: Remove AUTOMAKE_OPTIONS.
559        * tm22/Makefile.am: Remove AUTOMAKE_OPTIONS.
560        * tm23/Makefile.am: Remove AUTOMAKE_OPTIONS.
561        * tm24/Makefile.am: Remove AUTOMAKE_OPTIONS.
562        * tm25/Makefile.am: Remove AUTOMAKE_OPTIONS.
563        * tm26/Makefile.am: Remove AUTOMAKE_OPTIONS.
564        * tm27/Makefile.am: Remove AUTOMAKE_OPTIONS.
565        * tm28/Makefile.am: Remove AUTOMAKE_OPTIONS.
566        * tm29/Makefile.am: Remove AUTOMAKE_OPTIONS.
567        * tmck/Makefile.am: Remove AUTOMAKE_OPTIONS.
568        * tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.
569
5702001-11-08      Jiri Gaisler <jiri@gaisler.com>
571
572        This fix is response to test results reported by Jerry Needell
573        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
574        * tm27/task1.c: Account for overhead in starting and stopping
575        the timer.
576
5772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
580        * configure.in: Remove.
581        * configure.ac: New file, generated from configure.in by autoupdate.
582
5832001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * tmtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
586
5872001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * tm27/Makefile.am: include leaf.am instead of leaf.cfg.
590        * tm26/Makefile.am: include leaf.am instead of leaf.cfg.
591        * tm24/Makefile.am: include leaf.am instead of leaf.cfg.
592        * tm16/Makefile.am: include leaf.am instead of leaf.cfg.
593        * tm18/Makefile.am: include leaf.am instead of leaf.cfg.
594        * tm02/Makefile.am: include leaf.am instead of leaf.cfg.
595        * tm10/Makefile.am: include leaf.am instead of leaf.cfg.
596        * tm11/Makefile.am: include leaf.am instead of leaf.cfg.
597        * tm15/Makefile.am: include leaf.am instead of leaf.cfg.
598        * tm19/Makefile.am: include leaf.am instead of leaf.cfg.
599        * tm04/Makefile.am: include leaf.am instead of leaf.cfg.
600        * tm17/Makefile.am: include leaf.am instead of leaf.cfg.
601        * tm28/Makefile.am: include leaf.am instead of leaf.cfg.
602        * tmck/Makefile.am: include leaf.am instead of leaf.cfg.
603        * tm08/Makefile.am: include leaf.am instead of leaf.cfg.
604        * tm12/Makefile.am: include leaf.am instead of leaf.cfg.
605        * tm03/Makefile.am: include leaf.am instead of leaf.cfg.
606        * tm13/Makefile.am: include leaf.am instead of leaf.cfg.
607        * tm29/Makefile.am: include leaf.am instead of leaf.cfg.
608        * tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
609        * tm20/Makefile.am: include leaf.am instead of leaf.cfg.
610        * tm09/Makefile.am: include leaf.am instead of leaf.cfg.
611        * tm01/Makefile.am: include leaf.am instead of leaf.cfg.
612        * tm21/Makefile.am: include leaf.am instead of leaf.cfg.
613        * tm07/Makefile.am: include leaf.am instead of leaf.cfg.
614        * tm25/Makefile.am: include leaf.am instead of leaf.cfg.
615        * tm22/Makefile.am: include leaf.am instead of leaf.cfg.
616        * tm06/Makefile.am: include leaf.am instead of leaf.cfg.
617        * tm05/Makefile.am: include leaf.am instead of leaf.cfg.
618        * tm14/Makefile.am: include leaf.am instead of leaf.cfg.
619        * tm23/Makefile.am: include leaf.am instead of leaf.cfg.
620
6212001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
622
623        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
624
6252001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * tm20/Makefile.am: Remove stubdir.rel
628
6292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
632
6332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
636
6372000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
640        Switch to GNU canonicalization.
641        * tmtests.am: Remove DEFS.
642
6432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
646        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
647        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
648        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
649        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
650        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
651        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
652        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
653        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
654        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
655        tmoverhd/Makefile.am: Include compile.am
656
6572000-08-10      Joel Sherrill <joel@OARcorp.com>
658
659        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.