source: rtems/testsuites/sptests/ChangeLog @ bd894e54

4.104.115
Last change on this file since bd894e54 was bd894e54, checked in by Joel Sherrill <joel.sherrill@…>, on 07/21/09 at 19:32:30

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

  • Makefile.am, configure.ac: Add new test to exercise Debug Manager.
  • sp10/.cvsignore, sp10/Makefile.am, sp10/init.c, sp10/sp10.doc, sp10/sp10.scn: New files.
  • Property mode set to 100644
File size: 68.9 KB
RevLine 
[bd894e54]12009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, configure.ac: Add new test to exercise Debug Manager.
4        * sp10/.cvsignore, sp10/Makefile.am, sp10/init.c, sp10/sp10.doc,
5        sp10/sp10.scn: New files.
6
[99fbb608]72009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * spintrcritical06/init.c: Clean up.
10        * spintrcritical09/init.c: Adjust clock tick so it works on erc32.
11        * spintrcritical09/spintrcritical09.scn: Fill in.
12
[bbebcd2c]132009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * spintrcritical06/init.c: Add comment to indicate test is not finished
16        and known to not hit the case.
17        * Makefile.am, configure.ac: Add a couple more interrupt critical
18        section tests.
19        * spintrcritical08/.cvsignore, spintrcritical08/Makefile.am,
20        spintrcritical08/init.c, spintrcritical08/spintrcritical08.doc,
21        spintrcritical08/spintrcritical08.scn, spintrcritical09/.cvsignore,
22        spintrcritical09/Makefile.am, spintrcritical09/init.c,
23        spintrcritical09/spintrcritical09.doc,
24        spintrcritical09/spintrcritical09.scn: New files.
25
[ceb3cb3]262009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * Makefile.am, configure.ac, spintrcritical06/init.c: Add first attempt
29        at hitting interrupt synchronization critical section in thread queue
30        enqueue priority for reverse insertions.
31        * spintrcritical07/.cvsignore, spintrcritical07/Makefile.am,
32        spintrcritical07/spintrcritical07.doc,
33        spintrcritical07/spintrcritical07.scn: New files.
34
[eecd655]352009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * Makefile.am, configure.ac: Add test case for the
38        _Thread_queue_Enqueue_priority interrupt critical section where the
39        TCB we are using as a current pointer is removed from the thread
40        queue when we flash interrupts while searching forward.
41        * spintrcritical06/.cvsignore, spintrcritical06/Makefile.am,
42        spintrcritical06/init.c, spintrcritical06/spintrcritical06.doc,
43        spintrcritical06/spintrcritical06.scn: New files.
44
[260e0926]452009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * spintrcritical_support/intrcritical.c,
48        spintrcritical_support/intrcritical.h: Change prototype of delay
49        method to indicate when counter is reset. This can be used to count
50        how many iterations we are doing.
51
[f691e0a]522009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * Makefile.am, configure.ac: Add sp60 to exercise case where a task is
55        blocked on one period while another expires. Add sp61 which exercises
56        the case where a call is made to rtems_shutdown_executive when the
57        system is not up.
58        * sp60/.cvsignore, sp60/Makefile.am, sp60/init.c, sp60/sp60.doc,
59        sp60/sp60.scn, sp61/.cvsignore, sp61/Makefile.am, sp61/init.c,
60        sp61/sp61.doc, sp61/sp61.scn: New files.
61
[ac970794]622009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * sp04/init.c: To be timesliced, tasks must also me preemptible.
65
[1c5d8f49]662009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * spfatal03/spfatal03.scn, spfatal03/testcase.h: Fix spfatal03 to do
69        what it was intended to do.
70
[0c196a1]712009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * spintrcritical_support/intrcritical.c,
74        spintrcritical_support/intrcritical.h: New files.
75
[937a22a7]762009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * Makefile.am, configure.ac: Add new infrastructure which is more
79        reliable about generating cases which hit interrupt critical
80        sections. Remove sp41 since it used its own mechanism.
81        * spintrcritical01/.cvsignore, spintrcritical01/Makefile.am,
82        spintrcritical01/init.c, spintrcritical01/spintrcritical01.doc,
83        spintrcritical01/spintrcritical01.scn, spintrcritical02/.cvsignore,
84        spintrcritical02/Makefile.am, spintrcritical02/spintrcritical02.doc,
85        spintrcritical02/spintrcritical02.scn, spintrcritical03/.cvsignore,
86        spintrcritical03/Makefile.am, spintrcritical03/spintrcritical03.doc,
87        spintrcritical03/spintrcritical03.scn, spintrcritical04/.cvsignore,
88        spintrcritical04/Makefile.am, spintrcritical04/spintrcritical04.doc,
89        spintrcritical04/spintrcritical04.scn, spintrcritical05/.cvsignore,
90        spintrcritical05/Makefile.am, spintrcritical05/spintrcritical05.doc,
91        spintrcritical05/spintrcritical05.scn: New files.
92        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
93        sp41/system.h: Removed.
94
[0f46e321]952009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * sp41/init.c: Remove incorrect comment.
98
[7f8dd57]992009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * sp29/init.c: Simple binary semaphores can not be inherit priority.
102
[f5b5ef88]1032009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * sp25/init.c: Spacing.
106
[8f9b2f6]1072009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * Makefile.am, configure.ac: Add sp59 to test path through
110        _Thread_queue_First_priority where the task's priority was in the
111        bottom 1/4 of the range.
112        * sp59/.cvsignore, sp59/Makefile.am, sp59/init.c, sp59/sp59.doc,
113        sp59/sp59.scn: New files.
114
[ab8c4ee2]1152009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * Makefile.am, configure.ac: Add test for Thread Queue extract a thread
118        not blocked on a thread queue.
119        * spthreadq01/.cvsignore, spthreadq01/Makefile.am, spthreadq01/init.c,
120        spthreadq01/spthreadq01.doc, spthreadq01/spthreadq01.scn: New files.
121
[d5ae827]1222009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * Makefile.am, configure.ac: Add test for timespec divide by zero.
125        * sp58/.cvsignore, sp58/Makefile.am, sp58/init.c, sp58/sp58.doc,
126        sp58/sp58.scn: New files.
127
[0c5a8be8]1282009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * sp43/init.c, sp43/sp43.scn: Add test of having the object class
131        pointer being null. This does not happen naturally at this time so
132        force the point.
133
[299fc7a]1342009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * sp12/sp12.scn: Update screen to reflect priority changes from long
137        ago.
138
[a5e620e8]1392009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * Makefile.am, configure.ac, sp27/Makefile.am, sp27/init.c,
142        sp27/sp27.doc, sp27/sp27.scn: Rework sp27 so it can be reinstantiated
143        as sp27a and test flushing both counting and binary semaphores.
144        Reformatted.
145        * sp27a/.cvsignore, sp27a/Makefile.am, sp27a/sp27a.doc,
146        sp27a/sp27a.scn: New files.
147
[2962c99]1482009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * spstkalloc/Makefile.am: Remove unneeded USE_TIMER_SERVER which was
151        copied fomr other Makefile.am's.
152
[f034ac0]1532009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * sp51/init.c, sp54/Makefile.am, sp55/Makefile.am, sp56/Makefile.am,
156        sp57/Makefile.am, spchain/Makefile.am, spfatal10/Makefile.am,
157        spfatal11/Makefile.am, spfatal12/Makefile.am: Remove unneeded
158        USE_TIMER_SERVER which was copied fomr other Makefile.am's.
159
[7b0f182a]1602009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * sp57/sp57.doc: Correct.
163
[0281931]1642009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * Makefile.am, configure.ac: Add test of restarting a task which is in
167        the middle of a sleep or wake after.
168        * sp57/.cvsignore, sp57/Makefile.am, sp57/init.c, sp57/sp57.doc,
169        sp57/sp57.scn: New files.
170
[67d6947]1712009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * sp43/init.c, sp43/sp43.scn: Add more cases for
174        rtems_object_get_class_information() to improve coverage.
175
[12bb21e]1762009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
177
178        * Makefile.am, configure.ac: Add new test to verify that when a user
179        extension create hook fails, that the error is properly propagated.
180        * sp56/.cvsignore, sp56/Makefile.am, sp56/init.c, sp56/sp56.doc,
181        sp56/sp56.scn: New files.
182
[2204f52]1832009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
184
185        * sp04/sp04.doc, sp04/sp04.scn, sp04/task1.c: Add test of
186        rtems_extension_delete.
187
[6afc8dd]1882009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        * sp09/screen01.c, sp09/sp09.scn: Add test for
191        rtems_object_get_classic_name with invalid id.
192
[0dbc0c33]1932009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * sp02/task1.c: Minor spacing.
196
[9847e4b4]1972009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
198
199        * spfatal12/init.c: Address to heap initialize must be aligned but size
200        must be too small.
201
[630a2a6]2022009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
203
204        * Makefile.am, configure.ac: Add new test to exercise case when
205        broadcasting to a message queue with a pending message.
206        * sp55/.cvsignore, sp55/Makefile.am, sp55/init.c, sp55/sp55.doc,
207        sp55/sp55.scn: New files.
208
[70a4809]2092009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
210
211        * Makefile.am, configure.ac: Remove obsolete test now that the numbered
212        spfatal tests appear to cover all fatal error cases.
213        * spfatal/.cvsignore, spfatal/Makefile.am, spfatal/README,
214        spfatal/fatal.c, spfatal/init.c, spfatal/puterr.c,
215        spfatal/spfatal.doc, spfatal/spfatal.scn, spfatal/system.h,
216        spfatal/task1.c: Removed.
217
[cf7267cf]2182009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * Makefile.am, configure.ac, spfatal11/init.c: Add test of cannot
221        initialize workspace heap during initialize. Can be caused by
222        unaligned address or not enough memory to initialize heap required
223        overhead.
224        * spfatal12/.cvsignore, spfatal12/Makefile.am, spfatal12/init.c,
225        spfatal12/spfatal12.doc, spfatal12/spfatal12.scn: New files.
226
[78e28597]2272009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
228
229        * sp54/init.c, sp54/sp54.doc: Add test for Workspace zeroed.
230
[c5d412c]2312009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
232
233        * sp54/init.c, sp54/sp54.doc: Fix typos and comments.
234
[9c34c02]2352009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
236
237        * spstkalloc/spstkalloc.scn: Update screen.
238
[62e6e7c]2392009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
240
241        * Makefile.am, configure.ac: Add new test for user configured stack
242        allocator/deallocator. Test both pass and fail cases.
243        * spstkalloc/.cvsignore, spstkalloc/Makefile.am, spstkalloc/init.c,
244        spstkalloc/spstkalloc.doc, spstkalloc/spstkalloc.scn: New files.
245
[84b7a968]2462009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
247
248        * spchain/init.c, spchain/spchain.scn: Clean up test.
249
[37cff02]2502009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
251
252        * Makefile.am, configure.ac: Add new test to cover bodies of some chain
253        routines whose bodies are not used by RTEMS itself.
254        * spchain/.cvsignore, spchain/Makefile.am, spchain/init.c,
255        spchain/spchain.doc, spchain/spchain.scn: New files.
256
[605b6eb7]2572009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        * spwatchdog/init.c, spwatchdog/spwatchdog.scn: Add test case of empty
260        chain for coverage.
261
[c7b38baf]2622009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
263
264        * sp01/sp01.doc, sp01/task1.c, sp16/sp16.doc, sp16/task5.c: Bypass
265        RTEMS_MILLISECONDS_TO_TICKS and RTEMS_MICROSECONDS_TO_TICKS to
266        improve coverage.
267
[e5d3dd6]2682009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
269
270        * sp01/task1.c: Use RTEMS_MILLISECONDS_TO_TICKS to improve coverage.
271
[40b905cc]2722009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
273
274        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/init.c,
275        spfatal10/spfatal10.doc, spfatal10/spfatal10.scn: New files.
276
[046f4715]2772009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
278
279        * Makefile.am, configure.ac, spprintk/init.c, spprintk/spprintk.scn:
280        Enhance spprintk. Add two new fatal error tests to cover
281        __assert_func.
282        * spfatal11/.cvsignore, spfatal11/Makefile.am, spfatal11/init.c,
283        spfatal11/spfatal11.doc, spfatal11/spfatal11.scn: New files.
284
[18105b4]2852009-06-18      Chris Johns <chrisj@rtems.org>
286
287        * sp35/priinv.c, sp35/priinv.c: Declare unions volatile to
288        workaround the H8300 gcc bug.
289
[40be8f8]2902009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
291
292        * sp54/init.c: Fix spacing.
293
[79ee0ac]2942009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
295
296        * sp02/sp02.doc, sp02/system.h: Update copyright year.
297
[69c3370f]2982009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
299
300        * sp02/sp02.doc, sp02/system.h: Add test case for configuring the IDLE
301
[293a0a4]3022009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
303
304        * Makefile.am, configure.ac: Add new test.
305        * sp54/.cvsignore, sp54/Makefile.am, sp54/init.c, sp54/sp54.doc,
306        sp54/sp54.scn: New files.
307
[25686a57]3082009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * Makefile.am, configure.ac: Add sp52 and sp53 based upon bug report
311        from Sergio Faustino <sergio.faustino@edisoft.pt> regarding moving
312        the time of day forward not making server based timers fire.
313        * sp52/.cvsignore, sp52/Makefile.am, sp52/init.c, sp52/sp52.doc,
314        sp52/sp52.scn, sp53/.cvsignore, sp53/Makefile.am, sp53/sp53.doc,
315        sp53/sp53.scn: New files.
316
[ef6d53b9]3172009-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
318
319        * sp51/init.c, sp51/sp51.scn: Add more priority ceiling test cases.
320
[e379e96]3212009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
322
323        PR 1415/cpukit
324        * Makefile.am, configure.ac: Add test for very simple priority ceiling
325        violation.
326        * sp51/.cvsignore, sp51/Makefile.am, sp51/init.c, sp51/sp51.doc,
327        sp51/sp51.scn: New files.
328
[8abaa16]3292009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
330
331        PR 1413/cpukit
332        * Makefile.am, configure.ac: Add test for case where server based
333        timers which reinitiated themselves did not get reinserted onto timer
334        chain.
335        * sp50/.cvsignore, sp50/Makefile.am, sp50/init.c, sp50/sp50.doc,
336        sp50/sp50.scn: New files.
337
[1dc1da5]3382009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
339
340        PR 1414/cpukit
341        * Makefile.am, configure.ac: Tighten math on extraction of index so it
342        is harder to trick by passing in a valid id of an incorrect object
343        class.
344        * sp49/.cvsignore, sp49/Makefile.am, sp49/init.c, sp49/sp49.doc,
345        sp49/sp49.scn: New files.
346
[a1c219b]3472009-05-19      Chris Johns <chrisj@rtems.org>
348
349        * sp04/tswitch.c: Lower sample count for small memory targets.
350       
[4f67befd]3512009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
352
353        * spprintk/init.c: printk() now 100% covered.
354
[51dc1b3f]3552009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
356
357        * spprintk/init.c: More test cases.
358
[d4b75d2]3592009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
360
361        * sp09/screen11.c, sp09/sp09.scn: Add case where buffer size is not
362        large enough for buffer node overhead.
363
[02ba7ca]3642009-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
365
366        * Makefile.am, configure.ac, spwatchdog/system.h,
367        spwkspace/Makefile.am, spwkspace/init.c: Add shell of test for
368        printk. These will help coverage. Simplify spwkspace.
369        * spprintk/.cvsignore, spprintk/Makefile.am, spprintk/init.c,
370        spprintk/spprintk.scn: New files.
371        * spwkspace/system.h: Removed.
372
[4f7b4a8]3732009-05-13      Joel Sherrill <joel.sherrill@OARcorp.com>
374
375        * Makefile.am, configure.ac: New test to exercise rtems_workspace_XXX
376        methods.
377        * spwkspace/.cvsignore, spwkspace/Makefile.am, spwkspace/init.c,
378        spwkspace/spwkspace.scn, spwkspace/system.h: New files.
379
[b84f1fdc]3802009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
381
382        * sp04/system.h, sp04/task1.c, sp04/tswitch.c, sp07/init.c,
383        sp12/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c,
384        sp15/init.c, sp16/system.h, sp19/fptask.c, sp25/system.h,
385        sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp31/task1.c,
386        sp33/init.c, sp34/changepri.c, sp35/priinv.c, sp37/init.c,
387        sp38/init.c, sp39/init.c, sp41/init.c, sp42/init.c, sp43/init.c,
388        sp44/init.c, sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c,
389        spfatal03/testcase.h, spfatal05/testcase.h, spfatal06/testcase.h,
390        spfatal_support/system.h, spobjgetnext/init.c, spsize/getint.c,
391        spsize/size.c: Fix warnings.
392
[c14c2f0]3932009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
394
395        * Makefile.am, configure.ac: Add initial test of _Objects_Get_next.
396        * spobjgetnext/.cvsignore, spobjgetnext/Makefile.am,
397        spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn,
398        spobjgetnext/system.h: New files.
399
[e73850b]4002009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
401
402        * sp25/init.c, sp25/system.h, sp25/task1.c: Reduce size of array from
403        64k to 20k. No impact on test behavior.
404
[9149e767]4052009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
406
407        * sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.
408
[c8633f1]4092009-04-20      Santosh G Vattam <vattam.santosh@gmail.com>
410
411        * sp37/init.c, sp37/sp37.scn: Add test case for
412        rtems_interrupt_level_attribute body.
413
[8e1f626]4142009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
415
416        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
417        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
418        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
419        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
420        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
421        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
422        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
423        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
424        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
425        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
426        sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am,
427        sp36/Makefile.am, sp37/Makefile.am, sp38/Makefile.am,
428        sp39/Makefile.am, sp40/Makefile.am, sp41/Makefile.am,
429        sp42/Makefile.am, sp43/Makefile.am, sp44/Makefile.am,
430        sp45/Makefile.am, sp46/Makefile.am, sp47/Makefile.am,
431        sp48/Makefile.am, spfatal/Makefile.am,
432        spfatal01/Makefile.am, spfatal02/Makefile.am,
433        spfatal03/Makefile.am, spfatal04/Makefile.am,
434        spfatal05/Makefile.am, spfatal06/Makefile.am,
435        spfatal07/Makefile.am, spfatal08/Makefile.am,
436        spfatal09/Makefile.am, spsize/Makefile.am,
437        spwatchdog/Makefile.am:
438        Eliminate _exe_/.exe.
439
[8c324aa]4402009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
441
442        PR 1388/cpukit
443        * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores
444        allow both priority inherit and ceiling attributes to be set on
445        semaphore create. These attributes are mutually exclusive and this
446        should be an error.
447
[c83a33cc]4482009-01-30      Joel Sherrill <joel.sherrill@oarcorp.com>
449
450        * Makefile.am, configure.ac: Add sp48 which tests that configuring for
451        unlimited objects when configured for a unified workspace works as
452        expected.
453        * sp48/.cvsignore, sp48/Makefile.am, sp48/init.c, sp48/sp48.doc,
454        sp48/sp48.scn: New files.
455
[03f0885]4562009-01-21      Nickolay Kolchin <nbkolchin@gmail.com>
457                Joel Sherrill <joel.sherrill@oarcorp.com>
458
459        PR 1357/cpukit
460        * Makefile.am, configure.ac: Ensure creating a task with no ASR is
461        honored.
462        * sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
463        sp47/sp47.scn: New files.
464
[22fa9d61]4652009-01-16      Jennifer Averett <jennifer.averett@OARcorp.com>
466
467        * Makefile.am, configure.ac: Add new test to test Watchdog display
468        helper routines. These reach into the SuperCore.
469        * spwatchdog/.cvsignore, spwatchdog/Makefile.am, spwatchdog/delay.c,
470        spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
471        spwatchdog/system.h, spwatchdog/task1.c: New files.
472
[786330c0]4732009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
474
475        * sp30/task1.c: Cast pointer to id as "void *" rather than task Id.
476
[fa8ad9c]4772009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
478
479        * sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen11.c,
480        sp09/screen12.c, sp09/screen14.c: Use rtems_build_id rather than
481        hard-coded hex numbers for bad object Ids.
482
[29a8335]4832009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
484
485        * sp15/system.h, sp19/system.h: Array of task names should be of type
486        rtems_name not rtems_id. Similarly array of task ids should be
487        rtems_id not rtems_name.
488
[69e10f3]4892008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
490
491        * spsize/size.c: Eliminate _TOD_Microseconds_per_tick.
492
[bb9c80df]4932008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
494
495        * Makefile.am, configure.ac, spfatal06/testcase.h,
496        spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
497        spsize/size.c: Eliminate pointers to API configuration tables in the
498        main configuration table. Reference the main configuration table and
499        the API configuration tables directly using the confdefs.h version
500        rather than obtaining a pointer to it. This eliminated some
501        variables, a potential fatal error, some unnecessary default
502        configuration structures. Overall, about a 4.5% reduction in the code
503        size for minimum and hello on the SPARC.
504        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
505        spfatal10/testcase.h: Removed.
506
[a986c075]5072008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
508
509        * sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
510        sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
511        sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.c: Run all tests
512        successfully with maxixum number of priorities as 16 instead of 256.
513        This was done by temporarily modifying the score priority.h maximum.
514        This allowed testing of all API code to ensure that it worked
515        properly with a reduced number of priorities. Most modifications were
516        to switch from hard-coded maximum to using the API provided methods
517        to determine maximum number of priority levels.
518
[75ed329]5192008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
520
521        * sp46/sp46.scn: Add screen missed earlier.
522
[ed348c8]5232008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
524
525        PR 1348/cpukit
526        * Makefile.am, configure.ac: Add test of special case of resetting cpu
527        usage information while a period is running.
528        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
529        sp46/sp46.scn: New files.
530
[ab29fef]5312008-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
532
533        * sp45/init.c: New file.
534
[a88e2dd]5352008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
536
537        PR 1347/cpukit
538        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
539        Rework Timer Server to ensure that the context allows for blocking,
540        allocating memory, and acquiring semaphores and mutexes.
541        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
542        New files.
543
[1ea0f9d]5442008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
545
546        * sp25/system.h: Add warning and temporary m32c conditional until size
547        type addressed.
548
[29ff6c9c]5492008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
550
551        * sp09/screen07.c: Use INT_MAX as number of messages so always
552        properly sized and no overflow on constant.
553        * sp09/screen10.c: Delay so on targets with simulator idle clock
554        tick driver this will work.
555        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
556        byte boundaries rather than two byte boundaries.
557        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
558        allocate more memory than size_t holds on m32c.
559
[82478ffc]5602008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
561
562        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
563        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
564        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
565        and Region calls. On 16-bit architectures, size_t can be 16-bits
566        which would limit sizes to 64K. Also address constants which
567        overflowed on 16-bit integer targets.
568
[df518cb]5692008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
570
571        * sp43/sp43.scn: Bump version to 4.9.99.0
572
[3ab27952]5732008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
574
575        * sp19/system.h: Use "double" instead of "rtems_double".
576
[2d29741a]5772008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
578
579        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
580
[c502aa3]5812008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
582
583        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
584        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
585        spfatal_support/init.c, spfatal_support/system.h:
586        Convert to "bool".
587
[40c2d41e]5882008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
589
590        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
591        declared in a public place.
592
[6d97132]5932008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
594
595        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
596
[4f6bb5b]5972008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
598
599        * sp43/init.c: Fix derefence of uninitialized pointer.
600
[02d989c]6012008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
602
603        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
604        multiprocessing is not enabled. Saves one more variable from single
605        processor configuration.
606
[cccd632]6072008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
608
609        PR 1212/cpukit
610        * Makefile.am, configure.ac: Time slicing will not happen if the task
611        mode is changed from a non-timeslicing mode to timeslicing mode if it
612        is done by the executing thread (e.g. in its task body). This change
613        includes sp44 to demonstrate the problem and verify the correction.
614        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
615
[ffb9eeb]6162008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
617
618        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
619        architectures they are not supported on.
620
[03b655aa]6212008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
622
623        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
624
[86ad26ac]6252008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
626
627        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
628          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
629
[86db88d2]6302008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
631
632        * sp28/init.c: Corrections to configuration.
633        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
634        * spsize/size.c: _ISR_Vector_table only exists on architectures
635        which use the Simple Vectored Interrupt Model.
636
[d0941512]6372008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
638
639        * spsize/size.c: Convention calls for leading underscore on private
640        RTEMS variables.
641
[c199cf8]6422008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
643
644        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
645        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
646        Refactored and renamed initialization routines to
647        rtems_initialize_data_structures, rtems_initialize_before_drivers,
648        rtems_initialize_device_drivers, and
649        rtems_initialize_start_multitasking. This opened the sequence up so
650        that bootcard() could provide a more robust and flexible framework
651        which is easier to explain and understand. This also lays the
652        groundwork for sharing the division of available memory between the
653        RTEMS workspace and heap and the C library initialization across all
654        BSPs.
655
[ac9d3cf8]6562008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
657
658        * sp32/init.c: Formatting.
659
[5afa393]6602008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
661
662        * sp09/screen01.c: Correct test.
663        * sp09/screen14.c: Update copyright.
664        * sp28/init.c: Correct end of test messages.
665
[60735a30]6662008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
667
668        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
669
[2186ba80]6702008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
671
672        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
673        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
674        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
675        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
676        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
677        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
678        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
679        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
680        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
681        tests. Add a clock_settime case for < 1988.
682
[916b0f30]6832008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
684
685        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
686
[403c507]6872008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
688
689        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
690        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
691        * sp41/sp41.scn: Now has content.
692        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
693        Object Services recently added to API.
694
[6e315132]6952008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
696
697        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
698        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
699        collection. This changed the name of a few previously public but
700        undocumented services and added a some new services.
701        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
702        sp43/system.h: New files.
703
[1ccb8aae]7042008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
705
706        * spfatal10/.cvsignore: New file.
707
[42840b4]7082008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
709
710        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
711        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
712        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
713        New files.
714
[5fdb1e7b]7152008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
716
717        * Makefile.am, configure.ac: Added fatal error tests
718        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
719        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
720        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
721        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
722        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
723        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
724        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
725        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
726        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
727        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
728        spfatal_support/init.c, spfatal_support/system.h: New files.
729
[90f6ea62]7302008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
731
732        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
733        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
734        test messages.
735
[23a368d]7362008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
737
738        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
739        simple type to a union of an unsigned 32 bit integer and a pointer.
740        This should help eliminate weird casts between u32 and pointers in
741        various places. The APIs now have to explicitly call _u32 or _string
742        versions of helper routines. This should also simplify things and
743        eliminate the need for ugly casts in some cases.
744
[f070c86]7452008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
746
747        * sp42/Makefile.am: New file.
748
[4a4aabc]7492008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
750
751        Add sp42 to exercise thread queue with knowledge of the implementation
752        so we can exercise all of the normal paths possible.
753        * Makefile.am, configure.ac: Add sp42.
754        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
755
[9185d61]7562008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
757
758        * sp39/init.c: Add case for long timeout on blocking operation.
759        * Makefile.am, configure.ac: Add new test to exercise thread
760        queue blokcing synchronization. sp39 and sp41 are very similar.
761        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
762        sp41/system.h: New files.
763
[8b7a713]7642008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
765
766        * sp39/init.c: Clean up.
767
[265d9b64]7682008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
769
770        * sp39/init.c: Modify to improve coverage.
771
[0c76166]7722008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
773
774        * sp36/strict_order_mut.c:
775
[c8f8ffd]7762008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
777
778        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
779        driver registration.
780        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
781        sp40/system.h: New files.
782
[14a64dc5]7832008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
784
785        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
786        Add test cases for:
787          + message queue create requesting too many message buffers
788            for the available memory
789          + region extend with address inside existing heap
790          + timer server initiate too large a stack, create error
791        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
792          + task set priority while holding resource
793
[fa98897]7942008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
795
796        * Makefile.am, configure.ac: Added sp38 and sp39.
797        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
798        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
799        sp39/sp39.scn, sp39/system.h: New files.
800
[03c6ff39]8012007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
802
803        * sp36/strict_order_mut.c: New file.
804
[e8f4303a]8052007-12-21      Xi Yang <hiyangxi@gmail.com>
806
807        * Makefile.am, configure.ac: Add support for proper stacking of
808        priority inheritance on mutexes as well as enforce proper order of
809        release.
810        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
811        sp36/sp36.scn: New files.
812
[b5c6ecf]8132007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
814
815        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
816        directive instead of violating RTEMS internals.
817
[79542d7]8182007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
819
820        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
821        Add test cases for User Extension Manager to improve code coverage.
822        * sp21/task1.c: Fix spelling error.
823
[bbd655a3]8242007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
825
826        * spsize/size.c: Account for previous changes in calculation of MPCI
827        receive server stack.
828
[6bc19a1]8292007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
830
831        * sp09/screen07.c, sp09/sp09.scn: Add test for
832        rtems_message_queue_broadcast for bad buffer and count pointers.
833        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
834        with bad priority or initiating twice.
835        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
836        it forces a dispatch.
837        * sp37/init.c: New file.
838
[dcdaba2]8392007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
840
841        * Makefile.am, configure.ac: Add new tests for interrupt disable,
842        enable, flash, and is in progress. These are normally inlines but
843        also have bodies for non-C code. This test also exercises the odd
844        case of calling clock tick from outside an ISR.
845        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
846
[9c691ef]8472007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
848
849        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
850        using notepad with the current task's ID or SELF
851        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
852        test missing test cases for clock_get.
853
[f446e6d]8542007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
855
856        * sp28/init.c: Add test code for task variables to improve coverage.
857
[1383eca]8582007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
859
860        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
861        RTEMS provided accessor macros to obtain configuration fields.
862
[a1f37a0]8632007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
864
865        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
866        Configuration Table. Eliminate CPU Table from all ports. Delete
867        references to CPU Table in all forms.
868
[eb5d942a]8692007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
870
871        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
872
[4650a44c]8732007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
874
875        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
876        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
877        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
878        to improve test coverage.
879
[4d7ae31]8802007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
881
882        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
883        coverage.
884
[7294bc97]8852007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
886
887        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
888
[6a5990e]8892007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
890
891        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
892        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
893        .scn files.
894
[67e024b]8952007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
896
897        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
898        commented out and updated the .scn file.
899
[496274b6]9002007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
901
902        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
903        buffered test IO.
904
[b3117727]9052007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
906
907        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
908        rtems_io_unregister_driver did not have any test code.
909
[3a50a206]9102007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
911
912        * spsize/size.c: Eliminate maximum_drivers configuration parameter
913        since it was used to configure a no longer used feature. Device names
914        are now part of the filesystem not in a table. This also eliminated
915        the variables _IO_Number_of_devices and _IO_Driver_name_table from
916        RTEMS as well as the memory allocation used to populate
917        _IO_Driver_name_table.
918
[2ff6ada3]9192007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
920
921        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
922        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
923        properly.
924
[f851e876]9252007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
926
927        * spsize/size.c: Eliminated the variables
928        _RTEMS_tasks_User_initialization_tasks and
929        _RTEMS_tasks_Number_of_initialization_tasks because they were only
930        used in one place after initialized. It was a waste of space.
931
[e58077c]9322007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
933
934        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
935        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
936        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
937        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
938        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
939        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
940        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
941        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
942        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
943        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
944        spsize/size.c: Add optional managers to Makefiles. Clean up test
945        cases so last output line follows END OF pattern. Make sure test case
946        all run. All tests appeared ok on sis.
947
[dba34ed3]9482007-04-05      Joel Sherrill <joel@OARcorp.com>
949
950        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
951
[67293f6]9522007-04-05      Joel Sherrill <joel@OARcorp.com>
953
954        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
955        CONFIGURE_TEST_NEEDS_XXX configuration constants to
956        CONFIGURE_APPLICATION_NEEDS_XXX.
957
[dfa1f0bc]9582007-04-02      Joel Sherrill <joel@OARcorp.com>
959
960        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
961
[3c68f96d]9622007-04-02      Joel Sherrill <joel@OARcorp.com>
963
964        * spsize/size.c: Convert from Classic API style TOD_Control as
965        fundamental time structure to POSIX struct timespec. Add
966        clock_get_uptime().
967
[8d8571e2]9682007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
969
970        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
971
[f588903]9722007-03-26      Joel Sherrill <joel@OARcorp.com>
973
974        * sp35/priinv.c: Remove warning.
975
[13a2734]9762007-03-10      Joel Sherrill <joel@OARcorp.com>
977
978        * sp26/system.h: Remove incorrect and duplicate
979        CONFIGURE_EXTRA_TASK_STACKS.
980
[88e8cc4d]9812007-03-05      Joel Sherrill <joel@OARcorp.com>
982
983        PR 1222/cpukit
984        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
985        thread that is blocked on a priority based thread queue is changed,
986        that its placement in the queue is reevaluated based upon the new
987        priority. This enhancement includes modifications to the SuperCore as
988        well as new test cases.
989        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
990        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
991        sp35/sp35.doc, sp35/sp35.scn: New files.
992
[99c3730c]9932007-03-05      Joel Sherrill <joel@OARcorp.com>
994
995        * sp26/system.h: Correct memory required for stack sizes.
996
[d6913f24]9972007-02-06      Joel Sherrill <joel@OARcorp.com>
998
999        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
1000        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
1001        tests.
1002
[a27fa6d]10032006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1004
1005        * sp33/init.c: Improve barrier test to include normal blocking with
1006        manual release and unblocking in barrier deletion.
1007
[fcb0cd46]10082006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1009
1010        * configure.ac: New BUG-REPORT address.
1011
[c338ae2]10122006-11-20      Joel Sherrill <joel@OARcorp.com>
1013
1014        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
1015        and make output more compliant with other tests.
1016
[6be472c]10172006-11-17      Joel Sherrill <joel@OARcorp.com>
1018
1019        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
1020        cases intended on all targets possible with new heap algorithm.
1021
[47c9f44a]10222006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1023
1024        * Makefile.am, configure.ac: Adding Classic API Barriers.
1025        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
1026        New files.
1027
[ba2c04f]10282006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1029
1030        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1031
[c0069ba8]10322006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1033
1034        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1035        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1036        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1037        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1038        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1039        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1040        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1041        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1042        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1043        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1044        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
1045        Use rtems_testsdir instead.
1046
[0c30bc5]10472006-04-05      Joel Sherrill <joel@OARcorp.com>
1048                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
1049
1050        * spsize/size.c: Victor spotted the problem that
1051        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
1052        variables and needed to be set to the same value.  I took that
1053        idea and just removed _Thread_MP_Receive.  All uses are now
1054        _MPCI_Receive_server_tcb.
1055
[1fd1595]10562005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1057
1058        * configure.ac: Remove RTEMS_ENABLE_BARE,
1059        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1060
[8a26f18d]10612005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1062
1063        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1064        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1065        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1066        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1067        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1068        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1069        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1070        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1071        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1072        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1073        spfatal/Makefile.am, spsize/Makefile.am:
1074        Convert to use *_PROGRAMS.
1075
[9567283b]10762005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1077
[dc35ca43]1078        * sp01/Makefile.am, sp02/Makefile.am,
1079        sp03/Makefile.am, sp04/Makefile.am,
1080        sp05/Makefile.am, sp06/Makefile.am,
1081        sp07/Makefile.am, sp08/Makefile.am,
1082        sp09/Makefile.am, sp11/Makefile.am,
1083        sp12/Makefile.am, sp13/Makefile.am,
1084        sp14/Makefile.am, sp15/Makefile.am,
1085        sp16/Makefile.am, sp17/Makefile.am,
1086        sp19/Makefile.am, sp20/Makefile.am,
1087        sp21/Makefile.am, sp22/Makefile.am,
1088        sp23/Makefile.am, sp24/Makefile.am,
1089        sp25/Makefile.am, sp26/Makefile.am,
1090        sp27/Makefile.am, sp28/Makefile.am,
1091        sp29/Makefile.am, sp30/Makefile.am,
1092        sp31/Makefile.am, sp32/Makefile.am,
1093        spfatal/Makefile.am, spsize/Makefile.am: Rework.
[9567283b]1094
[e570e3fe]10952005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1096
1097        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1098        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1099        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1100        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1101        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1102        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1103        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1104        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1105        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1106        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1107        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
1108        * sptests.am: Remove.
1109
[e3354cd2]11102005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1111
1112        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1113        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1114        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1115        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1116        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1117        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1118        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1119        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1120        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
1121        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
1122        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
1123
[e806c23e]11242005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1125
1126        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
1127
[cd1b4bfc]11282005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1129
[eea423b7]1130        * spsize/Makefile.am: Rename TEST to spsize.
1131        * spsize/size.scn: Remove.
1132        * spsize/spsize.scn: New (renamed from size.scn).
1133
11342005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1135
1136        * configure.ac: Add spfatal/Makefile.
1137        * Makefile.am: Add spfatal to DIST_SUBDIRS.
[f8acc249]1138        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1139        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
[cd1b4bfc]1140        * sptests.am: Remove LIB_VARIANT.
1141
[fb02f605]11422005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1143
1144        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1145        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1146        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1147        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1148        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1149        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1150        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1151        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1152        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1153        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1154        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
1155
[c32fb8f]11562005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1157
1158        * Makefile.am: Cleanup.
1159
[6f2593f]11602005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
[099e1112]1161
1162        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1163        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1164        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1165        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1166        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1167        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1168        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1169        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1170        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1171        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1172        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1173        spfatal/Makefile.am, spsize/Makefile.am:
1174        Partial conversion to automake.
1175
[df55b0f1]11762005-03-07      Joel Sherrill <joel@OARcorp.com>
1177
1178        * sp13/task1.c: Removed warnings.
1179
[9fa21da0]11802004-09-29      Joel Sherrill <joel@OARcorp.com>
1181
1182        * spsize/size.c: i960 obsoleted and all references removed.
1183
[6f2593f]11842004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]1185
1186        * configure.ac: Require automake > 1.9.
1187
[6f2593f]11882004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[e8064503]1189
1190        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1191        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1192        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1193        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1194        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1195        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1196        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1197        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1198        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1199        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1200        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1201        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1202        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1203        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1204        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1205        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1206        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1207        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1208        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1209        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1210        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1211        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1212        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1213        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1214        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1215        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1216        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1217        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1218        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1219        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1220        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1221        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1222
[6f2593f]12232004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[65fa6b5]1224
1225        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1226
[a841314]12272004-03-30      David Querbach <querbach@realtime.bc.ca>
1228
1229        PR 595/tests
1230        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
1231        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
1232        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
1233        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
1234        others treat it as a count of longs.
1235
[378aed9]12362004-03-30      David Querbach <querbach@realtime.bc.ca>
1237
1238        PR 596/tests
1239        * sp32/init.c: A missing definition of TEST_INIT before including
1240        <tmacros.h> means that buffered output will not work even if selected
1241        in buffer_test_io.h.
1242
[6f2593f]12432004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
[c87608f]1244
1245        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
1246        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
1247        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
1248        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
1249        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
1250        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
1251        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
1252        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
1253        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
1254        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
1255        types.
1256
[7c48a2e8]12572004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1258
1259        * configure.ac: Add 2nd arg to RTEMS_TOP.
1260
[6debefee]12612004-03-05      Joel Sherrill <joel@OARcorp.com>
1262
1263        * sp07/buffered_io.c: Remove warning.
1264
[340835b0]12652004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1266
1267        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1268        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1269        * sp02/Makefile.am: Ditto.
1270        * sp03/Makefile.am: Ditto.
1271        * sp04/Makefile.am: Ditto.
1272        * sp05/Makefile.am: Ditto.
1273        * sp06/Makefile.am: Ditto.
1274        * sp07/Makefile.am: Ditto.
1275        * sp08/Makefile.am: Ditto.
1276        * sp09/Makefile.am: Ditto.
1277        * sp11/Makefile.am: Ditto.
1278        * sp12/Makefile.am: Ditto.
1279        * sp13/Makefile.am: Ditto.
1280        * sp14/Makefile.am: Ditto.
1281        * sp15/Makefile.am: Ditto.
1282        * sp16/Makefile.am: Ditto.
1283        * sp17/Makefile.am: Ditto.
1284        * sp19/Makefile.am: Ditto.
1285        * sp20/Makefile.am: Ditto.
1286        * sp21/Makefile.am: Ditto.
1287        * sp22/Makefile.am: Ditto.
1288        * sp23/Makefile.am: Ditto.
1289        * sp24/Makefile.am: Ditto.
1290        * sp25/Makefile.am: Ditto.
1291        * sp26/Makefile.am: Ditto.
1292        * sp27/Makefile.am: Ditto.
1293        * sp28/Makefile.am: Ditto.
1294        * sp29/Makefile.am: Ditto.
1295        * sp30/Makefile.am: Ditto.
1296        * sp31/Makefile.am: Ditto.
1297        * sp32/Makefile.am: Ditto.
1298        * spfatal/Makefile.am: Ditto.
1299        * spsize/Makefile.am: Ditto.
1300
[5813e715]13012003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1302
1303        * sptests.am: Add dirstamp support.
1304
[8234c04]13052003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1306
1307        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1308
[e457190]13092003-12-16      Joel Sherrill <joel@OARcorp.com>
1310
1311        PR 544/tests
1312        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
1313        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
1314        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
1315        make tests account for resources and not print at inappropriate
1316        times.
1317        * sp07/buffered_io.c: New file.
1318
[810720b6]13192003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1320
1321        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1322
[6e4e067]13232003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1324
1325        * sp01/Makefile.am: Remove all-local: $(ARCH).
1326        * sp02/Makefile.am: Remove all-local: $(ARCH).
1327        * sp03/Makefile.am: Remove all-local: $(ARCH).
1328        * sp04/Makefile.am: Remove all-local: $(ARCH).
1329        * sp05/Makefile.am: Remove all-local: $(ARCH).
1330        * sp06/Makefile.am: Remove all-local: $(ARCH).
1331        * sp07/Makefile.am: Remove all-local: $(ARCH).
1332        * sp08/Makefile.am: Remove all-local: $(ARCH).
1333        * sp09/Makefile.am: Remove all-local: $(ARCH).
1334        * sp11/Makefile.am: Remove all-local: $(ARCH).
1335        * sp12/Makefile.am: Remove all-local: $(ARCH).
1336        * sp13/Makefile.am: Remove all-local: $(ARCH).
1337        * sp14/Makefile.am: Remove all-local: $(ARCH).
1338        * sp15/Makefile.am: Remove all-local: $(ARCH).
1339        * sp16/Makefile.am: Remove all-local: $(ARCH).
1340        * sp17/Makefile.am: Remove all-local: $(ARCH).
1341        * sp19/Makefile.am: Remove all-local: $(ARCH).
1342        * sp20/Makefile.am: Remove all-local: $(ARCH).
1343        * sp21/Makefile.am: Remove all-local: $(ARCH).
1344        * sp22/Makefile.am: Remove all-local: $(ARCH).
1345        * sp23/Makefile.am: Remove all-local: $(ARCH).
1346        * sp24/Makefile.am: Remove all-local: $(ARCH).
1347        * sp25/Makefile.am: Remove all-local: $(ARCH).
1348        * sp26/Makefile.am: Remove all-local: $(ARCH).
1349        * sp27/Makefile.am: Remove all-local: $(ARCH).
1350        * sp28/Makefile.am: Remove all-local: $(ARCH).
1351        * sp29/Makefile.am: Remove all-local: $(ARCH).
1352        * sp30/Makefile.am: Remove all-local: $(ARCH).
1353        * sp31/Makefile.am: Remove all-local: $(ARCH).
1354        * sp32/Makefile.am: Remove all-local: $(ARCH).
1355        * spfatal/Makefile.am: Remove all-local: $(ARCH).
1356        * spsize/Makefile.am: Remove all-local: $(ARCH).
1357
[5f52d1f]13582003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1359
1360        * configure.ac: Reflect having moved to testsuites/.
1361
[c6328bee]13622003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1363
1364        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1365
[5445ee60]13662003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1367
1368        * configure.ac:Remove RTEMS_CHECK_CPU.
1369
[d2b93bfd]13702003-09-04      Joel Sherrill <joel@OARcorp.com>
1371
1372        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
1373        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
1374        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
1375        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
1376        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
1377        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
1378        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
1379        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
1380        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
1381        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
1382        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
1383        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
1384        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
1385        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
1386        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
1387        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
1388        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
1389        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
1390        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
1391        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
1392        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
1393        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
1394        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
1395        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
1396        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
1397        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
1398        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
1399        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
1400        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
1401        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
1402        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
1403        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
1404        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
1405        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
1406        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
1407        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
1408        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
1409        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
1410        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
1411        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
1412        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
1413        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
1414        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
1415        spsize/size.c, spsize/system.h: URL for license changed.
1416
[35fc6bf9]14172003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
1418
1419        PR 458/tests
1420        * sp30/task1.c: Correct indexing problem.
1421
[7862f888]14222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1423
1424        * Makefile.am: Reflect having moved aclocal/.
1425
[7f9e5908]14262003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1427
[61d9371]1428        * Makefile.am: Reflect having moved automake/.
1429        * sp01/Makefile.am: Reflect having moved automake/.
1430        * sp02/Makefile.am: Reflect having moved automake/.
1431        * sp03/Makefile.am: Reflect having moved automake/.
1432        * sp04/Makefile.am: Reflect having moved automake/.
1433        * sp05/Makefile.am: Reflect having moved automake/.
1434        * sp06/Makefile.am: Reflect having moved automake/.
1435        * sp07/Makefile.am: Reflect having moved automake/.
1436        * sp08/Makefile.am: Reflect having moved automake/.
1437        * sp09/Makefile.am: Reflect having moved automake/.
1438        * sp11/Makefile.am: Reflect having moved automake/.
1439        * sp12/Makefile.am: Reflect having moved automake/.
1440        * sp13/Makefile.am: Reflect having moved automake/.
1441        * sp14/Makefile.am: Reflect having moved automake/.
1442        * sp15/Makefile.am: Reflect having moved automake/.
1443        * sp16/Makefile.am: Reflect having moved automake/.
1444        * sp17/Makefile.am: Reflect having moved automake/.
1445        * sp19/Makefile.am: Reflect having moved automake/.
1446        * sp20/Makefile.am: Reflect having moved automake/.
1447        * sp21/Makefile.am: Reflect having moved automake/.
1448        * sp22/Makefile.am: Reflect having moved automake/.
1449        * sp23/Makefile.am: Reflect having moved automake/.
1450        * sp24/Makefile.am: Reflect having moved automake/.
1451        * sp25/Makefile.am: Reflect having moved automake/.
1452        * sp26/Makefile.am: Reflect having moved automake/.
1453        * sp27/Makefile.am: Reflect having moved automake/.
1454        * sp28/Makefile.am: Reflect having moved automake/.
1455        * sp29/Makefile.am: Reflect having moved automake/.
1456        * sp30/Makefile.am: Reflect having moved automake/.
1457        * sp31/Makefile.am: Reflect having moved automake/.
1458        * sp32/Makefile.am: Reflect having moved automake/.
1459        * spfatal/Makefile.am: Reflect having moved automake/.
1460        * spsize/Makefile.am: Reflect having moved automake/.
[7f9e5908]1461
[3895f96]14622003-08-14      Joel Sherrill <joel@OARcorp.com>
1463
1464        * sp02/task1.c: Added ID to name lookup service and changed name of
1465        id/name translation status code. This propagated to multiple
1466        functions. The user API service added was rtems_object_id_to_name()
1467
[7dcc3fe]14682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1469
1470        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1471
[18ee864]14722003-05-29      Joel Sherrill <joel@OARcorp.com>
1473
1474        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
1475
[c98849ef]14762003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1477
1478        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1479        CC_CFLAGS_DEFAULT (obsolete).
1480
[78bea14]14812003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1482
1483        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1484        Remove CC_LDFLAGS_PROFILE_V.
1485
[3c55718]14862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1487
1488        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1489
[ccd81b60]14902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1491
1492        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1493
[9b5c258]14942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1495
1496        * configure.ac: AC_PREREQ(2.57).
1497
[afcd563]14982002-11-14      Joel Sherrill <joel@OARcorp.com>
1499
1500        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
1501        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
1502        update the IDs in the screens.
1503
[8730f45]15042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1505
1506        * .cvsignore: Reformat.
1507        Add autom4te*cache.
1508        Remove autom4te.cache.
1509
[0c0d089]15102002-09-14      Joel Sherrill <joel@OARcorp.com>
1511
1512        * sp32/.cvsignore: New file.
1513
[0af7c20]15142002-09-14      Aaron J. Grier <aaron@frye.com>
1515
1516        * PR271 was not applicable against the current source but included
1517        a nice test that Joel decided to add to the tree as sp32.
1518        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
1519        * Makefile.am, configure.ac: Modified to reflect addition.
1520
[a3a512c]15212002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1522
1523        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
1524        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
1525        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
1526        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
1527        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
1528        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
1529        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
1530        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
1531        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
1532        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
1533        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
1534        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
1535        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
1536        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
1537        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
1538        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
1539        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
1540        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
1541        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
1542        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
1543        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
1544        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
1545        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
1546        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
1547        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
1548        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
1549        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
1550        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
1551        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
1552        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
1553        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
1554
[3aa4c2e0]15552002-08-01      Joel Sherrill <joel@OARcorp.com>
1556
1557        * Per PR47 add support for buffered test output.  This involved
1558        adding defines to redirect output to a buffer and dump it when
1559        full, at "test pause", and at exit.  To avoid problems when redefining
1560        exit(), all tests were modified to call rtems_test_exit().
1561        Some tests, notable psxtests, had to be modified to include
1562        the standard test macro .h file (pmacros.h or tmacros.h) to
1563        enable this support.
1564        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
1565        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
1566        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
1567        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
1568        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
1569        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
1570        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
1571
[3dc936c1]15722002-07-30      Joel Sherrill <joel@OARcorp.com>
1573
1574        * spsize/size.c: Don't reference the RTEMS allocated interrupt
1575        stack if the port doesn't configure using it.
1576
[c3bb68a1]15772002-07-04      Joel Sherrill <joel@OARcorp.com>
1578
1579        * Jump table for single entry point removed.
1580        * spsize/size.c:  Modified to reflect above.
1581
[21bbb92]15822002-07-01      Joel Sherrill <joel@OARcorp.com>
1583
1584        * sp29/init.c: Corrected definitions for task stack usage.
1585
[a9047a0]15862002-07-01      Joel Sherrill <joel@OARcorp.com>
1587
1588        * spsize/size.c: _Thread_queue_Extract_table removed.
1589
[8873684]15902001-05-17      Joel Sherrill <joel@OARcorp.com>
1591
1592        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
1593        number of staticly configured device drivers.
1594
[606926f]15952001-05-14      Joel Sherrill <joel@OARcorp.com>
1596
1597        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
1598        than the configured number of drivers.
1599 
[cb9b2bfc]16002002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1601
1602        * configure.ac: Remove ENABLE_GCC28.
1603
[beaa47bc]16042001-04-04      Joel Sherrill <joel@OARcorp.com>
1605
1606        * spsize/size.c: Reflect SPARC modifcation to get rid of
1607        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1608 
[5729f62]16092001-03-29      Joel Sherrill <joel@OARcorp.com>
1610
1611        * Per PR147 addressed problems when reseting and inserting a timer
1612        into a timer chain that did not honor time passage since the last
1613        time the timer server was scheduled and the new insertion.
1614        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1615
[0a32a21]16162001-03-28      Joel Sherrill <joel@OARcorp.com>
1617
1618        * Side-effect of PR132.
1619        * sp21/system.h: Now must explicitly request NULL driver.
1620
[ac2512ab]16212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1622
1623        * configure.ac:
1624        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1625        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1626        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1627        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1628        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1629        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1630        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1631        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1632        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1633        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1634        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1635        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1636        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1637        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1638        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1639        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1640        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1641        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1642        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1643        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1644        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1645        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1646        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1647        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1648        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1649        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1650        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1651        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1652        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1653        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1654        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1655        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1656        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1657        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1658
[fabacfe]16592002-03-20      Chris Johns <ccj@acm.org>
1660
1661        * PR145.
1662        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1663        in system (e.g. driver tasks).  Also exit on minimum number of
1664        switches not precise number.
1665
[ef70d9b]16662001-01-29      Joel Sherrill <joel@OARcorp.com>
1667
1668        * Fixed bug where resetting a timer that was not at the head
1669        of one of the task timer chains resulted in the Timer Server
1670        task waking up too far in the future.
1671        * Added rtems_timer_get_information() directive to support testing.
1672        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1673        above condition.
1674
[2fc6dc3]16752001-01-22      Joel Sherrill <joel@OARcorp.com>
1676
1677        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1678        because priority added as argument to rtems_timer_initiate_server().
1679
[de569fe]16802001-01-16      Joel Sherrill <joel@OARcorp.com>
1681
1682        * Added tests for task-based timers.  This included the new tests
1683        sp30 and sp31.
1684        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1685        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1686        for task-based timer services.
1687        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1688        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1689        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1690        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1691        sp31/task1.c: New files.
1692
[850f87e]16932001-11-01      Joel Sherrill <joel@OARcorp.com>
1694
1695        * sp26/system.h: Properly account for stack memory used by
1696        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1697        and processed as PR78.
1698
[df25c998]16992001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1700
1701        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1702        * configure.in: Remove.
1703        * configure.ac: New file, generated from configure.in by autoupdate.
1704
[996bfbf]17052001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1706
1707        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1708
[25b9e93c]17092001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1710
1711        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1712        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1713        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1714        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1715        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1716        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1717        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1718        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1719        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1720        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1721        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1722        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1723        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1724        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1725        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1726        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1727        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1728        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1729        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1730        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1731        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1732        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1733        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1734        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1735        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1736        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1737        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1738        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1739        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1740
[94dfe0f7]17412001-08-16      Joel Sherrill <joel@OARcorp.com>
1742
1743        * sp20/system.h: Account for extra task stacks properly.
1744
[11b1063]17452001-08-16      Joel Sherrill <joel@OARcorp.com>
1746
1747        * sp13/sp13.scn: Id in screen had wrong class field value.
1748        * sp13/system.h: Account for message buffer memory.
1749        * sp13/task2.c: Remove unnecessary check for failure.
1750
[95083c0]17512001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1752
1753        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1754
[cf7884b]17552001-04-20      Joel Sherrill <joel@OARcorp.com>
1756
1757        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1758        file.
1759
[dde827b]17602001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1761
1762        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1763
[55a86b4]17642001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1765
1766        * sp21/Makefile.am: Remove libtest.
1767
[feead226]17682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1769
1770        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1771
[a314d3b4]17722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1773
1774        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1775
[cbe7d66]17762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1777
1778        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1779        Switch to GNU canonicalization.
1780        * sptests.am: Remove DEFS.
1781
[837ab841]17822000-09-29      Joel Sherrill <joel@OARcorp.com>
1783
1784        * sp20/sp20.scn: Corrected to reflect new addition.
1785        * sp20/system.h: Removed comment reflecting history.
1786
[cf42c54c]17872000-09-29      Stephan Merker <merker@decrc.abb.de>
1788
1789        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1790        Added new task to test sequence of altering a period's length
1791        while it is still active.
1792
[e35d6b2]17932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1794
1795        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1796        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1797        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1798        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1799        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1800        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1801        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1802        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1803        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1804        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1805
[e94ad1fe]18062000-08-10      Joel Sherrill <joel@OARcorp.com>
1807
1808        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.