source: rtems/testsuites/sptests/ChangeLog @ 14d3ad4f

4.104.115
Last change on this file since 14d3ad4f was ceb3cb3, checked in by Joel Sherrill <joel.sherrill@…>, on 07/20/09 at 18:38:28

2009-07-20 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, spintrcritical06/init.c: Add first attempt at hitting interrupt synchronization critical section in thread queue enqueue priority for reverse insertions.
  • spintrcritical07/.cvsignore, spintrcritical07/Makefile.am, spintrcritical07/spintrcritical07.doc, spintrcritical07/spintrcritical07.scn: New files.
  • Property mode set to 100644
File size: 67.9 KB
Line 
12009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac, spintrcritical06/init.c: Add first attempt
4        at hitting interrupt synchronization critical section in thread queue
5        enqueue priority for reverse insertions.
6        * spintrcritical07/.cvsignore, spintrcritical07/Makefile.am,
7        spintrcritical07/spintrcritical07.doc,
8        spintrcritical07/spintrcritical07.scn: New files.
9
102009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * Makefile.am, configure.ac: Add test case for the
13        _Thread_queue_Enqueue_priority interrupt critical section where the
14        TCB we are using as a current pointer is removed from the thread
15        queue when we flash interrupts while searching forward.
16        * spintrcritical06/.cvsignore, spintrcritical06/Makefile.am,
17        spintrcritical06/init.c, spintrcritical06/spintrcritical06.doc,
18        spintrcritical06/spintrcritical06.scn: New files.
19
202009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * spintrcritical_support/intrcritical.c,
23        spintrcritical_support/intrcritical.h: Change prototype of delay
24        method to indicate when counter is reset. This can be used to count
25        how many iterations we are doing.
26
272009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * Makefile.am, configure.ac: Add sp60 to exercise case where a task is
30        blocked on one period while another expires. Add sp61 which exercises
31        the case where a call is made to rtems_shutdown_executive when the
32        system is not up.
33        * sp60/.cvsignore, sp60/Makefile.am, sp60/init.c, sp60/sp60.doc,
34        sp60/sp60.scn, sp61/.cvsignore, sp61/Makefile.am, sp61/init.c,
35        sp61/sp61.doc, sp61/sp61.scn: New files.
36
372009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * sp04/init.c: To be timesliced, tasks must also me preemptible.
40
412009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * spfatal03/spfatal03.scn, spfatal03/testcase.h: Fix spfatal03 to do
44        what it was intended to do.
45
462009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * spintrcritical_support/intrcritical.c,
49        spintrcritical_support/intrcritical.h: New files.
50
512009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * Makefile.am, configure.ac: Add new infrastructure which is more
54        reliable about generating cases which hit interrupt critical
55        sections. Remove sp41 since it used its own mechanism.
56        * spintrcritical01/.cvsignore, spintrcritical01/Makefile.am,
57        spintrcritical01/init.c, spintrcritical01/spintrcritical01.doc,
58        spintrcritical01/spintrcritical01.scn, spintrcritical02/.cvsignore,
59        spintrcritical02/Makefile.am, spintrcritical02/spintrcritical02.doc,
60        spintrcritical02/spintrcritical02.scn, spintrcritical03/.cvsignore,
61        spintrcritical03/Makefile.am, spintrcritical03/spintrcritical03.doc,
62        spintrcritical03/spintrcritical03.scn, spintrcritical04/.cvsignore,
63        spintrcritical04/Makefile.am, spintrcritical04/spintrcritical04.doc,
64        spintrcritical04/spintrcritical04.scn, spintrcritical05/.cvsignore,
65        spintrcritical05/Makefile.am, spintrcritical05/spintrcritical05.doc,
66        spintrcritical05/spintrcritical05.scn: New files.
67        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
68        sp41/system.h: Removed.
69
702009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * sp41/init.c: Remove incorrect comment.
73
742009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * sp29/init.c: Simple binary semaphores can not be inherit priority.
77
782009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * sp25/init.c: Spacing.
81
822009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * Makefile.am, configure.ac: Add sp59 to test path through
85        _Thread_queue_First_priority where the task's priority was in the
86        bottom 1/4 of the range.
87        * sp59/.cvsignore, sp59/Makefile.am, sp59/init.c, sp59/sp59.doc,
88        sp59/sp59.scn: New files.
89
902009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * Makefile.am, configure.ac: Add test for Thread Queue extract a thread
93        not blocked on a thread queue.
94        * spthreadq01/.cvsignore, spthreadq01/Makefile.am, spthreadq01/init.c,
95        spthreadq01/spthreadq01.doc, spthreadq01/spthreadq01.scn: New files.
96
972009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * Makefile.am, configure.ac: Add test for timespec divide by zero.
100        * sp58/.cvsignore, sp58/Makefile.am, sp58/init.c, sp58/sp58.doc,
101        sp58/sp58.scn: New files.
102
1032009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * sp43/init.c, sp43/sp43.scn: Add test of having the object class
106        pointer being null. This does not happen naturally at this time so
107        force the point.
108
1092009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * sp12/sp12.scn: Update screen to reflect priority changes from long
112        ago.
113
1142009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * Makefile.am, configure.ac, sp27/Makefile.am, sp27/init.c,
117        sp27/sp27.doc, sp27/sp27.scn: Rework sp27 so it can be reinstantiated
118        as sp27a and test flushing both counting and binary semaphores.
119        Reformatted.
120        * sp27a/.cvsignore, sp27a/Makefile.am, sp27a/sp27a.doc,
121        sp27a/sp27a.scn: New files.
122
1232009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * spstkalloc/Makefile.am: Remove unneeded USE_TIMER_SERVER which was
126        copied fomr other Makefile.am's.
127
1282009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * sp51/init.c, sp54/Makefile.am, sp55/Makefile.am, sp56/Makefile.am,
131        sp57/Makefile.am, spchain/Makefile.am, spfatal10/Makefile.am,
132        spfatal11/Makefile.am, spfatal12/Makefile.am: Remove unneeded
133        USE_TIMER_SERVER which was copied fomr other Makefile.am's.
134
1352009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * sp57/sp57.doc: Correct.
138
1392009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * Makefile.am, configure.ac: Add test of restarting a task which is in
142        the middle of a sleep or wake after.
143        * sp57/.cvsignore, sp57/Makefile.am, sp57/init.c, sp57/sp57.doc,
144        sp57/sp57.scn: New files.
145
1462009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * sp43/init.c, sp43/sp43.scn: Add more cases for
149        rtems_object_get_class_information() to improve coverage.
150
1512009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        * Makefile.am, configure.ac: Add new test to verify that when a user
154        extension create hook fails, that the error is properly propagated.
155        * sp56/.cvsignore, sp56/Makefile.am, sp56/init.c, sp56/sp56.doc,
156        sp56/sp56.scn: New files.
157
1582009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * sp04/sp04.doc, sp04/sp04.scn, sp04/task1.c: Add test of
161        rtems_extension_delete.
162
1632009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
164
165        * sp09/screen01.c, sp09/sp09.scn: Add test for
166        rtems_object_get_classic_name with invalid id.
167
1682009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * sp02/task1.c: Minor spacing.
171
1722009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
173
174        * spfatal12/init.c: Address to heap initialize must be aligned but size
175        must be too small.
176
1772009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        * Makefile.am, configure.ac: Add new test to exercise case when
180        broadcasting to a message queue with a pending message.
181        * sp55/.cvsignore, sp55/Makefile.am, sp55/init.c, sp55/sp55.doc,
182        sp55/sp55.scn: New files.
183
1842009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * Makefile.am, configure.ac: Remove obsolete test now that the numbered
187        spfatal tests appear to cover all fatal error cases.
188        * spfatal/.cvsignore, spfatal/Makefile.am, spfatal/README,
189        spfatal/fatal.c, spfatal/init.c, spfatal/puterr.c,
190        spfatal/spfatal.doc, spfatal/spfatal.scn, spfatal/system.h,
191        spfatal/task1.c: Removed.
192
1932009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
194
195        * Makefile.am, configure.ac, spfatal11/init.c: Add test of cannot
196        initialize workspace heap during initialize. Can be caused by
197        unaligned address or not enough memory to initialize heap required
198        overhead.
199        * spfatal12/.cvsignore, spfatal12/Makefile.am, spfatal12/init.c,
200        spfatal12/spfatal12.doc, spfatal12/spfatal12.scn: New files.
201
2022009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
203
204        * sp54/init.c, sp54/sp54.doc: Add test for Workspace zeroed.
205
2062009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
207
208        * sp54/init.c, sp54/sp54.doc: Fix typos and comments.
209
2102009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
211
212        * spstkalloc/spstkalloc.scn: Update screen.
213
2142009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
215
216        * Makefile.am, configure.ac: Add new test for user configured stack
217        allocator/deallocator. Test both pass and fail cases.
218        * spstkalloc/.cvsignore, spstkalloc/Makefile.am, spstkalloc/init.c,
219        spstkalloc/spstkalloc.doc, spstkalloc/spstkalloc.scn: New files.
220
2212009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * spchain/init.c, spchain/spchain.scn: Clean up test.
224
2252009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
226
227        * Makefile.am, configure.ac: Add new test to cover bodies of some chain
228        routines whose bodies are not used by RTEMS itself.
229        * spchain/.cvsignore, spchain/Makefile.am, spchain/init.c,
230        spchain/spchain.doc, spchain/spchain.scn: New files.
231
2322009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
233
234        * spwatchdog/init.c, spwatchdog/spwatchdog.scn: Add test case of empty
235        chain for coverage.
236
2372009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
238
239        * sp01/sp01.doc, sp01/task1.c, sp16/sp16.doc, sp16/task5.c: Bypass
240        RTEMS_MILLISECONDS_TO_TICKS and RTEMS_MICROSECONDS_TO_TICKS to
241        improve coverage.
242
2432009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
244
245        * sp01/task1.c: Use RTEMS_MILLISECONDS_TO_TICKS to improve coverage.
246
2472009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
248
249        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/init.c,
250        spfatal10/spfatal10.doc, spfatal10/spfatal10.scn: New files.
251
2522009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
253
254        * Makefile.am, configure.ac, spprintk/init.c, spprintk/spprintk.scn:
255        Enhance spprintk. Add two new fatal error tests to cover
256        __assert_func.
257        * spfatal11/.cvsignore, spfatal11/Makefile.am, spfatal11/init.c,
258        spfatal11/spfatal11.doc, spfatal11/spfatal11.scn: New files.
259
2602009-06-18      Chris Johns <chrisj@rtems.org>
261
262        * sp35/priinv.c, sp35/priinv.c: Declare unions volatile to
263        workaround the H8300 gcc bug.
264
2652009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
266
267        * sp54/init.c: Fix spacing.
268
2692009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
270
271        * sp02/sp02.doc, sp02/system.h: Update copyright year.
272
2732009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
274
275        * sp02/sp02.doc, sp02/system.h: Add test case for configuring the IDLE
276
2772009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
278
279        * Makefile.am, configure.ac: Add new test.
280        * sp54/.cvsignore, sp54/Makefile.am, sp54/init.c, sp54/sp54.doc,
281        sp54/sp54.scn: New files.
282
2832009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
284
285        * Makefile.am, configure.ac: Add sp52 and sp53 based upon bug report
286        from Sergio Faustino <sergio.faustino@edisoft.pt> regarding moving
287        the time of day forward not making server based timers fire.
288        * sp52/.cvsignore, sp52/Makefile.am, sp52/init.c, sp52/sp52.doc,
289        sp52/sp52.scn, sp53/.cvsignore, sp53/Makefile.am, sp53/sp53.doc,
290        sp53/sp53.scn: New files.
291
2922009-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
293
294        * sp51/init.c, sp51/sp51.scn: Add more priority ceiling test cases.
295
2962009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
297
298        PR 1415/cpukit
299        * Makefile.am, configure.ac: Add test for very simple priority ceiling
300        violation.
301        * sp51/.cvsignore, sp51/Makefile.am, sp51/init.c, sp51/sp51.doc,
302        sp51/sp51.scn: New files.
303
3042009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
305
306        PR 1413/cpukit
307        * Makefile.am, configure.ac: Add test for case where server based
308        timers which reinitiated themselves did not get reinserted onto timer
309        chain.
310        * sp50/.cvsignore, sp50/Makefile.am, sp50/init.c, sp50/sp50.doc,
311        sp50/sp50.scn: New files.
312
3132009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
314
315        PR 1414/cpukit
316        * Makefile.am, configure.ac: Tighten math on extraction of index so it
317        is harder to trick by passing in a valid id of an incorrect object
318        class.
319        * sp49/.cvsignore, sp49/Makefile.am, sp49/init.c, sp49/sp49.doc,
320        sp49/sp49.scn: New files.
321
3222009-05-19      Chris Johns <chrisj@rtems.org>
323
324        * sp04/tswitch.c: Lower sample count for small memory targets.
325       
3262009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
327
328        * spprintk/init.c: printk() now 100% covered.
329
3302009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
331
332        * spprintk/init.c: More test cases.
333
3342009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
335
336        * sp09/screen11.c, sp09/sp09.scn: Add case where buffer size is not
337        large enough for buffer node overhead.
338
3392009-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
340
341        * Makefile.am, configure.ac, spwatchdog/system.h,
342        spwkspace/Makefile.am, spwkspace/init.c: Add shell of test for
343        printk. These will help coverage. Simplify spwkspace.
344        * spprintk/.cvsignore, spprintk/Makefile.am, spprintk/init.c,
345        spprintk/spprintk.scn: New files.
346        * spwkspace/system.h: Removed.
347
3482009-05-13      Joel Sherrill <joel.sherrill@OARcorp.com>
349
350        * Makefile.am, configure.ac: New test to exercise rtems_workspace_XXX
351        methods.
352        * spwkspace/.cvsignore, spwkspace/Makefile.am, spwkspace/init.c,
353        spwkspace/spwkspace.scn, spwkspace/system.h: New files.
354
3552009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
356
357        * sp04/system.h, sp04/task1.c, sp04/tswitch.c, sp07/init.c,
358        sp12/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c,
359        sp15/init.c, sp16/system.h, sp19/fptask.c, sp25/system.h,
360        sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp31/task1.c,
361        sp33/init.c, sp34/changepri.c, sp35/priinv.c, sp37/init.c,
362        sp38/init.c, sp39/init.c, sp41/init.c, sp42/init.c, sp43/init.c,
363        sp44/init.c, sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c,
364        spfatal03/testcase.h, spfatal05/testcase.h, spfatal06/testcase.h,
365        spfatal_support/system.h, spobjgetnext/init.c, spsize/getint.c,
366        spsize/size.c: Fix warnings.
367
3682009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
369
370        * Makefile.am, configure.ac: Add initial test of _Objects_Get_next.
371        * spobjgetnext/.cvsignore, spobjgetnext/Makefile.am,
372        spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn,
373        spobjgetnext/system.h: New files.
374
3752009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
376
377        * sp25/init.c, sp25/system.h, sp25/task1.c: Reduce size of array from
378        64k to 20k. No impact on test behavior.
379
3802009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
381
382        * sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.
383
3842009-04-20      Santosh G Vattam <vattam.santosh@gmail.com>
385
386        * sp37/init.c, sp37/sp37.scn: Add test case for
387        rtems_interrupt_level_attribute body.
388
3892009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
390
391        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
392        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
393        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
394        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
395        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
396        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
397        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
398        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
399        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
400        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
401        sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am,
402        sp36/Makefile.am, sp37/Makefile.am, sp38/Makefile.am,
403        sp39/Makefile.am, sp40/Makefile.am, sp41/Makefile.am,
404        sp42/Makefile.am, sp43/Makefile.am, sp44/Makefile.am,
405        sp45/Makefile.am, sp46/Makefile.am, sp47/Makefile.am,
406        sp48/Makefile.am, spfatal/Makefile.am,
407        spfatal01/Makefile.am, spfatal02/Makefile.am,
408        spfatal03/Makefile.am, spfatal04/Makefile.am,
409        spfatal05/Makefile.am, spfatal06/Makefile.am,
410        spfatal07/Makefile.am, spfatal08/Makefile.am,
411        spfatal09/Makefile.am, spsize/Makefile.am,
412        spwatchdog/Makefile.am:
413        Eliminate _exe_/.exe.
414
4152009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
416
417        PR 1388/cpukit
418        * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores
419        allow both priority inherit and ceiling attributes to be set on
420        semaphore create. These attributes are mutually exclusive and this
421        should be an error.
422
4232009-01-30      Joel Sherrill <joel.sherrill@oarcorp.com>
424
425        * Makefile.am, configure.ac: Add sp48 which tests that configuring for
426        unlimited objects when configured for a unified workspace works as
427        expected.
428        * sp48/.cvsignore, sp48/Makefile.am, sp48/init.c, sp48/sp48.doc,
429        sp48/sp48.scn: New files.
430
4312009-01-21      Nickolay Kolchin <nbkolchin@gmail.com>
432                Joel Sherrill <joel.sherrill@oarcorp.com>
433
434        PR 1357/cpukit
435        * Makefile.am, configure.ac: Ensure creating a task with no ASR is
436        honored.
437        * sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
438        sp47/sp47.scn: New files.
439
4402009-01-16      Jennifer Averett <jennifer.averett@OARcorp.com>
441
442        * Makefile.am, configure.ac: Add new test to test Watchdog display
443        helper routines. These reach into the SuperCore.
444        * spwatchdog/.cvsignore, spwatchdog/Makefile.am, spwatchdog/delay.c,
445        spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
446        spwatchdog/system.h, spwatchdog/task1.c: New files.
447
4482009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
449
450        * sp30/task1.c: Cast pointer to id as "void *" rather than task Id.
451
4522009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
453
454        * sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen11.c,
455        sp09/screen12.c, sp09/screen14.c: Use rtems_build_id rather than
456        hard-coded hex numbers for bad object Ids.
457
4582009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
459
460        * sp15/system.h, sp19/system.h: Array of task names should be of type
461        rtems_name not rtems_id. Similarly array of task ids should be
462        rtems_id not rtems_name.
463
4642008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
465
466        * spsize/size.c: Eliminate _TOD_Microseconds_per_tick.
467
4682008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
469
470        * Makefile.am, configure.ac, spfatal06/testcase.h,
471        spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
472        spsize/size.c: Eliminate pointers to API configuration tables in the
473        main configuration table. Reference the main configuration table and
474        the API configuration tables directly using the confdefs.h version
475        rather than obtaining a pointer to it. This eliminated some
476        variables, a potential fatal error, some unnecessary default
477        configuration structures. Overall, about a 4.5% reduction in the code
478        size for minimum and hello on the SPARC.
479        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
480        spfatal10/testcase.h: Removed.
481
4822008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
483
484        * sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
485        sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
486        sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.c: Run all tests
487        successfully with maxixum number of priorities as 16 instead of 256.
488        This was done by temporarily modifying the score priority.h maximum.
489        This allowed testing of all API code to ensure that it worked
490        properly with a reduced number of priorities. Most modifications were
491        to switch from hard-coded maximum to using the API provided methods
492        to determine maximum number of priority levels.
493
4942008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
495
496        * sp46/sp46.scn: Add screen missed earlier.
497
4982008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
499
500        PR 1348/cpukit
501        * Makefile.am, configure.ac: Add test of special case of resetting cpu
502        usage information while a period is running.
503        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
504        sp46/sp46.scn: New files.
505
5062008-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
507
508        * sp45/init.c: New file.
509
5102008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
511
512        PR 1347/cpukit
513        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
514        Rework Timer Server to ensure that the context allows for blocking,
515        allocating memory, and acquiring semaphores and mutexes.
516        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
517        New files.
518
5192008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
520
521        * sp25/system.h: Add warning and temporary m32c conditional until size
522        type addressed.
523
5242008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
525
526        * sp09/screen07.c: Use INT_MAX as number of messages so always
527        properly sized and no overflow on constant.
528        * sp09/screen10.c: Delay so on targets with simulator idle clock
529        tick driver this will work.
530        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
531        byte boundaries rather than two byte boundaries.
532        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
533        allocate more memory than size_t holds on m32c.
534
5352008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
536
537        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
538        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
539        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
540        and Region calls. On 16-bit architectures, size_t can be 16-bits
541        which would limit sizes to 64K. Also address constants which
542        overflowed on 16-bit integer targets.
543
5442008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
545
546        * sp43/sp43.scn: Bump version to 4.9.99.0
547
5482008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
549
550        * sp19/system.h: Use "double" instead of "rtems_double".
551
5522008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
553
554        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
555
5562008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
557
558        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
559        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
560        spfatal_support/init.c, spfatal_support/system.h:
561        Convert to "bool".
562
5632008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
564
565        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
566        declared in a public place.
567
5682008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
569
570        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
571
5722008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
573
574        * sp43/init.c: Fix derefence of uninitialized pointer.
575
5762008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
577
578        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
579        multiprocessing is not enabled. Saves one more variable from single
580        processor configuration.
581
5822008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
583
584        PR 1212/cpukit
585        * Makefile.am, configure.ac: Time slicing will not happen if the task
586        mode is changed from a non-timeslicing mode to timeslicing mode if it
587        is done by the executing thread (e.g. in its task body). This change
588        includes sp44 to demonstrate the problem and verify the correction.
589        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
590
5912008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
592
593        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
594        architectures they are not supported on.
595
5962008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
597
598        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
599
6002008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
601
602        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
603          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
604
6052008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
606
607        * sp28/init.c: Corrections to configuration.
608        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
609        * spsize/size.c: _ISR_Vector_table only exists on architectures
610        which use the Simple Vectored Interrupt Model.
611
6122008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
613
614        * spsize/size.c: Convention calls for leading underscore on private
615        RTEMS variables.
616
6172008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
618
619        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
620        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
621        Refactored and renamed initialization routines to
622        rtems_initialize_data_structures, rtems_initialize_before_drivers,
623        rtems_initialize_device_drivers, and
624        rtems_initialize_start_multitasking. This opened the sequence up so
625        that bootcard() could provide a more robust and flexible framework
626        which is easier to explain and understand. This also lays the
627        groundwork for sharing the division of available memory between the
628        RTEMS workspace and heap and the C library initialization across all
629        BSPs.
630
6312008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
632
633        * sp32/init.c: Formatting.
634
6352008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
636
637        * sp09/screen01.c: Correct test.
638        * sp09/screen14.c: Update copyright.
639        * sp28/init.c: Correct end of test messages.
640
6412008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
642
643        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
644
6452008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
646
647        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
648        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
649        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
650        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
651        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
652        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
653        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
654        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
655        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
656        tests. Add a clock_settime case for < 1988.
657
6582008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
659
660        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
661
6622008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
663
664        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
665        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
666        * sp41/sp41.scn: Now has content.
667        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
668        Object Services recently added to API.
669
6702008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
671
672        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
673        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
674        collection. This changed the name of a few previously public but
675        undocumented services and added a some new services.
676        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
677        sp43/system.h: New files.
678
6792008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
680
681        * spfatal10/.cvsignore: New file.
682
6832008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
684
685        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
686        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
687        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
688        New files.
689
6902008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
691
692        * Makefile.am, configure.ac: Added fatal error tests
693        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
694        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
695        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
696        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
697        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
698        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
699        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
700        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
701        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
702        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
703        spfatal_support/init.c, spfatal_support/system.h: New files.
704
7052008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
706
707        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
708        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
709        test messages.
710
7112008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
712
713        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
714        simple type to a union of an unsigned 32 bit integer and a pointer.
715        This should help eliminate weird casts between u32 and pointers in
716        various places. The APIs now have to explicitly call _u32 or _string
717        versions of helper routines. This should also simplify things and
718        eliminate the need for ugly casts in some cases.
719
7202008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
721
722        * sp42/Makefile.am: New file.
723
7242008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
725
726        Add sp42 to exercise thread queue with knowledge of the implementation
727        so we can exercise all of the normal paths possible.
728        * Makefile.am, configure.ac: Add sp42.
729        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
730
7312008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
732
733        * sp39/init.c: Add case for long timeout on blocking operation.
734        * Makefile.am, configure.ac: Add new test to exercise thread
735        queue blokcing synchronization. sp39 and sp41 are very similar.
736        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
737        sp41/system.h: New files.
738
7392008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
740
741        * sp39/init.c: Clean up.
742
7432008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
744
745        * sp39/init.c: Modify to improve coverage.
746
7472008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
748
749        * sp36/strict_order_mut.c:
750
7512008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
752
753        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
754        driver registration.
755        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
756        sp40/system.h: New files.
757
7582008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
759
760        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
761        Add test cases for:
762          + message queue create requesting too many message buffers
763            for the available memory
764          + region extend with address inside existing heap
765          + timer server initiate too large a stack, create error
766        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
767          + task set priority while holding resource
768
7692008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
770
771        * Makefile.am, configure.ac: Added sp38 and sp39.
772        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
773        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
774        sp39/sp39.scn, sp39/system.h: New files.
775
7762007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
777
778        * sp36/strict_order_mut.c: New file.
779
7802007-12-21      Xi Yang <hiyangxi@gmail.com>
781
782        * Makefile.am, configure.ac: Add support for proper stacking of
783        priority inheritance on mutexes as well as enforce proper order of
784        release.
785        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
786        sp36/sp36.scn: New files.
787
7882007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
789
790        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
791        directive instead of violating RTEMS internals.
792
7932007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
794
795        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
796        Add test cases for User Extension Manager to improve code coverage.
797        * sp21/task1.c: Fix spelling error.
798
7992007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
800
801        * spsize/size.c: Account for previous changes in calculation of MPCI
802        receive server stack.
803
8042007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
805
806        * sp09/screen07.c, sp09/sp09.scn: Add test for
807        rtems_message_queue_broadcast for bad buffer and count pointers.
808        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
809        with bad priority or initiating twice.
810        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
811        it forces a dispatch.
812        * sp37/init.c: New file.
813
8142007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
815
816        * Makefile.am, configure.ac: Add new tests for interrupt disable,
817        enable, flash, and is in progress. These are normally inlines but
818        also have bodies for non-C code. This test also exercises the odd
819        case of calling clock tick from outside an ISR.
820        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
821
8222007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
823
824        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
825        using notepad with the current task's ID or SELF
826        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
827        test missing test cases for clock_get.
828
8292007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
830
831        * sp28/init.c: Add test code for task variables to improve coverage.
832
8332007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
834
835        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
836        RTEMS provided accessor macros to obtain configuration fields.
837
8382007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
839
840        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
841        Configuration Table. Eliminate CPU Table from all ports. Delete
842        references to CPU Table in all forms.
843
8442007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
845
846        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
847
8482007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
849
850        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
851        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
852        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
853        to improve test coverage.
854
8552007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
856
857        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
858        coverage.
859
8602007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
861
862        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
863
8642007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
865
866        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
867        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
868        .scn files.
869
8702007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
871
872        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
873        commented out and updated the .scn file.
874
8752007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
876
877        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
878        buffered test IO.
879
8802007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
881
882        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
883        rtems_io_unregister_driver did not have any test code.
884
8852007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
886
887        * spsize/size.c: Eliminate maximum_drivers configuration parameter
888        since it was used to configure a no longer used feature. Device names
889        are now part of the filesystem not in a table. This also eliminated
890        the variables _IO_Number_of_devices and _IO_Driver_name_table from
891        RTEMS as well as the memory allocation used to populate
892        _IO_Driver_name_table.
893
8942007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
895
896        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
897        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
898        properly.
899
9002007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
901
902        * spsize/size.c: Eliminated the variables
903        _RTEMS_tasks_User_initialization_tasks and
904        _RTEMS_tasks_Number_of_initialization_tasks because they were only
905        used in one place after initialized. It was a waste of space.
906
9072007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
908
909        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
910        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
911        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
912        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
913        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
914        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
915        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
916        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
917        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
918        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
919        spsize/size.c: Add optional managers to Makefiles. Clean up test
920        cases so last output line follows END OF pattern. Make sure test case
921        all run. All tests appeared ok on sis.
922
9232007-04-05      Joel Sherrill <joel@OARcorp.com>
924
925        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
926
9272007-04-05      Joel Sherrill <joel@OARcorp.com>
928
929        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
930        CONFIGURE_TEST_NEEDS_XXX configuration constants to
931        CONFIGURE_APPLICATION_NEEDS_XXX.
932
9332007-04-02      Joel Sherrill <joel@OARcorp.com>
934
935        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
936
9372007-04-02      Joel Sherrill <joel@OARcorp.com>
938
939        * spsize/size.c: Convert from Classic API style TOD_Control as
940        fundamental time structure to POSIX struct timespec. Add
941        clock_get_uptime().
942
9432007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
944
945        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
946
9472007-03-26      Joel Sherrill <joel@OARcorp.com>
948
949        * sp35/priinv.c: Remove warning.
950
9512007-03-10      Joel Sherrill <joel@OARcorp.com>
952
953        * sp26/system.h: Remove incorrect and duplicate
954        CONFIGURE_EXTRA_TASK_STACKS.
955
9562007-03-05      Joel Sherrill <joel@OARcorp.com>
957
958        PR 1222/cpukit
959        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
960        thread that is blocked on a priority based thread queue is changed,
961        that its placement in the queue is reevaluated based upon the new
962        priority. This enhancement includes modifications to the SuperCore as
963        well as new test cases.
964        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
965        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
966        sp35/sp35.doc, sp35/sp35.scn: New files.
967
9682007-03-05      Joel Sherrill <joel@OARcorp.com>
969
970        * sp26/system.h: Correct memory required for stack sizes.
971
9722007-02-06      Joel Sherrill <joel@OARcorp.com>
973
974        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
975        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
976        tests.
977
9782006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
979
980        * sp33/init.c: Improve barrier test to include normal blocking with
981        manual release and unblocking in barrier deletion.
982
9832006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
984
985        * configure.ac: New BUG-REPORT address.
986
9872006-11-20      Joel Sherrill <joel@OARcorp.com>
988
989        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
990        and make output more compliant with other tests.
991
9922006-11-17      Joel Sherrill <joel@OARcorp.com>
993
994        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
995        cases intended on all targets possible with new heap algorithm.
996
9972006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
998
999        * Makefile.am, configure.ac: Adding Classic API Barriers.
1000        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
1001        New files.
1002
10032006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1004
1005        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1006
10072006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1008
1009        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1010        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1011        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1012        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1013        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1014        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1015        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1016        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1017        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1018        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1019        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
1020        Use rtems_testsdir instead.
1021
10222006-04-05      Joel Sherrill <joel@OARcorp.com>
1023                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
1024
1025        * spsize/size.c: Victor spotted the problem that
1026        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
1027        variables and needed to be set to the same value.  I took that
1028        idea and just removed _Thread_MP_Receive.  All uses are now
1029        _MPCI_Receive_server_tcb.
1030
10312005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1032
1033        * configure.ac: Remove RTEMS_ENABLE_BARE,
1034        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1035
10362005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1037
1038        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1039        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1040        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1041        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1042        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1043        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1044        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1045        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1046        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1047        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1048        spfatal/Makefile.am, spsize/Makefile.am:
1049        Convert to use *_PROGRAMS.
1050
10512005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1052
1053        * sp01/Makefile.am, sp02/Makefile.am,
1054        sp03/Makefile.am, sp04/Makefile.am,
1055        sp05/Makefile.am, sp06/Makefile.am,
1056        sp07/Makefile.am, sp08/Makefile.am,
1057        sp09/Makefile.am, sp11/Makefile.am,
1058        sp12/Makefile.am, sp13/Makefile.am,
1059        sp14/Makefile.am, sp15/Makefile.am,
1060        sp16/Makefile.am, sp17/Makefile.am,
1061        sp19/Makefile.am, sp20/Makefile.am,
1062        sp21/Makefile.am, sp22/Makefile.am,
1063        sp23/Makefile.am, sp24/Makefile.am,
1064        sp25/Makefile.am, sp26/Makefile.am,
1065        sp27/Makefile.am, sp28/Makefile.am,
1066        sp29/Makefile.am, sp30/Makefile.am,
1067        sp31/Makefile.am, sp32/Makefile.am,
1068        spfatal/Makefile.am, spsize/Makefile.am: Rework.
1069
10702005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1071
1072        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1073        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1074        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1075        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1076        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1077        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1078        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1079        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1080        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1081        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1082        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
1083        * sptests.am: Remove.
1084
10852005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1086
1087        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1088        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1089        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1090        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1091        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1092        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1093        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1094        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1095        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
1096        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
1097        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
1098
10992005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1100
1101        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
1102
11032005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1104
1105        * spsize/Makefile.am: Rename TEST to spsize.
1106        * spsize/size.scn: Remove.
1107        * spsize/spsize.scn: New (renamed from size.scn).
1108
11092005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1110
1111        * configure.ac: Add spfatal/Makefile.
1112        * Makefile.am: Add spfatal to DIST_SUBDIRS.
1113        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1114        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
1115        * sptests.am: Remove LIB_VARIANT.
1116
11172005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1118
1119        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1120        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1121        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1122        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1123        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1124        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1125        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1126        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1127        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1128        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1129        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
1130
11312005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1132
1133        * Makefile.am: Cleanup.
1134
11352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1136
1137        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1138        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1139        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1140        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1141        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1142        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1143        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1144        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1145        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1146        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1147        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1148        spfatal/Makefile.am, spsize/Makefile.am:
1149        Partial conversion to automake.
1150
11512005-03-07      Joel Sherrill <joel@OARcorp.com>
1152
1153        * sp13/task1.c: Removed warnings.
1154
11552004-09-29      Joel Sherrill <joel@OARcorp.com>
1156
1157        * spsize/size.c: i960 obsoleted and all references removed.
1158
11592004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1160
1161        * configure.ac: Require automake > 1.9.
1162
11632004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1164
1165        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1166        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1167        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1168        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1169        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1170        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1171        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1172        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1173        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1174        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1175        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1176        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1177        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1178        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1179        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1180        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1181        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1182        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1183        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1184        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1185        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1186        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1187        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1188        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1189        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1190        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1191        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1192        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1193        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1194        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1195        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1196        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1197
11982004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1199
1200        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1201
12022004-03-30      David Querbach <querbach@realtime.bc.ca>
1203
1204        PR 595/tests
1205        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
1206        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
1207        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
1208        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
1209        others treat it as a count of longs.
1210
12112004-03-30      David Querbach <querbach@realtime.bc.ca>
1212
1213        PR 596/tests
1214        * sp32/init.c: A missing definition of TEST_INIT before including
1215        <tmacros.h> means that buffered output will not work even if selected
1216        in buffer_test_io.h.
1217
12182004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1219
1220        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
1221        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
1222        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
1223        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
1224        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
1225        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
1226        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
1227        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
1228        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
1229        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
1230        types.
1231
12322004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1233
1234        * configure.ac: Add 2nd arg to RTEMS_TOP.
1235
12362004-03-05      Joel Sherrill <joel@OARcorp.com>
1237
1238        * sp07/buffered_io.c: Remove warning.
1239
12402004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1241
1242        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1243        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1244        * sp02/Makefile.am: Ditto.
1245        * sp03/Makefile.am: Ditto.
1246        * sp04/Makefile.am: Ditto.
1247        * sp05/Makefile.am: Ditto.
1248        * sp06/Makefile.am: Ditto.
1249        * sp07/Makefile.am: Ditto.
1250        * sp08/Makefile.am: Ditto.
1251        * sp09/Makefile.am: Ditto.
1252        * sp11/Makefile.am: Ditto.
1253        * sp12/Makefile.am: Ditto.
1254        * sp13/Makefile.am: Ditto.
1255        * sp14/Makefile.am: Ditto.
1256        * sp15/Makefile.am: Ditto.
1257        * sp16/Makefile.am: Ditto.
1258        * sp17/Makefile.am: Ditto.
1259        * sp19/Makefile.am: Ditto.
1260        * sp20/Makefile.am: Ditto.
1261        * sp21/Makefile.am: Ditto.
1262        * sp22/Makefile.am: Ditto.
1263        * sp23/Makefile.am: Ditto.
1264        * sp24/Makefile.am: Ditto.
1265        * sp25/Makefile.am: Ditto.
1266        * sp26/Makefile.am: Ditto.
1267        * sp27/Makefile.am: Ditto.
1268        * sp28/Makefile.am: Ditto.
1269        * sp29/Makefile.am: Ditto.
1270        * sp30/Makefile.am: Ditto.
1271        * sp31/Makefile.am: Ditto.
1272        * sp32/Makefile.am: Ditto.
1273        * spfatal/Makefile.am: Ditto.
1274        * spsize/Makefile.am: Ditto.
1275
12762003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1277
1278        * sptests.am: Add dirstamp support.
1279
12802003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1281
1282        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1283
12842003-12-16      Joel Sherrill <joel@OARcorp.com>
1285
1286        PR 544/tests
1287        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
1288        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
1289        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
1290        make tests account for resources and not print at inappropriate
1291        times.
1292        * sp07/buffered_io.c: New file.
1293
12942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1295
1296        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1297
12982003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1299
1300        * sp01/Makefile.am: Remove all-local: $(ARCH).
1301        * sp02/Makefile.am: Remove all-local: $(ARCH).
1302        * sp03/Makefile.am: Remove all-local: $(ARCH).
1303        * sp04/Makefile.am: Remove all-local: $(ARCH).
1304        * sp05/Makefile.am: Remove all-local: $(ARCH).
1305        * sp06/Makefile.am: Remove all-local: $(ARCH).
1306        * sp07/Makefile.am: Remove all-local: $(ARCH).
1307        * sp08/Makefile.am: Remove all-local: $(ARCH).
1308        * sp09/Makefile.am: Remove all-local: $(ARCH).
1309        * sp11/Makefile.am: Remove all-local: $(ARCH).
1310        * sp12/Makefile.am: Remove all-local: $(ARCH).
1311        * sp13/Makefile.am: Remove all-local: $(ARCH).
1312        * sp14/Makefile.am: Remove all-local: $(ARCH).
1313        * sp15/Makefile.am: Remove all-local: $(ARCH).
1314        * sp16/Makefile.am: Remove all-local: $(ARCH).
1315        * sp17/Makefile.am: Remove all-local: $(ARCH).
1316        * sp19/Makefile.am: Remove all-local: $(ARCH).
1317        * sp20/Makefile.am: Remove all-local: $(ARCH).
1318        * sp21/Makefile.am: Remove all-local: $(ARCH).
1319        * sp22/Makefile.am: Remove all-local: $(ARCH).
1320        * sp23/Makefile.am: Remove all-local: $(ARCH).
1321        * sp24/Makefile.am: Remove all-local: $(ARCH).
1322        * sp25/Makefile.am: Remove all-local: $(ARCH).
1323        * sp26/Makefile.am: Remove all-local: $(ARCH).
1324        * sp27/Makefile.am: Remove all-local: $(ARCH).
1325        * sp28/Makefile.am: Remove all-local: $(ARCH).
1326        * sp29/Makefile.am: Remove all-local: $(ARCH).
1327        * sp30/Makefile.am: Remove all-local: $(ARCH).
1328        * sp31/Makefile.am: Remove all-local: $(ARCH).
1329        * sp32/Makefile.am: Remove all-local: $(ARCH).
1330        * spfatal/Makefile.am: Remove all-local: $(ARCH).
1331        * spsize/Makefile.am: Remove all-local: $(ARCH).
1332
13332003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1334
1335        * configure.ac: Reflect having moved to testsuites/.
1336
13372003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1338
1339        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1340
13412003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1342
1343        * configure.ac:Remove RTEMS_CHECK_CPU.
1344
13452003-09-04      Joel Sherrill <joel@OARcorp.com>
1346
1347        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
1348        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
1349        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
1350        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
1351        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
1352        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
1353        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
1354        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
1355        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
1356        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
1357        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
1358        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
1359        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
1360        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
1361        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
1362        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
1363        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
1364        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
1365        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
1366        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
1367        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
1368        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
1369        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
1370        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
1371        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
1372        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
1373        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
1374        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
1375        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
1376        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
1377        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
1378        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
1379        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
1380        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
1381        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
1382        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
1383        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
1384        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
1385        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
1386        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
1387        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
1388        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
1389        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
1390        spsize/size.c, spsize/system.h: URL for license changed.
1391
13922003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
1393
1394        PR 458/tests
1395        * sp30/task1.c: Correct indexing problem.
1396
13972003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1398
1399        * Makefile.am: Reflect having moved aclocal/.
1400
14012003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1402
1403        * Makefile.am: Reflect having moved automake/.
1404        * sp01/Makefile.am: Reflect having moved automake/.
1405        * sp02/Makefile.am: Reflect having moved automake/.
1406        * sp03/Makefile.am: Reflect having moved automake/.
1407        * sp04/Makefile.am: Reflect having moved automake/.
1408        * sp05/Makefile.am: Reflect having moved automake/.
1409        * sp06/Makefile.am: Reflect having moved automake/.
1410        * sp07/Makefile.am: Reflect having moved automake/.
1411        * sp08/Makefile.am: Reflect having moved automake/.
1412        * sp09/Makefile.am: Reflect having moved automake/.
1413        * sp11/Makefile.am: Reflect having moved automake/.
1414        * sp12/Makefile.am: Reflect having moved automake/.
1415        * sp13/Makefile.am: Reflect having moved automake/.
1416        * sp14/Makefile.am: Reflect having moved automake/.
1417        * sp15/Makefile.am: Reflect having moved automake/.
1418        * sp16/Makefile.am: Reflect having moved automake/.
1419        * sp17/Makefile.am: Reflect having moved automake/.
1420        * sp19/Makefile.am: Reflect having moved automake/.
1421        * sp20/Makefile.am: Reflect having moved automake/.
1422        * sp21/Makefile.am: Reflect having moved automake/.
1423        * sp22/Makefile.am: Reflect having moved automake/.
1424        * sp23/Makefile.am: Reflect having moved automake/.
1425        * sp24/Makefile.am: Reflect having moved automake/.
1426        * sp25/Makefile.am: Reflect having moved automake/.
1427        * sp26/Makefile.am: Reflect having moved automake/.
1428        * sp27/Makefile.am: Reflect having moved automake/.
1429        * sp28/Makefile.am: Reflect having moved automake/.
1430        * sp29/Makefile.am: Reflect having moved automake/.
1431        * sp30/Makefile.am: Reflect having moved automake/.
1432        * sp31/Makefile.am: Reflect having moved automake/.
1433        * sp32/Makefile.am: Reflect having moved automake/.
1434        * spfatal/Makefile.am: Reflect having moved automake/.
1435        * spsize/Makefile.am: Reflect having moved automake/.
1436
14372003-08-14      Joel Sherrill <joel@OARcorp.com>
1438
1439        * sp02/task1.c: Added ID to name lookup service and changed name of
1440        id/name translation status code. This propagated to multiple
1441        functions. The user API service added was rtems_object_id_to_name()
1442
14432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1444
1445        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1446
14472003-05-29      Joel Sherrill <joel@OARcorp.com>
1448
1449        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
1450
14512003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1452
1453        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1454        CC_CFLAGS_DEFAULT (obsolete).
1455
14562003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1457
1458        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1459        Remove CC_LDFLAGS_PROFILE_V.
1460
14612003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1462
1463        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1464
14652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1466
1467        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1468
14692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1470
1471        * configure.ac: AC_PREREQ(2.57).
1472
14732002-11-14      Joel Sherrill <joel@OARcorp.com>
1474
1475        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
1476        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
1477        update the IDs in the screens.
1478
14792002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1480
1481        * .cvsignore: Reformat.
1482        Add autom4te*cache.
1483        Remove autom4te.cache.
1484
14852002-09-14      Joel Sherrill <joel@OARcorp.com>
1486
1487        * sp32/.cvsignore: New file.
1488
14892002-09-14      Aaron J. Grier <aaron@frye.com>
1490
1491        * PR271 was not applicable against the current source but included
1492        a nice test that Joel decided to add to the tree as sp32.
1493        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
1494        * Makefile.am, configure.ac: Modified to reflect addition.
1495
14962002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1497
1498        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
1499        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
1500        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
1501        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
1502        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
1503        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
1504        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
1505        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
1506        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
1507        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
1508        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
1509        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
1510        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
1511        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
1512        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
1513        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
1514        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
1515        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
1516        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
1517        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
1518        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
1519        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
1520        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
1521        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
1522        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
1523        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
1524        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
1525        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
1526        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
1527        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
1528        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
1529
15302002-08-01      Joel Sherrill <joel@OARcorp.com>
1531
1532        * Per PR47 add support for buffered test output.  This involved
1533        adding defines to redirect output to a buffer and dump it when
1534        full, at "test pause", and at exit.  To avoid problems when redefining
1535        exit(), all tests were modified to call rtems_test_exit().
1536        Some tests, notable psxtests, had to be modified to include
1537        the standard test macro .h file (pmacros.h or tmacros.h) to
1538        enable this support.
1539        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
1540        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
1541        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
1542        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
1543        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
1544        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
1545        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
1546
15472002-07-30      Joel Sherrill <joel@OARcorp.com>
1548
1549        * spsize/size.c: Don't reference the RTEMS allocated interrupt
1550        stack if the port doesn't configure using it.
1551
15522002-07-04      Joel Sherrill <joel@OARcorp.com>
1553
1554        * Jump table for single entry point removed.
1555        * spsize/size.c:  Modified to reflect above.
1556
15572002-07-01      Joel Sherrill <joel@OARcorp.com>
1558
1559        * sp29/init.c: Corrected definitions for task stack usage.
1560
15612002-07-01      Joel Sherrill <joel@OARcorp.com>
1562
1563        * spsize/size.c: _Thread_queue_Extract_table removed.
1564
15652001-05-17      Joel Sherrill <joel@OARcorp.com>
1566
1567        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
1568        number of staticly configured device drivers.
1569
15702001-05-14      Joel Sherrill <joel@OARcorp.com>
1571
1572        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
1573        than the configured number of drivers.
1574 
15752002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1576
1577        * configure.ac: Remove ENABLE_GCC28.
1578
15792001-04-04      Joel Sherrill <joel@OARcorp.com>
1580
1581        * spsize/size.c: Reflect SPARC modifcation to get rid of
1582        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1583 
15842001-03-29      Joel Sherrill <joel@OARcorp.com>
1585
1586        * Per PR147 addressed problems when reseting and inserting a timer
1587        into a timer chain that did not honor time passage since the last
1588        time the timer server was scheduled and the new insertion.
1589        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1590
15912001-03-28      Joel Sherrill <joel@OARcorp.com>
1592
1593        * Side-effect of PR132.
1594        * sp21/system.h: Now must explicitly request NULL driver.
1595
15962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1597
1598        * configure.ac:
1599        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1600        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1601        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1602        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1603        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1604        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1605        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1606        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1607        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1608        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1609        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1610        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1611        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1612        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1613        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1614        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1615        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1616        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1617        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1618        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1619        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1620        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1621        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1622        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1623        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1624        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1625        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1626        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1627        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1628        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1629        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1630        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1631        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1632        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1633
16342002-03-20      Chris Johns <ccj@acm.org>
1635
1636        * PR145.
1637        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1638        in system (e.g. driver tasks).  Also exit on minimum number of
1639        switches not precise number.
1640
16412001-01-29      Joel Sherrill <joel@OARcorp.com>
1642
1643        * Fixed bug where resetting a timer that was not at the head
1644        of one of the task timer chains resulted in the Timer Server
1645        task waking up too far in the future.
1646        * Added rtems_timer_get_information() directive to support testing.
1647        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1648        above condition.
1649
16502001-01-22      Joel Sherrill <joel@OARcorp.com>
1651
1652        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1653        because priority added as argument to rtems_timer_initiate_server().
1654
16552001-01-16      Joel Sherrill <joel@OARcorp.com>
1656
1657        * Added tests for task-based timers.  This included the new tests
1658        sp30 and sp31.
1659        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1660        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1661        for task-based timer services.
1662        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1663        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1664        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1665        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1666        sp31/task1.c: New files.
1667
16682001-11-01      Joel Sherrill <joel@OARcorp.com>
1669
1670        * sp26/system.h: Properly account for stack memory used by
1671        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1672        and processed as PR78.
1673
16742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1675
1676        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1677        * configure.in: Remove.
1678        * configure.ac: New file, generated from configure.in by autoupdate.
1679
16802001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1681
1682        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1683
16842001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1685
1686        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1687        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1688        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1689        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1690        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1691        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1692        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1693        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1694        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1695        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1696        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1697        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1698        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1699        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1700        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1701        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1702        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1703        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1704        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1705        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1706        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1707        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1708        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1709        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1710        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1711        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1712        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1713        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1714        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1715
17162001-08-16      Joel Sherrill <joel@OARcorp.com>
1717
1718        * sp20/system.h: Account for extra task stacks properly.
1719
17202001-08-16      Joel Sherrill <joel@OARcorp.com>
1721
1722        * sp13/sp13.scn: Id in screen had wrong class field value.
1723        * sp13/system.h: Account for message buffer memory.
1724        * sp13/task2.c: Remove unnecessary check for failure.
1725
17262001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1727
1728        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1729
17302001-04-20      Joel Sherrill <joel@OARcorp.com>
1731
1732        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1733        file.
1734
17352001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1736
1737        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1738
17392001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1740
1741        * sp21/Makefile.am: Remove libtest.
1742
17432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1744
1745        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1746
17472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1748
1749        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1750
17512000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1752
1753        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1754        Switch to GNU canonicalization.
1755        * sptests.am: Remove DEFS.
1756
17572000-09-29      Joel Sherrill <joel@OARcorp.com>
1758
1759        * sp20/sp20.scn: Corrected to reflect new addition.
1760        * sp20/system.h: Removed comment reflecting history.
1761
17622000-09-29      Stephan Merker <merker@decrc.abb.de>
1763
1764        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1765        Added new task to test sequence of altering a period's length
1766        while it is still active.
1767
17682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1769
1770        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1771        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1772        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1773        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1774        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1775        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1776        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1777        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1778        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1779        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1780
17812000-08-10      Joel Sherrill <joel@OARcorp.com>
1782
1783        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.