source: rtems/testsuites/tmtests/ChangeLog @ 4389287a

4.104.115
Last change on this file since 4389287a was 4389287a, checked in by Joel Sherrill <joel.sherrill@…>, on 12/14/08 at 18:38:45

2008-12-14 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, tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmoverhd/testtask.c: Run all tests successfully with maxixum number of priorities as 16 instead of 256. This was done by temporarily modifying the score priority.h maximum. This allowed testing of all API code to ensure that it worked properly with a reduced number of priorities. Most modifications were to switch from hard-coded maximum to using the API provided methods to determine maximum number of priority levels.
  • Property mode set to 100644
File size: 30.8 KB
Line 
12008-12-14      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, tm16/task1.c,
6        tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c,
7        tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c,
8        tm28/task1.c, tm29/task1.c, tmoverhd/testtask.c: Run all tests
9        successfully with maxixum number of priorities as 16 instead of 256.
10        This was done by temporarily modifying the score priority.h maximum.
11        This allowed testing of all API code to ensure that it worked
12        properly with a reduced number of priorities. Most modifications were
13        to switch from hard-coded maximum to using the API provided methods
14        to determine maximum number of priority levels.
15
162008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * tm26/task1.c: Fix typo.
19
202008-10-28      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * tm22/system.h, tm22/task1.c: Account for message buffers used.
23
242008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * include/timesys.h: Use inttypes.h.
27        * tmck/task1.c: Use uint32_t for count.
28
292008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * include/timesys.h: Rename STACK_CHECKER_ON to more appropriate
32        CONFIGURE_STACK_CHECKER_ENABLED.
33
342008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * tm09/system.h, tm09/task1.c: Account for message buffer memory.
37
382008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * tm01/Makefile.am, tm01/task1.c, tm02/Makefile.am, tm02/task1.c,
41        tm03/Makefile.am, tm03/task1.c, tm04/Makefile.am, tm04/task1.c,
42        tm05/Makefile.am, tm05/task1.c, tm06/Makefile.am, tm06/task1.c,
43        tm07/Makefile.am, tm07/task1.c, tm08/Makefile.am, tm08/task1.c,
44        tm09/Makefile.am, tm09/task1.c, tm10/Makefile.am, tm10/task1.c,
45        tm11/Makefile.am, tm11/task1.c, tm12/Makefile.am, tm12/task1.c,
46        tm13/Makefile.am, tm13/task1.c, tm14/Makefile.am, tm14/task1.c,
47        tm15/Makefile.am, tm15/task1.c, tm16/Makefile.am, tm16/task1.c,
48        tm17/Makefile.am, tm17/task1.c, tm18/Makefile.am, tm18/task1.c,
49        tm19/Makefile.am, tm19/task1.c, tm20/Makefile.am, tm20/task1.c,
50        tm21/Makefile.am, tm21/task1.c, tm22/Makefile.am, tm22/task1.c,
51        tm23/Makefile.am, tm23/task1.c, tm24/Makefile.am, tm24/task1.c,
52        tm25/Makefile.am, tm25/task1.c, tm26/Makefile.am, tm26/task1.c,
53        tm27/Makefile.am, tm27/task1.c, tm28/Makefile.am, tm28/task1.c,
54        tm29/Makefile.am, tm29/task1.c, tmck/Makefile.am, tmck/task1.c,
55        tmoverhd/Makefile.am, tmoverhd/testtask.c: Eliminate empty function
56        from every benchmark timer driver. Fix spelling.
57
582008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
61        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
62        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
63        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
64        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
65        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
66        tmoverhd/testtask.c: Rename timer driver methods to follow RTEMS
67        programming conventions.
68
692008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * tm02/system.h, tm10/system.h: Make configurations more accurate.
72
732008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * tmoverhd/dumrtems.h: Refactored and renamed initialization routines
76        to rtems_initialize_data_structures, rtems_initialize_before_drivers,
77        rtems_initialize_device_drivers, and
78        rtems_initialize_start_multitasking. This opened the sequence up so
79        that bootcard() could provide a more robust and flexible framework
80        which is easier to explain and understand. This also lays the
81        groundwork for sharing the division of available memory between the
82        RTEMS workspace and heap and the C library initialization across all
83        BSPs.
84
852008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
88        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
89        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
90        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
91        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
92        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
93        tmoverhd/testtask.c: Change TEST_INIT to CONFIGURE_INIT. Make
94        tmacros.h available to all POSIX tests. Add a clock_settime case for
95        < 1988.
96
972007-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * tmoverhd/testtask.c: Spacing and remove call to obsolete
100        rtems_initialize_executive().
101
1022007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table
105        to Configuration Table. Eliminate CPU Table from all ports. Delete
106        references to CPU Table in all forms.
107
1082007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am,
111        tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am,
112        tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am,
113        tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am,
114        tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am,
115        tm20/Makefile.am, tm22/Makefile.am, tm23/Makefile.am,
116        tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am,
117        tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am,
118        tmck/Makefile.am, tmoverhd/Makefile.am: Add optional managers to
119        Makefiles. Clean up test cases so last output line follows END OF
120        pattern. Make sure test case all run. All tests appeared ok on sis.
121
1222007-02-06      Joel Sherrill <joel@OARcorp.com>
123
124        * tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
125        tm14/task1.c, tm22/task1.c: Address size_t/uint32_t typing issues in
126        message queue tests.
127
1282006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * configure.ac: New BUG-REPORT address.
131
1322006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * configure.ac: Require autoconf-2.60. Require automake-1.10.
135
1362006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
139        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
140        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
141        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
142        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
143        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
144        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
145        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
146        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
147        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
148        tmoverhd/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
149        instead.
150
1512005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * configure.ac: Remove RTEMS_ENABLE_BARE,
154        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
155
1562005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * tm01/Makefile.am, tm02/Makefile.am,
159        tm03/Makefile.am, tm04/Makefile.am,
160        tm05/Makefile.am, tm06/Makefile.am,
161        tm07/Makefile.am, tm08/Makefile.am,
162        tm09/Makefile.am, tm10/Makefile.am,
163        tm11/Makefile.am, tm12/Makefile.am,
164        tm13/Makefile.am, tm14/Makefile.am,
165        tm15/Makefile.am, tm16/Makefile.am,
166        tm17/Makefile.am, tm18/Makefile.am,
167        tm19/Makefile.am, tm20/Makefile.am,
168        tm21/Makefile.am, tm22/Makefile.am,
169        tm23/Makefile.am, tm24/Makefile.am,
170        tm25/Makefile.am, tm26/Makefile.am,
171        tm27/Makefile.am, tm28/Makefile.am,
172        tm29/Makefile.am, tmck/Makefile.am,
173        tmoverhd/Makefile.am: Convert to using *_PROGRAMS.
174
1752005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * tm01/Makefile.am, tm02/Makefile.am,
178        tm03/Makefile.am, tm04/Makefile.am,
179        tm05/Makefile.am, tm06/Makefile.am,
180        tm07/Makefile.am, tm08/Makefile.am,
181        tm09/Makefile.am, tm10/Makefile.am,
182        tm11/Makefile.am, tm12/Makefile.am,
183        tm13/Makefile.am, tm14/Makefile.am,
184        tm15/Makefile.am, tm16/Makefile.am,
185        tm17/Makefile.am, tm18/Makefile.am,
186        tm19/Makefile.am, tm20/Makefile.am,
187        tm21/Makefile.am, tm22/Makefile.am,
188        tm23/Makefile.am, tm24/Makefile.am,
189        tm25/Makefile.am, tm26/Makefile.am,
190        tm27/Makefile.am, tm28/Makefile.am,
191        tm29/Makefile.am, tmck/Makefile.am,
192        tmoverhd/Makefile.am: Rework.
193
1942005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
195
196        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
197        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
198        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
199        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
200        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
201        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
202        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
203        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
204        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
205        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
206        tmoverhd/Makefile.am: Expand tmtests.am.
207        * tmtests.am: Remove.
208
2092005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
212        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
213        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
214        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
215        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
216        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
217        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
218        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
219        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
220        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
221        tmoverhd/Makefile.am: AM_CPPFLAGS += -I..../support/include.
222
2232005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * tmtests.am: Set project_bspdir=$(PROJECT_ROOT)
226
2272005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * Makefile.am: Remove noinst_HEADERS.
230        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
231        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
232        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
233        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
234        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
235        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
236        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
237        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
238        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
239        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
240        tmoverhd/Makefile.am: Add ../include/systime.h.
241
2422005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * tmtests.am: Remove LIB_VARIANT.
245
2462005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
247
248        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
249        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
250        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
251        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
252        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
253        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
254        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
255        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
256        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
257        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
258        tmoverhd/Makefile.am: Remove SRC, PRINT_SRC.
259
2602005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
261
262        * Makefile.am: Cleanup.
263
2642005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
265
266        * tmtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
267        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
268        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
269        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
270        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
271        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
272        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
273        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
274        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
275        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
276        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
277        tmoverhd/Makefile.am:
278        Partial conversion to automake.
279
2802004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
281
282        * configure.ac: Require automake > 1.9.
283
2842004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
285
286        PR 610/bsps
287        * tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27.
288        Unconditionally include <tm27.h>.
289
2902004-04-21      Joel Sherrill <joel@OARcorp.com>
291
292        PR 611/bsps
293        * tm27/task1.c: Follow conventions for tm27 and do not add another
294        macro definition.
295
2962004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
297
298        * tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
299        * tm02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
300        * tm03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
301        * tm04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
302        * tm05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
303        * tm06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
304        * tm07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
305        * tm08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
306        * tm09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
307        * tm10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
308        * tm11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
309        * tm12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
310        * tm13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
311        * tm14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
312        * tm15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
313        * tm16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
314        * tm17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
315        * tm18/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
316        * tm19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
317        * tm20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
318        * tm21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
319        * tm22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
320        * tm23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
321        * tm24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
322        * tm25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
323        * tm26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
324        * tm27/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
325        * tm28/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
326        * tm29/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
327        * tmck/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
328        * tmoverhd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
329
3302004-03-30      David Querbach <querbach@realtime.bc.ca>
331
332        PR 597/tests
333        * tm02/system.h, tm03/system.h, tm04/system.h, tm05/system.h,
334        tm06/system.h, tm07/system.h, tm08/system.h, tm10/system.h,
335        tm11/system.h, tm12/system.h, tm13/system.h, tm14/system.h,
336        tm15/system.h, tm16/system.h, tm17/system.h, tm18/system.h,
337        tm19/system.h, tm21/system.h, tm22/system.h, tm23/system.h,
338        tm24/system.h, tm25/system.h, tm26/system.h, tm27/system.h,
339        tm27/task1.c, tm29/system.h: The actual workspace needed by the
340        tmtests depends on OPERATION_COUNT, but the definitions of
341        CONFIGURE_MAXIMIM_xxx in the their system.h files do not reflect
342        this. This results in unnecessary memory exhaustion on small-memory
343        systems such as the SS555.
344
3452004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
346
347        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
348        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c,
349        tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c,
350        tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
351        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm20/task1.c,
352        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c,
353        tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
354        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Convert to using
355        c99 fixed size types.
356
3572004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Add 2nd arg to RTEMS_TOP.
360
3612004-02-26      Joel Sherrill <joel@OARcorp.com>
362
363        PR 583/tests
364        * tm26/task1.c, tm27/task1.c: Correctly reset
365        _Thread_Dispatch_disable_level so printing is safe.
366
3672004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * tm01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
370        Add PRE/TMPINSTALL_FILES to CLEANFILES.
371        * tm02/Makefile.am: Ditto.
372        * tm03/Makefile.am: Ditto.
373        * tm04/Makefile.am: Ditto.
374        * tm05/Makefile.am: Ditto.
375        * tm06/Makefile.am: Ditto.
376        * tm07/Makefile.am: Ditto.
377        * tm08/Makefile.am: Ditto.
378        * tm09/Makefile.am: Ditto.
379        * tm10/Makefile.am: Ditto.
380        * tm11/Makefile.am: Ditto.
381        * tm12/Makefile.am: Ditto.
382        * tm13/Makefile.am: Ditto.
383        * tm14/Makefile.am: Ditto.
384        * tm15/Makefile.am: Ditto.
385        * tm16/Makefile.am: Ditto.
386        * tm17/Makefile.am: Ditto.
387        * tm18/Makefile.am: Ditto.
388        * tm19/Makefile.am: Ditto.
389        * tm20/Makefile.am: Ditto.
390        * tm21/Makefile.am: Ditto.
391        * tm22/Makefile.am: Ditto.
392        * tm23/Makefile.am: Ditto.
393        * tm24/Makefile.am: Ditto.
394        * tm25/Makefile.am: Ditto.
395        * tm26/Makefile.am: Ditto.
396        * tm27/Makefile.am: Ditto.
397        * tm28/Makefile.am: Ditto.
398        * tm29/Makefile.am: Ditto.
399        * tmck/Makefile.am: Ditto.
400        * tmoverhd/Makefile.am: Ditto.
401
4022003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * tmtests.am: Add dirstamp support.
405
4062003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * tmtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
409
4102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
413
4142003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * include/Makefile.am: Reformat.
417        * tm01/Makefile.am: Remove all-local: $(ARCH).
418        * tm02/Makefile.am: Remove all-local: $(ARCH).
419        * tm03/Makefile.am: Remove all-local: $(ARCH).
420        * tm04/Makefile.am: Remove all-local: $(ARCH).
421        * tm05/Makefile.am: Remove all-local: $(ARCH).
422        * tm06/Makefile.am: Remove all-local: $(ARCH).
423        * tm07/Makefile.am: Remove all-local: $(ARCH).
424        * tm08/Makefile.am: Remove all-local: $(ARCH).
425        * tm09/Makefile.am: Remove all-local: $(ARCH).
426        * tm10/Makefile.am: Remove all-local: $(ARCH).
427        * tm11/Makefile.am: Remove all-local: $(ARCH).
428        * tm12/Makefile.am: Remove all-local: $(ARCH).
429        * tm13/Makefile.am: Remove all-local: $(ARCH).
430        * tm14/Makefile.am: Remove all-local: $(ARCH).
431        * tm15/Makefile.am: Remove all-local: $(ARCH).
432        * tm16/Makefile.am: Remove all-local: $(ARCH).
433        * tm17/Makefile.am: Remove all-local: $(ARCH).
434        * tm18/Makefile.am: Remove all-local: $(ARCH).
435        * tm19/Makefile.am: Remove all-local: $(ARCH).
436        * tm20/Makefile.am: Remove all-local: $(ARCH).
437        * tm21/Makefile.am: Remove all-local: $(ARCH).
438        * tm22/Makefile.am: Remove all-local: $(ARCH).
439        * tm23/Makefile.am: Remove all-local: $(ARCH).
440        * tm24/Makefile.am: Remove all-local: $(ARCH).
441        * tm25/Makefile.am: Remove all-local: $(ARCH).
442        * tm26/Makefile.am: Remove all-local: $(ARCH).
443        * tm27/Makefile.am: Remove all-local: $(ARCH).
444        * tm28/Makefile.am: Remove all-local: $(ARCH).
445        * tm29/Makefile.am: Remove all-local: $(ARCH).
446        * tmck/Makefile.am: Remove all-local: $(ARCH).
447        * tmoverhd/Makefile.am: Remove all-local: $(ARCH).
448
4492003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * configure.ac: Reflect having moved to testsuites/.
452
4532003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac: Remove RTEMS_CANONICAL_HOST.
456
4572003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * configure.ac:Remove RTEMS_CHECK_CPU.
460
4612003-09-04      Joel Sherrill <joel@OARcorp.com>
462
463        * include/timesys.h, tm01/system.h, tm01/task1.c, tm01/tm01.doc,
464        tm02/system.h, tm02/task1.c, tm02/tm02.doc, tm03/system.h,
465        tm03/task1.c, tm03/tm03.doc, tm04/system.h, tm04/task1.c,
466        tm04/tm04.doc, tm05/system.h, tm05/task1.c, tm05/tm05.doc,
467        tm06/system.h, tm06/task1.c, tm06/tm06.doc, tm07/system.h,
468        tm07/task1.c, tm07/tm07.doc, tm08/system.h, tm08/task1.c,
469        tm08/tm08.doc, tm09/system.h, tm09/task1.c, tm09/tm09.doc,
470        tm10/system.h, tm10/task1.c, tm10/tm10.doc, tm11/system.h,
471        tm11/task1.c, tm11/tm11.doc, tm12/system.h, tm12/task1.c,
472        tm12/tm12.doc, tm13/system.h, tm13/task1.c, tm13/tm13.doc,
473        tm14/system.h, tm14/task1.c, tm14/tm14.doc, tm15/system.h,
474        tm15/task1.c, tm15/tm15.doc, tm16/system.h, tm16/task1.c,
475        tm16/tm16.doc, tm17/system.h, tm17/task1.c, tm17/tm17.doc,
476        tm18/system.h, tm18/task1.c, tm18/tm18.doc, tm19/system.h,
477        tm19/task1.c, tm19/tm19.doc, tm20/system.h, tm20/task1.c,
478        tm20/tm20.doc, tm21/system.h, tm21/task1.c, tm21/tm21.doc,
479        tm22/system.h, tm22/task1.c, tm22/tm22.doc, tm23/system.h,
480        tm23/task1.c, tm23/tm23.doc, tm24/system.h, tm24/task1.c,
481        tm24/tm24.doc, tm25/system.h, tm25/task1.c, tm25/tm25.doc,
482        tm26/fptest.h, tm26/system.h, tm26/task1.c, tm26/tm26.doc,
483        tm27/system.h, tm27/task1.c, tm27/tm27.doc, tm28/system.h,
484        tm28/task1.c, tm28/tm28.doc, tm29/system.h, tm29/task1.c,
485        tm29/tm29.doc, tmck/system.h, tmck/task1.c, tmck/tmck.doc,
486        tmoverhd/dumrtems.h, tmoverhd/empty.c, tmoverhd/system.h,
487        tmoverhd/testtask.c, tmoverhd/tmoverhd.doc: URL for license changed.
488
4892003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * Makefile.am: Reflect having moved aclocal/.
492
4932003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * Makefile.am: Reflect having moved automake/.
496        * include/Makefile.am: Reflect having moved automake/.
497        * tm01/Makefile.am: Reflect having moved automake/.
498        * tm02/Makefile.am: Reflect having moved automake/.
499        * tm03/Makefile.am: Reflect having moved automake/.
500        * tm04/Makefile.am: Reflect having moved automake/.
501        * tm05/Makefile.am: Reflect having moved automake/.
502        * tm06/Makefile.am: Reflect having moved automake/.
503        * tm07/Makefile.am: Reflect having moved automake/.
504        * tm08/Makefile.am: Reflect having moved automake/.
505        * tm09/Makefile.am: Reflect having moved automake/.
506        * tm10/Makefile.am: Reflect having moved automake/.
507        * tm11/Makefile.am: Reflect having moved automake/.
508        * tm12/Makefile.am: Reflect having moved automake/.
509        * tm13/Makefile.am: Reflect having moved automake/.
510        * tm14/Makefile.am: Reflect having moved automake/.
511        * tm15/Makefile.am: Reflect having moved automake/.
512        * tm16/Makefile.am: Reflect having moved automake/.
513        * tm17/Makefile.am: Reflect having moved automake/.
514        * tm18/Makefile.am: Reflect having moved automake/.
515        * tm19/Makefile.am: Reflect having moved automake/.
516        * tm20/Makefile.am: Reflect having moved automake/.
517        * tm21/Makefile.am: Reflect having moved automake/.
518        * tm22/Makefile.am: Reflect having moved automake/.
519        * tm23/Makefile.am: Reflect having moved automake/.
520        * tm24/Makefile.am: Reflect having moved automake/.
521        * tm25/Makefile.am: Reflect having moved automake/.
522        * tm26/Makefile.am: Reflect having moved automake/.
523        * tm27/Makefile.am: Reflect having moved automake/.
524        * tm28/Makefile.am: Reflect having moved automake/.
525        * tm29/Makefile.am: Reflect having moved automake/.
526        * tmck/Makefile.am: Reflect having moved automake/.
527        * tmoverhd/Makefile.am: Reflect having moved automake/.
528
5292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
532
5332003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
536        CC_CFLAGS_DEFAULT (obsolete).
537
5382003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
541        Remove CC_LDFLAGS_PROFILE_V.
542
5432003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * configure.ac: Remove AC_CONFIG_AUX_DIR.
546
5472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
550
5512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * configure.ac: AC_PREREQ(2.57).
554
5552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * .cvsignore: Reformat.
558        Add autom4te*cache.
559        Remove autom4te.cache.
560
5612002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * tm01/Makefile.am: Use $(OBJEXT) instead of .o.
564        * tm02/Makefile.am: Use $(OBJEXT) instead of .o.
565        * tm03/Makefile.am: Use $(OBJEXT) instead of .o.
566        * tm04/Makefile.am: Use $(OBJEXT) instead of .o.
567        * tm05/Makefile.am: Use $(OBJEXT) instead of .o.
568        * tm06/Makefile.am: Use $(OBJEXT) instead of .o.
569        * tm07/Makefile.am: Use $(OBJEXT) instead of .o.
570        * tm08/Makefile.am: Use $(OBJEXT) instead of .o.
571        * tm09/Makefile.am: Use $(OBJEXT) instead of .o.
572        * tm10/Makefile.am: Use $(OBJEXT) instead of .o.
573        * tm11/Makefile.am: Use $(OBJEXT) instead of .o.
574        * tm12/Makefile.am: Use $(OBJEXT) instead of .o.
575        * tm13/Makefile.am: Use $(OBJEXT) instead of .o.
576        * tm14/Makefile.am: Use $(OBJEXT) instead of .o.
577        * tm15/Makefile.am: Use $(OBJEXT) instead of .o.
578        * tm16/Makefile.am: Use $(OBJEXT) instead of .o.
579        * tm17/Makefile.am: Use $(OBJEXT) instead of .o.
580        * tm18/Makefile.am: Use $(OBJEXT) instead of .o.
581        * tm19/Makefile.am: Use $(OBJEXT) instead of .o.
582        * tm20/Makefile.am: Use $(OBJEXT) instead of .o.
583        * tm21/Makefile.am: Use $(OBJEXT) instead of .o.
584        * tm22/Makefile.am: Use $(OBJEXT) instead of .o.
585        * tm23/Makefile.am: Use $(OBJEXT) instead of .o.
586        * tm24/Makefile.am: Use $(OBJEXT) instead of .o.
587        * tm25/Makefile.am: Use $(OBJEXT) instead of .o.
588        * tm26/Makefile.am: Use $(OBJEXT) instead of .o.
589        * tm27/Makefile.am: Use $(OBJEXT) instead of .o.
590        * tm28/Makefile.am: Use $(OBJEXT) instead of .o.
591        * tm29/Makefile.am: Use $(OBJEXT) instead of .o.
592        * tmck/Makefile.am: Use $(OBJEXT) instead of .o.
593        * tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.
594
5952002-08-01      Joel Sherrill <joel@OARcorp.com>
596
597        * Per PR47 add support for buffered test output.  This involved
598        adding defines to redirect output to a buffer and dump it when
599        full, at "test pause", and at exit.  To avoid problems when redefining
600        exit(), all tests were modified to call rtems_test_exit().
601        Some tests, notable psxtests, had to be modified to include
602        the standard test macro .h file (pmacros.h or tmacros.h) to
603        enable this support.
604        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
605        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c,
606        tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
607        tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c,
608        tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c,
609        tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
610        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Modified.
6112002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * configure.ac: Remove ENABLE_GCC28.
614
6152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * configure.ac:
618        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
619        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
620        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
621        * Makefile.am: Remove AUTOMAKE_OPTIONS.
622        * tm01/Makefile.am: Remove AUTOMAKE_OPTIONS.
623        * tm02/Makefile.am: Remove AUTOMAKE_OPTIONS.
624        * tm03/Makefile.am: Remove AUTOMAKE_OPTIONS.
625        * tm04/Makefile.am: Remove AUTOMAKE_OPTIONS.
626        * tm05/Makefile.am: Remove AUTOMAKE_OPTIONS.
627        * tm06/Makefile.am: Remove AUTOMAKE_OPTIONS.
628        * tm07/Makefile.am: Remove AUTOMAKE_OPTIONS.
629        * tm08/Makefile.am: Remove AUTOMAKE_OPTIONS.
630        * tm09/Makefile.am: Remove AUTOMAKE_OPTIONS.
631        * tm10/Makefile.am: Remove AUTOMAKE_OPTIONS.
632        * tm11/Makefile.am: Remove AUTOMAKE_OPTIONS.
633        * tm12/Makefile.am: Remove AUTOMAKE_OPTIONS.
634        * tm13/Makefile.am: Remove AUTOMAKE_OPTIONS.
635        * tm14/Makefile.am: Remove AUTOMAKE_OPTIONS.
636        * tm15/Makefile.am: Remove AUTOMAKE_OPTIONS.
637        * tm16/Makefile.am: Remove AUTOMAKE_OPTIONS.
638        * tm17/Makefile.am: Remove AUTOMAKE_OPTIONS.
639        * tm18/Makefile.am: Remove AUTOMAKE_OPTIONS.
640        * tm19/Makefile.am: Remove AUTOMAKE_OPTIONS.
641        * tm20/Makefile.am: Remove AUTOMAKE_OPTIONS.
642        * tm21/Makefile.am: Remove AUTOMAKE_OPTIONS.
643        * tm22/Makefile.am: Remove AUTOMAKE_OPTIONS.
644        * tm23/Makefile.am: Remove AUTOMAKE_OPTIONS.
645        * tm24/Makefile.am: Remove AUTOMAKE_OPTIONS.
646        * tm25/Makefile.am: Remove AUTOMAKE_OPTIONS.
647        * tm26/Makefile.am: Remove AUTOMAKE_OPTIONS.
648        * tm27/Makefile.am: Remove AUTOMAKE_OPTIONS.
649        * tm28/Makefile.am: Remove AUTOMAKE_OPTIONS.
650        * tm29/Makefile.am: Remove AUTOMAKE_OPTIONS.
651        * tmck/Makefile.am: Remove AUTOMAKE_OPTIONS.
652        * tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.
653
6542001-11-08      Jiri Gaisler <jiri@gaisler.com>
655
656        This fix is response to test results reported by Jerry Needell
657        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
658        * tm27/task1.c: Account for overhead in starting and stopping
659        the timer.
660
6612001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
664        * configure.in: Remove.
665        * configure.ac: New file, generated from configure.in by autoupdate.
666
6672001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * tmtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
670
6712001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * tm27/Makefile.am: include leaf.am instead of leaf.cfg.
674        * tm26/Makefile.am: include leaf.am instead of leaf.cfg.
675        * tm24/Makefile.am: include leaf.am instead of leaf.cfg.
676        * tm16/Makefile.am: include leaf.am instead of leaf.cfg.
677        * tm18/Makefile.am: include leaf.am instead of leaf.cfg.
678        * tm02/Makefile.am: include leaf.am instead of leaf.cfg.
679        * tm10/Makefile.am: include leaf.am instead of leaf.cfg.
680        * tm11/Makefile.am: include leaf.am instead of leaf.cfg.
681        * tm15/Makefile.am: include leaf.am instead of leaf.cfg.
682        * tm19/Makefile.am: include leaf.am instead of leaf.cfg.
683        * tm04/Makefile.am: include leaf.am instead of leaf.cfg.
684        * tm17/Makefile.am: include leaf.am instead of leaf.cfg.
685        * tm28/Makefile.am: include leaf.am instead of leaf.cfg.
686        * tmck/Makefile.am: include leaf.am instead of leaf.cfg.
687        * tm08/Makefile.am: include leaf.am instead of leaf.cfg.
688        * tm12/Makefile.am: include leaf.am instead of leaf.cfg.
689        * tm03/Makefile.am: include leaf.am instead of leaf.cfg.
690        * tm13/Makefile.am: include leaf.am instead of leaf.cfg.
691        * tm29/Makefile.am: include leaf.am instead of leaf.cfg.
692        * tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
693        * tm20/Makefile.am: include leaf.am instead of leaf.cfg.
694        * tm09/Makefile.am: include leaf.am instead of leaf.cfg.
695        * tm01/Makefile.am: include leaf.am instead of leaf.cfg.
696        * tm21/Makefile.am: include leaf.am instead of leaf.cfg.
697        * tm07/Makefile.am: include leaf.am instead of leaf.cfg.
698        * tm25/Makefile.am: include leaf.am instead of leaf.cfg.
699        * tm22/Makefile.am: include leaf.am instead of leaf.cfg.
700        * tm06/Makefile.am: include leaf.am instead of leaf.cfg.
701        * tm05/Makefile.am: include leaf.am instead of leaf.cfg.
702        * tm14/Makefile.am: include leaf.am instead of leaf.cfg.
703        * tm23/Makefile.am: include leaf.am instead of leaf.cfg.
704
7052001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
706
707        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
708
7092001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * tm20/Makefile.am: Remove stubdir.rel
712
7132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
716
7172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
720
7212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
724        Switch to GNU canonicalization.
725        * tmtests.am: Remove DEFS.
726
7272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
730        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
731        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
732        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
733        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
734        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
735        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
736        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
737        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
738        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
739        tmoverhd/Makefile.am: Include compile.am
740
7412000-08-10      Joel Sherrill <joel@OARcorp.com>
742
743        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.