source: rtems/testsuites/sptests/ChangeLog @ 4e4f06b

4.104.115
Last change on this file since 4e4f06b was 4e4f06b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/23/09 at 16:12:53

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

  • spintrcritical06/init.c: Test now hits forward and reverse cases.
  • Property mode set to 100644
File size: 70.0 KB
Line 
12009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * spintrcritical06/init.c: Test now hits forward and reverse cases.
4
52009-07-22      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * spintrcritical09/init.c, spintrcritical09/spintrcritical09.scn: Make
8        test work for case that it is documented to handle.
9
102009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * spintrcritical10/.cvsignore, spintrcritical10/Makefile.am,
13        spintrcritical10/init.c, spintrcritical10/spintrcritical10.doc,
14        spintrcritical10/spintrcritical10.scn: New files.
15
162009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * Makefile.am, configure.ac, sp39/init.c, sp39/sp39.scn: Move
19        unreliable third case in sp39 to spintrcritical10. New tests to hit
20        other event synchronization critical sections.
21        * spintrcritical11/.cvsignore, spintrcritical11/Makefile.am,
22        spintrcritical11/init.c, spintrcritical11/spintrcritical11.doc,
23        spintrcritical11/spintrcritical11.scn, spintrcritical12/.cvsignore,
24        spintrcritical12/Makefile.am, spintrcritical12/spintrcritical12.doc,
25        spintrcritical12/spintrcritical12.scn: New files.
26
272009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * Makefile.am, configure.ac: Add new test to exercise Debug Manager.
30        * sp10/.cvsignore, sp10/Makefile.am, sp10/init.c, sp10/sp10.doc,
31        sp10/sp10.scn: New files.
32
332009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * spintrcritical06/init.c: Clean up.
36        * spintrcritical09/init.c: Adjust clock tick so it works on erc32.
37        * spintrcritical09/spintrcritical09.scn: Fill in.
38
392009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * spintrcritical06/init.c: Add comment to indicate test is not finished
42        and known to not hit the case.
43        * Makefile.am, configure.ac: Add a couple more interrupt critical
44        section tests.
45        * spintrcritical08/.cvsignore, spintrcritical08/Makefile.am,
46        spintrcritical08/init.c, spintrcritical08/spintrcritical08.doc,
47        spintrcritical08/spintrcritical08.scn, spintrcritical09/.cvsignore,
48        spintrcritical09/Makefile.am, spintrcritical09/init.c,
49        spintrcritical09/spintrcritical09.doc,
50        spintrcritical09/spintrcritical09.scn: New files.
51
522009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * Makefile.am, configure.ac, spintrcritical06/init.c: Add first attempt
55        at hitting interrupt synchronization critical section in thread queue
56        enqueue priority for reverse insertions.
57        * spintrcritical07/.cvsignore, spintrcritical07/Makefile.am,
58        spintrcritical07/spintrcritical07.doc,
59        spintrcritical07/spintrcritical07.scn: New files.
60
612009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * Makefile.am, configure.ac: Add test case for the
64        _Thread_queue_Enqueue_priority interrupt critical section where the
65        TCB we are using as a current pointer is removed from the thread
66        queue when we flash interrupts while searching forward.
67        * spintrcritical06/.cvsignore, spintrcritical06/Makefile.am,
68        spintrcritical06/init.c, spintrcritical06/spintrcritical06.doc,
69        spintrcritical06/spintrcritical06.scn: New files.
70
712009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * spintrcritical_support/intrcritical.c,
74        spintrcritical_support/intrcritical.h: Change prototype of delay
75        method to indicate when counter is reset. This can be used to count
76        how many iterations we are doing.
77
782009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * Makefile.am, configure.ac: Add sp60 to exercise case where a task is
81        blocked on one period while another expires. Add sp61 which exercises
82        the case where a call is made to rtems_shutdown_executive when the
83        system is not up.
84        * sp60/.cvsignore, sp60/Makefile.am, sp60/init.c, sp60/sp60.doc,
85        sp60/sp60.scn, sp61/.cvsignore, sp61/Makefile.am, sp61/init.c,
86        sp61/sp61.doc, sp61/sp61.scn: New files.
87
882009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * sp04/init.c: To be timesliced, tasks must also me preemptible.
91
922009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * spfatal03/spfatal03.scn, spfatal03/testcase.h: Fix spfatal03 to do
95        what it was intended to do.
96
972009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * spintrcritical_support/intrcritical.c,
100        spintrcritical_support/intrcritical.h: New files.
101
1022009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * Makefile.am, configure.ac: Add new infrastructure which is more
105        reliable about generating cases which hit interrupt critical
106        sections. Remove sp41 since it used its own mechanism.
107        * spintrcritical01/.cvsignore, spintrcritical01/Makefile.am,
108        spintrcritical01/init.c, spintrcritical01/spintrcritical01.doc,
109        spintrcritical01/spintrcritical01.scn, spintrcritical02/.cvsignore,
110        spintrcritical02/Makefile.am, spintrcritical02/spintrcritical02.doc,
111        spintrcritical02/spintrcritical02.scn, spintrcritical03/.cvsignore,
112        spintrcritical03/Makefile.am, spintrcritical03/spintrcritical03.doc,
113        spintrcritical03/spintrcritical03.scn, spintrcritical04/.cvsignore,
114        spintrcritical04/Makefile.am, spintrcritical04/spintrcritical04.doc,
115        spintrcritical04/spintrcritical04.scn, spintrcritical05/.cvsignore,
116        spintrcritical05/Makefile.am, spintrcritical05/spintrcritical05.doc,
117        spintrcritical05/spintrcritical05.scn: New files.
118        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
119        sp41/system.h: Removed.
120
1212009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * sp41/init.c: Remove incorrect comment.
124
1252009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * sp29/init.c: Simple binary semaphores can not be inherit priority.
128
1292009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * sp25/init.c: Spacing.
132
1332009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * Makefile.am, configure.ac: Add sp59 to test path through
136        _Thread_queue_First_priority where the task's priority was in the
137        bottom 1/4 of the range.
138        * sp59/.cvsignore, sp59/Makefile.am, sp59/init.c, sp59/sp59.doc,
139        sp59/sp59.scn: New files.
140
1412009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * Makefile.am, configure.ac: Add test for Thread Queue extract a thread
144        not blocked on a thread queue.
145        * spthreadq01/.cvsignore, spthreadq01/Makefile.am, spthreadq01/init.c,
146        spthreadq01/spthreadq01.doc, spthreadq01/spthreadq01.scn: New files.
147
1482009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * Makefile.am, configure.ac: Add test for timespec divide by zero.
151        * sp58/.cvsignore, sp58/Makefile.am, sp58/init.c, sp58/sp58.doc,
152        sp58/sp58.scn: New files.
153
1542009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * sp43/init.c, sp43/sp43.scn: Add test of having the object class
157        pointer being null. This does not happen naturally at this time so
158        force the point.
159
1602009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * sp12/sp12.scn: Update screen to reflect priority changes from long
163        ago.
164
1652009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * Makefile.am, configure.ac, sp27/Makefile.am, sp27/init.c,
168        sp27/sp27.doc, sp27/sp27.scn: Rework sp27 so it can be reinstantiated
169        as sp27a and test flushing both counting and binary semaphores.
170        Reformatted.
171        * sp27a/.cvsignore, sp27a/Makefile.am, sp27a/sp27a.doc,
172        sp27a/sp27a.scn: New files.
173
1742009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * spstkalloc/Makefile.am: Remove unneeded USE_TIMER_SERVER which was
177        copied fomr other Makefile.am's.
178
1792009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        * sp51/init.c, sp54/Makefile.am, sp55/Makefile.am, sp56/Makefile.am,
182        sp57/Makefile.am, spchain/Makefile.am, spfatal10/Makefile.am,
183        spfatal11/Makefile.am, spfatal12/Makefile.am: Remove unneeded
184        USE_TIMER_SERVER which was copied fomr other Makefile.am's.
185
1862009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * sp57/sp57.doc: Correct.
189
1902009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * Makefile.am, configure.ac: Add test of restarting a task which is in
193        the middle of a sleep or wake after.
194        * sp57/.cvsignore, sp57/Makefile.am, sp57/init.c, sp57/sp57.doc,
195        sp57/sp57.scn: New files.
196
1972009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
198
199        * sp43/init.c, sp43/sp43.scn: Add more cases for
200        rtems_object_get_class_information() to improve coverage.
201
2022009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
203
204        * Makefile.am, configure.ac: Add new test to verify that when a user
205        extension create hook fails, that the error is properly propagated.
206        * sp56/.cvsignore, sp56/Makefile.am, sp56/init.c, sp56/sp56.doc,
207        sp56/sp56.scn: New files.
208
2092009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * sp04/sp04.doc, sp04/sp04.scn, sp04/task1.c: Add test of
212        rtems_extension_delete.
213
2142009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
215
216        * sp09/screen01.c, sp09/sp09.scn: Add test for
217        rtems_object_get_classic_name with invalid id.
218
2192009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
220
221        * sp02/task1.c: Minor spacing.
222
2232009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
224
225        * spfatal12/init.c: Address to heap initialize must be aligned but size
226        must be too small.
227
2282009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
229
230        * Makefile.am, configure.ac: Add new test to exercise case when
231        broadcasting to a message queue with a pending message.
232        * sp55/.cvsignore, sp55/Makefile.am, sp55/init.c, sp55/sp55.doc,
233        sp55/sp55.scn: New files.
234
2352009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
236
237        * Makefile.am, configure.ac: Remove obsolete test now that the numbered
238        spfatal tests appear to cover all fatal error cases.
239        * spfatal/.cvsignore, spfatal/Makefile.am, spfatal/README,
240        spfatal/fatal.c, spfatal/init.c, spfatal/puterr.c,
241        spfatal/spfatal.doc, spfatal/spfatal.scn, spfatal/system.h,
242        spfatal/task1.c: Removed.
243
2442009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
245
246        * Makefile.am, configure.ac, spfatal11/init.c: Add test of cannot
247        initialize workspace heap during initialize. Can be caused by
248        unaligned address or not enough memory to initialize heap required
249        overhead.
250        * spfatal12/.cvsignore, spfatal12/Makefile.am, spfatal12/init.c,
251        spfatal12/spfatal12.doc, spfatal12/spfatal12.scn: New files.
252
2532009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
254
255        * sp54/init.c, sp54/sp54.doc: Add test for Workspace zeroed.
256
2572009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        * sp54/init.c, sp54/sp54.doc: Fix typos and comments.
260
2612009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
262
263        * spstkalloc/spstkalloc.scn: Update screen.
264
2652009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
266
267        * Makefile.am, configure.ac: Add new test for user configured stack
268        allocator/deallocator. Test both pass and fail cases.
269        * spstkalloc/.cvsignore, spstkalloc/Makefile.am, spstkalloc/init.c,
270        spstkalloc/spstkalloc.doc, spstkalloc/spstkalloc.scn: New files.
271
2722009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
273
274        * spchain/init.c, spchain/spchain.scn: Clean up test.
275
2762009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
277
278        * Makefile.am, configure.ac: Add new test to cover bodies of some chain
279        routines whose bodies are not used by RTEMS itself.
280        * spchain/.cvsignore, spchain/Makefile.am, spchain/init.c,
281        spchain/spchain.doc, spchain/spchain.scn: New files.
282
2832009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
284
285        * spwatchdog/init.c, spwatchdog/spwatchdog.scn: Add test case of empty
286        chain for coverage.
287
2882009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
289
290        * sp01/sp01.doc, sp01/task1.c, sp16/sp16.doc, sp16/task5.c: Bypass
291        RTEMS_MILLISECONDS_TO_TICKS and RTEMS_MICROSECONDS_TO_TICKS to
292        improve coverage.
293
2942009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
295
296        * sp01/task1.c: Use RTEMS_MILLISECONDS_TO_TICKS to improve coverage.
297
2982009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
299
300        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/init.c,
301        spfatal10/spfatal10.doc, spfatal10/spfatal10.scn: New files.
302
3032009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
304
305        * Makefile.am, configure.ac, spprintk/init.c, spprintk/spprintk.scn:
306        Enhance spprintk. Add two new fatal error tests to cover
307        __assert_func.
308        * spfatal11/.cvsignore, spfatal11/Makefile.am, spfatal11/init.c,
309        spfatal11/spfatal11.doc, spfatal11/spfatal11.scn: New files.
310
3112009-06-18      Chris Johns <chrisj@rtems.org>
312
313        * sp35/priinv.c, sp35/priinv.c: Declare unions volatile to
314        workaround the H8300 gcc bug.
315
3162009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
317
318        * sp54/init.c: Fix spacing.
319
3202009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
321
322        * sp02/sp02.doc, sp02/system.h: Update copyright year.
323
3242009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
325
326        * sp02/sp02.doc, sp02/system.h: Add test case for configuring the IDLE
327
3282009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
329
330        * Makefile.am, configure.ac: Add new test.
331        * sp54/.cvsignore, sp54/Makefile.am, sp54/init.c, sp54/sp54.doc,
332        sp54/sp54.scn: New files.
333
3342009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
335
336        * Makefile.am, configure.ac: Add sp52 and sp53 based upon bug report
337        from Sergio Faustino <sergio.faustino@edisoft.pt> regarding moving
338        the time of day forward not making server based timers fire.
339        * sp52/.cvsignore, sp52/Makefile.am, sp52/init.c, sp52/sp52.doc,
340        sp52/sp52.scn, sp53/.cvsignore, sp53/Makefile.am, sp53/sp53.doc,
341        sp53/sp53.scn: New files.
342
3432009-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
344
345        * sp51/init.c, sp51/sp51.scn: Add more priority ceiling test cases.
346
3472009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
348
349        PR 1415/cpukit
350        * Makefile.am, configure.ac: Add test for very simple priority ceiling
351        violation.
352        * sp51/.cvsignore, sp51/Makefile.am, sp51/init.c, sp51/sp51.doc,
353        sp51/sp51.scn: New files.
354
3552009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
356
357        PR 1413/cpukit
358        * Makefile.am, configure.ac: Add test for case where server based
359        timers which reinitiated themselves did not get reinserted onto timer
360        chain.
361        * sp50/.cvsignore, sp50/Makefile.am, sp50/init.c, sp50/sp50.doc,
362        sp50/sp50.scn: New files.
363
3642009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
365
366        PR 1414/cpukit
367        * Makefile.am, configure.ac: Tighten math on extraction of index so it
368        is harder to trick by passing in a valid id of an incorrect object
369        class.
370        * sp49/.cvsignore, sp49/Makefile.am, sp49/init.c, sp49/sp49.doc,
371        sp49/sp49.scn: New files.
372
3732009-05-19      Chris Johns <chrisj@rtems.org>
374
375        * sp04/tswitch.c: Lower sample count for small memory targets.
376       
3772009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
378
379        * spprintk/init.c: printk() now 100% covered.
380
3812009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
382
383        * spprintk/init.c: More test cases.
384
3852009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
386
387        * sp09/screen11.c, sp09/sp09.scn: Add case where buffer size is not
388        large enough for buffer node overhead.
389
3902009-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
391
392        * Makefile.am, configure.ac, spwatchdog/system.h,
393        spwkspace/Makefile.am, spwkspace/init.c: Add shell of test for
394        printk. These will help coverage. Simplify spwkspace.
395        * spprintk/.cvsignore, spprintk/Makefile.am, spprintk/init.c,
396        spprintk/spprintk.scn: New files.
397        * spwkspace/system.h: Removed.
398
3992009-05-13      Joel Sherrill <joel.sherrill@OARcorp.com>
400
401        * Makefile.am, configure.ac: New test to exercise rtems_workspace_XXX
402        methods.
403        * spwkspace/.cvsignore, spwkspace/Makefile.am, spwkspace/init.c,
404        spwkspace/spwkspace.scn, spwkspace/system.h: New files.
405
4062009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
407
408        * sp04/system.h, sp04/task1.c, sp04/tswitch.c, sp07/init.c,
409        sp12/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c,
410        sp15/init.c, sp16/system.h, sp19/fptask.c, sp25/system.h,
411        sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp31/task1.c,
412        sp33/init.c, sp34/changepri.c, sp35/priinv.c, sp37/init.c,
413        sp38/init.c, sp39/init.c, sp41/init.c, sp42/init.c, sp43/init.c,
414        sp44/init.c, sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c,
415        spfatal03/testcase.h, spfatal05/testcase.h, spfatal06/testcase.h,
416        spfatal_support/system.h, spobjgetnext/init.c, spsize/getint.c,
417        spsize/size.c: Fix warnings.
418
4192009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
420
421        * Makefile.am, configure.ac: Add initial test of _Objects_Get_next.
422        * spobjgetnext/.cvsignore, spobjgetnext/Makefile.am,
423        spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn,
424        spobjgetnext/system.h: New files.
425
4262009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
427
428        * sp25/init.c, sp25/system.h, sp25/task1.c: Reduce size of array from
429        64k to 20k. No impact on test behavior.
430
4312009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
432
433        * sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.
434
4352009-04-20      Santosh G Vattam <vattam.santosh@gmail.com>
436
437        * sp37/init.c, sp37/sp37.scn: Add test case for
438        rtems_interrupt_level_attribute body.
439
4402009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
441
442        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
443        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
444        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
445        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
446        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
447        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
448        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
449        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
450        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
451        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
452        sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am,
453        sp36/Makefile.am, sp37/Makefile.am, sp38/Makefile.am,
454        sp39/Makefile.am, sp40/Makefile.am, sp41/Makefile.am,
455        sp42/Makefile.am, sp43/Makefile.am, sp44/Makefile.am,
456        sp45/Makefile.am, sp46/Makefile.am, sp47/Makefile.am,
457        sp48/Makefile.am, spfatal/Makefile.am,
458        spfatal01/Makefile.am, spfatal02/Makefile.am,
459        spfatal03/Makefile.am, spfatal04/Makefile.am,
460        spfatal05/Makefile.am, spfatal06/Makefile.am,
461        spfatal07/Makefile.am, spfatal08/Makefile.am,
462        spfatal09/Makefile.am, spsize/Makefile.am,
463        spwatchdog/Makefile.am:
464        Eliminate _exe_/.exe.
465
4662009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
467
468        PR 1388/cpukit
469        * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores
470        allow both priority inherit and ceiling attributes to be set on
471        semaphore create. These attributes are mutually exclusive and this
472        should be an error.
473
4742009-01-30      Joel Sherrill <joel.sherrill@oarcorp.com>
475
476        * Makefile.am, configure.ac: Add sp48 which tests that configuring for
477        unlimited objects when configured for a unified workspace works as
478        expected.
479        * sp48/.cvsignore, sp48/Makefile.am, sp48/init.c, sp48/sp48.doc,
480        sp48/sp48.scn: New files.
481
4822009-01-21      Nickolay Kolchin <nbkolchin@gmail.com>
483                Joel Sherrill <joel.sherrill@oarcorp.com>
484
485        PR 1357/cpukit
486        * Makefile.am, configure.ac: Ensure creating a task with no ASR is
487        honored.
488        * sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
489        sp47/sp47.scn: New files.
490
4912009-01-16      Jennifer Averett <jennifer.averett@OARcorp.com>
492
493        * Makefile.am, configure.ac: Add new test to test Watchdog display
494        helper routines. These reach into the SuperCore.
495        * spwatchdog/.cvsignore, spwatchdog/Makefile.am, spwatchdog/delay.c,
496        spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
497        spwatchdog/system.h, spwatchdog/task1.c: New files.
498
4992009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
500
501        * sp30/task1.c: Cast pointer to id as "void *" rather than task Id.
502
5032009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
504
505        * sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen11.c,
506        sp09/screen12.c, sp09/screen14.c: Use rtems_build_id rather than
507        hard-coded hex numbers for bad object Ids.
508
5092009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
510
511        * sp15/system.h, sp19/system.h: Array of task names should be of type
512        rtems_name not rtems_id. Similarly array of task ids should be
513        rtems_id not rtems_name.
514
5152008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
516
517        * spsize/size.c: Eliminate _TOD_Microseconds_per_tick.
518
5192008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
520
521        * Makefile.am, configure.ac, spfatal06/testcase.h,
522        spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
523        spsize/size.c: Eliminate pointers to API configuration tables in the
524        main configuration table. Reference the main configuration table and
525        the API configuration tables directly using the confdefs.h version
526        rather than obtaining a pointer to it. This eliminated some
527        variables, a potential fatal error, some unnecessary default
528        configuration structures. Overall, about a 4.5% reduction in the code
529        size for minimum and hello on the SPARC.
530        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
531        spfatal10/testcase.h: Removed.
532
5332008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
534
535        * sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
536        sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
537        sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.c: Run all tests
538        successfully with maxixum number of priorities as 16 instead of 256.
539        This was done by temporarily modifying the score priority.h maximum.
540        This allowed testing of all API code to ensure that it worked
541        properly with a reduced number of priorities. Most modifications were
542        to switch from hard-coded maximum to using the API provided methods
543        to determine maximum number of priority levels.
544
5452008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
546
547        * sp46/sp46.scn: Add screen missed earlier.
548
5492008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
550
551        PR 1348/cpukit
552        * Makefile.am, configure.ac: Add test of special case of resetting cpu
553        usage information while a period is running.
554        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
555        sp46/sp46.scn: New files.
556
5572008-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
558
559        * sp45/init.c: New file.
560
5612008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
562
563        PR 1347/cpukit
564        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
565        Rework Timer Server to ensure that the context allows for blocking,
566        allocating memory, and acquiring semaphores and mutexes.
567        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
568        New files.
569
5702008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
571
572        * sp25/system.h: Add warning and temporary m32c conditional until size
573        type addressed.
574
5752008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
576
577        * sp09/screen07.c: Use INT_MAX as number of messages so always
578        properly sized and no overflow on constant.
579        * sp09/screen10.c: Delay so on targets with simulator idle clock
580        tick driver this will work.
581        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
582        byte boundaries rather than two byte boundaries.
583        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
584        allocate more memory than size_t holds on m32c.
585
5862008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
587
588        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
589        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
590        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
591        and Region calls. On 16-bit architectures, size_t can be 16-bits
592        which would limit sizes to 64K. Also address constants which
593        overflowed on 16-bit integer targets.
594
5952008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
596
597        * sp43/sp43.scn: Bump version to 4.9.99.0
598
5992008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
600
601        * sp19/system.h: Use "double" instead of "rtems_double".
602
6032008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
604
605        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
606
6072008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
608
609        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
610        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
611        spfatal_support/init.c, spfatal_support/system.h:
612        Convert to "bool".
613
6142008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
615
616        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
617        declared in a public place.
618
6192008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
620
621        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
622
6232008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
624
625        * sp43/init.c: Fix derefence of uninitialized pointer.
626
6272008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
628
629        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
630        multiprocessing is not enabled. Saves one more variable from single
631        processor configuration.
632
6332008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
634
635        PR 1212/cpukit
636        * Makefile.am, configure.ac: Time slicing will not happen if the task
637        mode is changed from a non-timeslicing mode to timeslicing mode if it
638        is done by the executing thread (e.g. in its task body). This change
639        includes sp44 to demonstrate the problem and verify the correction.
640        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
641
6422008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
643
644        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
645        architectures they are not supported on.
646
6472008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
648
649        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
650
6512008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
652
653        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
654          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
655
6562008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
657
658        * sp28/init.c: Corrections to configuration.
659        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
660        * spsize/size.c: _ISR_Vector_table only exists on architectures
661        which use the Simple Vectored Interrupt Model.
662
6632008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
664
665        * spsize/size.c: Convention calls for leading underscore on private
666        RTEMS variables.
667
6682008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
669
670        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
671        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
672        Refactored and renamed initialization routines to
673        rtems_initialize_data_structures, rtems_initialize_before_drivers,
674        rtems_initialize_device_drivers, and
675        rtems_initialize_start_multitasking. This opened the sequence up so
676        that bootcard() could provide a more robust and flexible framework
677        which is easier to explain and understand. This also lays the
678        groundwork for sharing the division of available memory between the
679        RTEMS workspace and heap and the C library initialization across all
680        BSPs.
681
6822008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
683
684        * sp32/init.c: Formatting.
685
6862008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
687
688        * sp09/screen01.c: Correct test.
689        * sp09/screen14.c: Update copyright.
690        * sp28/init.c: Correct end of test messages.
691
6922008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
693
694        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
695
6962008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
697
698        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
699        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
700        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
701        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
702        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
703        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
704        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
705        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
706        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
707        tests. Add a clock_settime case for < 1988.
708
7092008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
710
711        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
712
7132008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
714
715        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
716        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
717        * sp41/sp41.scn: Now has content.
718        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
719        Object Services recently added to API.
720
7212008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
722
723        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
724        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
725        collection. This changed the name of a few previously public but
726        undocumented services and added a some new services.
727        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
728        sp43/system.h: New files.
729
7302008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
731
732        * spfatal10/.cvsignore: New file.
733
7342008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
735
736        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
737        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
738        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
739        New files.
740
7412008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
742
743        * Makefile.am, configure.ac: Added fatal error tests
744        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
745        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
746        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
747        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
748        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
749        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
750        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
751        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
752        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
753        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
754        spfatal_support/init.c, spfatal_support/system.h: New files.
755
7562008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
757
758        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
759        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
760        test messages.
761
7622008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
763
764        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
765        simple type to a union of an unsigned 32 bit integer and a pointer.
766        This should help eliminate weird casts between u32 and pointers in
767        various places. The APIs now have to explicitly call _u32 or _string
768        versions of helper routines. This should also simplify things and
769        eliminate the need for ugly casts in some cases.
770
7712008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
772
773        * sp42/Makefile.am: New file.
774
7752008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
776
777        Add sp42 to exercise thread queue with knowledge of the implementation
778        so we can exercise all of the normal paths possible.
779        * Makefile.am, configure.ac: Add sp42.
780        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
781
7822008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
783
784        * sp39/init.c: Add case for long timeout on blocking operation.
785        * Makefile.am, configure.ac: Add new test to exercise thread
786        queue blokcing synchronization. sp39 and sp41 are very similar.
787        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
788        sp41/system.h: New files.
789
7902008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
791
792        * sp39/init.c: Clean up.
793
7942008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
795
796        * sp39/init.c: Modify to improve coverage.
797
7982008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
799
800        * sp36/strict_order_mut.c:
801
8022008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
803
804        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
805        driver registration.
806        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
807        sp40/system.h: New files.
808
8092008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
810
811        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
812        Add test cases for:
813          + message queue create requesting too many message buffers
814            for the available memory
815          + region extend with address inside existing heap
816          + timer server initiate too large a stack, create error
817        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
818          + task set priority while holding resource
819
8202008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
821
822        * Makefile.am, configure.ac: Added sp38 and sp39.
823        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
824        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
825        sp39/sp39.scn, sp39/system.h: New files.
826
8272007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
828
829        * sp36/strict_order_mut.c: New file.
830
8312007-12-21      Xi Yang <hiyangxi@gmail.com>
832
833        * Makefile.am, configure.ac: Add support for proper stacking of
834        priority inheritance on mutexes as well as enforce proper order of
835        release.
836        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
837        sp36/sp36.scn: New files.
838
8392007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
840
841        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
842        directive instead of violating RTEMS internals.
843
8442007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
845
846        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
847        Add test cases for User Extension Manager to improve code coverage.
848        * sp21/task1.c: Fix spelling error.
849
8502007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
851
852        * spsize/size.c: Account for previous changes in calculation of MPCI
853        receive server stack.
854
8552007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
856
857        * sp09/screen07.c, sp09/sp09.scn: Add test for
858        rtems_message_queue_broadcast for bad buffer and count pointers.
859        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
860        with bad priority or initiating twice.
861        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
862        it forces a dispatch.
863        * sp37/init.c: New file.
864
8652007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
866
867        * Makefile.am, configure.ac: Add new tests for interrupt disable,
868        enable, flash, and is in progress. These are normally inlines but
869        also have bodies for non-C code. This test also exercises the odd
870        case of calling clock tick from outside an ISR.
871        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
872
8732007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
874
875        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
876        using notepad with the current task's ID or SELF
877        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
878        test missing test cases for clock_get.
879
8802007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
881
882        * sp28/init.c: Add test code for task variables to improve coverage.
883
8842007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
885
886        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
887        RTEMS provided accessor macros to obtain configuration fields.
888
8892007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
890
891        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
892        Configuration Table. Eliminate CPU Table from all ports. Delete
893        references to CPU Table in all forms.
894
8952007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
896
897        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
898
8992007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
900
901        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
902        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
903        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
904        to improve test coverage.
905
9062007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
907
908        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
909        coverage.
910
9112007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
912
913        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
914
9152007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
916
917        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
918        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
919        .scn files.
920
9212007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
922
923        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
924        commented out and updated the .scn file.
925
9262007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
927
928        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
929        buffered test IO.
930
9312007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
932
933        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
934        rtems_io_unregister_driver did not have any test code.
935
9362007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
937
938        * spsize/size.c: Eliminate maximum_drivers configuration parameter
939        since it was used to configure a no longer used feature. Device names
940        are now part of the filesystem not in a table. This also eliminated
941        the variables _IO_Number_of_devices and _IO_Driver_name_table from
942        RTEMS as well as the memory allocation used to populate
943        _IO_Driver_name_table.
944
9452007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
946
947        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
948        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
949        properly.
950
9512007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
952
953        * spsize/size.c: Eliminated the variables
954        _RTEMS_tasks_User_initialization_tasks and
955        _RTEMS_tasks_Number_of_initialization_tasks because they were only
956        used in one place after initialized. It was a waste of space.
957
9582007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
959
960        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
961        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
962        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
963        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
964        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
965        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
966        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
967        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
968        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
969        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
970        spsize/size.c: Add optional managers to Makefiles. Clean up test
971        cases so last output line follows END OF pattern. Make sure test case
972        all run. All tests appeared ok on sis.
973
9742007-04-05      Joel Sherrill <joel@OARcorp.com>
975
976        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
977
9782007-04-05      Joel Sherrill <joel@OARcorp.com>
979
980        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
981        CONFIGURE_TEST_NEEDS_XXX configuration constants to
982        CONFIGURE_APPLICATION_NEEDS_XXX.
983
9842007-04-02      Joel Sherrill <joel@OARcorp.com>
985
986        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
987
9882007-04-02      Joel Sherrill <joel@OARcorp.com>
989
990        * spsize/size.c: Convert from Classic API style TOD_Control as
991        fundamental time structure to POSIX struct timespec. Add
992        clock_get_uptime().
993
9942007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
995
996        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
997
9982007-03-26      Joel Sherrill <joel@OARcorp.com>
999
1000        * sp35/priinv.c: Remove warning.
1001
10022007-03-10      Joel Sherrill <joel@OARcorp.com>
1003
1004        * sp26/system.h: Remove incorrect and duplicate
1005        CONFIGURE_EXTRA_TASK_STACKS.
1006
10072007-03-05      Joel Sherrill <joel@OARcorp.com>
1008
1009        PR 1222/cpukit
1010        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
1011        thread that is blocked on a priority based thread queue is changed,
1012        that its placement in the queue is reevaluated based upon the new
1013        priority. This enhancement includes modifications to the SuperCore as
1014        well as new test cases.
1015        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
1016        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
1017        sp35/sp35.doc, sp35/sp35.scn: New files.
1018
10192007-03-05      Joel Sherrill <joel@OARcorp.com>
1020
1021        * sp26/system.h: Correct memory required for stack sizes.
1022
10232007-02-06      Joel Sherrill <joel@OARcorp.com>
1024
1025        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
1026        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
1027        tests.
1028
10292006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1030
1031        * sp33/init.c: Improve barrier test to include normal blocking with
1032        manual release and unblocking in barrier deletion.
1033
10342006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1035
1036        * configure.ac: New BUG-REPORT address.
1037
10382006-11-20      Joel Sherrill <joel@OARcorp.com>
1039
1040        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
1041        and make output more compliant with other tests.
1042
10432006-11-17      Joel Sherrill <joel@OARcorp.com>
1044
1045        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
1046        cases intended on all targets possible with new heap algorithm.
1047
10482006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1049
1050        * Makefile.am, configure.ac: Adding Classic API Barriers.
1051        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
1052        New files.
1053
10542006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1055
1056        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1057
10582006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1059
1060        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1061        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1062        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1063        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1064        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1065        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1066        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1067        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1068        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1069        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1070        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
1071        Use rtems_testsdir instead.
1072
10732006-04-05      Joel Sherrill <joel@OARcorp.com>
1074                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
1075
1076        * spsize/size.c: Victor spotted the problem that
1077        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
1078        variables and needed to be set to the same value.  I took that
1079        idea and just removed _Thread_MP_Receive.  All uses are now
1080        _MPCI_Receive_server_tcb.
1081
10822005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1083
1084        * configure.ac: Remove RTEMS_ENABLE_BARE,
1085        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1086
10872005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1088
1089        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1090        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1091        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1092        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1093        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1094        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1095        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1096        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1097        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1098        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1099        spfatal/Makefile.am, spsize/Makefile.am:
1100        Convert to use *_PROGRAMS.
1101
11022005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1103
1104        * sp01/Makefile.am, sp02/Makefile.am,
1105        sp03/Makefile.am, sp04/Makefile.am,
1106        sp05/Makefile.am, sp06/Makefile.am,
1107        sp07/Makefile.am, sp08/Makefile.am,
1108        sp09/Makefile.am, sp11/Makefile.am,
1109        sp12/Makefile.am, sp13/Makefile.am,
1110        sp14/Makefile.am, sp15/Makefile.am,
1111        sp16/Makefile.am, sp17/Makefile.am,
1112        sp19/Makefile.am, sp20/Makefile.am,
1113        sp21/Makefile.am, sp22/Makefile.am,
1114        sp23/Makefile.am, sp24/Makefile.am,
1115        sp25/Makefile.am, sp26/Makefile.am,
1116        sp27/Makefile.am, sp28/Makefile.am,
1117        sp29/Makefile.am, sp30/Makefile.am,
1118        sp31/Makefile.am, sp32/Makefile.am,
1119        spfatal/Makefile.am, spsize/Makefile.am: Rework.
1120
11212005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1122
1123        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1124        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1125        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1126        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1127        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1128        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1129        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1130        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1131        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1132        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1133        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
1134        * sptests.am: Remove.
1135
11362005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1137
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        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
1147        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
1148        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
1149
11502005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1151
1152        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
1153
11542005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1155
1156        * spsize/Makefile.am: Rename TEST to spsize.
1157        * spsize/size.scn: Remove.
1158        * spsize/spsize.scn: New (renamed from size.scn).
1159
11602005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1161
1162        * configure.ac: Add spfatal/Makefile.
1163        * Makefile.am: Add spfatal to DIST_SUBDIRS.
1164        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1165        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
1166        * sptests.am: Remove LIB_VARIANT.
1167
11682005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1169
1170        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1171        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1172        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1173        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1174        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1175        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1176        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1177        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1178        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1179        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1180        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
1181
11822005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1183
1184        * Makefile.am: Cleanup.
1185
11862005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1187
1188        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1189        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1190        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1191        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1192        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1193        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1194        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1195        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1196        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1197        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1198        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1199        spfatal/Makefile.am, spsize/Makefile.am:
1200        Partial conversion to automake.
1201
12022005-03-07      Joel Sherrill <joel@OARcorp.com>
1203
1204        * sp13/task1.c: Removed warnings.
1205
12062004-09-29      Joel Sherrill <joel@OARcorp.com>
1207
1208        * spsize/size.c: i960 obsoleted and all references removed.
1209
12102004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1211
1212        * configure.ac: Require automake > 1.9.
1213
12142004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1215
1216        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1217        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1218        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1219        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1220        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1221        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1222        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1223        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1224        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1225        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1226        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1227        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1228        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1229        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1230        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1231        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1232        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1233        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1234        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1235        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1236        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1237        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1238        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1239        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1240        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1241        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1242        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1243        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1244        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1245        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1246        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1247        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1248
12492004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1250
1251        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1252
12532004-03-30      David Querbach <querbach@realtime.bc.ca>
1254
1255        PR 595/tests
1256        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
1257        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
1258        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
1259        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
1260        others treat it as a count of longs.
1261
12622004-03-30      David Querbach <querbach@realtime.bc.ca>
1263
1264        PR 596/tests
1265        * sp32/init.c: A missing definition of TEST_INIT before including
1266        <tmacros.h> means that buffered output will not work even if selected
1267        in buffer_test_io.h.
1268
12692004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1270
1271        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
1272        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
1273        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
1274        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
1275        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
1276        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
1277        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
1278        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
1279        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
1280        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
1281        types.
1282
12832004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1284
1285        * configure.ac: Add 2nd arg to RTEMS_TOP.
1286
12872004-03-05      Joel Sherrill <joel@OARcorp.com>
1288
1289        * sp07/buffered_io.c: Remove warning.
1290
12912004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1292
1293        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1294        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1295        * sp02/Makefile.am: Ditto.
1296        * sp03/Makefile.am: Ditto.
1297        * sp04/Makefile.am: Ditto.
1298        * sp05/Makefile.am: Ditto.
1299        * sp06/Makefile.am: Ditto.
1300        * sp07/Makefile.am: Ditto.
1301        * sp08/Makefile.am: Ditto.
1302        * sp09/Makefile.am: Ditto.
1303        * sp11/Makefile.am: Ditto.
1304        * sp12/Makefile.am: Ditto.
1305        * sp13/Makefile.am: Ditto.
1306        * sp14/Makefile.am: Ditto.
1307        * sp15/Makefile.am: Ditto.
1308        * sp16/Makefile.am: Ditto.
1309        * sp17/Makefile.am: Ditto.
1310        * sp19/Makefile.am: Ditto.
1311        * sp20/Makefile.am: Ditto.
1312        * sp21/Makefile.am: Ditto.
1313        * sp22/Makefile.am: Ditto.
1314        * sp23/Makefile.am: Ditto.
1315        * sp24/Makefile.am: Ditto.
1316        * sp25/Makefile.am: Ditto.
1317        * sp26/Makefile.am: Ditto.
1318        * sp27/Makefile.am: Ditto.
1319        * sp28/Makefile.am: Ditto.
1320        * sp29/Makefile.am: Ditto.
1321        * sp30/Makefile.am: Ditto.
1322        * sp31/Makefile.am: Ditto.
1323        * sp32/Makefile.am: Ditto.
1324        * spfatal/Makefile.am: Ditto.
1325        * spsize/Makefile.am: Ditto.
1326
13272003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1328
1329        * sptests.am: Add dirstamp support.
1330
13312003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1332
1333        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1334
13352003-12-16      Joel Sherrill <joel@OARcorp.com>
1336
1337        PR 544/tests
1338        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
1339        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
1340        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
1341        make tests account for resources and not print at inappropriate
1342        times.
1343        * sp07/buffered_io.c: New file.
1344
13452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1346
1347        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1348
13492003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1350
1351        * sp01/Makefile.am: Remove all-local: $(ARCH).
1352        * sp02/Makefile.am: Remove all-local: $(ARCH).
1353        * sp03/Makefile.am: Remove all-local: $(ARCH).
1354        * sp04/Makefile.am: Remove all-local: $(ARCH).
1355        * sp05/Makefile.am: Remove all-local: $(ARCH).
1356        * sp06/Makefile.am: Remove all-local: $(ARCH).
1357        * sp07/Makefile.am: Remove all-local: $(ARCH).
1358        * sp08/Makefile.am: Remove all-local: $(ARCH).
1359        * sp09/Makefile.am: Remove all-local: $(ARCH).
1360        * sp11/Makefile.am: Remove all-local: $(ARCH).
1361        * sp12/Makefile.am: Remove all-local: $(ARCH).
1362        * sp13/Makefile.am: Remove all-local: $(ARCH).
1363        * sp14/Makefile.am: Remove all-local: $(ARCH).
1364        * sp15/Makefile.am: Remove all-local: $(ARCH).
1365        * sp16/Makefile.am: Remove all-local: $(ARCH).
1366        * sp17/Makefile.am: Remove all-local: $(ARCH).
1367        * sp19/Makefile.am: Remove all-local: $(ARCH).
1368        * sp20/Makefile.am: Remove all-local: $(ARCH).
1369        * sp21/Makefile.am: Remove all-local: $(ARCH).
1370        * sp22/Makefile.am: Remove all-local: $(ARCH).
1371        * sp23/Makefile.am: Remove all-local: $(ARCH).
1372        * sp24/Makefile.am: Remove all-local: $(ARCH).
1373        * sp25/Makefile.am: Remove all-local: $(ARCH).
1374        * sp26/Makefile.am: Remove all-local: $(ARCH).
1375        * sp27/Makefile.am: Remove all-local: $(ARCH).
1376        * sp28/Makefile.am: Remove all-local: $(ARCH).
1377        * sp29/Makefile.am: Remove all-local: $(ARCH).
1378        * sp30/Makefile.am: Remove all-local: $(ARCH).
1379        * sp31/Makefile.am: Remove all-local: $(ARCH).
1380        * sp32/Makefile.am: Remove all-local: $(ARCH).
1381        * spfatal/Makefile.am: Remove all-local: $(ARCH).
1382        * spsize/Makefile.am: Remove all-local: $(ARCH).
1383
13842003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1385
1386        * configure.ac: Reflect having moved to testsuites/.
1387
13882003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1389
1390        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1391
13922003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1393
1394        * configure.ac:Remove RTEMS_CHECK_CPU.
1395
13962003-09-04      Joel Sherrill <joel@OARcorp.com>
1397
1398        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
1399        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
1400        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
1401        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
1402        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
1403        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
1404        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
1405        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
1406        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
1407        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
1408        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
1409        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
1410        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
1411        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
1412        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
1413        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
1414        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
1415        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
1416        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
1417        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
1418        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
1419        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
1420        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
1421        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
1422        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
1423        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
1424        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
1425        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
1426        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
1427        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
1428        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
1429        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
1430        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
1431        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
1432        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
1433        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
1434        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
1435        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
1436        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
1437        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
1438        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
1439        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
1440        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
1441        spsize/size.c, spsize/system.h: URL for license changed.
1442
14432003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
1444
1445        PR 458/tests
1446        * sp30/task1.c: Correct indexing problem.
1447
14482003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1449
1450        * Makefile.am: Reflect having moved aclocal/.
1451
14522003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1453
1454        * Makefile.am: Reflect having moved automake/.
1455        * sp01/Makefile.am: Reflect having moved automake/.
1456        * sp02/Makefile.am: Reflect having moved automake/.
1457        * sp03/Makefile.am: Reflect having moved automake/.
1458        * sp04/Makefile.am: Reflect having moved automake/.
1459        * sp05/Makefile.am: Reflect having moved automake/.
1460        * sp06/Makefile.am: Reflect having moved automake/.
1461        * sp07/Makefile.am: Reflect having moved automake/.
1462        * sp08/Makefile.am: Reflect having moved automake/.
1463        * sp09/Makefile.am: Reflect having moved automake/.
1464        * sp11/Makefile.am: Reflect having moved automake/.
1465        * sp12/Makefile.am: Reflect having moved automake/.
1466        * sp13/Makefile.am: Reflect having moved automake/.
1467        * sp14/Makefile.am: Reflect having moved automake/.
1468        * sp15/Makefile.am: Reflect having moved automake/.
1469        * sp16/Makefile.am: Reflect having moved automake/.
1470        * sp17/Makefile.am: Reflect having moved automake/.
1471        * sp19/Makefile.am: Reflect having moved automake/.
1472        * sp20/Makefile.am: Reflect having moved automake/.
1473        * sp21/Makefile.am: Reflect having moved automake/.
1474        * sp22/Makefile.am: Reflect having moved automake/.
1475        * sp23/Makefile.am: Reflect having moved automake/.
1476        * sp24/Makefile.am: Reflect having moved automake/.
1477        * sp25/Makefile.am: Reflect having moved automake/.
1478        * sp26/Makefile.am: Reflect having moved automake/.
1479        * sp27/Makefile.am: Reflect having moved automake/.
1480        * sp28/Makefile.am: Reflect having moved automake/.
1481        * sp29/Makefile.am: Reflect having moved automake/.
1482        * sp30/Makefile.am: Reflect having moved automake/.
1483        * sp31/Makefile.am: Reflect having moved automake/.
1484        * sp32/Makefile.am: Reflect having moved automake/.
1485        * spfatal/Makefile.am: Reflect having moved automake/.
1486        * spsize/Makefile.am: Reflect having moved automake/.
1487
14882003-08-14      Joel Sherrill <joel@OARcorp.com>
1489
1490        * sp02/task1.c: Added ID to name lookup service and changed name of
1491        id/name translation status code. This propagated to multiple
1492        functions. The user API service added was rtems_object_id_to_name()
1493
14942003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1495
1496        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1497
14982003-05-29      Joel Sherrill <joel@OARcorp.com>
1499
1500        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
1501
15022003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1503
1504        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1505        CC_CFLAGS_DEFAULT (obsolete).
1506
15072003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1508
1509        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1510        Remove CC_LDFLAGS_PROFILE_V.
1511
15122003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1513
1514        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1515
15162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1517
1518        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1519
15202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1521
1522        * configure.ac: AC_PREREQ(2.57).
1523
15242002-11-14      Joel Sherrill <joel@OARcorp.com>
1525
1526        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
1527        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
1528        update the IDs in the screens.
1529
15302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1531
1532        * .cvsignore: Reformat.
1533        Add autom4te*cache.
1534        Remove autom4te.cache.
1535
15362002-09-14      Joel Sherrill <joel@OARcorp.com>
1537
1538        * sp32/.cvsignore: New file.
1539
15402002-09-14      Aaron J. Grier <aaron@frye.com>
1541
1542        * PR271 was not applicable against the current source but included
1543        a nice test that Joel decided to add to the tree as sp32.
1544        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
1545        * Makefile.am, configure.ac: Modified to reflect addition.
1546
15472002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1548
1549        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
1550        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
1551        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
1552        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
1553        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
1554        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
1555        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
1556        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
1557        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
1558        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
1559        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
1560        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
1561        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
1562        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
1563        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
1564        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
1565        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
1566        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
1567        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
1568        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
1569        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
1570        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
1571        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
1572        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
1573        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
1574        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
1575        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
1576        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
1577        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
1578        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
1579        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
1580
15812002-08-01      Joel Sherrill <joel@OARcorp.com>
1582
1583        * Per PR47 add support for buffered test output.  This involved
1584        adding defines to redirect output to a buffer and dump it when
1585        full, at "test pause", and at exit.  To avoid problems when redefining
1586        exit(), all tests were modified to call rtems_test_exit().
1587        Some tests, notable psxtests, had to be modified to include
1588        the standard test macro .h file (pmacros.h or tmacros.h) to
1589        enable this support.
1590        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
1591        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
1592        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
1593        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
1594        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
1595        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
1596        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
1597
15982002-07-30      Joel Sherrill <joel@OARcorp.com>
1599
1600        * spsize/size.c: Don't reference the RTEMS allocated interrupt
1601        stack if the port doesn't configure using it.
1602
16032002-07-04      Joel Sherrill <joel@OARcorp.com>
1604
1605        * Jump table for single entry point removed.
1606        * spsize/size.c:  Modified to reflect above.
1607
16082002-07-01      Joel Sherrill <joel@OARcorp.com>
1609
1610        * sp29/init.c: Corrected definitions for task stack usage.
1611
16122002-07-01      Joel Sherrill <joel@OARcorp.com>
1613
1614        * spsize/size.c: _Thread_queue_Extract_table removed.
1615
16162001-05-17      Joel Sherrill <joel@OARcorp.com>
1617
1618        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
1619        number of staticly configured device drivers.
1620
16212001-05-14      Joel Sherrill <joel@OARcorp.com>
1622
1623        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
1624        than the configured number of drivers.
1625 
16262002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1627
1628        * configure.ac: Remove ENABLE_GCC28.
1629
16302001-04-04      Joel Sherrill <joel@OARcorp.com>
1631
1632        * spsize/size.c: Reflect SPARC modifcation to get rid of
1633        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1634 
16352001-03-29      Joel Sherrill <joel@OARcorp.com>
1636
1637        * Per PR147 addressed problems when reseting and inserting a timer
1638        into a timer chain that did not honor time passage since the last
1639        time the timer server was scheduled and the new insertion.
1640        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1641
16422001-03-28      Joel Sherrill <joel@OARcorp.com>
1643
1644        * Side-effect of PR132.
1645        * sp21/system.h: Now must explicitly request NULL driver.
1646
16472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1648
1649        * configure.ac:
1650        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1651        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1652        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1653        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1654        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1655        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1656        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1657        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1658        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1659        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1660        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1661        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1662        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1663        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1664        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1665        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1666        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1667        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1668        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1669        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1670        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1671        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1672        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1673        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1674        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1675        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1676        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1677        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1678        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1679        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1680        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1681        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1682        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1683        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1684
16852002-03-20      Chris Johns <ccj@acm.org>
1686
1687        * PR145.
1688        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1689        in system (e.g. driver tasks).  Also exit on minimum number of
1690        switches not precise number.
1691
16922001-01-29      Joel Sherrill <joel@OARcorp.com>
1693
1694        * Fixed bug where resetting a timer that was not at the head
1695        of one of the task timer chains resulted in the Timer Server
1696        task waking up too far in the future.
1697        * Added rtems_timer_get_information() directive to support testing.
1698        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1699        above condition.
1700
17012001-01-22      Joel Sherrill <joel@OARcorp.com>
1702
1703        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1704        because priority added as argument to rtems_timer_initiate_server().
1705
17062001-01-16      Joel Sherrill <joel@OARcorp.com>
1707
1708        * Added tests for task-based timers.  This included the new tests
1709        sp30 and sp31.
1710        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1711        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1712        for task-based timer services.
1713        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1714        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1715        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1716        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1717        sp31/task1.c: New files.
1718
17192001-11-01      Joel Sherrill <joel@OARcorp.com>
1720
1721        * sp26/system.h: Properly account for stack memory used by
1722        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1723        and processed as PR78.
1724
17252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1726
1727        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1728        * configure.in: Remove.
1729        * configure.ac: New file, generated from configure.in by autoupdate.
1730
17312001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1732
1733        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1734
17352001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1736
1737        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1738        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1739        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1740        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1741        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1742        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1743        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1744        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1745        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1746        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1747        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1748        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1749        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1750        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1751        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1752        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1753        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1754        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1755        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1756        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1757        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1758        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1759        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1760        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1761        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1762        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1763        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1764        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1765        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1766
17672001-08-16      Joel Sherrill <joel@OARcorp.com>
1768
1769        * sp20/system.h: Account for extra task stacks properly.
1770
17712001-08-16      Joel Sherrill <joel@OARcorp.com>
1772
1773        * sp13/sp13.scn: Id in screen had wrong class field value.
1774        * sp13/system.h: Account for message buffer memory.
1775        * sp13/task2.c: Remove unnecessary check for failure.
1776
17772001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1778
1779        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1780
17812001-04-20      Joel Sherrill <joel@OARcorp.com>
1782
1783        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1784        file.
1785
17862001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1787
1788        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1789
17902001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1791
1792        * sp21/Makefile.am: Remove libtest.
1793
17942000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1795
1796        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1797
17982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1799
1800        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1801
18022000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1803
1804        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1805        Switch to GNU canonicalization.
1806        * sptests.am: Remove DEFS.
1807
18082000-09-29      Joel Sherrill <joel@OARcorp.com>
1809
1810        * sp20/sp20.scn: Corrected to reflect new addition.
1811        * sp20/system.h: Removed comment reflecting history.
1812
18132000-09-29      Stephan Merker <merker@decrc.abb.de>
1814
1815        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1816        Added new task to test sequence of altering a period's length
1817        while it is still active.
1818
18192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1820
1821        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1822        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1823        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1824        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1825        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1826        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1827        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1828        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1829        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1830        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1831
18322000-08-10      Joel Sherrill <joel@OARcorp.com>
1833
1834        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.