source: rtems/testsuites/sptests/ChangeLog @ 2a656265

4.8
Last change on this file since 2a656265 was 2a656265, checked in by Joel Sherrill <joel.sherrill@…>, on 11/06/07 at 20:23:01

2007-11-06 Joel Sherrill <joel.sherrill@…>

  • sp13/system.h: We need 32K of message buffer memory not 32 bytes.
  • Property mode set to 100644
File size: 35.7 KB
Line 
12007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
4
52007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
8        buffered test IO.
9
102007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
13        rtems_io_unregister_driver did not have any test code.
14
152007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * spsize/size.c: Eliminate maximum_drivers configuration parameter
18        since it was used to configure a no longer used feature. Device names
19        are now part of the filesystem not in a table. This also eliminated
20        the variables _IO_Number_of_devices and _IO_Driver_name_table from
21        RTEMS as well as the memory allocation used to populate
22        _IO_Driver_name_table.
23
242007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
27        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
28        properly.
29
302007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * spsize/size.c: Eliminated the variables
33        _RTEMS_tasks_User_initialization_tasks and
34        _RTEMS_tasks_Number_of_initialization_tasks because they were only
35        used in one place after initialized. It was a waste of space.
36
372007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
40        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
41        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
42        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
43        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
44        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
45        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
46        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
47        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
48        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
49        spsize/size.c: Add optional managers to Makefiles. Clean up test
50        cases so last output line follows END OF pattern. Make sure test case
51        all run. All tests appeared ok on sis.
52
532007-04-05      Joel Sherrill <joel@OARcorp.com>
54
55        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
56
572007-04-05      Joel Sherrill <joel@OARcorp.com>
58
59        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
60        CONFIGURE_TEST_NEEDS_XXX configuration constants to
61        CONFIGURE_APPLICATION_NEEDS_XXX.
62
632007-04-02      Joel Sherrill <joel@OARcorp.com>
64
65        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
66
672007-04-02      Joel Sherrill <joel@OARcorp.com>
68
69        * spsize/size.c: Convert from Classic API style TOD_Control as
70        fundamental time structure to POSIX struct timespec. Add
71        clock_get_uptime().
72
732007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
76
772007-03-26      Joel Sherrill <joel@OARcorp.com>
78
79        * sp35/priinv.c: Remove warning.
80
812007-03-10      Joel Sherrill <joel@OARcorp.com>
82
83        * sp26/system.h: Remove incorrect and duplicate
84        CONFIGURE_EXTRA_TASK_STACKS.
85
862007-03-05      Joel Sherrill <joel@OARcorp.com>
87
88        PR 1222/cpukit
89        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
90        thread that is blocked on a priority based thread queue is changed,
91        that its placement in the queue is reevaluated based upon the new
92        priority. This enhancement includes modifications to the SuperCore as
93        well as new test cases.
94        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
95        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
96        sp35/sp35.doc, sp35/sp35.scn: New files.
97
982007-03-05      Joel Sherrill <joel@OARcorp.com>
99
100        * sp26/system.h: Correct memory required for stack sizes.
101
1022007-02-06      Joel Sherrill <joel@OARcorp.com>
103
104        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
105        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
106        tests.
107
1082006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * sp33/init.c: Improve barrier test to include normal blocking with
111        manual release and unblocking in barrier deletion.
112
1132006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * configure.ac: New BUG-REPORT address.
116
1172006-11-20      Joel Sherrill <joel@OARcorp.com>
118
119        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
120        and make output more compliant with other tests.
121
1222006-11-17      Joel Sherrill <joel@OARcorp.com>
123
124        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
125        cases intended on all targets possible with new heap algorithm.
126
1272006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * Makefile.am, configure.ac: Adding Classic API Barriers.
130        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
131        New files.
132
1332006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * configure.ac: Require autoconf-2.60. Require automake-1.10.
136
1372006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
140        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
141        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
142        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
143        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
144        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
145        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
146        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
147        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
148        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
149        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
150        Use rtems_testsdir instead.
151
1522006-04-05      Joel Sherrill <joel@OARcorp.com>
153                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
154
155        * spsize/size.c: Victor spotted the problem that
156        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
157        variables and needed to be set to the same value.  I took that
158        idea and just removed _Thread_MP_Receive.  All uses are now
159        _MPCI_Receive_server_tcb.
160
1612005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * configure.ac: Remove RTEMS_ENABLE_BARE,
164        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
165
1662005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
169        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
170        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
171        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
172        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
173        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
174        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
175        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
176        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
177        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
178        spfatal/Makefile.am, spsize/Makefile.am:
179        Convert to use *_PROGRAMS.
180
1812005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * sp01/Makefile.am, sp02/Makefile.am,
184        sp03/Makefile.am, sp04/Makefile.am,
185        sp05/Makefile.am, sp06/Makefile.am,
186        sp07/Makefile.am, sp08/Makefile.am,
187        sp09/Makefile.am, sp11/Makefile.am,
188        sp12/Makefile.am, sp13/Makefile.am,
189        sp14/Makefile.am, sp15/Makefile.am,
190        sp16/Makefile.am, sp17/Makefile.am,
191        sp19/Makefile.am, sp20/Makefile.am,
192        sp21/Makefile.am, sp22/Makefile.am,
193        sp23/Makefile.am, sp24/Makefile.am,
194        sp25/Makefile.am, sp26/Makefile.am,
195        sp27/Makefile.am, sp28/Makefile.am,
196        sp29/Makefile.am, sp30/Makefile.am,
197        sp31/Makefile.am, sp32/Makefile.am,
198        spfatal/Makefile.am, spsize/Makefile.am: Rework.
199
2002005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
201
202        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
203        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
204        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
205        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
206        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
207        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
208        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
209        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
210        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
211        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
212        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
213        * sptests.am: Remove.
214
2152005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
218        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
219        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
220        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
221        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
222        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
223        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
224        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
225        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
226        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
227        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
228
2292005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
232
2332005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * spsize/Makefile.am: Rename TEST to spsize.
236        * spsize/size.scn: Remove.
237        * spsize/spsize.scn: New (renamed from size.scn).
238
2392005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        * configure.ac: Add spfatal/Makefile.
242        * Makefile.am: Add spfatal to DIST_SUBDIRS.
243        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
244        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
245        * sptests.am: Remove LIB_VARIANT.
246
2472005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
248
249        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
250        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
251        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
252        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
253        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
254        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
255        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
256        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
257        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
258        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
259        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
260
2612005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * Makefile.am: Cleanup.
264
2652005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
268        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
269        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
270        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
271        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
272        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
273        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
274        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
275        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
276        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
277        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
278        spfatal/Makefile.am, spsize/Makefile.am:
279        Partial conversion to automake.
280
2812005-03-07      Joel Sherrill <joel@OARcorp.com>
282
283        * sp13/task1.c: Removed warnings.
284
2852004-09-29      Joel Sherrill <joel@OARcorp.com>
286
287        * spsize/size.c: i960 obsoleted and all references removed.
288
2892004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
290
291        * configure.ac: Require automake > 1.9.
292
2932004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
294
295        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
296        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
297        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
298        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
299        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
300        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
301        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
302        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
303        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
304        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
305        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
306        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
307        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
308        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
309        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
310        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
311        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
312        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
313        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
314        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
315        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
316        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
317        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
318        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
319        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
320        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
321        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
322        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
323        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
324        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
325        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
326        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
327
3282004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
329
330        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
331
3322004-03-30      David Querbach <querbach@realtime.bc.ca>
333
334        PR 595/tests
335        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
336        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
337        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
338        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
339        others treat it as a count of longs.
340
3412004-03-30      David Querbach <querbach@realtime.bc.ca>
342
343        PR 596/tests
344        * sp32/init.c: A missing definition of TEST_INIT before including
345        <tmacros.h> means that buffered output will not work even if selected
346        in buffer_test_io.h.
347
3482004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
349
350        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
351        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
352        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
353        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
354        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
355        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
356        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
357        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
358        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
359        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
360        types.
361
3622004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: Add 2nd arg to RTEMS_TOP.
365
3662004-03-05      Joel Sherrill <joel@OARcorp.com>
367
368        * sp07/buffered_io.c: Remove warning.
369
3702004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
373        Add PRE/TMPINSTALL_FILES to CLEANFILES.
374        * sp02/Makefile.am: Ditto.
375        * sp03/Makefile.am: Ditto.
376        * sp04/Makefile.am: Ditto.
377        * sp05/Makefile.am: Ditto.
378        * sp06/Makefile.am: Ditto.
379        * sp07/Makefile.am: Ditto.
380        * sp08/Makefile.am: Ditto.
381        * sp09/Makefile.am: Ditto.
382        * sp11/Makefile.am: Ditto.
383        * sp12/Makefile.am: Ditto.
384        * sp13/Makefile.am: Ditto.
385        * sp14/Makefile.am: Ditto.
386        * sp15/Makefile.am: Ditto.
387        * sp16/Makefile.am: Ditto.
388        * sp17/Makefile.am: Ditto.
389        * sp19/Makefile.am: Ditto.
390        * sp20/Makefile.am: Ditto.
391        * sp21/Makefile.am: Ditto.
392        * sp22/Makefile.am: Ditto.
393        * sp23/Makefile.am: Ditto.
394        * sp24/Makefile.am: Ditto.
395        * sp25/Makefile.am: Ditto.
396        * sp26/Makefile.am: Ditto.
397        * sp27/Makefile.am: Ditto.
398        * sp28/Makefile.am: Ditto.
399        * sp29/Makefile.am: Ditto.
400        * sp30/Makefile.am: Ditto.
401        * sp31/Makefile.am: Ditto.
402        * sp32/Makefile.am: Ditto.
403        * spfatal/Makefile.am: Ditto.
404        * spsize/Makefile.am: Ditto.
405
4062003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * sptests.am: Add dirstamp support.
409
4102003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
413
4142003-12-16      Joel Sherrill <joel@OARcorp.com>
415
416        PR 544/tests
417        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
418        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
419        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
420        make tests account for resources and not print at inappropriate
421        times.
422        * sp07/buffered_io.c: New file.
423
4242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
427
4282003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * sp01/Makefile.am: Remove all-local: $(ARCH).
431        * sp02/Makefile.am: Remove all-local: $(ARCH).
432        * sp03/Makefile.am: Remove all-local: $(ARCH).
433        * sp04/Makefile.am: Remove all-local: $(ARCH).
434        * sp05/Makefile.am: Remove all-local: $(ARCH).
435        * sp06/Makefile.am: Remove all-local: $(ARCH).
436        * sp07/Makefile.am: Remove all-local: $(ARCH).
437        * sp08/Makefile.am: Remove all-local: $(ARCH).
438        * sp09/Makefile.am: Remove all-local: $(ARCH).
439        * sp11/Makefile.am: Remove all-local: $(ARCH).
440        * sp12/Makefile.am: Remove all-local: $(ARCH).
441        * sp13/Makefile.am: Remove all-local: $(ARCH).
442        * sp14/Makefile.am: Remove all-local: $(ARCH).
443        * sp15/Makefile.am: Remove all-local: $(ARCH).
444        * sp16/Makefile.am: Remove all-local: $(ARCH).
445        * sp17/Makefile.am: Remove all-local: $(ARCH).
446        * sp19/Makefile.am: Remove all-local: $(ARCH).
447        * sp20/Makefile.am: Remove all-local: $(ARCH).
448        * sp21/Makefile.am: Remove all-local: $(ARCH).
449        * sp22/Makefile.am: Remove all-local: $(ARCH).
450        * sp23/Makefile.am: Remove all-local: $(ARCH).
451        * sp24/Makefile.am: Remove all-local: $(ARCH).
452        * sp25/Makefile.am: Remove all-local: $(ARCH).
453        * sp26/Makefile.am: Remove all-local: $(ARCH).
454        * sp27/Makefile.am: Remove all-local: $(ARCH).
455        * sp28/Makefile.am: Remove all-local: $(ARCH).
456        * sp29/Makefile.am: Remove all-local: $(ARCH).
457        * sp30/Makefile.am: Remove all-local: $(ARCH).
458        * sp31/Makefile.am: Remove all-local: $(ARCH).
459        * sp32/Makefile.am: Remove all-local: $(ARCH).
460        * spfatal/Makefile.am: Remove all-local: $(ARCH).
461        * spsize/Makefile.am: Remove all-local: $(ARCH).
462
4632003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * configure.ac: Reflect having moved to testsuites/.
466
4672003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: Remove RTEMS_CANONICAL_HOST.
470
4712003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac:Remove RTEMS_CHECK_CPU.
474
4752003-09-04      Joel Sherrill <joel@OARcorp.com>
476
477        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
478        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
479        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
480        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
481        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
482        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
483        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
484        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
485        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
486        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
487        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
488        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
489        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
490        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
491        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
492        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
493        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
494        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
495        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
496        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
497        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
498        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
499        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
500        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
501        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
502        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
503        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
504        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
505        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
506        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
507        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
508        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
509        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
510        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
511        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
512        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
513        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
514        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
515        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
516        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
517        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
518        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
519        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
520        spsize/size.c, spsize/system.h: URL for license changed.
521
5222003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
523
524        PR 458/tests
525        * sp30/task1.c: Correct indexing problem.
526
5272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * Makefile.am: Reflect having moved aclocal/.
530
5312003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * Makefile.am: Reflect having moved automake/.
534        * sp01/Makefile.am: Reflect having moved automake/.
535        * sp02/Makefile.am: Reflect having moved automake/.
536        * sp03/Makefile.am: Reflect having moved automake/.
537        * sp04/Makefile.am: Reflect having moved automake/.
538        * sp05/Makefile.am: Reflect having moved automake/.
539        * sp06/Makefile.am: Reflect having moved automake/.
540        * sp07/Makefile.am: Reflect having moved automake/.
541        * sp08/Makefile.am: Reflect having moved automake/.
542        * sp09/Makefile.am: Reflect having moved automake/.
543        * sp11/Makefile.am: Reflect having moved automake/.
544        * sp12/Makefile.am: Reflect having moved automake/.
545        * sp13/Makefile.am: Reflect having moved automake/.
546        * sp14/Makefile.am: Reflect having moved automake/.
547        * sp15/Makefile.am: Reflect having moved automake/.
548        * sp16/Makefile.am: Reflect having moved automake/.
549        * sp17/Makefile.am: Reflect having moved automake/.
550        * sp19/Makefile.am: Reflect having moved automake/.
551        * sp20/Makefile.am: Reflect having moved automake/.
552        * sp21/Makefile.am: Reflect having moved automake/.
553        * sp22/Makefile.am: Reflect having moved automake/.
554        * sp23/Makefile.am: Reflect having moved automake/.
555        * sp24/Makefile.am: Reflect having moved automake/.
556        * sp25/Makefile.am: Reflect having moved automake/.
557        * sp26/Makefile.am: Reflect having moved automake/.
558        * sp27/Makefile.am: Reflect having moved automake/.
559        * sp28/Makefile.am: Reflect having moved automake/.
560        * sp29/Makefile.am: Reflect having moved automake/.
561        * sp30/Makefile.am: Reflect having moved automake/.
562        * sp31/Makefile.am: Reflect having moved automake/.
563        * sp32/Makefile.am: Reflect having moved automake/.
564        * spfatal/Makefile.am: Reflect having moved automake/.
565        * spsize/Makefile.am: Reflect having moved automake/.
566
5672003-08-14      Joel Sherrill <joel@OARcorp.com>
568
569        * sp02/task1.c: Added ID to name lookup service and changed name of
570        id/name translation status code. This propagated to multiple
571        functions. The user API service added was rtems_object_id_to_name()
572
5732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
576
5772003-05-29      Joel Sherrill <joel@OARcorp.com>
578
579        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
580
5812003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
584        CC_CFLAGS_DEFAULT (obsolete).
585
5862003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
589        Remove CC_LDFLAGS_PROFILE_V.
590
5912003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * configure.ac: Remove AC_CONFIG_AUX_DIR.
594
5952003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
598
5992003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * configure.ac: AC_PREREQ(2.57).
602
6032002-11-14      Joel Sherrill <joel@OARcorp.com>
604
605        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
606        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
607        update the IDs in the screens.
608
6092002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * .cvsignore: Reformat.
612        Add autom4te*cache.
613        Remove autom4te.cache.
614
6152002-09-14      Joel Sherrill <joel@OARcorp.com>
616
617        * sp32/.cvsignore: New file.
618
6192002-09-14      Aaron J. Grier <aaron@frye.com>
620
621        * PR271 was not applicable against the current source but included
622        a nice test that Joel decided to add to the tree as sp32.
623        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
624        * Makefile.am, configure.ac: Modified to reflect addition.
625
6262002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
629        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
630        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
631        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
632        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
633        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
634        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
635        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
636        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
637        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
638        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
639        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
640        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
641        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
642        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
643        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
644        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
645        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
646        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
647        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
648        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
649        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
650        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
651        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
652        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
653        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
654        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
655        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
656        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
657        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
658        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
659
6602002-08-01      Joel Sherrill <joel@OARcorp.com>
661
662        * Per PR47 add support for buffered test output.  This involved
663        adding defines to redirect output to a buffer and dump it when
664        full, at "test pause", and at exit.  To avoid problems when redefining
665        exit(), all tests were modified to call rtems_test_exit().
666        Some tests, notable psxtests, had to be modified to include
667        the standard test macro .h file (pmacros.h or tmacros.h) to
668        enable this support.
669        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
670        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
671        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
672        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
673        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
674        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
675        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
676
6772002-07-30      Joel Sherrill <joel@OARcorp.com>
678
679        * spsize/size.c: Don't reference the RTEMS allocated interrupt
680        stack if the port doesn't configure using it.
681
6822002-07-04      Joel Sherrill <joel@OARcorp.com>
683
684        * Jump table for single entry point removed.
685        * spsize/size.c:  Modified to reflect above.
686
6872002-07-01      Joel Sherrill <joel@OARcorp.com>
688
689        * sp29/init.c: Corrected definitions for task stack usage.
690
6912002-07-01      Joel Sherrill <joel@OARcorp.com>
692
693        * spsize/size.c: _Thread_queue_Extract_table removed.
694
6952001-05-17      Joel Sherrill <joel@OARcorp.com>
696
697        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
698        number of staticly configured device drivers.
699
7002001-05-14      Joel Sherrill <joel@OARcorp.com>
701
702        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
703        than the configured number of drivers.
704 
7052002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * configure.ac: Remove ENABLE_GCC28.
708
7092001-04-04      Joel Sherrill <joel@OARcorp.com>
710
711        * spsize/size.c: Reflect SPARC modifcation to get rid of
712        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
713 
7142001-03-29      Joel Sherrill <joel@OARcorp.com>
715
716        * Per PR147 addressed problems when reseting and inserting a timer
717        into a timer chain that did not honor time passage since the last
718        time the timer server was scheduled and the new insertion.
719        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
720
7212001-03-28      Joel Sherrill <joel@OARcorp.com>
722
723        * Side-effect of PR132.
724        * sp21/system.h: Now must explicitly request NULL driver.
725
7262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * configure.ac:
729        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
730        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
731        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
732        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
733        * Makefile.am: Remove AUTOMAKE_OPTIONS.
734        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
735        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
736        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
737        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
738        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
739        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
740        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
741        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
742        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
743        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
744        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
745        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
746        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
747        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
748        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
749        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
750        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
751        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
752        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
753        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
754        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
755        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
756        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
757        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
758        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
759        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
760        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
761        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
762        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
763
7642002-03-20      Chris Johns <ccj@acm.org>
765
766        * PR145.
767        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
768        in system (e.g. driver tasks).  Also exit on minimum number of
769        switches not precise number.
770
7712001-01-29      Joel Sherrill <joel@OARcorp.com>
772
773        * Fixed bug where resetting a timer that was not at the head
774        of one of the task timer chains resulted in the Timer Server
775        task waking up too far in the future.
776        * Added rtems_timer_get_information() directive to support testing.
777        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
778        above condition.
779
7802001-01-22      Joel Sherrill <joel@OARcorp.com>
781
782        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
783        because priority added as argument to rtems_timer_initiate_server().
784
7852001-01-16      Joel Sherrill <joel@OARcorp.com>
786
787        * Added tests for task-based timers.  This included the new tests
788        sp30 and sp31.
789        * Makefile.am, configure.ac: Modified to reflect new tests and files.
790        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
791        for task-based timer services.
792        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
793        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
794        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
795        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
796        sp31/task1.c: New files.
797
7982001-11-01      Joel Sherrill <joel@OARcorp.com>
799
800        * sp26/system.h: Properly account for stack memory used by
801        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
802        and processed as PR78.
803
8042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
805
806        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
807        * configure.in: Remove.
808        * configure.ac: New file, generated from configure.in by autoupdate.
809
8102001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
813
8142001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
815
816        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
817        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
818        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
819        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
820        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
821        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
822        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
823        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
824        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
825        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
826        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
827        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
828        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
829        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
830        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
831        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
832        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
833        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
834        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
835        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
836        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
837        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
838        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
839        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
840        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
841        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
842        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
843        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
844        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
845
8462001-08-16      Joel Sherrill <joel@OARcorp.com>
847
848        * sp20/system.h: Account for extra task stacks properly.
849
8502001-08-16      Joel Sherrill <joel@OARcorp.com>
851
852        * sp13/sp13.scn: Id in screen had wrong class field value.
853        * sp13/system.h: Account for message buffer memory.
854        * sp13/task2.c: Remove unnecessary check for failure.
855
8562001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
857
858        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
859
8602001-04-20      Joel Sherrill <joel@OARcorp.com>
861
862        * sp298/sp28.scn: Minor adjustment so test output matches the screen
863        file.
864
8652001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
868
8692001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
870
871        * sp21/Makefile.am: Remove libtest.
872
8732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
874
875        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
876
8772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
880
8812000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
882
883        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
884        Switch to GNU canonicalization.
885        * sptests.am: Remove DEFS.
886
8872000-09-29      Joel Sherrill <joel@OARcorp.com>
888
889        * sp20/sp20.scn: Corrected to reflect new addition.
890        * sp20/system.h: Removed comment reflecting history.
891
8922000-09-29      Stephan Merker <merker@decrc.abb.de>
893
894        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
895        Added new task to test sequence of altering a period's length
896        while it is still active.
897
8982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
899
900        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
901        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
902        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
903        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
904        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
905        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
906        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
907        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
908        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
909        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
910
9112000-08-10      Joel Sherrill <joel@OARcorp.com>
912
913        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.