source: rtems/testsuites/sptests/ChangeLog @ 99fbb608

4.104.115
Last change on this file since 99fbb608 was 99fbb608, checked in by Joel Sherrill <joel.sherrill@…>, on 07/21/09 at 18:26:27

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

  • spintrcritical06/init.c: Clean up.
  • spintrcritical09/init.c: Adjust clock tick so it works on erc32.
  • spintrcritical09/spintrcritical09.scn: Fill in.
  • Property mode set to 100644
File size: 68.7 KB
Line 
12009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * spintrcritical06/init.c: Clean up.
4        * spintrcritical09/init.c: Adjust clock tick so it works on erc32.
5        * spintrcritical09/spintrcritical09.scn: Fill in.
6
72009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * spintrcritical06/init.c: Add comment to indicate test is not finished
10        and known to not hit the case.
11        * Makefile.am, configure.ac: Add a couple more interrupt critical
12        section tests.
13        * spintrcritical08/.cvsignore, spintrcritical08/Makefile.am,
14        spintrcritical08/init.c, spintrcritical08/spintrcritical08.doc,
15        spintrcritical08/spintrcritical08.scn, spintrcritical09/.cvsignore,
16        spintrcritical09/Makefile.am, spintrcritical09/init.c,
17        spintrcritical09/spintrcritical09.doc,
18        spintrcritical09/spintrcritical09.scn: New files.
19
202009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * Makefile.am, configure.ac, spintrcritical06/init.c: Add first attempt
23        at hitting interrupt synchronization critical section in thread queue
24        enqueue priority for reverse insertions.
25        * spintrcritical07/.cvsignore, spintrcritical07/Makefile.am,
26        spintrcritical07/spintrcritical07.doc,
27        spintrcritical07/spintrcritical07.scn: New files.
28
292009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * Makefile.am, configure.ac: Add test case for the
32        _Thread_queue_Enqueue_priority interrupt critical section where the
33        TCB we are using as a current pointer is removed from the thread
34        queue when we flash interrupts while searching forward.
35        * spintrcritical06/.cvsignore, spintrcritical06/Makefile.am,
36        spintrcritical06/init.c, spintrcritical06/spintrcritical06.doc,
37        spintrcritical06/spintrcritical06.scn: New files.
38
392009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * spintrcritical_support/intrcritical.c,
42        spintrcritical_support/intrcritical.h: Change prototype of delay
43        method to indicate when counter is reset. This can be used to count
44        how many iterations we are doing.
45
462009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * Makefile.am, configure.ac: Add sp60 to exercise case where a task is
49        blocked on one period while another expires. Add sp61 which exercises
50        the case where a call is made to rtems_shutdown_executive when the
51        system is not up.
52        * sp60/.cvsignore, sp60/Makefile.am, sp60/init.c, sp60/sp60.doc,
53        sp60/sp60.scn, sp61/.cvsignore, sp61/Makefile.am, sp61/init.c,
54        sp61/sp61.doc, sp61/sp61.scn: New files.
55
562009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * sp04/init.c: To be timesliced, tasks must also me preemptible.
59
602009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * spfatal03/spfatal03.scn, spfatal03/testcase.h: Fix spfatal03 to do
63        what it was intended to do.
64
652009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * spintrcritical_support/intrcritical.c,
68        spintrcritical_support/intrcritical.h: New files.
69
702009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * Makefile.am, configure.ac: Add new infrastructure which is more
73        reliable about generating cases which hit interrupt critical
74        sections. Remove sp41 since it used its own mechanism.
75        * spintrcritical01/.cvsignore, spintrcritical01/Makefile.am,
76        spintrcritical01/init.c, spintrcritical01/spintrcritical01.doc,
77        spintrcritical01/spintrcritical01.scn, spintrcritical02/.cvsignore,
78        spintrcritical02/Makefile.am, spintrcritical02/spintrcritical02.doc,
79        spintrcritical02/spintrcritical02.scn, spintrcritical03/.cvsignore,
80        spintrcritical03/Makefile.am, spintrcritical03/spintrcritical03.doc,
81        spintrcritical03/spintrcritical03.scn, spintrcritical04/.cvsignore,
82        spintrcritical04/Makefile.am, spintrcritical04/spintrcritical04.doc,
83        spintrcritical04/spintrcritical04.scn, spintrcritical05/.cvsignore,
84        spintrcritical05/Makefile.am, spintrcritical05/spintrcritical05.doc,
85        spintrcritical05/spintrcritical05.scn: New files.
86        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
87        sp41/system.h: Removed.
88
892009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
90
91        * sp41/init.c: Remove incorrect comment.
92
932009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * sp29/init.c: Simple binary semaphores can not be inherit priority.
96
972009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * sp25/init.c: Spacing.
100
1012009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * Makefile.am, configure.ac: Add sp59 to test path through
104        _Thread_queue_First_priority where the task's priority was in the
105        bottom 1/4 of the range.
106        * sp59/.cvsignore, sp59/Makefile.am, sp59/init.c, sp59/sp59.doc,
107        sp59/sp59.scn: New files.
108
1092009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * Makefile.am, configure.ac: Add test for Thread Queue extract a thread
112        not blocked on a thread queue.
113        * spthreadq01/.cvsignore, spthreadq01/Makefile.am, spthreadq01/init.c,
114        spthreadq01/spthreadq01.doc, spthreadq01/spthreadq01.scn: New files.
115
1162009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * Makefile.am, configure.ac: Add test for timespec divide by zero.
119        * sp58/.cvsignore, sp58/Makefile.am, sp58/init.c, sp58/sp58.doc,
120        sp58/sp58.scn: New files.
121
1222009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * sp43/init.c, sp43/sp43.scn: Add test of having the object class
125        pointer being null. This does not happen naturally at this time so
126        force the point.
127
1282009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * sp12/sp12.scn: Update screen to reflect priority changes from long
131        ago.
132
1332009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * Makefile.am, configure.ac, sp27/Makefile.am, sp27/init.c,
136        sp27/sp27.doc, sp27/sp27.scn: Rework sp27 so it can be reinstantiated
137        as sp27a and test flushing both counting and binary semaphores.
138        Reformatted.
139        * sp27a/.cvsignore, sp27a/Makefile.am, sp27a/sp27a.doc,
140        sp27a/sp27a.scn: New files.
141
1422009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * spstkalloc/Makefile.am: Remove unneeded USE_TIMER_SERVER which was
145        copied fomr other Makefile.am's.
146
1472009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * sp51/init.c, sp54/Makefile.am, sp55/Makefile.am, sp56/Makefile.am,
150        sp57/Makefile.am, spchain/Makefile.am, spfatal10/Makefile.am,
151        spfatal11/Makefile.am, spfatal12/Makefile.am: Remove unneeded
152        USE_TIMER_SERVER which was copied fomr other Makefile.am's.
153
1542009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * sp57/sp57.doc: Correct.
157
1582009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * Makefile.am, configure.ac: Add test of restarting a task which is in
161        the middle of a sleep or wake after.
162        * sp57/.cvsignore, sp57/Makefile.am, sp57/init.c, sp57/sp57.doc,
163        sp57/sp57.scn: New files.
164
1652009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * sp43/init.c, sp43/sp43.scn: Add more cases for
168        rtems_object_get_class_information() to improve coverage.
169
1702009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * Makefile.am, configure.ac: Add new test to verify that when a user
173        extension create hook fails, that the error is properly propagated.
174        * sp56/.cvsignore, sp56/Makefile.am, sp56/init.c, sp56/sp56.doc,
175        sp56/sp56.scn: New files.
176
1772009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        * sp04/sp04.doc, sp04/sp04.scn, sp04/task1.c: Add test of
180        rtems_extension_delete.
181
1822009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
183
184        * sp09/screen01.c, sp09/sp09.scn: Add test for
185        rtems_object_get_classic_name with invalid id.
186
1872009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
188
189        * sp02/task1.c: Minor spacing.
190
1912009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
192
193        * spfatal12/init.c: Address to heap initialize must be aligned but size
194        must be too small.
195
1962009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
197
198        * Makefile.am, configure.ac: Add new test to exercise case when
199        broadcasting to a message queue with a pending message.
200        * sp55/.cvsignore, sp55/Makefile.am, sp55/init.c, sp55/sp55.doc,
201        sp55/sp55.scn: New files.
202
2032009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
204
205        * Makefile.am, configure.ac: Remove obsolete test now that the numbered
206        spfatal tests appear to cover all fatal error cases.
207        * spfatal/.cvsignore, spfatal/Makefile.am, spfatal/README,
208        spfatal/fatal.c, spfatal/init.c, spfatal/puterr.c,
209        spfatal/spfatal.doc, spfatal/spfatal.scn, spfatal/system.h,
210        spfatal/task1.c: Removed.
211
2122009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
213
214        * Makefile.am, configure.ac, spfatal11/init.c: Add test of cannot
215        initialize workspace heap during initialize. Can be caused by
216        unaligned address or not enough memory to initialize heap required
217        overhead.
218        * spfatal12/.cvsignore, spfatal12/Makefile.am, spfatal12/init.c,
219        spfatal12/spfatal12.doc, spfatal12/spfatal12.scn: New files.
220
2212009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * sp54/init.c, sp54/sp54.doc: Add test for Workspace zeroed.
224
2252009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
226
227        * sp54/init.c, sp54/sp54.doc: Fix typos and comments.
228
2292009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
230
231        * spstkalloc/spstkalloc.scn: Update screen.
232
2332009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
234
235        * Makefile.am, configure.ac: Add new test for user configured stack
236        allocator/deallocator. Test both pass and fail cases.
237        * spstkalloc/.cvsignore, spstkalloc/Makefile.am, spstkalloc/init.c,
238        spstkalloc/spstkalloc.doc, spstkalloc/spstkalloc.scn: New files.
239
2402009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
241
242        * spchain/init.c, spchain/spchain.scn: Clean up test.
243
2442009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
245
246        * Makefile.am, configure.ac: Add new test to cover bodies of some chain
247        routines whose bodies are not used by RTEMS itself.
248        * spchain/.cvsignore, spchain/Makefile.am, spchain/init.c,
249        spchain/spchain.doc, spchain/spchain.scn: New files.
250
2512009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
252
253        * spwatchdog/init.c, spwatchdog/spwatchdog.scn: Add test case of empty
254        chain for coverage.
255
2562009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
257
258        * sp01/sp01.doc, sp01/task1.c, sp16/sp16.doc, sp16/task5.c: Bypass
259        RTEMS_MILLISECONDS_TO_TICKS and RTEMS_MICROSECONDS_TO_TICKS to
260        improve coverage.
261
2622009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
263
264        * sp01/task1.c: Use RTEMS_MILLISECONDS_TO_TICKS to improve coverage.
265
2662009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
267
268        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/init.c,
269        spfatal10/spfatal10.doc, spfatal10/spfatal10.scn: New files.
270
2712009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
272
273        * Makefile.am, configure.ac, spprintk/init.c, spprintk/spprintk.scn:
274        Enhance spprintk. Add two new fatal error tests to cover
275        __assert_func.
276        * spfatal11/.cvsignore, spfatal11/Makefile.am, spfatal11/init.c,
277        spfatal11/spfatal11.doc, spfatal11/spfatal11.scn: New files.
278
2792009-06-18      Chris Johns <chrisj@rtems.org>
280
281        * sp35/priinv.c, sp35/priinv.c: Declare unions volatile to
282        workaround the H8300 gcc bug.
283
2842009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
285
286        * sp54/init.c: Fix spacing.
287
2882009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
289
290        * sp02/sp02.doc, sp02/system.h: Update copyright year.
291
2922009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
293
294        * sp02/sp02.doc, sp02/system.h: Add test case for configuring the IDLE
295
2962009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
297
298        * Makefile.am, configure.ac: Add new test.
299        * sp54/.cvsignore, sp54/Makefile.am, sp54/init.c, sp54/sp54.doc,
300        sp54/sp54.scn: New files.
301
3022009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
303
304        * Makefile.am, configure.ac: Add sp52 and sp53 based upon bug report
305        from Sergio Faustino <sergio.faustino@edisoft.pt> regarding moving
306        the time of day forward not making server based timers fire.
307        * sp52/.cvsignore, sp52/Makefile.am, sp52/init.c, sp52/sp52.doc,
308        sp52/sp52.scn, sp53/.cvsignore, sp53/Makefile.am, sp53/sp53.doc,
309        sp53/sp53.scn: New files.
310
3112009-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
312
313        * sp51/init.c, sp51/sp51.scn: Add more priority ceiling test cases.
314
3152009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
316
317        PR 1415/cpukit
318        * Makefile.am, configure.ac: Add test for very simple priority ceiling
319        violation.
320        * sp51/.cvsignore, sp51/Makefile.am, sp51/init.c, sp51/sp51.doc,
321        sp51/sp51.scn: New files.
322
3232009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
324
325        PR 1413/cpukit
326        * Makefile.am, configure.ac: Add test for case where server based
327        timers which reinitiated themselves did not get reinserted onto timer
328        chain.
329        * sp50/.cvsignore, sp50/Makefile.am, sp50/init.c, sp50/sp50.doc,
330        sp50/sp50.scn: New files.
331
3322009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
333
334        PR 1414/cpukit
335        * Makefile.am, configure.ac: Tighten math on extraction of index so it
336        is harder to trick by passing in a valid id of an incorrect object
337        class.
338        * sp49/.cvsignore, sp49/Makefile.am, sp49/init.c, sp49/sp49.doc,
339        sp49/sp49.scn: New files.
340
3412009-05-19      Chris Johns <chrisj@rtems.org>
342
343        * sp04/tswitch.c: Lower sample count for small memory targets.
344       
3452009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
346
347        * spprintk/init.c: printk() now 100% covered.
348
3492009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
350
351        * spprintk/init.c: More test cases.
352
3532009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
354
355        * sp09/screen11.c, sp09/sp09.scn: Add case where buffer size is not
356        large enough for buffer node overhead.
357
3582009-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
359
360        * Makefile.am, configure.ac, spwatchdog/system.h,
361        spwkspace/Makefile.am, spwkspace/init.c: Add shell of test for
362        printk. These will help coverage. Simplify spwkspace.
363        * spprintk/.cvsignore, spprintk/Makefile.am, spprintk/init.c,
364        spprintk/spprintk.scn: New files.
365        * spwkspace/system.h: Removed.
366
3672009-05-13      Joel Sherrill <joel.sherrill@OARcorp.com>
368
369        * Makefile.am, configure.ac: New test to exercise rtems_workspace_XXX
370        methods.
371        * spwkspace/.cvsignore, spwkspace/Makefile.am, spwkspace/init.c,
372        spwkspace/spwkspace.scn, spwkspace/system.h: New files.
373
3742009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
375
376        * sp04/system.h, sp04/task1.c, sp04/tswitch.c, sp07/init.c,
377        sp12/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c,
378        sp15/init.c, sp16/system.h, sp19/fptask.c, sp25/system.h,
379        sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp31/task1.c,
380        sp33/init.c, sp34/changepri.c, sp35/priinv.c, sp37/init.c,
381        sp38/init.c, sp39/init.c, sp41/init.c, sp42/init.c, sp43/init.c,
382        sp44/init.c, sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c,
383        spfatal03/testcase.h, spfatal05/testcase.h, spfatal06/testcase.h,
384        spfatal_support/system.h, spobjgetnext/init.c, spsize/getint.c,
385        spsize/size.c: Fix warnings.
386
3872009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
388
389        * Makefile.am, configure.ac: Add initial test of _Objects_Get_next.
390        * spobjgetnext/.cvsignore, spobjgetnext/Makefile.am,
391        spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn,
392        spobjgetnext/system.h: New files.
393
3942009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
395
396        * sp25/init.c, sp25/system.h, sp25/task1.c: Reduce size of array from
397        64k to 20k. No impact on test behavior.
398
3992009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
400
401        * sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.
402
4032009-04-20      Santosh G Vattam <vattam.santosh@gmail.com>
404
405        * sp37/init.c, sp37/sp37.scn: Add test case for
406        rtems_interrupt_level_attribute body.
407
4082009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
409
410        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
411        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
412        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
413        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
414        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
415        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
416        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
417        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
418        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
419        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
420        sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am,
421        sp36/Makefile.am, sp37/Makefile.am, sp38/Makefile.am,
422        sp39/Makefile.am, sp40/Makefile.am, sp41/Makefile.am,
423        sp42/Makefile.am, sp43/Makefile.am, sp44/Makefile.am,
424        sp45/Makefile.am, sp46/Makefile.am, sp47/Makefile.am,
425        sp48/Makefile.am, spfatal/Makefile.am,
426        spfatal01/Makefile.am, spfatal02/Makefile.am,
427        spfatal03/Makefile.am, spfatal04/Makefile.am,
428        spfatal05/Makefile.am, spfatal06/Makefile.am,
429        spfatal07/Makefile.am, spfatal08/Makefile.am,
430        spfatal09/Makefile.am, spsize/Makefile.am,
431        spwatchdog/Makefile.am:
432        Eliminate _exe_/.exe.
433
4342009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
435
436        PR 1388/cpukit
437        * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores
438        allow both priority inherit and ceiling attributes to be set on
439        semaphore create. These attributes are mutually exclusive and this
440        should be an error.
441
4422009-01-30      Joel Sherrill <joel.sherrill@oarcorp.com>
443
444        * Makefile.am, configure.ac: Add sp48 which tests that configuring for
445        unlimited objects when configured for a unified workspace works as
446        expected.
447        * sp48/.cvsignore, sp48/Makefile.am, sp48/init.c, sp48/sp48.doc,
448        sp48/sp48.scn: New files.
449
4502009-01-21      Nickolay Kolchin <nbkolchin@gmail.com>
451                Joel Sherrill <joel.sherrill@oarcorp.com>
452
453        PR 1357/cpukit
454        * Makefile.am, configure.ac: Ensure creating a task with no ASR is
455        honored.
456        * sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
457        sp47/sp47.scn: New files.
458
4592009-01-16      Jennifer Averett <jennifer.averett@OARcorp.com>
460
461        * Makefile.am, configure.ac: Add new test to test Watchdog display
462        helper routines. These reach into the SuperCore.
463        * spwatchdog/.cvsignore, spwatchdog/Makefile.am, spwatchdog/delay.c,
464        spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
465        spwatchdog/system.h, spwatchdog/task1.c: New files.
466
4672009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
468
469        * sp30/task1.c: Cast pointer to id as "void *" rather than task Id.
470
4712009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
472
473        * sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen11.c,
474        sp09/screen12.c, sp09/screen14.c: Use rtems_build_id rather than
475        hard-coded hex numbers for bad object Ids.
476
4772009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
478
479        * sp15/system.h, sp19/system.h: Array of task names should be of type
480        rtems_name not rtems_id. Similarly array of task ids should be
481        rtems_id not rtems_name.
482
4832008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
484
485        * spsize/size.c: Eliminate _TOD_Microseconds_per_tick.
486
4872008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
488
489        * Makefile.am, configure.ac, spfatal06/testcase.h,
490        spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
491        spsize/size.c: Eliminate pointers to API configuration tables in the
492        main configuration table. Reference the main configuration table and
493        the API configuration tables directly using the confdefs.h version
494        rather than obtaining a pointer to it. This eliminated some
495        variables, a potential fatal error, some unnecessary default
496        configuration structures. Overall, about a 4.5% reduction in the code
497        size for minimum and hello on the SPARC.
498        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
499        spfatal10/testcase.h: Removed.
500
5012008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
502
503        * sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
504        sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
505        sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.c: Run all tests
506        successfully with maxixum number of priorities as 16 instead of 256.
507        This was done by temporarily modifying the score priority.h maximum.
508        This allowed testing of all API code to ensure that it worked
509        properly with a reduced number of priorities. Most modifications were
510        to switch from hard-coded maximum to using the API provided methods
511        to determine maximum number of priority levels.
512
5132008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
514
515        * sp46/sp46.scn: Add screen missed earlier.
516
5172008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
518
519        PR 1348/cpukit
520        * Makefile.am, configure.ac: Add test of special case of resetting cpu
521        usage information while a period is running.
522        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
523        sp46/sp46.scn: New files.
524
5252008-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
526
527        * sp45/init.c: New file.
528
5292008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
530
531        PR 1347/cpukit
532        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
533        Rework Timer Server to ensure that the context allows for blocking,
534        allocating memory, and acquiring semaphores and mutexes.
535        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
536        New files.
537
5382008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
539
540        * sp25/system.h: Add warning and temporary m32c conditional until size
541        type addressed.
542
5432008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
544
545        * sp09/screen07.c: Use INT_MAX as number of messages so always
546        properly sized and no overflow on constant.
547        * sp09/screen10.c: Delay so on targets with simulator idle clock
548        tick driver this will work.
549        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
550        byte boundaries rather than two byte boundaries.
551        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
552        allocate more memory than size_t holds on m32c.
553
5542008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
555
556        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
557        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
558        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
559        and Region calls. On 16-bit architectures, size_t can be 16-bits
560        which would limit sizes to 64K. Also address constants which
561        overflowed on 16-bit integer targets.
562
5632008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
564
565        * sp43/sp43.scn: Bump version to 4.9.99.0
566
5672008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
568
569        * sp19/system.h: Use "double" instead of "rtems_double".
570
5712008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
572
573        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
574
5752008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
576
577        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
578        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
579        spfatal_support/init.c, spfatal_support/system.h:
580        Convert to "bool".
581
5822008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
583
584        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
585        declared in a public place.
586
5872008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
588
589        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
590
5912008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
592
593        * sp43/init.c: Fix derefence of uninitialized pointer.
594
5952008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
596
597        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
598        multiprocessing is not enabled. Saves one more variable from single
599        processor configuration.
600
6012008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
602
603        PR 1212/cpukit
604        * Makefile.am, configure.ac: Time slicing will not happen if the task
605        mode is changed from a non-timeslicing mode to timeslicing mode if it
606        is done by the executing thread (e.g. in its task body). This change
607        includes sp44 to demonstrate the problem and verify the correction.
608        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
609
6102008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
611
612        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
613        architectures they are not supported on.
614
6152008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
616
617        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
618
6192008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
620
621        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
622          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
623
6242008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
625
626        * sp28/init.c: Corrections to configuration.
627        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
628        * spsize/size.c: _ISR_Vector_table only exists on architectures
629        which use the Simple Vectored Interrupt Model.
630
6312008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
632
633        * spsize/size.c: Convention calls for leading underscore on private
634        RTEMS variables.
635
6362008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
637
638        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
639        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
640        Refactored and renamed initialization routines to
641        rtems_initialize_data_structures, rtems_initialize_before_drivers,
642        rtems_initialize_device_drivers, and
643        rtems_initialize_start_multitasking. This opened the sequence up so
644        that bootcard() could provide a more robust and flexible framework
645        which is easier to explain and understand. This also lays the
646        groundwork for sharing the division of available memory between the
647        RTEMS workspace and heap and the C library initialization across all
648        BSPs.
649
6502008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
651
652        * sp32/init.c: Formatting.
653
6542008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
655
656        * sp09/screen01.c: Correct test.
657        * sp09/screen14.c: Update copyright.
658        * sp28/init.c: Correct end of test messages.
659
6602008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
661
662        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
663
6642008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
665
666        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
667        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
668        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
669        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
670        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
671        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
672        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
673        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
674        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
675        tests. Add a clock_settime case for < 1988.
676
6772008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
678
679        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
680
6812008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
682
683        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
684        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
685        * sp41/sp41.scn: Now has content.
686        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
687        Object Services recently added to API.
688
6892008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
690
691        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
692        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
693        collection. This changed the name of a few previously public but
694        undocumented services and added a some new services.
695        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
696        sp43/system.h: New files.
697
6982008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
699
700        * spfatal10/.cvsignore: New file.
701
7022008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
703
704        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
705        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
706        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
707        New files.
708
7092008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
710
711        * Makefile.am, configure.ac: Added fatal error tests
712        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
713        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
714        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
715        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
716        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
717        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
718        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
719        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
720        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
721        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
722        spfatal_support/init.c, spfatal_support/system.h: New files.
723
7242008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
725
726        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
727        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
728        test messages.
729
7302008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
731
732        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
733        simple type to a union of an unsigned 32 bit integer and a pointer.
734        This should help eliminate weird casts between u32 and pointers in
735        various places. The APIs now have to explicitly call _u32 or _string
736        versions of helper routines. This should also simplify things and
737        eliminate the need for ugly casts in some cases.
738
7392008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
740
741        * sp42/Makefile.am: New file.
742
7432008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
744
745        Add sp42 to exercise thread queue with knowledge of the implementation
746        so we can exercise all of the normal paths possible.
747        * Makefile.am, configure.ac: Add sp42.
748        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
749
7502008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
751
752        * sp39/init.c: Add case for long timeout on blocking operation.
753        * Makefile.am, configure.ac: Add new test to exercise thread
754        queue blokcing synchronization. sp39 and sp41 are very similar.
755        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
756        sp41/system.h: New files.
757
7582008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
759
760        * sp39/init.c: Clean up.
761
7622008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
763
764        * sp39/init.c: Modify to improve coverage.
765
7662008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
767
768        * sp36/strict_order_mut.c:
769
7702008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
771
772        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
773        driver registration.
774        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
775        sp40/system.h: New files.
776
7772008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
778
779        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
780        Add test cases for:
781          + message queue create requesting too many message buffers
782            for the available memory
783          + region extend with address inside existing heap
784          + timer server initiate too large a stack, create error
785        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
786          + task set priority while holding resource
787
7882008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
789
790        * Makefile.am, configure.ac: Added sp38 and sp39.
791        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
792        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
793        sp39/sp39.scn, sp39/system.h: New files.
794
7952007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
796
797        * sp36/strict_order_mut.c: New file.
798
7992007-12-21      Xi Yang <hiyangxi@gmail.com>
800
801        * Makefile.am, configure.ac: Add support for proper stacking of
802        priority inheritance on mutexes as well as enforce proper order of
803        release.
804        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
805        sp36/sp36.scn: New files.
806
8072007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
808
809        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
810        directive instead of violating RTEMS internals.
811
8122007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
813
814        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
815        Add test cases for User Extension Manager to improve code coverage.
816        * sp21/task1.c: Fix spelling error.
817
8182007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
819
820        * spsize/size.c: Account for previous changes in calculation of MPCI
821        receive server stack.
822
8232007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
824
825        * sp09/screen07.c, sp09/sp09.scn: Add test for
826        rtems_message_queue_broadcast for bad buffer and count pointers.
827        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
828        with bad priority or initiating twice.
829        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
830        it forces a dispatch.
831        * sp37/init.c: New file.
832
8332007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
834
835        * Makefile.am, configure.ac: Add new tests for interrupt disable,
836        enable, flash, and is in progress. These are normally inlines but
837        also have bodies for non-C code. This test also exercises the odd
838        case of calling clock tick from outside an ISR.
839        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
840
8412007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
842
843        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
844        using notepad with the current task's ID or SELF
845        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
846        test missing test cases for clock_get.
847
8482007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
849
850        * sp28/init.c: Add test code for task variables to improve coverage.
851
8522007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
853
854        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
855        RTEMS provided accessor macros to obtain configuration fields.
856
8572007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
858
859        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
860        Configuration Table. Eliminate CPU Table from all ports. Delete
861        references to CPU Table in all forms.
862
8632007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
864
865        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
866
8672007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
868
869        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
870        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
871        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
872        to improve test coverage.
873
8742007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
875
876        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
877        coverage.
878
8792007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
880
881        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
882
8832007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
884
885        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
886        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
887        .scn files.
888
8892007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
890
891        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
892        commented out and updated the .scn file.
893
8942007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
895
896        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
897        buffered test IO.
898
8992007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
900
901        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
902        rtems_io_unregister_driver did not have any test code.
903
9042007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
905
906        * spsize/size.c: Eliminate maximum_drivers configuration parameter
907        since it was used to configure a no longer used feature. Device names
908        are now part of the filesystem not in a table. This also eliminated
909        the variables _IO_Number_of_devices and _IO_Driver_name_table from
910        RTEMS as well as the memory allocation used to populate
911        _IO_Driver_name_table.
912
9132007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
914
915        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
916        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
917        properly.
918
9192007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
920
921        * spsize/size.c: Eliminated the variables
922        _RTEMS_tasks_User_initialization_tasks and
923        _RTEMS_tasks_Number_of_initialization_tasks because they were only
924        used in one place after initialized. It was a waste of space.
925
9262007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
927
928        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
929        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
930        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
931        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
932        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
933        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
934        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
935        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
936        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
937        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
938        spsize/size.c: Add optional managers to Makefiles. Clean up test
939        cases so last output line follows END OF pattern. Make sure test case
940        all run. All tests appeared ok on sis.
941
9422007-04-05      Joel Sherrill <joel@OARcorp.com>
943
944        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
945
9462007-04-05      Joel Sherrill <joel@OARcorp.com>
947
948        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
949        CONFIGURE_TEST_NEEDS_XXX configuration constants to
950        CONFIGURE_APPLICATION_NEEDS_XXX.
951
9522007-04-02      Joel Sherrill <joel@OARcorp.com>
953
954        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
955
9562007-04-02      Joel Sherrill <joel@OARcorp.com>
957
958        * spsize/size.c: Convert from Classic API style TOD_Control as
959        fundamental time structure to POSIX struct timespec. Add
960        clock_get_uptime().
961
9622007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
963
964        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
965
9662007-03-26      Joel Sherrill <joel@OARcorp.com>
967
968        * sp35/priinv.c: Remove warning.
969
9702007-03-10      Joel Sherrill <joel@OARcorp.com>
971
972        * sp26/system.h: Remove incorrect and duplicate
973        CONFIGURE_EXTRA_TASK_STACKS.
974
9752007-03-05      Joel Sherrill <joel@OARcorp.com>
976
977        PR 1222/cpukit
978        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
979        thread that is blocked on a priority based thread queue is changed,
980        that its placement in the queue is reevaluated based upon the new
981        priority. This enhancement includes modifications to the SuperCore as
982        well as new test cases.
983        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
984        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
985        sp35/sp35.doc, sp35/sp35.scn: New files.
986
9872007-03-05      Joel Sherrill <joel@OARcorp.com>
988
989        * sp26/system.h: Correct memory required for stack sizes.
990
9912007-02-06      Joel Sherrill <joel@OARcorp.com>
992
993        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
994        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
995        tests.
996
9972006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
998
999        * sp33/init.c: Improve barrier test to include normal blocking with
1000        manual release and unblocking in barrier deletion.
1001
10022006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1003
1004        * configure.ac: New BUG-REPORT address.
1005
10062006-11-20      Joel Sherrill <joel@OARcorp.com>
1007
1008        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
1009        and make output more compliant with other tests.
1010
10112006-11-17      Joel Sherrill <joel@OARcorp.com>
1012
1013        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
1014        cases intended on all targets possible with new heap algorithm.
1015
10162006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1017
1018        * Makefile.am, configure.ac: Adding Classic API Barriers.
1019        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
1020        New files.
1021
10222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1023
1024        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1025
10262006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1027
1028        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1029        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1030        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1031        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1032        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1033        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1034        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1035        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1036        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1037        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1038        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
1039        Use rtems_testsdir instead.
1040
10412006-04-05      Joel Sherrill <joel@OARcorp.com>
1042                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
1043
1044        * spsize/size.c: Victor spotted the problem that
1045        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
1046        variables and needed to be set to the same value.  I took that
1047        idea and just removed _Thread_MP_Receive.  All uses are now
1048        _MPCI_Receive_server_tcb.
1049
10502005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1051
1052        * configure.ac: Remove RTEMS_ENABLE_BARE,
1053        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1054
10552005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1056
1057        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1058        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1059        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1060        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1061        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1062        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1063        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1064        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1065        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1066        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1067        spfatal/Makefile.am, spsize/Makefile.am:
1068        Convert to use *_PROGRAMS.
1069
10702005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1071
1072        * sp01/Makefile.am, sp02/Makefile.am,
1073        sp03/Makefile.am, sp04/Makefile.am,
1074        sp05/Makefile.am, sp06/Makefile.am,
1075        sp07/Makefile.am, sp08/Makefile.am,
1076        sp09/Makefile.am, sp11/Makefile.am,
1077        sp12/Makefile.am, sp13/Makefile.am,
1078        sp14/Makefile.am, sp15/Makefile.am,
1079        sp16/Makefile.am, sp17/Makefile.am,
1080        sp19/Makefile.am, sp20/Makefile.am,
1081        sp21/Makefile.am, sp22/Makefile.am,
1082        sp23/Makefile.am, sp24/Makefile.am,
1083        sp25/Makefile.am, sp26/Makefile.am,
1084        sp27/Makefile.am, sp28/Makefile.am,
1085        sp29/Makefile.am, sp30/Makefile.am,
1086        sp31/Makefile.am, sp32/Makefile.am,
1087        spfatal/Makefile.am, spsize/Makefile.am: Rework.
1088
10892005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1090
1091        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1092        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1093        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1094        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1095        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1096        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1097        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1098        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1099        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1100        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1101        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
1102        * sptests.am: Remove.
1103
11042005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1105
1106        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1107        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1108        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1109        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1110        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1111        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1112        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1113        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1114        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
1115        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
1116        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
1117
11182005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1119
1120        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
1121
11222005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1123
1124        * spsize/Makefile.am: Rename TEST to spsize.
1125        * spsize/size.scn: Remove.
1126        * spsize/spsize.scn: New (renamed from size.scn).
1127
11282005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1129
1130        * configure.ac: Add spfatal/Makefile.
1131        * Makefile.am: Add spfatal to DIST_SUBDIRS.
1132        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1133        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
1134        * sptests.am: Remove LIB_VARIANT.
1135
11362005-11-07      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        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: Remove SRC, PRINT_SRC.
1149
11502005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1151
1152        * Makefile.am: Cleanup.
1153
11542005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1155
1156        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1157        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1158        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1159        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1160        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1161        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1162        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1163        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1164        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1165        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1166        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1167        spfatal/Makefile.am, spsize/Makefile.am:
1168        Partial conversion to automake.
1169
11702005-03-07      Joel Sherrill <joel@OARcorp.com>
1171
1172        * sp13/task1.c: Removed warnings.
1173
11742004-09-29      Joel Sherrill <joel@OARcorp.com>
1175
1176        * spsize/size.c: i960 obsoleted and all references removed.
1177
11782004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1179
1180        * configure.ac: Require automake > 1.9.
1181
11822004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1183
1184        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1185        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1186        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1187        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1188        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1189        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1190        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1191        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1192        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1193        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1194        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1195        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1196        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1197        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1198        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1199        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1200        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1201        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1202        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1203        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1204        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1205        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1206        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1207        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1208        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1209        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1210        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1211        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1212        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1213        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1214        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1215        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1216
12172004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1218
1219        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1220
12212004-03-30      David Querbach <querbach@realtime.bc.ca>
1222
1223        PR 595/tests
1224        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
1225        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
1226        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
1227        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
1228        others treat it as a count of longs.
1229
12302004-03-30      David Querbach <querbach@realtime.bc.ca>
1231
1232        PR 596/tests
1233        * sp32/init.c: A missing definition of TEST_INIT before including
1234        <tmacros.h> means that buffered output will not work even if selected
1235        in buffer_test_io.h.
1236
12372004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1238
1239        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
1240        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
1241        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
1242        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
1243        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
1244        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
1245        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
1246        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
1247        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
1248        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
1249        types.
1250
12512004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1252
1253        * configure.ac: Add 2nd arg to RTEMS_TOP.
1254
12552004-03-05      Joel Sherrill <joel@OARcorp.com>
1256
1257        * sp07/buffered_io.c: Remove warning.
1258
12592004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1260
1261        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1262        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1263        * sp02/Makefile.am: Ditto.
1264        * sp03/Makefile.am: Ditto.
1265        * sp04/Makefile.am: Ditto.
1266        * sp05/Makefile.am: Ditto.
1267        * sp06/Makefile.am: Ditto.
1268        * sp07/Makefile.am: Ditto.
1269        * sp08/Makefile.am: Ditto.
1270        * sp09/Makefile.am: Ditto.
1271        * sp11/Makefile.am: Ditto.
1272        * sp12/Makefile.am: Ditto.
1273        * sp13/Makefile.am: Ditto.
1274        * sp14/Makefile.am: Ditto.
1275        * sp15/Makefile.am: Ditto.
1276        * sp16/Makefile.am: Ditto.
1277        * sp17/Makefile.am: Ditto.
1278        * sp19/Makefile.am: Ditto.
1279        * sp20/Makefile.am: Ditto.
1280        * sp21/Makefile.am: Ditto.
1281        * sp22/Makefile.am: Ditto.
1282        * sp23/Makefile.am: Ditto.
1283        * sp24/Makefile.am: Ditto.
1284        * sp25/Makefile.am: Ditto.
1285        * sp26/Makefile.am: Ditto.
1286        * sp27/Makefile.am: Ditto.
1287        * sp28/Makefile.am: Ditto.
1288        * sp29/Makefile.am: Ditto.
1289        * sp30/Makefile.am: Ditto.
1290        * sp31/Makefile.am: Ditto.
1291        * sp32/Makefile.am: Ditto.
1292        * spfatal/Makefile.am: Ditto.
1293        * spsize/Makefile.am: Ditto.
1294
12952003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1296
1297        * sptests.am: Add dirstamp support.
1298
12992003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1300
1301        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1302
13032003-12-16      Joel Sherrill <joel@OARcorp.com>
1304
1305        PR 544/tests
1306        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
1307        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
1308        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
1309        make tests account for resources and not print at inappropriate
1310        times.
1311        * sp07/buffered_io.c: New file.
1312
13132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1314
1315        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1316
13172003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1318
1319        * sp01/Makefile.am: Remove all-local: $(ARCH).
1320        * sp02/Makefile.am: Remove all-local: $(ARCH).
1321        * sp03/Makefile.am: Remove all-local: $(ARCH).
1322        * sp04/Makefile.am: Remove all-local: $(ARCH).
1323        * sp05/Makefile.am: Remove all-local: $(ARCH).
1324        * sp06/Makefile.am: Remove all-local: $(ARCH).
1325        * sp07/Makefile.am: Remove all-local: $(ARCH).
1326        * sp08/Makefile.am: Remove all-local: $(ARCH).
1327        * sp09/Makefile.am: Remove all-local: $(ARCH).
1328        * sp11/Makefile.am: Remove all-local: $(ARCH).
1329        * sp12/Makefile.am: Remove all-local: $(ARCH).
1330        * sp13/Makefile.am: Remove all-local: $(ARCH).
1331        * sp14/Makefile.am: Remove all-local: $(ARCH).
1332        * sp15/Makefile.am: Remove all-local: $(ARCH).
1333        * sp16/Makefile.am: Remove all-local: $(ARCH).
1334        * sp17/Makefile.am: Remove all-local: $(ARCH).
1335        * sp19/Makefile.am: Remove all-local: $(ARCH).
1336        * sp20/Makefile.am: Remove all-local: $(ARCH).
1337        * sp21/Makefile.am: Remove all-local: $(ARCH).
1338        * sp22/Makefile.am: Remove all-local: $(ARCH).
1339        * sp23/Makefile.am: Remove all-local: $(ARCH).
1340        * sp24/Makefile.am: Remove all-local: $(ARCH).
1341        * sp25/Makefile.am: Remove all-local: $(ARCH).
1342        * sp26/Makefile.am: Remove all-local: $(ARCH).
1343        * sp27/Makefile.am: Remove all-local: $(ARCH).
1344        * sp28/Makefile.am: Remove all-local: $(ARCH).
1345        * sp29/Makefile.am: Remove all-local: $(ARCH).
1346        * sp30/Makefile.am: Remove all-local: $(ARCH).
1347        * sp31/Makefile.am: Remove all-local: $(ARCH).
1348        * sp32/Makefile.am: Remove all-local: $(ARCH).
1349        * spfatal/Makefile.am: Remove all-local: $(ARCH).
1350        * spsize/Makefile.am: Remove all-local: $(ARCH).
1351
13522003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1353
1354        * configure.ac: Reflect having moved to testsuites/.
1355
13562003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1357
1358        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1359
13602003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1361
1362        * configure.ac:Remove RTEMS_CHECK_CPU.
1363
13642003-09-04      Joel Sherrill <joel@OARcorp.com>
1365
1366        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
1367        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
1368        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
1369        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
1370        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
1371        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
1372        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
1373        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
1374        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
1375        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
1376        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
1377        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
1378        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
1379        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
1380        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
1381        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
1382        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
1383        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
1384        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
1385        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
1386        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
1387        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
1388        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
1389        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
1390        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
1391        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
1392        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
1393        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
1394        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
1395        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
1396        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
1397        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
1398        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
1399        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
1400        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
1401        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
1402        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
1403        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
1404        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
1405        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
1406        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
1407        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
1408        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
1409        spsize/size.c, spsize/system.h: URL for license changed.
1410
14112003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
1412
1413        PR 458/tests
1414        * sp30/task1.c: Correct indexing problem.
1415
14162003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1417
1418        * Makefile.am: Reflect having moved aclocal/.
1419
14202003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1421
1422        * Makefile.am: Reflect having moved automake/.
1423        * sp01/Makefile.am: Reflect having moved automake/.
1424        * sp02/Makefile.am: Reflect having moved automake/.
1425        * sp03/Makefile.am: Reflect having moved automake/.
1426        * sp04/Makefile.am: Reflect having moved automake/.
1427        * sp05/Makefile.am: Reflect having moved automake/.
1428        * sp06/Makefile.am: Reflect having moved automake/.
1429        * sp07/Makefile.am: Reflect having moved automake/.
1430        * sp08/Makefile.am: Reflect having moved automake/.
1431        * sp09/Makefile.am: Reflect having moved automake/.
1432        * sp11/Makefile.am: Reflect having moved automake/.
1433        * sp12/Makefile.am: Reflect having moved automake/.
1434        * sp13/Makefile.am: Reflect having moved automake/.
1435        * sp14/Makefile.am: Reflect having moved automake/.
1436        * sp15/Makefile.am: Reflect having moved automake/.
1437        * sp16/Makefile.am: Reflect having moved automake/.
1438        * sp17/Makefile.am: Reflect having moved automake/.
1439        * sp19/Makefile.am: Reflect having moved automake/.
1440        * sp20/Makefile.am: Reflect having moved automake/.
1441        * sp21/Makefile.am: Reflect having moved automake/.
1442        * sp22/Makefile.am: Reflect having moved automake/.
1443        * sp23/Makefile.am: Reflect having moved automake/.
1444        * sp24/Makefile.am: Reflect having moved automake/.
1445        * sp25/Makefile.am: Reflect having moved automake/.
1446        * sp26/Makefile.am: Reflect having moved automake/.
1447        * sp27/Makefile.am: Reflect having moved automake/.
1448        * sp28/Makefile.am: Reflect having moved automake/.
1449        * sp29/Makefile.am: Reflect having moved automake/.
1450        * sp30/Makefile.am: Reflect having moved automake/.
1451        * sp31/Makefile.am: Reflect having moved automake/.
1452        * sp32/Makefile.am: Reflect having moved automake/.
1453        * spfatal/Makefile.am: Reflect having moved automake/.
1454        * spsize/Makefile.am: Reflect having moved automake/.
1455
14562003-08-14      Joel Sherrill <joel@OARcorp.com>
1457
1458        * sp02/task1.c: Added ID to name lookup service and changed name of
1459        id/name translation status code. This propagated to multiple
1460        functions. The user API service added was rtems_object_id_to_name()
1461
14622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1463
1464        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1465
14662003-05-29      Joel Sherrill <joel@OARcorp.com>
1467
1468        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
1469
14702003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1471
1472        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1473        CC_CFLAGS_DEFAULT (obsolete).
1474
14752003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1476
1477        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1478        Remove CC_LDFLAGS_PROFILE_V.
1479
14802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1481
1482        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1483
14842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1485
1486        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1487
14882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1489
1490        * configure.ac: AC_PREREQ(2.57).
1491
14922002-11-14      Joel Sherrill <joel@OARcorp.com>
1493
1494        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
1495        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
1496        update the IDs in the screens.
1497
14982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1499
1500        * .cvsignore: Reformat.
1501        Add autom4te*cache.
1502        Remove autom4te.cache.
1503
15042002-09-14      Joel Sherrill <joel@OARcorp.com>
1505
1506        * sp32/.cvsignore: New file.
1507
15082002-09-14      Aaron J. Grier <aaron@frye.com>
1509
1510        * PR271 was not applicable against the current source but included
1511        a nice test that Joel decided to add to the tree as sp32.
1512        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
1513        * Makefile.am, configure.ac: Modified to reflect addition.
1514
15152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1516
1517        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
1518        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
1519        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
1520        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
1521        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
1522        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
1523        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
1524        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
1525        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
1526        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
1527        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
1528        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
1529        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
1530        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
1531        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
1532        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
1533        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
1534        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
1535        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
1536        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
1537        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
1538        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
1539        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
1540        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
1541        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
1542        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
1543        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
1544        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
1545        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
1546        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
1547        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
1548
15492002-08-01      Joel Sherrill <joel@OARcorp.com>
1550
1551        * Per PR47 add support for buffered test output.  This involved
1552        adding defines to redirect output to a buffer and dump it when
1553        full, at "test pause", and at exit.  To avoid problems when redefining
1554        exit(), all tests were modified to call rtems_test_exit().
1555        Some tests, notable psxtests, had to be modified to include
1556        the standard test macro .h file (pmacros.h or tmacros.h) to
1557        enable this support.
1558        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
1559        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
1560        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
1561        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
1562        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
1563        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
1564        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
1565
15662002-07-30      Joel Sherrill <joel@OARcorp.com>
1567
1568        * spsize/size.c: Don't reference the RTEMS allocated interrupt
1569        stack if the port doesn't configure using it.
1570
15712002-07-04      Joel Sherrill <joel@OARcorp.com>
1572
1573        * Jump table for single entry point removed.
1574        * spsize/size.c:  Modified to reflect above.
1575
15762002-07-01      Joel Sherrill <joel@OARcorp.com>
1577
1578        * sp29/init.c: Corrected definitions for task stack usage.
1579
15802002-07-01      Joel Sherrill <joel@OARcorp.com>
1581
1582        * spsize/size.c: _Thread_queue_Extract_table removed.
1583
15842001-05-17      Joel Sherrill <joel@OARcorp.com>
1585
1586        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
1587        number of staticly configured device drivers.
1588
15892001-05-14      Joel Sherrill <joel@OARcorp.com>
1590
1591        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
1592        than the configured number of drivers.
1593 
15942002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1595
1596        * configure.ac: Remove ENABLE_GCC28.
1597
15982001-04-04      Joel Sherrill <joel@OARcorp.com>
1599
1600        * spsize/size.c: Reflect SPARC modifcation to get rid of
1601        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1602 
16032001-03-29      Joel Sherrill <joel@OARcorp.com>
1604
1605        * Per PR147 addressed problems when reseting and inserting a timer
1606        into a timer chain that did not honor time passage since the last
1607        time the timer server was scheduled and the new insertion.
1608        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1609
16102001-03-28      Joel Sherrill <joel@OARcorp.com>
1611
1612        * Side-effect of PR132.
1613        * sp21/system.h: Now must explicitly request NULL driver.
1614
16152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1616
1617        * configure.ac:
1618        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1619        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1620        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1621        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1622        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1623        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1624        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1625        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1626        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1627        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1628        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1629        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1630        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1631        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1632        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1633        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1634        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1635        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1636        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1637        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1638        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1639        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1640        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1641        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1642        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1643        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1644        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1645        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1646        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1647        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1648        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1649        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1650        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1651        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1652
16532002-03-20      Chris Johns <ccj@acm.org>
1654
1655        * PR145.
1656        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1657        in system (e.g. driver tasks).  Also exit on minimum number of
1658        switches not precise number.
1659
16602001-01-29      Joel Sherrill <joel@OARcorp.com>
1661
1662        * Fixed bug where resetting a timer that was not at the head
1663        of one of the task timer chains resulted in the Timer Server
1664        task waking up too far in the future.
1665        * Added rtems_timer_get_information() directive to support testing.
1666        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1667        above condition.
1668
16692001-01-22      Joel Sherrill <joel@OARcorp.com>
1670
1671        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1672        because priority added as argument to rtems_timer_initiate_server().
1673
16742001-01-16      Joel Sherrill <joel@OARcorp.com>
1675
1676        * Added tests for task-based timers.  This included the new tests
1677        sp30 and sp31.
1678        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1679        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1680        for task-based timer services.
1681        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1682        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1683        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1684        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1685        sp31/task1.c: New files.
1686
16872001-11-01      Joel Sherrill <joel@OARcorp.com>
1688
1689        * sp26/system.h: Properly account for stack memory used by
1690        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1691        and processed as PR78.
1692
16932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1694
1695        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1696        * configure.in: Remove.
1697        * configure.ac: New file, generated from configure.in by autoupdate.
1698
16992001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1700
1701        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1702
17032001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1704
1705        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1706        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1707        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1708        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1709        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1710        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1711        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1712        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1713        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1714        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1715        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1716        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1717        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1718        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1719        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1720        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1721        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1722        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1723        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1724        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1725        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1726        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1727        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1728        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1729        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1730        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1731        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1732        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1733        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1734
17352001-08-16      Joel Sherrill <joel@OARcorp.com>
1736
1737        * sp20/system.h: Account for extra task stacks properly.
1738
17392001-08-16      Joel Sherrill <joel@OARcorp.com>
1740
1741        * sp13/sp13.scn: Id in screen had wrong class field value.
1742        * sp13/system.h: Account for message buffer memory.
1743        * sp13/task2.c: Remove unnecessary check for failure.
1744
17452001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1746
1747        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1748
17492001-04-20      Joel Sherrill <joel@OARcorp.com>
1750
1751        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1752        file.
1753
17542001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1755
1756        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1757
17582001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1759
1760        * sp21/Makefile.am: Remove libtest.
1761
17622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1763
1764        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1765
17662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1767
1768        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1769
17702000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1771
1772        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1773        Switch to GNU canonicalization.
1774        * sptests.am: Remove DEFS.
1775
17762000-09-29      Joel Sherrill <joel@OARcorp.com>
1777
1778        * sp20/sp20.scn: Corrected to reflect new addition.
1779        * sp20/system.h: Removed comment reflecting history.
1780
17812000-09-29      Stephan Merker <merker@decrc.abb.de>
1782
1783        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1784        Added new task to test sequence of altering a period's length
1785        while it is still active.
1786
17872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1788
1789        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1790        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1791        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1792        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1793        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1794        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1795        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1796        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1797        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1798        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1799
18002000-08-10      Joel Sherrill <joel@OARcorp.com>
1801
1802        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.