source: rtems/testsuites/sptests/ChangeLog @ 496274b6

4.104.114.84.95
Last change on this file since 496274b6 was 496274b6, checked in by Joel Sherrill <joel.sherrill@…>, on 06/20/07 at 21:43:28

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

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