source: rtems/testsuites/sptests/ChangeLog @ c32fb8f

4.104.114.84.95
Last change on this file since c32fb8f was c32fb8f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 08:43:52

2005-11-07 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Cleanup.
  • Property mode set to 100644
File size: 26.0 KB
RevLine 
[c32fb8f]12005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Cleanup.
4
[099e1112]52005-11-07      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
8        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
9        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
10        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
11        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
12        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
13        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
14        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
15        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
16        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
17        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
18        spfatal/Makefile.am, spsize/Makefile.am:
19        Partial conversion to automake.
20
[df55b0f1]212005-03-07      Joel Sherrill <joel@OARcorp.com>
22
23        * sp13/task1.c: Removed warnings.
24
[9fa21da0]252004-09-29      Joel Sherrill <joel@OARcorp.com>
26
27        * spsize/size.c: i960 obsoleted and all references removed.
28
[97891e5e]292004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * configure.ac: Require automake > 1.9.
32
[e8064503]332004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
36        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
37        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
38        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
39        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
40        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
41        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
42        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
43        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
44        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
45        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
46        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
47        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
48        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
49        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
50        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
51        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
52        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
53        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
54        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
55        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
56        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
57        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
58        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
59        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
60        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
61        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
62        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
63        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
64        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
65        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
66        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
67
[65fa6b5]682004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
71
[a841314]722004-03-30      David Querbach <querbach@realtime.bc.ca>
73
74        PR 595/tests
75        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
76        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
77        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
78        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
79        others treat it as a count of longs.
80
[378aed9]812004-03-30      David Querbach <querbach@realtime.bc.ca>
82
83        PR 596/tests
84        * sp32/init.c: A missing definition of TEST_INIT before including
85        <tmacros.h> means that buffered output will not work even if selected
86        in buffer_test_io.h.
87
[c87608f]882004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
89
90        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
91        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
92        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
93        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
94        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
95        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
96        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
97        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
98        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
99        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
100        types.
101
[7c48a2e8]1022004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Add 2nd arg to RTEMS_TOP.
105
[6debefee]1062004-03-05      Joel Sherrill <joel@OARcorp.com>
107
108        * sp07/buffered_io.c: Remove warning.
109
[340835b0]1102004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
113        Add PRE/TMPINSTALL_FILES to CLEANFILES.
114        * sp02/Makefile.am: Ditto.
115        * sp03/Makefile.am: Ditto.
116        * sp04/Makefile.am: Ditto.
117        * sp05/Makefile.am: Ditto.
118        * sp06/Makefile.am: Ditto.
119        * sp07/Makefile.am: Ditto.
120        * sp08/Makefile.am: Ditto.
121        * sp09/Makefile.am: Ditto.
122        * sp11/Makefile.am: Ditto.
123        * sp12/Makefile.am: Ditto.
124        * sp13/Makefile.am: Ditto.
125        * sp14/Makefile.am: Ditto.
126        * sp15/Makefile.am: Ditto.
127        * sp16/Makefile.am: Ditto.
128        * sp17/Makefile.am: Ditto.
129        * sp19/Makefile.am: Ditto.
130        * sp20/Makefile.am: Ditto.
131        * sp21/Makefile.am: Ditto.
132        * sp22/Makefile.am: Ditto.
133        * sp23/Makefile.am: Ditto.
134        * sp24/Makefile.am: Ditto.
135        * sp25/Makefile.am: Ditto.
136        * sp26/Makefile.am: Ditto.
137        * sp27/Makefile.am: Ditto.
138        * sp28/Makefile.am: Ditto.
139        * sp29/Makefile.am: Ditto.
140        * sp30/Makefile.am: Ditto.
141        * sp31/Makefile.am: Ditto.
142        * sp32/Makefile.am: Ditto.
143        * spfatal/Makefile.am: Ditto.
144        * spsize/Makefile.am: Ditto.
145
[5813e715]1462003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * sptests.am: Add dirstamp support.
149
[8234c04]1502003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
153
[e457190]1542003-12-16      Joel Sherrill <joel@OARcorp.com>
155
156        PR 544/tests
157        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
158        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
159        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
160        make tests account for resources and not print at inappropriate
161        times.
162        * sp07/buffered_io.c: New file.
163
[810720b6]1642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
167
[6e4e067]1682003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * sp01/Makefile.am: Remove all-local: $(ARCH).
171        * sp02/Makefile.am: Remove all-local: $(ARCH).
172        * sp03/Makefile.am: Remove all-local: $(ARCH).
173        * sp04/Makefile.am: Remove all-local: $(ARCH).
174        * sp05/Makefile.am: Remove all-local: $(ARCH).
175        * sp06/Makefile.am: Remove all-local: $(ARCH).
176        * sp07/Makefile.am: Remove all-local: $(ARCH).
177        * sp08/Makefile.am: Remove all-local: $(ARCH).
178        * sp09/Makefile.am: Remove all-local: $(ARCH).
179        * sp11/Makefile.am: Remove all-local: $(ARCH).
180        * sp12/Makefile.am: Remove all-local: $(ARCH).
181        * sp13/Makefile.am: Remove all-local: $(ARCH).
182        * sp14/Makefile.am: Remove all-local: $(ARCH).
183        * sp15/Makefile.am: Remove all-local: $(ARCH).
184        * sp16/Makefile.am: Remove all-local: $(ARCH).
185        * sp17/Makefile.am: Remove all-local: $(ARCH).
186        * sp19/Makefile.am: Remove all-local: $(ARCH).
187        * sp20/Makefile.am: Remove all-local: $(ARCH).
188        * sp21/Makefile.am: Remove all-local: $(ARCH).
189        * sp22/Makefile.am: Remove all-local: $(ARCH).
190        * sp23/Makefile.am: Remove all-local: $(ARCH).
191        * sp24/Makefile.am: Remove all-local: $(ARCH).
192        * sp25/Makefile.am: Remove all-local: $(ARCH).
193        * sp26/Makefile.am: Remove all-local: $(ARCH).
194        * sp27/Makefile.am: Remove all-local: $(ARCH).
195        * sp28/Makefile.am: Remove all-local: $(ARCH).
196        * sp29/Makefile.am: Remove all-local: $(ARCH).
197        * sp30/Makefile.am: Remove all-local: $(ARCH).
198        * sp31/Makefile.am: Remove all-local: $(ARCH).
199        * sp32/Makefile.am: Remove all-local: $(ARCH).
200        * spfatal/Makefile.am: Remove all-local: $(ARCH).
201        * spsize/Makefile.am: Remove all-local: $(ARCH).
202
[5f52d1f]2032003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: Reflect having moved to testsuites/.
206
[c6328bee]2072003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Remove RTEMS_CANONICAL_HOST.
210
[5445ee60]2112003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac:Remove RTEMS_CHECK_CPU.
214
[d2b93bfd]2152003-09-04      Joel Sherrill <joel@OARcorp.com>
216
217        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
218        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
219        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
220        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
221        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
222        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
223        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
224        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
225        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
226        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
227        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
228        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
229        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
230        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
231        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
232        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
233        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
234        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
235        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
236        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
237        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
238        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
239        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
240        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
241        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
242        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
243        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
244        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
245        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
246        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
247        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
248        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
249        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
250        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
251        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
252        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
253        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
254        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
255        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
256        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
257        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
258        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
259        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
260        spsize/size.c, spsize/system.h: URL for license changed.
261
[35fc6bf9]2622003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
263
264        PR 458/tests
265        * sp30/task1.c: Correct indexing problem.
266
[7862f888]2672003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Reflect having moved aclocal/.
270
[7f9e5908]2712003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
[61d9371]273        * Makefile.am: Reflect having moved automake/.
274        * sp01/Makefile.am: Reflect having moved automake/.
275        * sp02/Makefile.am: Reflect having moved automake/.
276        * sp03/Makefile.am: Reflect having moved automake/.
277        * sp04/Makefile.am: Reflect having moved automake/.
278        * sp05/Makefile.am: Reflect having moved automake/.
279        * sp06/Makefile.am: Reflect having moved automake/.
280        * sp07/Makefile.am: Reflect having moved automake/.
281        * sp08/Makefile.am: Reflect having moved automake/.
282        * sp09/Makefile.am: Reflect having moved automake/.
283        * sp11/Makefile.am: Reflect having moved automake/.
284        * sp12/Makefile.am: Reflect having moved automake/.
285        * sp13/Makefile.am: Reflect having moved automake/.
286        * sp14/Makefile.am: Reflect having moved automake/.
287        * sp15/Makefile.am: Reflect having moved automake/.
288        * sp16/Makefile.am: Reflect having moved automake/.
289        * sp17/Makefile.am: Reflect having moved automake/.
290        * sp19/Makefile.am: Reflect having moved automake/.
291        * sp20/Makefile.am: Reflect having moved automake/.
292        * sp21/Makefile.am: Reflect having moved automake/.
293        * sp22/Makefile.am: Reflect having moved automake/.
294        * sp23/Makefile.am: Reflect having moved automake/.
295        * sp24/Makefile.am: Reflect having moved automake/.
296        * sp25/Makefile.am: Reflect having moved automake/.
297        * sp26/Makefile.am: Reflect having moved automake/.
298        * sp27/Makefile.am: Reflect having moved automake/.
299        * sp28/Makefile.am: Reflect having moved automake/.
300        * sp29/Makefile.am: Reflect having moved automake/.
301        * sp30/Makefile.am: Reflect having moved automake/.
302        * sp31/Makefile.am: Reflect having moved automake/.
303        * sp32/Makefile.am: Reflect having moved automake/.
304        * spfatal/Makefile.am: Reflect having moved automake/.
305        * spsize/Makefile.am: Reflect having moved automake/.
[7f9e5908]306
[3895f96]3072003-08-14      Joel Sherrill <joel@OARcorp.com>
308
309        * sp02/task1.c: Added ID to name lookup service and changed name of
310        id/name translation status code. This propagated to multiple
311        functions. The user API service added was rtems_object_id_to_name()
312
[7dcc3fe]3132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
316
[18ee864]3172003-05-29      Joel Sherrill <joel@OARcorp.com>
318
319        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
320
[c98849ef]3212003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
324        CC_CFLAGS_DEFAULT (obsolete).
325
[78bea14]3262003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
329        Remove CC_LDFLAGS_PROFILE_V.
330
[3c55718]3312003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac: Remove AC_CONFIG_AUX_DIR.
334
[ccd81b60]3352003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
338
[9b5c258]3392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.ac: AC_PREREQ(2.57).
342
[afcd563]3432002-11-14      Joel Sherrill <joel@OARcorp.com>
344
345        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
346        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
347        update the IDs in the screens.
348
[8730f45]3492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * .cvsignore: Reformat.
352        Add autom4te*cache.
353        Remove autom4te.cache.
354
[0c0d089]3552002-09-14      Joel Sherrill <joel@OARcorp.com>
356
357        * sp32/.cvsignore: New file.
358
[0af7c20]3592002-09-14      Aaron J. Grier <aaron@frye.com>
360
361        * PR271 was not applicable against the current source but included
362        a nice test that Joel decided to add to the tree as sp32.
363        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
364        * Makefile.am, configure.ac: Modified to reflect addition.
365
[a3a512c]3662002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
369        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
370        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
371        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
372        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
373        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
374        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
375        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
376        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
377        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
378        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
379        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
380        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
381        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
382        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
383        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
384        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
385        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
386        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
387        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
388        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
389        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
390        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
391        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
392        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
393        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
394        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
395        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
396        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
397        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
398        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
399
[3aa4c2e0]4002002-08-01      Joel Sherrill <joel@OARcorp.com>
401
402        * Per PR47 add support for buffered test output.  This involved
403        adding defines to redirect output to a buffer and dump it when
404        full, at "test pause", and at exit.  To avoid problems when redefining
405        exit(), all tests were modified to call rtems_test_exit().
406        Some tests, notable psxtests, had to be modified to include
407        the standard test macro .h file (pmacros.h or tmacros.h) to
408        enable this support.
409        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
410        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
411        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
412        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
413        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
414        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
415        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
416
[3dc936c1]4172002-07-30      Joel Sherrill <joel@OARcorp.com>
418
419        * spsize/size.c: Don't reference the RTEMS allocated interrupt
420        stack if the port doesn't configure using it.
421
[c3bb68a1]4222002-07-04      Joel Sherrill <joel@OARcorp.com>
423
424        * Jump table for single entry point removed.
425        * spsize/size.c:  Modified to reflect above.
426
[21bbb92]4272002-07-01      Joel Sherrill <joel@OARcorp.com>
428
429        * sp29/init.c: Corrected definitions for task stack usage.
430
[a9047a0]4312002-07-01      Joel Sherrill <joel@OARcorp.com>
432
433        * spsize/size.c: _Thread_queue_Extract_table removed.
434
[8873684]4352001-05-17      Joel Sherrill <joel@OARcorp.com>
436
437        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
438        number of staticly configured device drivers.
439
[606926f]4402001-05-14      Joel Sherrill <joel@OARcorp.com>
441
442        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
443        than the configured number of drivers.
444 
[cb9b2bfc]4452002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Remove ENABLE_GCC28.
448
[beaa47bc]4492001-04-04      Joel Sherrill <joel@OARcorp.com>
450
451        * spsize/size.c: Reflect SPARC modifcation to get rid of
452        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
453 
[5729f62]4542001-03-29      Joel Sherrill <joel@OARcorp.com>
455
456        * Per PR147 addressed problems when reseting and inserting a timer
457        into a timer chain that did not honor time passage since the last
458        time the timer server was scheduled and the new insertion.
459        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
460
[0a32a21]4612001-03-28      Joel Sherrill <joel@OARcorp.com>
462
463        * Side-effect of PR132.
464        * sp21/system.h: Now must explicitly request NULL driver.
465
[ac2512ab]4662002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * configure.ac:
469        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
470        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
471        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
472        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
473        * Makefile.am: Remove AUTOMAKE_OPTIONS.
474        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
475        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
476        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
477        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
478        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
479        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
480        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
481        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
482        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
483        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
484        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
485        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
486        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
487        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
488        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
489        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
490        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
491        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
492        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
493        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
494        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
496        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
499        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
500        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
501        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
502        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
503
[fabacfe]5042002-03-20      Chris Johns <ccj@acm.org>
505
506        * PR145.
507        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
508        in system (e.g. driver tasks).  Also exit on minimum number of
509        switches not precise number.
510
[ef70d9b]5112001-01-29      Joel Sherrill <joel@OARcorp.com>
512
513        * Fixed bug where resetting a timer that was not at the head
514        of one of the task timer chains resulted in the Timer Server
515        task waking up too far in the future.
516        * Added rtems_timer_get_information() directive to support testing.
517        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
518        above condition.
519
[2fc6dc3]5202001-01-22      Joel Sherrill <joel@OARcorp.com>
521
522        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
523        because priority added as argument to rtems_timer_initiate_server().
524
[de569fe]5252001-01-16      Joel Sherrill <joel@OARcorp.com>
526
527        * Added tests for task-based timers.  This included the new tests
528        sp30 and sp31.
529        * Makefile.am, configure.ac: Modified to reflect new tests and files.
530        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
531        for task-based timer services.
532        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
533        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
534        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
535        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
536        sp31/task1.c: New files.
537
[850f87e]5382001-11-01      Joel Sherrill <joel@OARcorp.com>
539
540        * sp26/system.h: Properly account for stack memory used by
541        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
542        and processed as PR78.
543
[df25c998]5442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
547        * configure.in: Remove.
548        * configure.ac: New file, generated from configure.in by autoupdate.
549
[996bfbf]5502001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
553
[25b9e93c]5542001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
557        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
558        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
559        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
560        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
561        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
562        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
563        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
564        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
565        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
566        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
567        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
568        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
569        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
570        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
571        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
572        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
573        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
574        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
575        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
576        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
577        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
578        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
579        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
580        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
581        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
582        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
583        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
584        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
585
[94dfe0f7]5862001-08-16      Joel Sherrill <joel@OARcorp.com>
587
588        * sp20/system.h: Account for extra task stacks properly.
589
[11b1063]5902001-08-16      Joel Sherrill <joel@OARcorp.com>
591
592        * sp13/sp13.scn: Id in screen had wrong class field value.
593        * sp13/system.h: Account for message buffer memory.
594        * sp13/task2.c: Remove unnecessary check for failure.
595
[95083c0]5962001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
597
598        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
599
[cf7884b]6002001-04-20      Joel Sherrill <joel@OARcorp.com>
601
602        * sp298/sp28.scn: Minor adjustment so test output matches the screen
603        file.
604
[dde827b]6052001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
608
[55a86b4]6092001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * sp21/Makefile.am: Remove libtest.
612
[feead226]6132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
616
[a314d3b4]6172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
620
[cbe7d66]6212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
624        Switch to GNU canonicalization.
625        * sptests.am: Remove DEFS.
626
[837ab841]6272000-09-29      Joel Sherrill <joel@OARcorp.com>
628
629        * sp20/sp20.scn: Corrected to reflect new addition.
630        * sp20/system.h: Removed comment reflecting history.
631
[cf42c54c]6322000-09-29      Stephan Merker <merker@decrc.abb.de>
633
634        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
635        Added new task to test sequence of altering a period's length
636        while it is still active.
637
[e35d6b2]6382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
641        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
642        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
643        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
644        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
645        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
646        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
647        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
648        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
649        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
650
[e94ad1fe]6512000-08-10      Joel Sherrill <joel@OARcorp.com>
652
653        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.