source: rtems/testsuites/sptests/ChangeLog @ 8c43f3d

4.115
Last change on this file since 8c43f3d was 55658c6, checked in by Sebastian Huber <sebastian.huber@…>, on 08/22/11 at 10:10:56

2011-08-22 Sebastian Huber <sebastian.huber@…>

  • spfatal13/testcase.h: Fixed test name.
  • spfatal05/testcase.h: Increased wait time for slow hardware.
  • spfatal_support/init.c: Print test name at end of test.
  • spfatal01/spfatal01.scn, spfatal02/spfatal02.scn, spfatal03/spfatal03.scn, spfatal04/spfatal04.scn, spfatal05/spfatal05.scn, spfatal06/spfatal06.scn, spfatal07/spfatal07.scn, spfatal08/spfatal08.scn, spfatal09/spfatal09.scn, spfatal10/spfatal10.scn, spfatal11/spfatal11.scn, spfatal12/spfatal12.scn, spfatal13/spfatal13.scn, spfatal14/spfatal14.scn, spfatal15/spfatal15.scn, spfatal16/spfatal16.scn, spfatal17/spfatal17.scn, spfatal18/spfatal18.scn, spfatal19/spfatal19.scn, spfatal20/spfatal20.scn, spfatal21/spfatal21.scn, spfatal22/spfatal22.scn, spfatal23/spfatal23.scn, spfatal24/spfatal24.scn, spfatal25/spfatal25.scn: Reflect changes from above.
  • Property mode set to 100644
File size: 120.7 KB
Line 
12011-08-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * spfatal13/testcase.h: Fixed test name.
4        * spfatal05/testcase.h: Increased wait time for slow hardware.
5        * spfatal_support/init.c: Print test name at end of test.
6        * spfatal01/spfatal01.scn, spfatal02/spfatal02.scn,
7        spfatal03/spfatal03.scn, spfatal04/spfatal04.scn,
8        spfatal05/spfatal05.scn, spfatal06/spfatal06.scn,
9        spfatal07/spfatal07.scn, spfatal08/spfatal08.scn,
10        spfatal09/spfatal09.scn, spfatal10/spfatal10.scn,
11        spfatal11/spfatal11.scn, spfatal12/spfatal12.scn,
12        spfatal13/spfatal13.scn, spfatal14/spfatal14.scn,
13        spfatal15/spfatal15.scn, spfatal16/spfatal16.scn,
14        spfatal17/spfatal17.scn, spfatal18/spfatal18.scn,
15        spfatal19/spfatal19.scn, spfatal20/spfatal20.scn,
16        spfatal21/spfatal21.scn, spfatal22/spfatal22.scn,
17        spfatal23/spfatal23.scn, spfatal24/spfatal24.scn,
18        spfatal25/spfatal25.scn: Reflect changes from above.
19
202011-08-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
21
22        PR 1899/testing
23        * spfatal14/Makefile.am: Adjust number of semaphores to consume to
24        trigger fatal error.
25
262011-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        PR 1899/testing
29        * spfatal14/Makefile.am, spfatal15/Makefile.am, spfatal16/Makefile.am:
30        Adjust number of semaphores to consume to trigger fatal error.
31
322011-08-21      Petr Benes <benesp16@fel.cvut.cz>
33
34        PR 1886/cpukit
35        * sprbtree01/init.c, sprbtree01/sprbtree01.scn: This patch enables
36        inserting duplicate keys into rbtree. It is possible to turn on this
37        feature when initializing the tree.
38
392011-08-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
40
41        * spfatal_support/init.c: Ensure that _Thread_BSP_context is
42        initialized.
43
442011-08-02      Petr Benes <benesp16@fel.cvut.cz>
45
46        PR 1883/testing
47        * sprbtree01/init.c: Attempt provide coverage on last two ranges.
48
492011-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        PR 1877/cpukit
52        * sprbtree01/init.c: Add comparison function for RBTrees.
53
542011-08-02      Petr Benes <benesp16@fel.cvut.cz>
55
56        PR 1862/testing
57        * sprbtree01/init.c, sprbtree01/sprbtree01.scn: Improve test coverage.
58
592011-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * sp75/init.c, sp75/sp75.doc, sp75/sp75.scn: Correct test and
62        supporting documentation.
63
642011-07-28      Pawel Zagorski <pzagor@agh.edu.pl>
65
66        PR 1857/tests
67        * Makefile.am, configure.ac: Add test where there is more than one
68        thread at a priority with the executing thread being non-preemptive.
69        * sp76/.cvsignore, sp76/Makefile.am, sp76/init.c, sp76/sp76.doc,
70        sp76/sp76.scn: New files.
71
722011-07-28      Petr Benes <benesp16@fel.cvut.cz>
73
74        PR 1858/testing
75        * sp74/sp74.doc: Fix after changes.
76
772011-07-27      Petr Benes <benesp16@fel.cvut.cz>
78
79        PR 1854/cpukit
80        * sprbtree01/init.c, sprbtree01/sprbtree01.scn: Add test of the
81        rtems_rbtree_extract() to improve test coverage.
82
832011-07-26      Joel Sherrill <joel.sherrilL@OARcorp.com>
84
85        * Makefile.am, configure.ac: New test to get coverage of core mutex
86        obtain while in ISR or other dispatch disabled critical section but
87        no wait.
88        * sp75/.cvsignore, sp75/Makefile.am, sp75/init.c, sp75/sp75.doc,
89        sp75/sp75.scn: New files.
90
912011-07-26      Joel Sherrill <joel.sherrilL@OARcorp.com>
92
93        * sp74/init.c, sp74/sp74.scn: Fix to get the case hit per coverage
94        reports.
95
962011-07-26      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * sp74/init.c: Does not need clock driver.
99
1002011-07-26      Pawel Zagorski <pzagor@agh.edu.pl>
101
102        PR 1853/tests
103        * Makefile.am, configure.ac: Add test for case where a thread is
104        non-preemptive, multiple threads are ready at that priority, a higher
105        priority thread is heir and the thread yields.
106        * sp74/.cvsignore, sp74/Makefile.am, sp74/init.c, sp74/sp74.doc,
107        sp74/sp74.scn: New files.
108
1092011-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * sp04/tswitch.c, sp07/task1.c, sp07/task2.c, sp09/screen07.c,
112        sp11/task1.c, sp11/task2.c, sp12/pridrv.c, sp12/pritask.c,
113        sp13/task1.c, sp14/asr.c, sp14/task1.c, sp19/first.c, sp19/fptask.c,
114        sp19/inttest.h, sp19/task1.c, sp20/task1.c, sp25/task1.c,
115        sp26/task1.c, sp28/init.c, sp29/init.c, sp31/task1.c, sp32/init.c,
116        sp33/init.c, sp34/changepri.c, sp36/strict_order_mut.c, sp37/init.c,
117        sp43/init.c, sp44/init.c, sp48/init.c, sp54/init.c, sp59/init.c,
118        sp65/init.c, sp68/init.c, spchain/init.c, spclockget/init.c,
119        spfatal03/testcase.h, spfatal07/testcase.h, spfatal_support/init.c:
120        Do not line length exceed 80 columns.
121
1222011-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * sp09/screen07.c, sp09/sp09.scn: Add a case where the multiply of
125        number of buffers times buffer size exceeds that representable by
126        size_t.
127
1282011-06-20      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * sp66/init.c: Remove (unused).
131        * spintrcritical01/Makefile.am, spintrcritical06/Makefile.am,
132        spintrcritical08/Makefile.am, spintrcritical09/Makefile.am,
133        spintrcritical10/Makefile.am, spintrcritical11/Makefile.am,
134        spintrcritical13/Makefile.am, spintrcritical15/Makefile.am,
135        spintrcritical16/Makefile.am, spintrcritical17/Makefile.am:
136        Add ../spintrcritical_support/intrcritical.h to *_SOURCES.
137        * sp43/Makefile.am: Add system.h to *_SOURCES.
138        * Makefile.am: Remove DIST_SUBDIRS.
139        Remove EXTRA_DIST.
140        * sp33/Makefile.am: Eliminate scndir.
141
1422011-06-11      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
145        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
146        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
147        sp03/system.h, sp03/task1.c, sp03/task2.c: Clean up. Update.
148
1492011-06-11      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * sp09/screen02.c, sp09/screen13.c, sp09/sp09.scn, sp29/init.c,
152        sp30/sp30.scn, sp32/init.c, spclockget/init.c: Avoid use of
153        deprecated rtems_clock_get() except in spclockget().
154
1552011-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
156
157        * spintrcritical01/init.c: Fixed warning fix.
158
1592011-05-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
160
161        * sp21/init.c, sp21/sp21.doc sp21/sp21.scn: New test cases.
162
1632011-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * sp39/init.c: Fix tests broken in warning pass.
166
1672011-05-06      Sebastian Huber <sebastian.huber@embedded-brains.de>
168
169        * spnsext01/.cvsignore, spnsext01/Makefile.am, spnsext01/init.c,
170        spnsext01/spnsext01.doc, spnsext01/spnsext01.scn: New files.
171        * Makefile.am, configure.ac: Reflect changes above.
172
1732011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * sp09/screen12.c, sp09/sp09.scn, sp21/Makefile.am, sp35/priinv.c,
176        sp39/init.c, sp50/init.c, sp57/init.c, sp72/init.c, sp73/init.c,
177        spintrcritical01/init.c, spprivenv01/init.c, spsimplesched01/init.c,
178        spsimplesched02/init.c: Remove warnings.
179
1802011-04-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
181
182        * sp09/screen02.c: Use integer value that fits into one character.
183
1842011-04-04      Gedare Bloom <giddyup44@yahoo.com>
185
186        PR 1641/cpukit
187        * Makefile.am, configure.ac: Create testcase for red black tree.
188        * sprbtree01/init.c, sprbtree01/Makefile.am, sprbtree01/sprbtree01.doc,
189        sprbtree01/sprbtree01.scn: New files.
190
1912011-03-16      Jennifer Averett <jennifer.averett@OARcorp.com>
192
193        PR 1729/cpukit
194        * spsize/size.c: Add next step in SMP support. This adds an allocated
195        array of the Per_CPU structures to support multiple cpus vs a single
196        instance of the structure which is still used if SMP support is
197        disabled. Configuration support is also added to explicitly enable or
198        disable SMP. But SMP can only be enabled for the CPUs which will
199        support it initially -- SPARC and i386. With the stub BSP support, a
200        BSP can be run as a single core SMP system from an RTEMS data
201        structure standpoint.
202
2032011-03-16      Joel Sherrill <joel.sherrill@oarcorp.com>
204
205        * spfifo05/init.c: Console interrupts perturb test.
206
2072011-03-16      Jennifer Averett <jennifer.averett@OARcorp.com>
208
209        PR 1743/cpu
210        * Makefile.am, configure.ac, spsize/size.c: Add Simple Priority
211        Scheduler as complement to existing Deterministic Priority Scheduler.
212        This scheduler serves both as an example and as a lighter weight
213        implementation for smaller systems.
214        * spsimplesched01/.cvsignore, spsimplesched01/Makefile.am,
215        spsimplesched01/init.c, spsimplesched01/spsimplesched01.doc,
216        spsimplesched01/spsimplesched01.scn, spsimplesched02/.cvsignore,
217        spsimplesched02/Makefile.am, spsimplesched02/init.c,
218        spsimplesched02/spsimplesched02.doc,
219        spsimplesched02/spsimplesched02.scn, spsimplesched03/.cvsignore,
220        spsimplesched03/Makefile.am, spsimplesched03/init.c,
221        spsimplesched03/spsimplesched03.doc,
222        spsimplesched03/spsimplesched03.scn: New files.
223
2242011-03-11      Joel Sherrill <joel.sherrilL@OARcorp.com>
225
226        * sp58/init.c, sp58/sp58.scn: Account for case where left hand side
227        seconds field is less than.
228
2292011-03-11      Joel Sherrill <joel.sherrilL@OARcorp.com>
230
231        * sp08/sp08.scn: Convert to UNIX CR/LF.
232
2332011-03-11      Joel Sherrill <joel.sherrilL@OARcorp.com>
234
235        * sp08/Makefile.am, sp08/init.c, sp08/sp08.scn, sp09/screen07.c,
236        sp09/sp09.scn: Improve coverage. Change mode while system not up and
237        broadcast a message that is too large.
238        * sp08/system.h, sp08/task1.c: Removed.
239
2402011-03-11      Joel Sherrill <joel.sherrilL@OARcorp.com>
241
242        * Makefile.am, configure.ac: Add sp73.  This is a new test designed
243        to improve coverage of the thread yield logic.
244        * sp73/.cvsignore, sp73/Makefile.am, sp73/init.c, sp73/sp73.doc,
245        sp73/sp73.scn: New files.
246
2472011-03-10      Sebastian Huber <sebastian.huber@embedded-brains.de>
248
249        * sp07/init.c: Improve coverage.
250
2512011-03-09      Joel Sherrill <joel.sherrill@oarcorp.com>
252
253        * spwkspace/init.c: Adjust test to account for recent heap change on
254        NULL.
255
2562011-03-09      Joel Sherrill <joel.sherrill@oarcorp.com>
257
258        * sp43/init.c, sp43/sp43.scn: Improve coverage of _Thread_Get.
259
2602011-03-08      Joel Sherrill <joel.sherrilL@OARcorp.com>
261
262        * spchain/init.c: Improve coverage testing.
263
2642011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
265
266        * configure.ac: Add AC_CONFIG_HEADER(config.h).
267
2682011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
269
270        * sp01/init.c, sp01/task1.c, sp02/init.c, sp02/preempt.c, sp02/task1.c,
271        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/task1.c, sp03/task2.c,
272        sp04/init.c, sp04/task1.c, sp04/task2.c, sp04/task3.c, sp04/tswitch.c,
273        sp05/init.c, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
274        sp06/task1.c, sp06/task2.c, sp06/task3.c, sp07/buffered_io.c,
275        sp07/init.c, sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
276        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
277        sp07/tstart.c, sp08/init.c, sp08/task1.c, sp09/delay.c, sp09/init.c,
278        sp09/isr.c, sp09/screen01.c, sp09/screen02.c, sp09/screen03.c,
279        sp09/screen04.c, sp09/screen05.c, sp09/screen06.c, sp09/screen07.c,
280        sp09/screen08.c, sp09/screen09.c, sp09/screen10.c, sp09/screen11.c,
281        sp09/screen12.c, sp09/screen13.c, sp09/screen14.c, sp09/task1.c,
282        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp10/init.c, sp11/init.c,
283        sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c, sp12/pridrv.c,
284        sp12/pritask.c, sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c,
285        sp12/task5.c, sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c,
286        sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c, sp14/init.c,
287        sp14/task1.c, sp14/task2.c, sp15/init.c, sp15/task1.c, sp16/init.c,
288        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
289        sp17/asr.c, sp17/init.c, sp17/task1.c, sp17/task2.c, sp18/init.c,
290        sp19/first.c, sp19/fptask.c, sp19/init.c, sp19/task1.c, sp20/getall.c,
291        sp20/init.c, sp20/task1.c, sp21/init.c, sp22/delay.c, sp22/init.c,
292        sp22/prtime.c, sp22/task1.c, sp23/init.c, sp23/task1.c, sp24/init.c,
293        sp24/resume.c, sp24/task1.c, sp25/init.c, sp25/task1.c, sp26/init.c,
294        sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp30/init.c,
295        sp30/resume.c, sp30/task1.c, sp31/delay.c, sp31/init.c, sp31/prtime.c,
296        sp31/task1.c, sp32/init.c, sp33/init.c, sp34/changepri.c, sp35/priinv.c,
297        sp36/strict_order_mut.c, sp37/init.c, sp38/init.c, sp39/init.c,
298        sp40/init.c, sp41/init.c, sp42/init.c, sp43/init.c, sp44/init.c,
299        sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c, sp49/init.c,
300        sp50/init.c, sp51/init.c, sp52/init.c, sp54/init.c, sp55/init.c,
301        sp56/init.c, sp57/init.c, sp58/init.c, sp59/init.c, sp60/init.c,
302        sp62/init.c, sp63/init.c, sp64/init.c, sp65/init.c, sp66/init.c,
303        sp67/init.c, sp68/init.c, sp69/init.c, sp70/init.c, sp71/init.c,
304        sp72/init.c, spassoc01/init.c, spchain/init.c, spclockget/init.c,
305        spcoverage/init.c, sperror01/init.c, sperror02/init.c, sperror03/init.c,
306        spfatal_support/consume_sems.c, spfatal_support/init.c, spfifo01/init.c,
307        spfifo02/init.c, spfifo03/init.c, spfifo04/init.c, spfifo05/init.c,
308        spheapprot/init.c, spintrcritical01/init.c, spintrcritical06/init.c,
309        spintrcritical08/init.c, spintrcritical09/init.c,
310        spintrcritical10/init.c, spintrcritical11/init.c,
311        spintrcritical13/init.c, spintrcritical15/init.c,
312        spintrcritical16/init.c, spintrcritical17/init.c,
313        spintrcritical_support/intrcritical.c, spmkdir/init.c,
314        spmountmgr01/init.c, spnotepad01/init.c, spobjgetnext/init.c,
315        spprintk/init.c, spprivenv01/init.c, spsize/getint.c, spsize/init.c,
316        spsize/size.c, spstkalloc/init.c, spthreadq01/init.c,
317        spwatchdog/delay.c, spwatchdog/init.c, spwatchdog/prtime.c,
318        spwatchdog/task1.c, spwkspace/init.c: Add HAVE_CONFIG_H.
319
3202011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
321
322        * sp09/Makefile.am: Switch to all managers since this is all of them.
323
3242011-02-08      Ralf Corsépius <ralf.corsepius@rtems.org>
325
326        * sp69/init.c: Use "ld" instead of PRId32 to print
327        struct timespec->tv_nsec.
328        * sp19/inttest.h: Use PRIx32 instead of "lx".
329
3302011-02-02      Joel Sherrill <joel.sherrilL@OARcorp.com>
331
332        * sp04/tswitch.c: Shrink memory requirements.
333
3342011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
335
336        * configure.ac: Require autoconf-2.68, automake-1.11.1.
337
3382010-11-26      Sebastian Huber <sebastian.huber@embedded-brains.de>
339
340        * spchain/init.c: Added test case.
341
3422010-11-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
343
344        * spchain/init.c, spchain/spchain.scn: More test cases.
345
3462010-11-24      Gedare Bloom <giddyup44@yahoo.com>
347
348        PR 1647/cpukit
349        * spsize/size.c: Update documentation to reflect refactoring of
350        SuperCore to add Scheduler Handler.
351
3522010-11-16      Joel Sherrill <joel.sherrill@oarcorp.com>
353
354        * sp70/init.c, sp70/sp70.scn: Fix bug in test which lead to random
355        memory corruption.
356
3572010-10-25      Joel Sherrill <joel.sherrill@oarcorp.com>
358
359        * spchain/init.c: Attempt to improve coverage.
360
3612010-10-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
362
363        * spchain/init.c, spwatchdog/task1.c: Do not violate chain API.
364
3652010-10-04      Ralf Corsépius <ralf.corsepius@rtems.org>
366
367        * spfifo03/spfifo03.scn: Replace file.
368
3692010-10-03      Ralf Corsépius <ralf.corsepius@rtems.org>
370
371        * spsize/size.c: Fix typo.
372
3732010-08-26      Bharath Suri <bharath.s.jois@gmail.com>
374
375        PR 1663/testing
376        * spmkdir/init.c, spmkdir/spmkdir.scn: Added some test outputs to
377        the test.
378
3792010-08-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
380
381        * spheapprot/.cvsignore, spheapprot/Makefile.am,
382        spheapprot/spheapprot.doc, spheapprot/spheapprot.scn: New files.
383        * Makefile.am, configure.ac: Reflect changes above.
384
3852010-08-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
386
387        * spchain/init.c, spchain/spchain.doc, spchain/spchain.scn: New test
388        cases.
389
3902010-08-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
391
392        * spfatal24/.cvsignore, spfatal24/Makefile.am,
393        spfatal24/spfatal24.doc, spfatal24/spfatal24.scn,
394        spfatal24/testcase.h, spfatal25/.cvsignore, spfatal25/Makefile.am,
395        spfatal25/spfatal25.doc, spfatal25/spfatal25.scn,
396        spfatal25/testcase.h: New files.
397        * Makefile.am, configure.ac: Reflect changes above.
398
3992010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
400
401        PR 1658/cpukit
402        * Makefile.am, configure.ac: If the system is not up, consider it a
403        fatal error. This eliminated sp61 and added spfatal23.
404        * spfatal23/.cvsignore, spfatal23/Makefile.am, spfatal23/spfatal23.doc,
405        spfatal23/spfatal23.scn, spfatal23/testcase.h: New files.
406        * sp61/.cvsignore, sp61/Makefile.am, sp61/init.c, sp61/sp61.doc,
407        sp61/sp61.scn: Removed.
408
4092010-08-10      Bharath Suri <bharath.s.jois@gmail.com>
410
411        PR 1663/testing
412        * spmkdir/init.c: New cases to get the error path in rtems_mkdir
413        routine.
414
4152010-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
416
417        PR 1661/testing
418        * spfifo02/init.c, spmountmgr01/init.c, spprivenv01/init.c: Eliminate
419        most references to RTEMS_Malloc_Heap.
420
4212010-08-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
422
423        * sp09/screen12.c: Update for rtems_region_create() changes.
424        * sp09/sp09.scn: Update.
425
4262010-08-08      Joel Sherrill <joel.sherrill@oarcorp.com>
427
428        PR 1647/testing
429        * spsize/size.c: Remove redundant initialize uninitialized to 0.
430
4312010-07-30      Gedare Bloom <giddyup44@yahoo.com>
432
433        PR 1599/cpukit
434        * spsize/size.c: Rename _Context_Switch_necessary to
435        _Thread_Dispatch_necessary to more properly reflect the intent.
436
4372010-07-29      Bharath Suri <bharath.s.jois@gmail.com>
438
439        PR 1621/testing
440        * Makefile.am, configure.ac: Improve coverage of private environment.
441        * spprivenv01/.cvsignore, spprivenv01/Makefile.am, spprivenv01/init.c,
442        spprivenv01/spprivenv01.doc, spprivenv01/spprivenv01.scn: New files.
443
4442010-07-27      Joel Sherrill <joel.sherrilL@OARcorp.com>
445
446        * sp43/init.c, sp43/sp43.scn: Add code to exercise case where an API
447        pointer is NULL when getting an object name.
448
4492010-07-27      Joel Sherrill <joel.sherrilL@OARcorp.com>
450
451        * sp11/sp11.scn, sp11/task1.c: Add test case for receiving all events
452        no wait but the condition is only partially satisfied.
453
4542010-07-26      Joel Sherrill <joel.sherrill@oarcorp.com>
455
456        * Makefile.am, configure.ac: Add test to extract a task blocked with
457        timeout on a priority ordered thread queue.
458        * sp72/.cvsignore, sp72/Makefile.am, sp72/init.c, sp72/sp72.doc,
459        sp72/sp72.scn: New files.
460
4612010-07-16      Bharath Suri <bharath.s.jois@gmail.com>
462
463        PR 1617/testing
464        * spmountmgr01/init.c, spmountmgr01/spmountmgr01.scn,
465        spmountmgr01/spmountmgr01.doc: Added cases to exercise
466        mount-mktgt.c.
467
4682010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
469
470        PR 1617/testing
471        * spmountmgr01/init.c, spmountmgr01/Makefile.am,
472        spmountmgr/.cvsignore, spmountmgr01/spmountmgr01.doc,
473        spmountmgr01/spmountmgr01.scn: New test which improves coverage
474        of mount-mgr.c under libcsupport.
475        * Makefile.am, configure.ac: Changes to accommodate the new test.
476
4772010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
478
479        * spprintk/init.c, spprintk/spprintk.doc, spprintk/spprintk.scn: Clean
480        up and add test of getchark().
481
4822010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
483
484        * spfatal21/Makefile.am: Fix typo.
485
4862010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
487
488        * Makefile.am, configure.ac: Add tests for sbrk fatal error case and
489        libio initialization fatal error case.
490        * spfatal21/.cvsignore, spfatal21/Makefile.am, spfatal21/spfatal21.doc,
491        spfatal21/spfatal21.scn, spfatal21/testcase.h, spfatal22/.cvsignore,
492        spfatal22/Makefile.am, spfatal22/spfatal22.doc,
493        spfatal22/spfatal22.scn, spfatal22/testcase.h: New files.
494
4952010-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
496
497        * spintrcritical06/init.c: Switch semaphore obtain timeouts of
498        variants.  Cleanup.
499        * spintrcritical05/spintrcritical05.scn,
500        spintrcritical06/spintrcritical06.scn,
501        spintrcritical07/spintrcritical07.scn,
502        spintrcritical11/spintrcritical11.scn,
503        spintrcritical12/spintrcritical12.scn,
504        spintrcritical13/spintrcritical13.scn,
505        spintrcritical14/spintrcritical14.scn: Update.
506
5072010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
508
509        * Makefile.am, configure.ac: Readd spfatal09 as a malloc initialization
510        fatal error.
511        * spfatal09/.cvsignore, spfatal09/Makefile.am, spfatal09/spfatal09.doc,
512        spfatal09/spfatal09.scn, spfatal09/testcase.h: New files.
513
5142010-07-07      Bharath Suri <bharath.s.jois@gmail.com>
515
516        PR 1603/testing
517        * spassoc01/init.c, spassoc01/Makefile.am,
518        spassoc01/spassoc01.doc, spassoc01/spassoc01.scn: Added new test.
519        * Makefile.am, configure.ac: Added new test spassoc01 for
520        rtems_assoc routines.
521
5222010-07-07      Joel Sherrill <joel.sherrill@oarcorp.com>
523
524        PR 1606/cpukit
525        * spfatal_support/init.c: Remove
526        INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
527
5282010-07-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
529
530        * spfatal09/.cvsignore, spfatal09/Makefile.am,
531        spfatal09/spfatal09.doc, spfatal09/spfatal09.scn,
532        spfatal09/testcase.h: Removed files.
533        * Makefile.am, configure.ac: Reflect changes above.
534        * spfatal_support/init.c: Print end of test message in case of
535        success.  Stop multitasking in the fatal error extension.
536        * spfatal03/testcase.h, spfatal07/testcase.h: Use printk() instead of
537        puts().
538        * spfatal01/spfatal01.scn, spfatal02/spfatal02.scn,
539        spfatal03/spfatal03.scn, spfatal04/spfatal04.scn,
540        spfatal05/spfatal05.scn, spfatal06/spfatal06.scn,
541        spfatal07/spfatal07.scn, spfatal08/spfatal08.scn,
542        spfatal10/spfatal10.scn, spfatal11/spfatal11.scn,
543        spfatal12/spfatal12.scn, spfatal13/spfatal13.scn,
544        spfatal14/spfatal14.scn, spfatal15/spfatal15.scn,
545        spfatal16/spfatal16.scn, spfatal17/spfatal17.scn,
546        spfatal18/spfatal18.scn, spfatal19/spfatal19.scn,
547        spfatal20/spfatal20.scn: Update.
548
5492010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
550
551        * sp21/init.c, sp21/sp21.scn: Tidy up with one last case to get 100%
552        coverage of rtems_io_lookup_name().
553
5542010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
555
556        * sp21/Makefile.am, sp21/init.c, sp21/sp21.scn: Add
557        rtems_io_lookup_name() and simplify test.
558        * sp21/system.h, sp21/task1.c: Removed.
559
5602010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
561
562        * Makefile.am, configure.ac: Add new fatal error test for termios
563        initialize.
564        * spfatal20/.cvsignore, spfatal20/Makefile.am, spfatal20/spfatal20.doc,
565        spfatal20/spfatal20.scn, spfatal20/testcase.h: New files.
566
5672010-07-05      Bharath Suri <bharath.s.jois@gmail.com>
568
569        PR 1600/testing
570        * spfifo05/init.c, spfifo05/spfifo05.doc, spfifo05/spfifo05.scn,
571        spfifo05/Makefile.am: New tests for pipe/fifo routines.
572        * Makefile.am, configure.ac: Add new test.
573
5742010-07-02      Bharath Suri <bharath.s.jois@gmail.com>
575
576        PR 1600/testing
577        * spfifo04/init.c, spfifo04/spfifo04.doc, spfifo04/spfifo04.scn,
578        spfifo04/Makefile.am: New files to improve coverage on fifo/pipe
579        routines
580        * Makefile.am, configure.ac: Add new test.
581
5822010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
583
584        * sp68/init.c: Add alignment to region_area. Fix spelling.
585
5862010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
587
588        PR 1573/cpukit
589        * spsize/size.c: Add a per cpu data structure which contains the
590        information required by RTEMS for each CPU core. This encapsulates
591        information such as thread executing, heir, idle and dispatch needed.
592
5932010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
594
595        * sp69/Makefile.am: Really needs spin.c
596
5972010-06-26      Bharath Suri <bharath.s.jois@gmail.com>
598
599        PR 1592/testing
600        * Makefile.am, configure.ac: Changes to incorporate sperror01,
601        sperror02, sperror03
602        * sperror01/init.c, sperror02/init.c: New tests to exercise
603        rtems_error routine
604        * sperror03/init.c: New test to exercise rtems_panic routine
605
6062010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
607
608        * sp69/Makefile.am, sp71/Makefile.am, spfifo02/Makefile.am: Tests do
609        not need spin.c
610
6112010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
612
613        * sp70/Makefile.am: Tests do not need spin.c
614
6152010-06-24      Bharath Suri <bharath.s.jois@gmail.com>
616
617        * Makefile.am, configure.ac: Removed some fifo tests.
618        * spfifo01/Makefile.am, spfifo01/init.c: Minor changes to avoid
619        excessive new lines in the output.
620
621        spfifo02/Makefile.am, spfifo02/init.c, spfifo02/spfifo02.doc,
622        spfifo02/spfifo02.scn, spfifo03/Makefile.am: Merge from spfifo08.
623        Also added a few more cases, mostly from spfifo04/init.c.
624        * spfifo03/init.c, spfifo03/spfifo03.doc, spfifo03/spfifo03.scn:
625        Previously was spfifo06. Configure parameter for pipes is used now.
626        * spfifo04/.cvsignore, spfifo04/Makefile.am, spfifo04/init.c,
627        spfifo04/spfifo04.doc, spfifo04/spfifo04.scn, spfifo08/.cvsignore,
628        spfifo08/Makefile.am, spfifo08/init.c, spfifo08/spfifo08.doc,
629        spfifo08/spfifo08.scn: Removed.
630
6312010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
632
633        * Makefile.am, configure.ac: Add new test to exercise path where using
634        unlimited object support you are about to allocate more objects than
635        can be represented in the Id. This test will NOT pass on targets with
636        insufficient RAM.
637        * sp71/.cvsignore, sp71/Makefile.am, sp71/init.c, sp71/sp71.doc,
638        sp71/sp71.scn: New files.
639
6402010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
641
642        * Makefile.am, configure.ac: spfatal20 not ready.
643
6442010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
645
646        * Makefile.am, configure.ac: Add new tests to generate fatal errors in
647        rtems_termios_open().
648        * spfatal16/.cvsignore, spfatal16/Makefile.am, spfatal16/spfatal16.doc,
649        spfatal16/spfatal16.scn, spfatal16/testcase.h, spfatal17/.cvsignore,
650        spfatal17/Makefile.am, spfatal17/spfatal17.doc,
651        spfatal17/spfatal17.scn, spfatal17/testcase.h, spfatal18/.cvsignore,
652        spfatal18/Makefile.am, spfatal18/spfatal18.doc,
653        spfatal18/spfatal18.scn, spfatal18/testcase.h, spfatal19/.cvsignore,
654        spfatal19/Makefile.am, spfatal19/spfatal19.doc,
655        spfatal19/spfatal19.scn, spfatal19/testcase.h: New files.
656
6572010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
658
659        * Makefile.am, configure.ac, spfatal_support/init.c,
660        spfatal_support/system.h: Add new tests to generate fatal errors in
661        open_dev_console().
662        * spfatal14/.cvsignore, spfatal14/Makefile.am, spfatal14/spfatal14.doc,
663        spfatal14/spfatal14.scn, spfatal14/testcase.h, spfatal15/.cvsignore,
664        spfatal15/Makefile.am, spfatal15/spfatal15.doc,
665        spfatal15/spfatal15.scn, spfatal15/testcase.h,
666        spfatal_support/consume_sems.c: New files.
667
6682010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
669
670        * sp43/init.c: Remove more ITRON references.
671
6722010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
673
674        * sp09/screen01.c: Fix warning.
675
6762010-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
677
678        * spfifo08/init.c: Catch more cases but discussion on errors and proper
679        behaviour remain.
680
6812010-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
682
683        * spfifo02/init.c, spfifo03/init.c, spfifo04/init.c: Configure pipes
684        used.
685
6862010-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
687
688        * Makefile.am, configure.ac: New test for error cases in FIFO creation.
689        * spfifo08/.cvsignore, spfifo08/Makefile.am, spfifo08/init.c,
690        spfifo08/spfifo08.doc, spfifo08/spfifo08.scn: New files.
691
6922010-06-19      Joel Sherrill <joel.sherrill@oarcorp.com>
693
694        * sp09/screen01.c, sp09/sp09.scn, sp43/init.c, sp43/sp43.scn,
695        spfatal_support/init.c: Remove references to ITRON constants.
696
6972010-06-19      Joel Sherrill <joel.sherrill@oarcorp.com>
698
699        * Makefile.am, configure.ac: Add sp70 to test slot
700        reclamation and reuse for unlimited object configuration.
701        * sp70/.cvsignore, sp70/Makefile.am, sp70/init.c, sp70/sp70.doc,
702        sp70/sp70.scn: New files.
703
7042010-06-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
705
706        * sp16/task1.c: Update for heap extend changes.
707
7082010-06-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
709
710        * spfifo01/init.c, spfifo01/spfifo01.scn: Update for IMFS API changes.
711
7122010-06-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
713
714        * spmkdir/.cvsignore, spmkdir/Makefile.am, spmkdir/init.c,
715        spmkdir/spmkdir.doc, spmkdir/spmkdir.scn: New files.
716        * Makefile.am, configure.ac: Reflect changes above.
717
7182010-06-07      Bharath Suri <bharath.s.jois@gmail.com>
719
720        * spfifo01/main.c: New file.
721
7222010-06-07      Bharath Suri <bharath.s.jois@gmail.com>
723
724        PR PR1542
725        * Makefile.am, configure.ac: Coverage improvement: fifo_open.
726        * spfifo01/spfifo01.doc, spfifo01/spfifo01.scn, spfifo01/test.c,
727        spfifo02/Makefile.am, spfifo02/main.c, spfifo02/spfifo02.doc,
728        spfifo02/spfifo02.scn, spfifo02/test.c, spfifo03/Makefile.am,
729        spfifo03/main.c, spfifo03/spfifo03.doc, spfifo03/spfifo03.scn,
730        spfifo03/test.c, spfifo04/Makefile.am, spfifo04/main.c,
731        spfifo04/spfifo04.doc, spfifo04/spfifo04.scn, spfifo04/test.c: New
732        files.
733
7342010-06-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
735
736        * sp09/screen12.c: Update for heap extend changes.
737
7382010-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
739
740        * sp62/init.c, sp65/init.c: #include <unistd.h>.
741
7422010-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
743
744        * sp43/init.c: Readdress use of ctype methods per recommendation from
745        D.J. Delorie on the newlib mailing list. We should pass an unsigned
746        char into these methods.
747
7482010-03-10      Joel Sherrill <joel.sherrill@oarcorp.com>
749
750        * Makefile.am, configure.ac: Add new fatal error for configuring
751        unlimited and maximum of 0.
752        * spfatal13/.cvsignore, spfatal13/Makefile.am, spfatal13/spfatal13.doc,
753        spfatal13/spfatal13.scn, spfatal13/testcase.h: New files.
754
7552010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
756
757        * sp43/init.c: Fix warning.
758
7592009-12-15      Glenn Humphrey <glenn.humphrey@OARcorp.com>
760
761        * sp69/init.c: Fixed warnings.
762
7632009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
764
765        * sp14/sp14.doc, sp14/sp14.scn: doc file have scn contents. Fix and
766        update.
767
7682009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
769
770        * sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: Add test for statistics on
771        expired periods. This detected the recently introduced PR1480.
772
7732009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
774
775        * sp69/.cvsignore: New file.
776
7772009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
778
779        * Makefile.am, configure.ac: Added a test for rate_monotonic_get_status
780        to ensure that all paths are tested.
781        * sp69/Makefile.am, sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: New files.
782
7832009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
784
785        * sp31/task1.c: Fixed spacing.
786
7872009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
788
789        * sp18/init.c, sp31/task1.c, sp43/init.c, sp63/init.c, sp64/init.c,
790        spfatal10/testcase.h, spfatal11/testcase.h, spobjgetnext/init.c,
791        spwkspace/init.c: Use rtems_test_assert() consistently instead of
792        system assert(). rtems_test_assert() is designed to integrate into
793        the RTEMS test suite infrastructure.
794
7952009-12-04      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
796
797        * sp31/sp31.scn, sp31/task1.c, spintrcritical17/init.c: New test
798        cases. Updated copyright notice.
799
8002009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
801
802        * sp25/task1.c: Use PRIuPTR for segment_sizes.
803
8042009-11-30      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
805
806        * sp68/Makefile.in, sp68/.cvsignore,
807        * spintrcritical17/Makefile.in, spintrcritical17/.cvsignore:
808        removed unneeded Makefile.in, added cvsignore
809       
8102009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
811
812        * sp68/init.c, sp68/Makefile.am, sp68/sp68.doc, sp68/sp68.scn,
813        spintrcritical17/init.c, spintrcritical17/Makefile.am,
814        spintrcritical17/spintrcritical17.doc,
815        spintrcritical17/spintrcritical17.scn: New files.
816        * Makefile.am, configure.ac: Update for test sp68 and spintrcritical17.
817        * sp31/task1.c, sp67/init.c: Changes for new timer server
818        implementation.
819        * sp52/init.c: The init task must be preemptible to let the timer
820        server run.
821
8222009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
823
824        PR 1460/cpukit
825        * sp43/init.c: Change return type on methods accessing portions of
826        RTEMS Ids to int. This allows -1 to be return on error.
827
8282009-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
829
830        * spsize/Makefile.am: Fix broken install rule.
831
8322009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
833
834        * spprintk/spprintk.scn: Add end of line at end of file.
835
8362009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
837
838        * sp32/Makefile.am, sp33/Makefile.am, sp37/Makefile.am,
839        sp38/Makefile.am, sp39/Makefile.am, sp43/Makefile.am,
840        sp44/Makefile.am, spfatal01/Makefile.am, spfatal02/Makefile.am,
841        spfatal03/Makefile.am, spfatal04/Makefile.am, spfatal05/Makefile.am,
842        spfatal06/Makefile.am, spfatal07/Makefile.am, spfatal08/Makefile.am,
843        spfatal09/Makefile.am, spobjgetnext/Makefile.am,
844        spprintk/Makefile.am, spsize/Makefile.am, spwatchdog/Makefile.am,
845        spwkspace/Makefile.am: Add documentation files for multiple tests.
846        * sp32/sp32.doc, sp33/sp33.doc, sp37/sp37.doc, sp38/sp38.doc,
847        sp39/sp39.doc, sp43/sp43.doc, sp44/sp44.doc, spfatal01/spfatal01.doc,
848        spfatal02/spfatal02.doc, spfatal03/spfatal03.doc,
849        spfatal04/spfatal04.doc, spfatal05/spfatal05.doc,
850        spfatal06/spfatal06.doc, spfatal07/spfatal07.doc,
851        spfatal08/spfatal08.doc, spfatal09/spfatal09.doc,
852        spobjgetnext/spobjgetnext.doc, spprintk/spprintk.doc,
853        spsize/spsize.doc, spwatchdog/spwatchdog.doc,
854        spwkspace/spwkspace.doc: New files.
855
8562009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
857
858        * sp14/asr.c: Remove PRIxrtems_signal_set (moved to tmacros.h).
859        Include "tmacros.h".
860        * sp63/init.c: Pass UINTPTR_MAX instead of 0xffffffff to
861        _Heap_Allocate for 16bit compliance.
862        * sp44/init.c: Another printf format fix.
863
8642009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
865
866        * sp37/init.c: Add local prototypes for
867        rtems_interrupt_disable, rtems_interrupt_enable,
868        rtems_interrupt_flash, rtems_interrupt_is_in_progress.
869        * sp43/init.c: Add local prototypes for
870        rtems_object_api_minimum_class, rtems_object_api_maximum_class,
871        rtems_build_id, rtems_build_name, rtems_object_id_api_maximum,
872        rtems_object_id_api_minimum, rtems_object_id_get_api,
873        rtems_object_id_get_class, rtems_object_id_get_index,
874        rtems_object_id_get_node.
875        Spray PRId32's into printf's for 16bit target complianance.
876        * sp37/init.c: Add local prototype for
877        rtems_interrupt_level_attribute.
878
8792009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
880
881        * sp29/init.c: Include "tmacros.h".
882        Misc. changes related to rtems_intervals.
883        * sp14/asr.c: Add PRIxrtems_signal_set.
884        Use PRIxrtems_signal_set to print rtems_signal_set's.
885        * sp13/task3.c: Use PRIu32 to print "count".
886        * sp09/screen12.c: Segment sizes are uintptr_t's.
887        * sp09/screen11.c: Use size_t for "size".
888        * sp62/init.c: Segment sizes are uintptr_t's.
889        * sp25/task1.c: Use PRIuPTR to print segment_size's.
890        * sp21/task1.c: Add PRIurtems_device_major_number.
891        * sp11/task1.c, sp11/task2.c:
892        Use PRIxrtems_event_set to print rtems_event_set's.
893        * sp09/screen13.c: Revert previous change.
894        Remove broken extraneous line seemingly having crept into in
895        2009-08-10 patch.
896        * sp27/init.c: Remove extraneous argument to print.
897        * spsize/size.c: Use PRIu32 to print sys_req.
898        * sp37/init.c: Add missing argument to printf.
899        * sp44/init.c, sp35/priinv.c, sp33/init.c, sp28/init.c,
900        sp12/pritask.c, sp34/changepri.c:
901        Use PRIdrtems_task_argument to print rtems_task_argument's.
902
9032009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
904
905        * sp25/task1.c: segment_size is uintptr_t.
906        * spfatal06/testcase.h: Add missing return.
907        * sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c:
908        Duplicate code from rtems_name_to_characters to convert rtems_name's
909        into char arrays.
910        * sp09/screen13.c: Comment out unused return status.
911        * sp63/init.c: Use PRIu32 to print uint32_t's.
912        * sp33/init.c: Use PRIu32 to print uint32_t's.
913        * sp28/init.c: Use PRIu32 to print uint32_t's.
914
9152009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
916
917        * sp31/task1.c: Use PRIdWatchdog_Interval to print
918        Watchdog_Interval's.
919        * sp20/task1.c, sp32/init.c, spclockget/init.c: Use
920        PRIdrtems_interval to print rtems_interval's.
921
9222009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
923
924        * sp13/task1.c: Misc. uint32_t fixes.
925        * sp20/task1.c: Misc. uint32_t fixes.
926        * sp47/init.c: Add PRIXModes_Control, PRIXrtems_mode.
927        Use PRIXrtems_mode to print rtems_mode's.
928        * sp08/system.h: Add PRIxModes_Control, PRIxrtems_mode.
929        Use PRIxrtems_mode to print rtems_mode's.
930        * sp19/first.c, sp19/fptask.c, sp19/fptest.h, sp19/inttest.h,
931        sp19/task1.c: Add missing PRI*32's.
932
9332009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
934
935        * sp34/changepri.c, sp35/priinv.c:
936        Use PRIdPriority_Control to print Priority_Control's.
937
9382009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
939
940        * sp34/changepri.c, sp59/init.c:
941        Use PRIdrtems_task_priority to print rtems_task_priority's.
942        * sp07/task1.c, sp07/task2.c, ssp12/pritask.c:
943        Use PRIdrtems_task_priority to print rtems_task_priority's.
944        * sp12/system.h:
945        Change Priority_Test_driver to use rtems_task_priority argument.
946        * sp12/pridrv.c:
947        Change Priority_Test_driver to use rtems_task_priority argument.
948        Use PRIdrtems_task_priority to print rtems_task_priority's.
949
9502009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
951
952        * sp02/task1.c, sp12/task1.c, sp13/task1.c, sp14/task1.c, sp15/task1.c,
953        sp16/task1.c, sp20/task1.c, sp22/init.c, sp22/task1.c, sp23/task1.c,
954        sp25/task1.c, sp31/init.c, sp31/task1.c, sp34/changepri.c,
955        sp35/priinv.c, sp43/init.c, sp45/init.c, spwatchdog/init.c,
956        spwatchdog/task1.c: Use PRIxrtems_id to print rtems_ids.
957
9582009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
959
960        * sp13/task1.c, sp48/init.c: Use %zu instead of %d to print size_t's.
961        * sp50/init.c, spclockget/init.c: Use PRItime_t to print time_t's.
962        * sp63/init.c: Fix _Heap_Resize_block args.
963        * sp09/screen09.c: Eliminate unused var warning.
964
9652009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
966
967        * sp27/init.c, spsize/init.c: Fix prototypes.
968        * spwatchdog/task1.c: Remove unused vars.
969
9702009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
971
972        * sp10/init.c, sp18/init.c, sp27/init.c, sp35/priinv.c
973        sp63/init.c, sp65/init.c, sp67/init.c, spintrcritical11/init.c
974        spobjgetnext/init.c, spprintk/init.c:
975        Eliminate unused vars.
976
9772009-10-23      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
978
979        * spintrcritical06/init.c, spintrcritical15/init.c, sp46/init.c: Fixed
980        confdefs.h define typos.
981
9822009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
983
984        * configure.ac: Don't add -ansi -fasm to CFLAGS.
985
9862009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
987
988        * sp32/init.c: Lengthen the clock tick and move configuration to the
989        bottom of the file.
990
9912009-10-10      Joel Sherrill <joel.sherrill@oarcorp.com>
992
993        * Makefile.am, configure.ac: Add new test to exercise when the ticks
994        since boot wraps around 0 and the timer server must deal with that
995        condition.
996        * sp67/.cvsignore, sp67/Makefile.am, sp67/init.c, sp67/sp67.doc,
997        sp67/sp67.scn: New files.
998
9992009-10-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
1000
1001        * sp40/init.c, sp40/sp40.doc, sp40/sp40.scn: New test cases.
1002
10032009-10-04      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
1004
1005        * spintrcritical09/init.c, spintrcritical10/init.c,
1006        spintrcritical11/init.c: Fixed potentially infinite loops.
1007        * sp20/system.h: Increased micro seconds per tick in order to be more
1008        independent of the console output speed.
1009
10102009-10-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1011
1012        * sp07/init.c, sp07/sp07.scn, sp09/init.c, sp09/screen01.c,
1013        sp09/sp09.scn, sp28/init.c, sp62/init.c, sp62/sp62.scn, sp64/init.c,
1014        sp64/sp64.scn: Add more test cases highlighted on SPARC at -O2, x86
1015        at -Os and m68k at -Os. Fix typos.
1016
10172009-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1018
1019        * sp54/init.c: Use rtems_build_id to make building Objects_Id
1020        RTEMS_USE_16_BIT_OBJECT clean.
1021
10222009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
1023
1024        * Makefile.am, configure.ac: Add new test to exercise when notepads are
1025        not configured.
1026        * spnotepad01/.cvsignore, spnotepad01/Makefile.am, spnotepad01/init.c,
1027        spnotepad01/spnotepad01.doc, spnotepad01/spnotepad01.scn: New files.
1028
10292009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
1030
1031        * sp09/screen01.c, sp09/screen02.c, sp09/screen03.c, sp09/screen05.c,
1032        sp09/screen09.c, sp09/screen14.c, sp09/sp09.scn, sp28/init.c,
1033        sp28/sp28.scn, sp43/init.c: Add more error cases uncovered by uC5282
1034        coverage runs.
1035
10362009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
1037
1038        * sp09/screen02.c, sp09/screen04.c, sp09/screen07.c, sp09/screen09.c,
1039        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/sp09.scn: Add
1040        some error cases uncovered by uC5282 coverage runs.
1041
10422009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
1043
1044        * sp33/init.c, sp33/sp33.scn: Add some barrier error cases uncovered by
1045        uC5282 coverage runs.
1046
10472009-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
1048
1049        * sp59/init.c, spintrcritical15/init.c, spintrcritical16/init.c:
1050        Correct minor issues uncovered on uC5282.
1051
10522009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
1053
1054        * sp04/tswitch.c, sp07/system.h, sp07/taskexit.c, sp07/tdelete.c,
1055        sp07/tstart.c, spfatal_support/init.c, spfatal_support/system.h:
1056        Eliminate use of deprecated rtems_extension.
1057
10582009-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1059
1060        * sp14/asr.c, sp14/sp14.doc, sp14/task1.c, sp14/task2.c: Adjust test to
1061        run when IO speed varies.
1062
10632009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
1064
1065        * sp43/init.c, sp43/sp43.scn: Minor correction to test case so it hits
1066        the intended code.
1067
10682009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
1069
1070        * configure.ac: Revert accidentally committed lines.
1071
10722009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
1073
1074        * Makefile.am, configure.ac, sp65/init.c: Add new test to exercise very
1075        simple priority ceiling case that was previously only tested via the
1076        POSIX API.
1077        * sp66/.cvsignore, sp66/Makefile.am, sp66/init.c, sp66/sp66.doc,
1078        sp66/sp66.scn: New files.
1079
10802009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
1081
1082        * sp43/Makefile.am, sp43/init.c, sp43/sp43.scn, sp43/system.h: Add test
1083        for Id which is in range for the object class but not allocated yet.
1084
10852009-09-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1086
1087        * sp46/init.c, sp46/sp46.scn: Fix numbering.
1088
10892009-09-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
1090
1091        * spintrcritical_support/intrcritical.c: Fixed timing rountines.
1092
10932009-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1094
1095        * spfatal01/spfatal01.scn, spfatal01/testcase.h,
1096        spfatal02/spfatal02.scn, spfatal02/testcase.h,
1097        spfatal03/spfatal03.scn, spfatal03/testcase.h,
1098        spfatal04/spfatal04.scn, spfatal04/testcase.h,
1099        spfatal05/spfatal05.scn, spfatal05/testcase.h,
1100        spfatal06/spfatal06.scn, spfatal06/testcase.h,
1101        spfatal07/spfatal07.scn, spfatal07/testcase.h,
1102        spfatal08/spfatal08.scn, spfatal08/testcase.h,
1103        spfatal09/spfatal09.scn, spfatal09/testcase.h, spfatal10/Makefile.am,
1104        spfatal10/spfatal10.scn, spfatal11/Makefile.am,
1105        spfatal11/spfatal11.scn, spfatal12/Makefile.am,
1106        spfatal12/spfatal12.scn, spfatal_support/init.c: Make all fatal error
1107        tests use testcase.h and spfatal_support framework. Print test name
1108        herald in all cases.
1109        * spfatal10/testcase.h, spfatal11/testcase.h, spfatal12/testcase.h:
1110        New files.
1111        * spfatal10/init.c, spfatal11/init.c, spfatal12/init.c: Removed.
1112
11132009-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1114
1115        * spfatal07/testcase.h: Indicate test is not applicable on some
1116        architectures.
1117
11182009-08-28      Joel Sherrill <joel.sherrill@OARcorp.com>
1119
1120        * Makefile.am: Fix spacing.
1121
11222009-08-26      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
1123
1124        * spstkalloc/init.c: Changed allocator signature. Functions are now
1125        static.
1126
11272009-08-25      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
1128
1129        * sp29/init.c: Fixed return value evaluation.
1130        * sp59/init.c, sp59/sp59.scn: Added status code assignment. Fixed typos.
1131        * sp63/init.c: Check return value of _Heap_Initialize().
1132
11332009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
1134
1135        * spwatchdog/spwatchdog.scn, spwatchdog/task1.c: Add test for
1136        _Watchdog_Report() when name is not NULL. This case was covered at
1137        -Os on erc32 but at -O2 we had more code.
1138
11392009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
1140
1141        * sp63/init.c, sp63/sp63.scn: Add case for math on size requested
1142        overflowing on _Heap_Allocate_aligned.
1143
11442009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
1145
1146        * spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn: Add error cases
1147        for various null parameters.
1148
11492009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
1150
1151        * sp16/sp16.scn, sp16/task1.c: Fix typo.
1152
11532009-08-17      Santosh G Vattam <vattam.santosh@gmail.com>
1154
1155        * sp65/init.c: Remove stray print.
1156        * sp65/sp65.doc: Add information on second case.
1157
11582009-08-13      Santosh G Vattam <vattam.santosh@gmail.com>
1159
1160        * sp65/init.c, sp65/sp65.doc, sp65/sp65.scn: Add new test case to
1161        verify that obtaining a priority ceiling mutex when the calling
1162        task's priority is the same as the priority ceiling is handled
1163        correctly.
1164
11652009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
1166
1167        * sp02/task1.c, sp02/task2.c, sp02/task3.c, sp03/task2.c, sp05/task1.c,
1168        sp05/task2.c, sp05/task3.c, sp06/task1.c, sp06/task2.c,
1169        sp09/screen02.c, sp09/screen04.c, sp09/screen06.c, sp09/screen07.c,
1170        sp09/screen10.c, sp09/screen12.c, sp09/screen13.c, sp09/screen14.c,
1171        sp11/task1.c, sp11/task2.c, sp12/pridrv.c, sp12/pritask.c,
1172        sp12/task1.c, sp13/task1.c, sp13/task2.c, sp14/task1.c, sp16/task1.c,
1173        sp16/task4.c, sp19/fptask.c, sp19/task1.c, sp22/task1.c,
1174        sp24/task1.c, sp26/task1.c, sp29/init.c, sp30/task1.c, sp31/task1.c,
1175        sp33/init.c, sp45/init.c, sp46/init.c, sp50/init.c,
1176        spintrcritical06/init.c, spwatchdog/task1.c: Eliminate test routines
1177        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
1178        rtems_clock_get_ticks_per_second().
1179
11802009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
1181
1182        * sp65/init.c: Add semi-colon to end of rtems_semaphore_create call.
1183        Change attributes to priority ceiling. Use directive_failed, not
1184        assert. Configure a semaphore not a region.
1185
11862009-08-12      Santosh G Vattam <vattam.santosh@gmail.com>
1187
1188        * ChangeLog, Makefile.am, configure.ac: Add new test for some core
1189        mutex cases.
1190        * sp65/.cvsignore, sp65/Makefile.am, sp65/init.c, sp65/sp65.doc,
1191        sp65/sp65.scn: New files.
1192
11932009-08-12      Santosh G Vattam <vattam.santosh@gmail.com>
1194
1195        * Makefile.am, configure.ac: Add new test for some core mutex cases.
1196        * sp65/.cvsignore, sp65/Makefile.am, sp65/init.c, sp65/sp65.doc,
1197        sp65/sp65.scn: New files.
1198
11992009-08-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1200
1201        * spintrcritical01/init.c, spintrcritical06/init.c: Use 1 millisecond
1202        per tick.
1203
12042009-08-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1205
1206        * Makefile.am, configure.ac, sp62/init.c, sp64/init.c: Add new test and
1207        adjust existing for alignment. New test ensures coverage begin and
1208        end marker methods are exercised so they do not get considered
1209        unexecuted.
1210        * spcoverage/.cvsignore, spcoverage/Makefile.am, spcoverage/init.c,
1211        spcoverage/spcoverage.doc, spcoverage/spcoverage.scn: New files.
1212
12132009-08-10      Joel Sherrill <joel.sherrill@OARcorp.com>
1214
1215        * Makefile.am, configure.ac: Add new test to exercise legacy
1216        rtems_clock_get().
1217        * spclockget/.cvsignore, spclockget/Makefile.am, spclockget/init.c,
1218        spclockget/spclockget.doc, spclockget/spclockget.scn: New files.
1219
12202009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1221
1222        * sp04/task1.c, sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn,
1223        sp38/init.c: Convert calls to legacy routine rtems_clock_get(
1224        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
1225
12262009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1227
1228        * sp01/sp01.scn, sp01/task1.c, sp03/task1.c, sp03/task2.c,
1229        sp04/task1.c, sp04/tswitch.c, sp09/screen02.c, sp09/screen13.c,
1230        sp09/screen14.c, sp09/sp09.scn, sp11/sp11.scn, sp11/task1.c,
1231        sp11/task2.c, sp19/fptask.c, sp19/sp19.scn, sp19/task1.c,
1232        sp22/prtime.c, sp22/sp22.scn, sp22/task1.c, sp24/sp24.scn,
1233        sp24/task1.c, sp30/task1.c, sp31/prtime.c, sp31/sp31.scn,
1234        sp31/task1.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
1235        spwatchdog/task1.c: Convert calls to legacy routine rtems_clock_get(
1236        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
1237
12382009-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1239
1240        * sp28/init.c, sp28/sp28.scn: Update screen. Add a few missing error
1241        cases.
1242
12432009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1244
1245        * sp64/init.c, sp64/sp64.scn: Chris ensured that nothing is moved until
1246        all memory is successfully allocated. This means the test can
1247        validate the heap is unchanged on extend failure.
1248
12492009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1250
1251        * spintrcritical01/init.c, spintrcritical06/init.c,
1252        spintrcritical08/init.c, spintrcritical13/init.c: Lower microseconds
1253        per tick so tests run quicker and more reliably hit the intended
1254        critical section.
1255
12562009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
1257
1258        * Makefile.am, configure.ac, sp63/init.c: Add new test for exercising
1259        when we are unable to allocate the memory needed for an object
1260        extend. Make sure all is handled properly.
1261        * sp64/.cvsignore, sp64/Makefile.am, sp64/init.c, sp64/sp64.doc,
1262        sp64/sp64.scn: New files.
1263
12642009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
1265
1266        * sp63/init.c: Correct test case two.
1267
12682009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
1269
1270        * sp63/init.c, sp63/sp63.scn: Move into subroutines and add a second
1271        test case to exercise another odd branch not taken.
1272
12732009-07-31      Joel Sherrill <joel.sherrill@oarcorp.com>
1274
1275        * Makefile.am, configure.ac, sp62/init.c: Add new test to ensure a
1276        particular path is taken through the _Heap_Resize_block code.
1277        * sp63/.cvsignore, sp63/Makefile.am, sp63/init.c, sp63/sp63.doc,
1278        sp63/sp63.scn: New files.
1279
12802009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
1281
1282        * sp42/Makefile.am, sp42/init.c, sp42/sp42.scn: Test was testing the
1283        wrong thing in a cpp macro. Added contents to screen file and add
1284        documentation file.
1285        * sp42/sp42.doc: New file.
1286
12872009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
1288
1289        * spintrcritical16/spintrcritical16.doc: Remove junk and typos.
1290
12912009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
1292
1293        * spintrcritical16/init.c: Tinker with test to make it hit the case
1294        more reliably.
1295
12962009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
1297
1298        * Makefile.am, configure.ac: Add new test to exercise as many cases as
1299        possible of not being able to allocate memory from the workspace
1300        during thread creation.
1301        * sp18/.cvsignore, sp18/Makefile.am, sp18/init.c, sp18/sp18.doc,
1302        sp18/sp18.scn: New files.
1303
13042009-07-28      Joel Sherrill <joel.sherrill@OARcorp.com>
1305
1306        * Makefile.am, configure.ac: Add new test to handle the case where
1307        a region resize frees enough memory to unblock a task.
1308        * sp62/.cvsignore, sp62/Makefile.am, sp62/init.c, sp62/sp62.doc,
1309        sp62/sp62.scn: New files.
1310        * sp61/init.c: Test does not need regions.
1311
13122009-07-28      Joel Sherrill <joel.sherrill@OARcorp.com>
1313
1314        * Makefile.am, configure.ac: Add test case for processing a timeout
1315        on a thread (that is the thread executing) that has also had its
1316        request satisfied while it is being enqueued.
1317        * spintrcritical16/.cvsignore, spintrcritical16/Makefile.am,
1318        spintrcritical16/init.c, spintrcritical16/spintrcritical16.doc,
1319        spintrcritical16/spintrcritical16.scn: New files.
1320        * spintrcritical15/init.c: Remove unused TSR>
1321
13222009-07-27      Joel Sherrill <joel.sherrill@OARcorp.com>
1323
1324        * Makefile.am, configure.ac: Add test case for a thread timing out on a
1325        thread queue while another thread is in the process of blocking on
1326        the same thread queue.
1327        * spintrcritical15/.cvsignore, spintrcritical15/Makefile.am,
1328        spintrcritical15/init.c, spintrcritical15/spintrcritical15.doc,
1329        spintrcritical15/spintrcritical15.scn: New files.
1330
13312009-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
1332
1333        * Makefile.am, configure.ac: spintrcritical15 not ready yet.
1334
13352009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
1336
1337        * Makefile.am, configure.ac, sp40/Makefile.am, sp40/init.c,
1338        sp40/sp40.scn: Now verified to hit coverage cases.
1339        * sp40/sp40.doc: New file.
1340
13412009-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1342
1343        * sp40/Makefile.am, sp40/init.c, sp40/sp40.scn: Attempt to write test
1344        to catch two remaining uncovered cases in rtems_io_register_driver.
1345        * sp40/system.h: Removed.
1346
13472009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
1348
1349        * Makefile.am, configure.ac: Add new test to exercise odd case in
1350        rtems_iterate_over_all_threads.
1351        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.doc,
1352        sp41/sp41.scn: New files.
1353
13542009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
1355
1356        * sp36/strict_order_mut.c: Simple binary semaphores cannot have an
1357        inheritance protocol since there is no holder associated with them.
1358
13592009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
1360
1361        * Makefile.am, configure.ac: Add new tests to exercise cases where a
1362        timer is scheduled from an ISR while it is being scheduled at the
1363        task level.
1364        * spintrcritical13/.cvsignore, spintrcritical13/Makefile.am,
1365        spintrcritical13/init.c, spintrcritical13/spintrcritical13.doc,
1366        spintrcritical13/spintrcritical13.scn, spintrcritical14/.cvsignore,
1367        spintrcritical14/Makefile.am, spintrcritical14/spintrcritical14.doc,
1368        spintrcritical14/spintrcritical14.scn: New files.
1369
13702009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
1371
1372        * spintrcritical01/init.c, spintrcritical06/init.c,
1373        spintrcritical08/init.c, spintrcritical09/init.c: Perform some
1374        cleanup and make the tests more similar.
1375
13762009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
1377
1378        * spintrcritical06/init.c: Test now hits forward and reverse cases.
1379
13802009-07-22      Joel Sherrill <joel.sherrill@OARcorp.com>
1381
1382        * spintrcritical09/init.c, spintrcritical09/spintrcritical09.scn: Make
1383        test work for case that it is documented to handle.
1384
13852009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
1386
1387        * spintrcritical10/.cvsignore, spintrcritical10/Makefile.am,
1388        spintrcritical10/init.c, spintrcritical10/spintrcritical10.doc,
1389        spintrcritical10/spintrcritical10.scn: New files.
1390
13912009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
1392
1393        * Makefile.am, configure.ac, sp39/init.c, sp39/sp39.scn: Move
1394        unreliable third case in sp39 to spintrcritical10. New tests to hit
1395        other event synchronization critical sections.
1396        * spintrcritical11/.cvsignore, spintrcritical11/Makefile.am,
1397        spintrcritical11/init.c, spintrcritical11/spintrcritical11.doc,
1398        spintrcritical11/spintrcritical11.scn, spintrcritical12/.cvsignore,
1399        spintrcritical12/Makefile.am, spintrcritical12/spintrcritical12.doc,
1400        spintrcritical12/spintrcritical12.scn: New files.
1401
14022009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
1403
1404        * Makefile.am, configure.ac: Add new test to exercise Debug Manager.
1405        * sp10/.cvsignore, sp10/Makefile.am, sp10/init.c, sp10/sp10.doc,
1406        sp10/sp10.scn: New files.
1407
14082009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
1409
1410        * spintrcritical06/init.c: Clean up.
1411        * spintrcritical09/init.c: Adjust clock tick so it works on erc32.
1412        * spintrcritical09/spintrcritical09.scn: Fill in.
1413
14142009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1415
1416        * spintrcritical06/init.c: Add comment to indicate test is not finished
1417        and known to not hit the case.
1418        * Makefile.am, configure.ac: Add a couple more interrupt critical
1419        section tests.
1420        * spintrcritical08/.cvsignore, spintrcritical08/Makefile.am,
1421        spintrcritical08/init.c, spintrcritical08/spintrcritical08.doc,
1422        spintrcritical08/spintrcritical08.scn, spintrcritical09/.cvsignore,
1423        spintrcritical09/Makefile.am, spintrcritical09/init.c,
1424        spintrcritical09/spintrcritical09.doc,
1425        spintrcritical09/spintrcritical09.scn: New files.
1426
14272009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1428
1429        * Makefile.am, configure.ac, spintrcritical06/init.c: Add first attempt
1430        at hitting interrupt synchronization critical section in thread queue
1431        enqueue priority for reverse insertions.
1432        * spintrcritical07/.cvsignore, spintrcritical07/Makefile.am,
1433        spintrcritical07/spintrcritical07.doc,
1434        spintrcritical07/spintrcritical07.scn: New files.
1435
14362009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
1437
1438        * Makefile.am, configure.ac: Add test case for the
1439        _Thread_queue_Enqueue_priority interrupt critical section where the
1440        TCB we are using as a current pointer is removed from the thread
1441        queue when we flash interrupts while searching forward.
1442        * spintrcritical06/.cvsignore, spintrcritical06/Makefile.am,
1443        spintrcritical06/init.c, spintrcritical06/spintrcritical06.doc,
1444        spintrcritical06/spintrcritical06.scn: New files.
1445
14462009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
1447
1448        * spintrcritical_support/intrcritical.c,
1449        spintrcritical_support/intrcritical.h: Change prototype of delay
1450        method to indicate when counter is reset. This can be used to count
1451        how many iterations we are doing.
1452
14532009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
1454
1455        * Makefile.am, configure.ac: Add sp60 to exercise case where a task is
1456        blocked on one period while another expires. Add sp61 which exercises
1457        the case where a call is made to rtems_shutdown_executive when the
1458        system is not up.
1459        * sp60/.cvsignore, sp60/Makefile.am, sp60/init.c, sp60/sp60.doc,
1460        sp60/sp60.scn, sp61/.cvsignore, sp61/Makefile.am, sp61/init.c,
1461        sp61/sp61.doc, sp61/sp61.scn: New files.
1462
14632009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
1464
1465        * sp04/init.c: To be timesliced, tasks must also me preemptible.
1466
14672009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
1468
1469        * spfatal03/spfatal03.scn, spfatal03/testcase.h: Fix spfatal03 to do
1470        what it was intended to do.
1471
14722009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
1473
1474        * spintrcritical_support/intrcritical.c,
1475        spintrcritical_support/intrcritical.h: New files.
1476
14772009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
1478
1479        * Makefile.am, configure.ac: Add new infrastructure which is more
1480        reliable about generating cases which hit interrupt critical
1481        sections. Remove sp41 since it used its own mechanism.
1482        * spintrcritical01/.cvsignore, spintrcritical01/Makefile.am,
1483        spintrcritical01/init.c, spintrcritical01/spintrcritical01.doc,
1484        spintrcritical01/spintrcritical01.scn, spintrcritical02/.cvsignore,
1485        spintrcritical02/Makefile.am, spintrcritical02/spintrcritical02.doc,
1486        spintrcritical02/spintrcritical02.scn, spintrcritical03/.cvsignore,
1487        spintrcritical03/Makefile.am, spintrcritical03/spintrcritical03.doc,
1488        spintrcritical03/spintrcritical03.scn, spintrcritical04/.cvsignore,
1489        spintrcritical04/Makefile.am, spintrcritical04/spintrcritical04.doc,
1490        spintrcritical04/spintrcritical04.scn, spintrcritical05/.cvsignore,
1491        spintrcritical05/Makefile.am, spintrcritical05/spintrcritical05.doc,
1492        spintrcritical05/spintrcritical05.scn: New files.
1493        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
1494        sp41/system.h: Removed.
1495
14962009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
1497
1498        * sp41/init.c: Remove incorrect comment.
1499
15002009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1501
1502        * sp29/init.c: Simple binary semaphores can not be inherit priority.
1503
15042009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1505
1506        * sp25/init.c: Spacing.
1507
15082009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1509
1510        * Makefile.am, configure.ac: Add sp59 to test path through
1511        _Thread_queue_First_priority where the task's priority was in the
1512        bottom 1/4 of the range.
1513        * sp59/.cvsignore, sp59/Makefile.am, sp59/init.c, sp59/sp59.doc,
1514        sp59/sp59.scn: New files.
1515
15162009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1517
1518        * Makefile.am, configure.ac: Add test for Thread Queue extract a thread
1519        not blocked on a thread queue.
1520        * spthreadq01/.cvsignore, spthreadq01/Makefile.am, spthreadq01/init.c,
1521        spthreadq01/spthreadq01.doc, spthreadq01/spthreadq01.scn: New files.
1522
15232009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1524
1525        * Makefile.am, configure.ac: Add test for timespec divide by zero.
1526        * sp58/.cvsignore, sp58/Makefile.am, sp58/init.c, sp58/sp58.doc,
1527        sp58/sp58.scn: New files.
1528
15292009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1530
1531        * sp43/init.c, sp43/sp43.scn: Add test of having the object class
1532        pointer being null. This does not happen naturally at this time so
1533        force the point.
1534
15352009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1536
1537        * sp12/sp12.scn: Update screen to reflect priority changes from long
1538        ago.
1539
15402009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1541
1542        * Makefile.am, configure.ac, sp27/Makefile.am, sp27/init.c,
1543        sp27/sp27.doc, sp27/sp27.scn: Rework sp27 so it can be reinstantiated
1544        as sp27a and test flushing both counting and binary semaphores.
1545        Reformatted.
1546        * sp27a/.cvsignore, sp27a/Makefile.am, sp27a/sp27a.doc,
1547        sp27a/sp27a.scn: New files.
1548
15492009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1550
1551        * spstkalloc/Makefile.am: Remove unneeded USE_TIMER_SERVER which was
1552        copied fomr other Makefile.am's.
1553
15542009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1555
1556        * sp51/init.c, sp54/Makefile.am, sp55/Makefile.am, sp56/Makefile.am,
1557        sp57/Makefile.am, spchain/Makefile.am, spfatal10/Makefile.am,
1558        spfatal11/Makefile.am, spfatal12/Makefile.am: Remove unneeded
1559        USE_TIMER_SERVER which was copied fomr other Makefile.am's.
1560
15612009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1562
1563        * sp57/sp57.doc: Correct.
1564
15652009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1566
1567        * Makefile.am, configure.ac: Add test of restarting a task which is in
1568        the middle of a sleep or wake after.
1569        * sp57/.cvsignore, sp57/Makefile.am, sp57/init.c, sp57/sp57.doc,
1570        sp57/sp57.scn: New files.
1571
15722009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1573
1574        * sp43/init.c, sp43/sp43.scn: Add more cases for
1575        rtems_object_get_class_information() to improve coverage.
1576
15772009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1578
1579        * Makefile.am, configure.ac: Add new test to verify that when a user
1580        extension create hook fails, that the error is properly propagated.
1581        * sp56/.cvsignore, sp56/Makefile.am, sp56/init.c, sp56/sp56.doc,
1582        sp56/sp56.scn: New files.
1583
15842009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1585
1586        * sp04/sp04.doc, sp04/sp04.scn, sp04/task1.c: Add test of
1587        rtems_extension_delete.
1588
15892009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1590
1591        * sp09/screen01.c, sp09/sp09.scn: Add test for
1592        rtems_object_get_classic_name with invalid id.
1593
15942009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1595
1596        * sp02/task1.c: Minor spacing.
1597
15982009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1599
1600        * spfatal12/init.c: Address to heap initialize must be aligned but size
1601        must be too small.
1602
16032009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1604
1605        * Makefile.am, configure.ac: Add new test to exercise case when
1606        broadcasting to a message queue with a pending message.
1607        * sp55/.cvsignore, sp55/Makefile.am, sp55/init.c, sp55/sp55.doc,
1608        sp55/sp55.scn: New files.
1609
16102009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1611
1612        * Makefile.am, configure.ac: Remove obsolete test now that the numbered
1613        spfatal tests appear to cover all fatal error cases.
1614        * spfatal/.cvsignore, spfatal/Makefile.am, spfatal/README,
1615        spfatal/fatal.c, spfatal/init.c, spfatal/puterr.c,
1616        spfatal/spfatal.doc, spfatal/spfatal.scn, spfatal/system.h,
1617        spfatal/task1.c: Removed.
1618
16192009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1620
1621        * Makefile.am, configure.ac, spfatal11/init.c: Add test of cannot
1622        initialize workspace heap during initialize. Can be caused by
1623        unaligned address or not enough memory to initialize heap required
1624        overhead.
1625        * spfatal12/.cvsignore, spfatal12/Makefile.am, spfatal12/init.c,
1626        spfatal12/spfatal12.doc, spfatal12/spfatal12.scn: New files.
1627
16282009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1629
1630        * sp54/init.c, sp54/sp54.doc: Add test for Workspace zeroed.
1631
16322009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1633
1634        * sp54/init.c, sp54/sp54.doc: Fix typos and comments.
1635
16362009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1637
1638        * spstkalloc/spstkalloc.scn: Update screen.
1639
16402009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1641
1642        * Makefile.am, configure.ac: Add new test for user configured stack
1643        allocator/deallocator. Test both pass and fail cases.
1644        * spstkalloc/.cvsignore, spstkalloc/Makefile.am, spstkalloc/init.c,
1645        spstkalloc/spstkalloc.doc, spstkalloc/spstkalloc.scn: New files.
1646
16472009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1648
1649        * spchain/init.c, spchain/spchain.scn: Clean up test.
1650
16512009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1652
1653        * Makefile.am, configure.ac: Add new test to cover bodies of some chain
1654        routines whose bodies are not used by RTEMS itself.
1655        * spchain/.cvsignore, spchain/Makefile.am, spchain/init.c,
1656        spchain/spchain.doc, spchain/spchain.scn: New files.
1657
16582009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1659
1660        * spwatchdog/init.c, spwatchdog/spwatchdog.scn: Add test case of empty
1661        chain for coverage.
1662
16632009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1664
1665        * sp01/sp01.doc, sp01/task1.c, sp16/sp16.doc, sp16/task5.c: Bypass
1666        RTEMS_MILLISECONDS_TO_TICKS and RTEMS_MICROSECONDS_TO_TICKS to
1667        improve coverage.
1668
16692009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1670
1671        * sp01/task1.c: Use RTEMS_MILLISECONDS_TO_TICKS to improve coverage.
1672
16732009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1674
1675        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/init.c,
1676        spfatal10/spfatal10.doc, spfatal10/spfatal10.scn: New files.
1677
16782009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1679
1680        * Makefile.am, configure.ac, spprintk/init.c, spprintk/spprintk.scn:
1681        Enhance spprintk. Add two new fatal error tests to cover
1682        __assert_func.
1683        * spfatal11/.cvsignore, spfatal11/Makefile.am, spfatal11/init.c,
1684        spfatal11/spfatal11.doc, spfatal11/spfatal11.scn: New files.
1685
16862009-06-18      Chris Johns <chrisj@rtems.org>
1687
1688        * sp35/priinv.c, sp35/priinv.c: Declare unions volatile to
1689        workaround the H8300 gcc bug.
1690
16912009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1692
1693        * sp54/init.c: Fix spacing.
1694
16952009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1696
1697        * sp02/sp02.doc, sp02/system.h: Update copyright year.
1698
16992009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1700
1701        * sp02/sp02.doc, sp02/system.h: Add test case for configuring the IDLE
1702
17032009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1704
1705        * Makefile.am, configure.ac: Add new test.
1706        * sp54/.cvsignore, sp54/Makefile.am, sp54/init.c, sp54/sp54.doc,
1707        sp54/sp54.scn: New files.
1708
17092009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
1710
1711        * Makefile.am, configure.ac: Add sp52 and sp53 based upon bug report
1712        from Sergio Faustino <sergio.faustino@edisoft.pt> regarding moving
1713        the time of day forward not making server based timers fire.
1714        * sp52/.cvsignore, sp52/Makefile.am, sp52/init.c, sp52/sp52.doc,
1715        sp52/sp52.scn, sp53/.cvsignore, sp53/Makefile.am, sp53/sp53.doc,
1716        sp53/sp53.scn: New files.
1717
17182009-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1719
1720        * sp51/init.c, sp51/sp51.scn: Add more priority ceiling test cases.
1721
17222009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1723
1724        PR 1415/cpukit
1725        * Makefile.am, configure.ac: Add test for very simple priority ceiling
1726        violation.
1727        * sp51/.cvsignore, sp51/Makefile.am, sp51/init.c, sp51/sp51.doc,
1728        sp51/sp51.scn: New files.
1729
17302009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1731
1732        PR 1413/cpukit
1733        * Makefile.am, configure.ac: Add test for case where server based
1734        timers which reinitiated themselves did not get reinserted onto timer
1735        chain.
1736        * sp50/.cvsignore, sp50/Makefile.am, sp50/init.c, sp50/sp50.doc,
1737        sp50/sp50.scn: New files.
1738
17392009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1740
1741        PR 1414/cpukit
1742        * Makefile.am, configure.ac: Tighten math on extraction of index so it
1743        is harder to trick by passing in a valid id of an incorrect object
1744        class.
1745        * sp49/.cvsignore, sp49/Makefile.am, sp49/init.c, sp49/sp49.doc,
1746        sp49/sp49.scn: New files.
1747
17482009-05-19      Chris Johns <chrisj@rtems.org>
1749
1750        * sp04/tswitch.c: Lower sample count for small memory targets.
1751       
17522009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1753
1754        * spprintk/init.c: printk() now 100% covered.
1755
17562009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1757
1758        * spprintk/init.c: More test cases.
1759
17602009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1761
1762        * sp09/screen11.c, sp09/sp09.scn: Add case where buffer size is not
1763        large enough for buffer node overhead.
1764
17652009-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
1766
1767        * Makefile.am, configure.ac, spwatchdog/system.h,
1768        spwkspace/Makefile.am, spwkspace/init.c: Add shell of test for
1769        printk. These will help coverage. Simplify spwkspace.
1770        * spprintk/.cvsignore, spprintk/Makefile.am, spprintk/init.c,
1771        spprintk/spprintk.scn: New files.
1772        * spwkspace/system.h: Removed.
1773
17742009-05-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1775
1776        * Makefile.am, configure.ac: New test to exercise rtems_workspace_XXX
1777        methods.
1778        * spwkspace/.cvsignore, spwkspace/Makefile.am, spwkspace/init.c,
1779        spwkspace/spwkspace.scn, spwkspace/system.h: New files.
1780
17812009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1782
1783        * sp04/system.h, sp04/task1.c, sp04/tswitch.c, sp07/init.c,
1784        sp12/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c,
1785        sp15/init.c, sp16/system.h, sp19/fptask.c, sp25/system.h,
1786        sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp31/task1.c,
1787        sp33/init.c, sp34/changepri.c, sp35/priinv.c, sp37/init.c,
1788        sp38/init.c, sp39/init.c, sp41/init.c, sp42/init.c, sp43/init.c,
1789        sp44/init.c, sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c,
1790        spfatal03/testcase.h, spfatal05/testcase.h, spfatal06/testcase.h,
1791        spfatal_support/system.h, spobjgetnext/init.c, spsize/getint.c,
1792        spsize/size.c: Fix warnings.
1793
17942009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
1795
1796        * Makefile.am, configure.ac: Add initial test of _Objects_Get_next.
1797        * spobjgetnext/.cvsignore, spobjgetnext/Makefile.am,
1798        spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn,
1799        spobjgetnext/system.h: New files.
1800
18012009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1802
1803        * sp25/init.c, sp25/system.h, sp25/task1.c: Reduce size of array from
1804        64k to 20k. No impact on test behavior.
1805
18062009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1807
1808        * sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.
1809
18102009-04-20      Santosh G Vattam <vattam.santosh@gmail.com>
1811
1812        * sp37/init.c, sp37/sp37.scn: Add test case for
1813        rtems_interrupt_level_attribute body.
1814
18152009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
1816
1817        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1818        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1819        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1820        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1821        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1822        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1823        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1824        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1825        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1826        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1827        sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am,
1828        sp36/Makefile.am, sp37/Makefile.am, sp38/Makefile.am,
1829        sp39/Makefile.am, sp40/Makefile.am, sp41/Makefile.am,
1830        sp42/Makefile.am, sp43/Makefile.am, sp44/Makefile.am,
1831        sp45/Makefile.am, sp46/Makefile.am, sp47/Makefile.am,
1832        sp48/Makefile.am, spfatal/Makefile.am,
1833        spfatal01/Makefile.am, spfatal02/Makefile.am,
1834        spfatal03/Makefile.am, spfatal04/Makefile.am,
1835        spfatal05/Makefile.am, spfatal06/Makefile.am,
1836        spfatal07/Makefile.am, spfatal08/Makefile.am,
1837        spfatal09/Makefile.am, spsize/Makefile.am,
1838        spwatchdog/Makefile.am:
1839        Eliminate _exe_/.exe.
1840
18412009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1842
1843        PR 1388/cpukit
1844        * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores
1845        allow both priority inherit and ceiling attributes to be set on
1846        semaphore create. These attributes are mutually exclusive and this
1847        should be an error.
1848
18492009-01-30      Joel Sherrill <joel.sherrill@oarcorp.com>
1850
1851        * Makefile.am, configure.ac: Add sp48 which tests that configuring for
1852        unlimited objects when configured for a unified workspace works as
1853        expected.
1854        * sp48/.cvsignore, sp48/Makefile.am, sp48/init.c, sp48/sp48.doc,
1855        sp48/sp48.scn: New files.
1856
18572009-01-21      Nickolay Kolchin <nbkolchin@gmail.com>
1858                Joel Sherrill <joel.sherrill@oarcorp.com>
1859
1860        PR 1357/cpukit
1861        * Makefile.am, configure.ac: Ensure creating a task with no ASR is
1862        honored.
1863        * sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
1864        sp47/sp47.scn: New files.
1865
18662009-01-16      Jennifer Averett <jennifer.averett@OARcorp.com>
1867
1868        * Makefile.am, configure.ac: Add new test to test Watchdog display
1869        helper routines. These reach into the SuperCore.
1870        * spwatchdog/.cvsignore, spwatchdog/Makefile.am, spwatchdog/delay.c,
1871        spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
1872        spwatchdog/system.h, spwatchdog/task1.c: New files.
1873
18742009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1875
1876        * sp30/task1.c: Cast pointer to id as "void *" rather than task Id.
1877
18782009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1879
1880        * sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen11.c,
1881        sp09/screen12.c, sp09/screen14.c: Use rtems_build_id rather than
1882        hard-coded hex numbers for bad object Ids.
1883
18842009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1885
1886        * sp15/system.h, sp19/system.h: Array of task names should be of type
1887        rtems_name not rtems_id. Similarly array of task ids should be
1888        rtems_id not rtems_name.
1889
18902008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
1891
1892        * spsize/size.c: Eliminate _TOD_Microseconds_per_tick.
1893
18942008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1895
1896        * Makefile.am, configure.ac, spfatal06/testcase.h,
1897        spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
1898        spsize/size.c: Eliminate pointers to API configuration tables in the
1899        main configuration table. Reference the main configuration table and
1900        the API configuration tables directly using the confdefs.h version
1901        rather than obtaining a pointer to it. This eliminated some
1902        variables, a potential fatal error, some unnecessary default
1903        configuration structures. Overall, about a 4.5% reduction in the code
1904        size for minimum and hello on the SPARC.
1905        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
1906        spfatal10/testcase.h: Removed.
1907
19082008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1909
1910        * sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
1911        sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
1912        sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.c: Run all tests
1913        successfully with maxixum number of priorities as 16 instead of 256.
1914        This was done by temporarily modifying the score priority.h maximum.
1915        This allowed testing of all API code to ensure that it worked
1916        properly with a reduced number of priorities. Most modifications were
1917        to switch from hard-coded maximum to using the API provided methods
1918        to determine maximum number of priority levels.
1919
19202008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1921
1922        * sp46/sp46.scn: Add screen missed earlier.
1923
19242008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1925
1926        PR 1348/cpukit
1927        * Makefile.am, configure.ac: Add test of special case of resetting cpu
1928        usage information while a period is running.
1929        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
1930        sp46/sp46.scn: New files.
1931
19322008-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
1933
1934        * sp45/init.c: New file.
1935
19362008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1937
1938        PR 1347/cpukit
1939        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
1940        Rework Timer Server to ensure that the context allows for blocking,
1941        allocating memory, and acquiring semaphores and mutexes.
1942        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
1943        New files.
1944
19452008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
1946
1947        * sp25/system.h: Add warning and temporary m32c conditional until size
1948        type addressed.
1949
19502008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1951
1952        * sp09/screen07.c: Use INT_MAX as number of messages so always
1953        properly sized and no overflow on constant.
1954        * sp09/screen10.c: Delay so on targets with simulator idle clock
1955        tick driver this will work.
1956        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
1957        byte boundaries rather than two byte boundaries.
1958        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
1959        allocate more memory than size_t holds on m32c.
1960
19612008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
1962
1963        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
1964        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
1965        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
1966        and Region calls. On 16-bit architectures, size_t can be 16-bits
1967        which would limit sizes to 64K. Also address constants which
1968        overflowed on 16-bit integer targets.
1969
19702008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
1971
1972        * sp43/sp43.scn: Bump version to 4.9.99.0
1973
19742008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
1975
1976        * sp19/system.h: Use "double" instead of "rtems_double".
1977
19782008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1979
1980        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
1981
19822008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
1983
1984        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
1985        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
1986        spfatal_support/init.c, spfatal_support/system.h:
1987        Convert to "bool".
1988
19892008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1990
1991        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
1992        declared in a public place.
1993
19942008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1995
1996        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
1997
19982008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1999
2000        * sp43/init.c: Fix derefence of uninitialized pointer.
2001
20022008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
2003
2004        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
2005        multiprocessing is not enabled. Saves one more variable from single
2006        processor configuration.
2007
20082008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
2009
2010        PR 1212/cpukit
2011        * Makefile.am, configure.ac: Time slicing will not happen if the task
2012        mode is changed from a non-timeslicing mode to timeslicing mode if it
2013        is done by the executing thread (e.g. in its task body). This change
2014        includes sp44 to demonstrate the problem and verify the correction.
2015        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
2016
20172008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
2018
2019        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
2020        architectures they are not supported on.
2021
20222008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2023
2024        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
2025
20262008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2027
2028        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
2029          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
2030
20312008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
2032
2033        * sp28/init.c: Corrections to configuration.
2034        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
2035        * spsize/size.c: _ISR_Vector_table only exists on architectures
2036        which use the Simple Vectored Interrupt Model.
2037
20382008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
2039
2040        * spsize/size.c: Convention calls for leading underscore on private
2041        RTEMS variables.
2042
20432008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
2044
2045        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
2046        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
2047        Refactored and renamed initialization routines to
2048        rtems_initialize_data_structures, rtems_initialize_before_drivers,
2049        rtems_initialize_device_drivers, and
2050        rtems_initialize_start_multitasking. This opened the sequence up so
2051        that bootcard() could provide a more robust and flexible framework
2052        which is easier to explain and understand. This also lays the
2053        groundwork for sharing the division of available memory between the
2054        RTEMS workspace and heap and the C library initialization across all
2055        BSPs.
2056
20572008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
2058
2059        * sp32/init.c: Formatting.
2060
20612008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
2062
2063        * sp09/screen01.c: Correct test.
2064        * sp09/screen14.c: Update copyright.
2065        * sp28/init.c: Correct end of test messages.
2066
20672008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2068
2069        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
2070
20712008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
2072
2073        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
2074        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
2075        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
2076        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
2077        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
2078        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
2079        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
2080        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
2081        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
2082        tests. Add a clock_settime case for < 1988.
2083
20842008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
2085
2086        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
2087
20882008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
2089
2090        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
2091        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
2092        * sp41/sp41.scn: Now has content.
2093        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
2094        Object Services recently added to API.
2095
20962008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
2097
2098        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
2099        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
2100        collection. This changed the name of a few previously public but
2101        undocumented services and added a some new services.
2102        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
2103        sp43/system.h: New files.
2104
21052008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
2106
2107        * spfatal10/.cvsignore: New file.
2108
21092008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
2110
2111        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
2112        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
2113        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
2114        New files.
2115
21162008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
2117
2118        * Makefile.am, configure.ac: Added fatal error tests
2119        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
2120        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
2121        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
2122        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
2123        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
2124        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
2125        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
2126        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
2127        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
2128        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
2129        spfatal_support/init.c, spfatal_support/system.h: New files.
2130
21312008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
2132
2133        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
2134        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
2135        test messages.
2136
21372008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
2138
2139        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
2140        simple type to a union of an unsigned 32 bit integer and a pointer.
2141        This should help eliminate weird casts between u32 and pointers in
2142        various places. The APIs now have to explicitly call _u32 or _string
2143        versions of helper routines. This should also simplify things and
2144        eliminate the need for ugly casts in some cases.
2145
21462008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
2147
2148        * sp42/Makefile.am: New file.
2149
21502008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
2151
2152        Add sp42 to exercise thread queue with knowledge of the implementation
2153        so we can exercise all of the normal paths possible.
2154        * Makefile.am, configure.ac: Add sp42.
2155        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
2156
21572008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
2158
2159        * sp39/init.c: Add case for long timeout on blocking operation.
2160        * Makefile.am, configure.ac: Add new test to exercise thread
2161        queue blokcing synchronization. sp39 and sp41 are very similar.
2162        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
2163        sp41/system.h: New files.
2164
21652008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
2166
2167        * sp39/init.c: Clean up.
2168
21692008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
2170
2171        * sp39/init.c: Modify to improve coverage.
2172
21732008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
2174
2175        * sp36/strict_order_mut.c:
2176
21772008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
2178
2179        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
2180        driver registration.
2181        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
2182        sp40/system.h: New files.
2183
21842008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
2185
2186        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
2187        Add test cases for:
2188          + message queue create requesting too many message buffers
2189            for the available memory
2190          + region extend with address inside existing heap
2191          + timer server initiate too large a stack, create error
2192        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
2193          + task set priority while holding resource
2194
21952008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
2196
2197        * Makefile.am, configure.ac: Added sp38 and sp39.
2198        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
2199        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
2200        sp39/sp39.scn, sp39/system.h: New files.
2201
22022007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
2203
2204        * sp36/strict_order_mut.c: New file.
2205
22062007-12-21      Xi Yang <hiyangxi@gmail.com>
2207
2208        * Makefile.am, configure.ac: Add support for proper stacking of
2209        priority inheritance on mutexes as well as enforce proper order of
2210        release.
2211        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
2212        sp36/sp36.scn: New files.
2213
22142007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
2215
2216        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
2217        directive instead of violating RTEMS internals.
2218
22192007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
2220
2221        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
2222        Add test cases for User Extension Manager to improve code coverage.
2223        * sp21/task1.c: Fix spelling error.
2224
22252007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
2226
2227        * spsize/size.c: Account for previous changes in calculation of MPCI
2228        receive server stack.
2229
22302007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
2231
2232        * sp09/screen07.c, sp09/sp09.scn: Add test for
2233        rtems_message_queue_broadcast for bad buffer and count pointers.
2234        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
2235        with bad priority or initiating twice.
2236        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
2237        it forces a dispatch.
2238        * sp37/init.c: New file.
2239
22402007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
2241
2242        * Makefile.am, configure.ac: Add new tests for interrupt disable,
2243        enable, flash, and is in progress. These are normally inlines but
2244        also have bodies for non-C code. This test also exercises the odd
2245        case of calling clock tick from outside an ISR.
2246        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
2247
22482007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
2249
2250        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
2251        using notepad with the current task's ID or SELF
2252        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
2253        test missing test cases for clock_get.
2254
22552007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
2256
2257        * sp28/init.c: Add test code for task variables to improve coverage.
2258
22592007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
2260
2261        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
2262        RTEMS provided accessor macros to obtain configuration fields.
2263
22642007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
2265
2266        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
2267        Configuration Table. Eliminate CPU Table from all ports. Delete
2268        references to CPU Table in all forms.
2269
22702007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2271
2272        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
2273
22742007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
2275
2276        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
2277        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
2278        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
2279        to improve test coverage.
2280
22812007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
2282
2283        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
2284        coverage.
2285
22862007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
2287
2288        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
2289
22902007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
2291
2292        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
2293        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
2294        .scn files.
2295
22962007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
2297
2298        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
2299        commented out and updated the .scn file.
2300
23012007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
2302
2303        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
2304        buffered test IO.
2305
23062007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
2307
2308        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
2309        rtems_io_unregister_driver did not have any test code.
2310
23112007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
2312
2313        * spsize/size.c: Eliminate maximum_drivers configuration parameter
2314        since it was used to configure a no longer used feature. Device names
2315        are now part of the filesystem not in a table. This also eliminated
2316        the variables _IO_Number_of_devices and _IO_Driver_name_table from
2317        RTEMS as well as the memory allocation used to populate
2318        _IO_Driver_name_table.
2319
23202007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
2321
2322        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
2323        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
2324        properly.
2325
23262007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
2327
2328        * spsize/size.c: Eliminated the variables
2329        _RTEMS_tasks_User_initialization_tasks and
2330        _RTEMS_tasks_Number_of_initialization_tasks because they were only
2331        used in one place after initialized. It was a waste of space.
2332
23332007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
2334
2335        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2336        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2337        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
2338        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2339        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2340        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2341        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2342        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2343        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
2344        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
2345        spsize/size.c: Add optional managers to Makefiles. Clean up test
2346        cases so last output line follows END OF pattern. Make sure test case
2347        all run. All tests appeared ok on sis.
2348
23492007-04-05      Joel Sherrill <joel@OARcorp.com>
2350
2351        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
2352
23532007-04-05      Joel Sherrill <joel@OARcorp.com>
2354
2355        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
2356        CONFIGURE_TEST_NEEDS_XXX configuration constants to
2357        CONFIGURE_APPLICATION_NEEDS_XXX.
2358
23592007-04-02      Joel Sherrill <joel@OARcorp.com>
2360
2361        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
2362
23632007-04-02      Joel Sherrill <joel@OARcorp.com>
2364
2365        * spsize/size.c: Convert from Classic API style TOD_Control as
2366        fundamental time structure to POSIX struct timespec. Add
2367        clock_get_uptime().
2368
23692007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2370
2371        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
2372
23732007-03-26      Joel Sherrill <joel@OARcorp.com>
2374
2375        * sp35/priinv.c: Remove warning.
2376
23772007-03-10      Joel Sherrill <joel@OARcorp.com>
2378
2379        * sp26/system.h: Remove incorrect and duplicate
2380        CONFIGURE_EXTRA_TASK_STACKS.
2381
23822007-03-05      Joel Sherrill <joel@OARcorp.com>
2383
2384        PR 1222/cpukit
2385        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
2386        thread that is blocked on a priority based thread queue is changed,
2387        that its placement in the queue is reevaluated based upon the new
2388        priority. This enhancement includes modifications to the SuperCore as
2389        well as new test cases.
2390        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
2391        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
2392        sp35/sp35.doc, sp35/sp35.scn: New files.
2393
23942007-03-05      Joel Sherrill <joel@OARcorp.com>
2395
2396        * sp26/system.h: Correct memory required for stack sizes.
2397
23982007-02-06      Joel Sherrill <joel@OARcorp.com>
2399
2400        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
2401        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
2402        tests.
2403
24042006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2405
2406        * sp33/init.c: Improve barrier test to include normal blocking with
2407        manual release and unblocking in barrier deletion.
2408
24092006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2410
2411        * configure.ac: New BUG-REPORT address.
2412
24132006-11-20      Joel Sherrill <joel@OARcorp.com>
2414
2415        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
2416        and make output more compliant with other tests.
2417
24182006-11-17      Joel Sherrill <joel@OARcorp.com>
2419
2420        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
2421        cases intended on all targets possible with new heap algorithm.
2422
24232006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
2424
2425        * Makefile.am, configure.ac: Adding Classic API Barriers.
2426        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
2427        New files.
2428
24292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2430
2431        * configure.ac: Require autoconf-2.60. Require automake-1.10.
2432
24332006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2434
2435        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2436        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2437        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2438        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2439        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2440        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2441        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2442        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2443        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2444        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
2445        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
2446        Use rtems_testsdir instead.
2447
24482006-04-05      Joel Sherrill <joel@OARcorp.com>
2449                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
2450
2451        * spsize/size.c: Victor spotted the problem that
2452        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
2453        variables and needed to be set to the same value.  I took that
2454        idea and just removed _Thread_MP_Receive.  All uses are now
2455        _MPCI_Receive_server_tcb.
2456
24572005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
2458
2459        * configure.ac: Remove RTEMS_ENABLE_BARE,
2460        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
2461
24622005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
2463
2464        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2465        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2466        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2467        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2468        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2469        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2470        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2471        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2472        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2473        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
2474        spfatal/Makefile.am, spsize/Makefile.am:
2475        Convert to use *_PROGRAMS.
2476
24772005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2478
2479        * sp01/Makefile.am, sp02/Makefile.am,
2480        sp03/Makefile.am, sp04/Makefile.am,
2481        sp05/Makefile.am, sp06/Makefile.am,
2482        sp07/Makefile.am, sp08/Makefile.am,
2483        sp09/Makefile.am, sp11/Makefile.am,
2484        sp12/Makefile.am, sp13/Makefile.am,
2485        sp14/Makefile.am, sp15/Makefile.am,
2486        sp16/Makefile.am, sp17/Makefile.am,
2487        sp19/Makefile.am, sp20/Makefile.am,
2488        sp21/Makefile.am, sp22/Makefile.am,
2489        sp23/Makefile.am, sp24/Makefile.am,
2490        sp25/Makefile.am, sp26/Makefile.am,
2491        sp27/Makefile.am, sp28/Makefile.am,
2492        sp29/Makefile.am, sp30/Makefile.am,
2493        sp31/Makefile.am, sp32/Makefile.am,
2494        spfatal/Makefile.am, spsize/Makefile.am: Rework.
2495
24962005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2497
2498        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2499        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2500        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2501        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2502        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2503        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2504        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2505        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2506        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2507        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
2508        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
2509        * sptests.am: Remove.
2510
25112005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
2512
2513        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2514        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2515        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2516        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2517        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2518        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2519        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2520        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2521        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
2522        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
2523        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
2524
25252005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
2526
2527        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
2528
25292005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2530
2531        * spsize/Makefile.am: Rename TEST to spsize.
2532        * spsize/size.scn: Remove.
2533        * spsize/spsize.scn: New (renamed from size.scn).
2534
25352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2536
2537        * configure.ac: Add spfatal/Makefile.
2538        * Makefile.am: Add spfatal to DIST_SUBDIRS.
2539        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2540        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
2541        * sptests.am: Remove LIB_VARIANT.
2542
25432005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2544
2545        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2546        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2547        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2548        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2549        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2550        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2551        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2552        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2553        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2554        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
2555        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
2556
25572005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2558
2559        * Makefile.am: Cleanup.
2560
25612005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2562
2563        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
2564        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2565        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2566        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2567        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2568        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2569        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2570        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2571        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2572        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2573        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
2574        spfatal/Makefile.am, spsize/Makefile.am:
2575        Partial conversion to automake.
2576
25772005-03-07      Joel Sherrill <joel@OARcorp.com>
2578
2579        * sp13/task1.c: Removed warnings.
2580
25812004-09-29      Joel Sherrill <joel@OARcorp.com>
2582
2583        * spsize/size.c: i960 obsoleted and all references removed.
2584
25852004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
2586
2587        * configure.ac: Require automake > 1.9.
2588
25892004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
2590
2591        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2592        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2593        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2594        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2595        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2596        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2597        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2598        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2599        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2600        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2601        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2602        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2603        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2604        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2605        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2606        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2607        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2608        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2609        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2610        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2611        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2612        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2613        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2614        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2615        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2616        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2617        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2618        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2619        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2620        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2621        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2622        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2623
26242004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
2625
2626        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
2627
26282004-03-30      David Querbach <querbach@realtime.bc.ca>
2629
2630        PR 595/tests
2631        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
2632        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
2633        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
2634        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
2635        others treat it as a count of longs.
2636
26372004-03-30      David Querbach <querbach@realtime.bc.ca>
2638
2639        PR 596/tests
2640        * sp32/init.c: A missing definition of TEST_INIT before including
2641        <tmacros.h> means that buffered output will not work even if selected
2642        in buffer_test_io.h.
2643
26442004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
2645
2646        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
2647        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
2648        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
2649        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
2650        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
2651        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
2652        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
2653        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
2654        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
2655        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
2656        types.
2657
26582004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2659
2660        * configure.ac: Add 2nd arg to RTEMS_TOP.
2661
26622004-03-05      Joel Sherrill <joel@OARcorp.com>
2663
2664        * sp07/buffered_io.c: Remove warning.
2665
26662004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2667
2668        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
2669        Add PRE/TMPINSTALL_FILES to CLEANFILES.
2670        * sp02/Makefile.am: Ditto.
2671        * sp03/Makefile.am: Ditto.
2672        * sp04/Makefile.am: Ditto.
2673        * sp05/Makefile.am: Ditto.
2674        * sp06/Makefile.am: Ditto.
2675        * sp07/Makefile.am: Ditto.
2676        * sp08/Makefile.am: Ditto.
2677        * sp09/Makefile.am: Ditto.
2678        * sp11/Makefile.am: Ditto.
2679        * sp12/Makefile.am: Ditto.
2680        * sp13/Makefile.am: Ditto.
2681        * sp14/Makefile.am: Ditto.
2682        * sp15/Makefile.am: Ditto.
2683        * sp16/Makefile.am: Ditto.
2684        * sp17/Makefile.am: Ditto.
2685        * sp19/Makefile.am: Ditto.
2686        * sp20/Makefile.am: Ditto.
2687        * sp21/Makefile.am: Ditto.
2688        * sp22/Makefile.am: Ditto.
2689        * sp23/Makefile.am: Ditto.
2690        * sp24/Makefile.am: Ditto.
2691        * sp25/Makefile.am: Ditto.
2692        * sp26/Makefile.am: Ditto.
2693        * sp27/Makefile.am: Ditto.
2694        * sp28/Makefile.am: Ditto.
2695        * sp29/Makefile.am: Ditto.
2696        * sp30/Makefile.am: Ditto.
2697        * sp31/Makefile.am: Ditto.
2698        * sp32/Makefile.am: Ditto.
2699        * spfatal/Makefile.am: Ditto.
2700        * spsize/Makefile.am: Ditto.
2701
27022003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2703
2704        * sptests.am: Add dirstamp support.
2705
27062003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2707
2708        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
2709
27102003-12-16      Joel Sherrill <joel@OARcorp.com>
2711
2712        PR 544/tests
2713        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
2714        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
2715        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
2716        make tests account for resources and not print at inappropriate
2717        times.
2718        * sp07/buffered_io.c: New file.
2719
27202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2721
2722        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2723
27242003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2725
2726        * sp01/Makefile.am: Remove all-local: $(ARCH).
2727        * sp02/Makefile.am: Remove all-local: $(ARCH).
2728        * sp03/Makefile.am: Remove all-local: $(ARCH).
2729        * sp04/Makefile.am: Remove all-local: $(ARCH).
2730        * sp05/Makefile.am: Remove all-local: $(ARCH).
2731        * sp06/Makefile.am: Remove all-local: $(ARCH).
2732        * sp07/Makefile.am: Remove all-local: $(ARCH).
2733        * sp08/Makefile.am: Remove all-local: $(ARCH).
2734        * sp09/Makefile.am: Remove all-local: $(ARCH).
2735        * sp11/Makefile.am: Remove all-local: $(ARCH).
2736        * sp12/Makefile.am: Remove all-local: $(ARCH).
2737        * sp13/Makefile.am: Remove all-local: $(ARCH).
2738        * sp14/Makefile.am: Remove all-local: $(ARCH).
2739        * sp15/Makefile.am: Remove all-local: $(ARCH).
2740        * sp16/Makefile.am: Remove all-local: $(ARCH).
2741        * sp17/Makefile.am: Remove all-local: $(ARCH).
2742        * sp19/Makefile.am: Remove all-local: $(ARCH).
2743        * sp20/Makefile.am: Remove all-local: $(ARCH).
2744        * sp21/Makefile.am: Remove all-local: $(ARCH).
2745        * sp22/Makefile.am: Remove all-local: $(ARCH).
2746        * sp23/Makefile.am: Remove all-local: $(ARCH).
2747        * sp24/Makefile.am: Remove all-local: $(ARCH).
2748        * sp25/Makefile.am: Remove all-local: $(ARCH).
2749        * sp26/Makefile.am: Remove all-local: $(ARCH).
2750        * sp27/Makefile.am: Remove all-local: $(ARCH).
2751        * sp28/Makefile.am: Remove all-local: $(ARCH).
2752        * sp29/Makefile.am: Remove all-local: $(ARCH).
2753        * sp30/Makefile.am: Remove all-local: $(ARCH).
2754        * sp31/Makefile.am: Remove all-local: $(ARCH).
2755        * sp32/Makefile.am: Remove all-local: $(ARCH).
2756        * spfatal/Makefile.am: Remove all-local: $(ARCH).
2757        * spsize/Makefile.am: Remove all-local: $(ARCH).
2758
27592003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2760
2761        * configure.ac: Reflect having moved to testsuites/.
2762
27632003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2764
2765        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2766
27672003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2768
2769        * configure.ac:Remove RTEMS_CHECK_CPU.
2770
27712003-09-04      Joel Sherrill <joel@OARcorp.com>
2772
2773        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
2774        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
2775        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
2776        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
2777        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
2778        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
2779        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
2780        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
2781        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
2782        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
2783        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
2784        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
2785        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
2786        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
2787        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
2788        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
2789        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
2790        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
2791        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
2792        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
2793        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
2794        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
2795        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
2796        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
2797        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
2798        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
2799        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
2800        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
2801        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
2802        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
2803        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
2804        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
2805        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
2806        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
2807        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
2808        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
2809        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
2810        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
2811        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
2812        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
2813        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
2814        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
2815        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
2816        spsize/size.c, spsize/system.h: URL for license changed.
2817
28182003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
2819
2820        PR 458/tests
2821        * sp30/task1.c: Correct indexing problem.
2822
28232003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2824
2825        * Makefile.am: Reflect having moved aclocal/.
2826
28272003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2828
2829        * Makefile.am: Reflect having moved automake/.
2830        * sp01/Makefile.am: Reflect having moved automake/.
2831        * sp02/Makefile.am: Reflect having moved automake/.
2832        * sp03/Makefile.am: Reflect having moved automake/.
2833        * sp04/Makefile.am: Reflect having moved automake/.
2834        * sp05/Makefile.am: Reflect having moved automake/.
2835        * sp06/Makefile.am: Reflect having moved automake/.
2836        * sp07/Makefile.am: Reflect having moved automake/.
2837        * sp08/Makefile.am: Reflect having moved automake/.
2838        * sp09/Makefile.am: Reflect having moved automake/.
2839        * sp11/Makefile.am: Reflect having moved automake/.
2840        * sp12/Makefile.am: Reflect having moved automake/.
2841        * sp13/Makefile.am: Reflect having moved automake/.
2842        * sp14/Makefile.am: Reflect having moved automake/.
2843        * sp15/Makefile.am: Reflect having moved automake/.
2844        * sp16/Makefile.am: Reflect having moved automake/.
2845        * sp17/Makefile.am: Reflect having moved automake/.
2846        * sp19/Makefile.am: Reflect having moved automake/.
2847        * sp20/Makefile.am: Reflect having moved automake/.
2848        * sp21/Makefile.am: Reflect having moved automake/.
2849        * sp22/Makefile.am: Reflect having moved automake/.
2850        * sp23/Makefile.am: Reflect having moved automake/.
2851        * sp24/Makefile.am: Reflect having moved automake/.
2852        * sp25/Makefile.am: Reflect having moved automake/.
2853        * sp26/Makefile.am: Reflect having moved automake/.
2854        * sp27/Makefile.am: Reflect having moved automake/.
2855        * sp28/Makefile.am: Reflect having moved automake/.
2856        * sp29/Makefile.am: Reflect having moved automake/.
2857        * sp30/Makefile.am: Reflect having moved automake/.
2858        * sp31/Makefile.am: Reflect having moved automake/.
2859        * sp32/Makefile.am: Reflect having moved automake/.
2860        * spfatal/Makefile.am: Reflect having moved automake/.
2861        * spsize/Makefile.am: Reflect having moved automake/.
2862
28632003-08-14      Joel Sherrill <joel@OARcorp.com>
2864
2865        * sp02/task1.c: Added ID to name lookup service and changed name of
2866        id/name translation status code. This propagated to multiple
2867        functions. The user API service added was rtems_object_id_to_name()
2868
28692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2870
2871        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2872
28732003-05-29      Joel Sherrill <joel@OARcorp.com>
2874
2875        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
2876
28772003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2878
2879        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
2880        CC_CFLAGS_DEFAULT (obsolete).
2881
28822003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2883
2884        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
2885        Remove CC_LDFLAGS_PROFILE_V.
2886
28872003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2888
2889        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2890
28912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2892
2893        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2894
28952003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2896
2897        * configure.ac: AC_PREREQ(2.57).
2898
28992002-11-14      Joel Sherrill <joel@OARcorp.com>
2900
2901        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
2902        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
2903        update the IDs in the screens.
2904
29052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2906
2907        * .cvsignore: Reformat.
2908        Add autom4te*cache.
2909        Remove autom4te.cache.
2910
29112002-09-14      Joel Sherrill <joel@OARcorp.com>
2912
2913        * sp32/.cvsignore: New file.
2914
29152002-09-14      Aaron J. Grier <aaron@frye.com>
2916
2917        * PR271 was not applicable against the current source but included
2918        a nice test that Joel decided to add to the tree as sp32.
2919        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
2920        * Makefile.am, configure.ac: Modified to reflect addition.
2921
29222002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2923
2924        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
2925        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
2926        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
2927        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
2928        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
2929        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
2930        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
2931        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
2932        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
2933        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
2934        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
2935        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
2936        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
2937        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
2938        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
2939        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
2940        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
2941        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
2942        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
2943        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
2944        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
2945        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
2946        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
2947        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
2948        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
2949        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
2950        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
2951        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
2952        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
2953        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
2954        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
2955
29562002-08-01      Joel Sherrill <joel@OARcorp.com>
2957
2958        * Per PR47 add support for buffered test output.  This involved
2959        adding defines to redirect output to a buffer and dump it when
2960        full, at "test pause", and at exit.  To avoid problems when redefining
2961        exit(), all tests were modified to call rtems_test_exit().
2962        Some tests, notable psxtests, had to be modified to include
2963        the standard test macro .h file (pmacros.h or tmacros.h) to
2964        enable this support.
2965        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
2966        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
2967        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
2968        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
2969        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
2970        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
2971        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
2972
29732002-07-30      Joel Sherrill <joel@OARcorp.com>
2974
2975        * spsize/size.c: Don't reference the RTEMS allocated interrupt
2976        stack if the port doesn't configure using it.
2977
29782002-07-04      Joel Sherrill <joel@OARcorp.com>
2979
2980        * Jump table for single entry point removed.
2981        * spsize/size.c:  Modified to reflect above.
2982
29832002-07-01      Joel Sherrill <joel@OARcorp.com>
2984
2985        * sp29/init.c: Corrected definitions for task stack usage.
2986
29872002-07-01      Joel Sherrill <joel@OARcorp.com>
2988
2989        * spsize/size.c: _Thread_queue_Extract_table removed.
2990
29912001-05-17      Joel Sherrill <joel@OARcorp.com>
2992
2993        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
2994        number of staticly configured device drivers.
2995
29962001-05-14      Joel Sherrill <joel@OARcorp.com>
2997
2998        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
2999        than the configured number of drivers.
3000 
30012002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3002
3003        * configure.ac: Remove ENABLE_GCC28.
3004
30052001-04-04      Joel Sherrill <joel@OARcorp.com>
3006
3007        * spsize/size.c: Reflect SPARC modifcation to get rid of
3008        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
3009 
30102001-03-29      Joel Sherrill <joel@OARcorp.com>
3011
3012        * Per PR147 addressed problems when reseting and inserting a timer
3013        into a timer chain that did not honor time passage since the last
3014        time the timer server was scheduled and the new insertion.
3015        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
3016
30172001-03-28      Joel Sherrill <joel@OARcorp.com>
3018
3019        * Side-effect of PR132.
3020        * sp21/system.h: Now must explicitly request NULL driver.
3021
30222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3023
3024        * configure.ac:
3025        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3026        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3027        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
3028        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
3029        * Makefile.am: Remove AUTOMAKE_OPTIONS.
3030        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
3031        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
3032        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
3033        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
3034        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
3035        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
3036        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
3037        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
3038        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
3039        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
3040        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
3041        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
3042        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
3043        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
3044        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
3045        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
3046        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
3047        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
3048        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
3049        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
3050        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
3051        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
3052        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
3053        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
3054        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
3055        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
3056        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
3057        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
3058        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
3059
30602002-03-20      Chris Johns <ccj@acm.org>
3061
3062        * PR145.
3063        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
3064        in system (e.g. driver tasks).  Also exit on minimum number of
3065        switches not precise number.
3066
30672001-01-29      Joel Sherrill <joel@OARcorp.com>
3068
3069        * Fixed bug where resetting a timer that was not at the head
3070        of one of the task timer chains resulted in the Timer Server
3071        task waking up too far in the future.
3072        * Added rtems_timer_get_information() directive to support testing.
3073        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
3074        above condition.
3075
30762001-01-22      Joel Sherrill <joel@OARcorp.com>
3077
3078        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
3079        because priority added as argument to rtems_timer_initiate_server().
3080
30812001-01-16      Joel Sherrill <joel@OARcorp.com>
3082
3083        * Added tests for task-based timers.  This included the new tests
3084        sp30 and sp31.
3085        * Makefile.am, configure.ac: Modified to reflect new tests and files.
3086        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
3087        for task-based timer services.
3088        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
3089        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
3090        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
3091        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
3092        sp31/task1.c: New files.
3093
30942001-11-01      Joel Sherrill <joel@OARcorp.com>
3095
3096        * sp26/system.h: Properly account for stack memory used by
3097        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
3098        and processed as PR78.
3099
31002001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3101
3102        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3103        * configure.in: Remove.
3104        * configure.ac: New file, generated from configure.in by autoupdate.
3105
31062001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3107
3108        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
3109
31102001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3111
3112        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
3113        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
3114        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
3115        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
3116        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
3117        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
3118        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
3119        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
3120        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
3121        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
3122        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
3123        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
3124        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
3125        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
3126        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
3127        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
3128        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
3129        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
3130        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
3131        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
3132        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
3133        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
3134        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
3135        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
3136        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
3137        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
3138        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
3139        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
3140        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
3141
31422001-08-16      Joel Sherrill <joel@OARcorp.com>
3143
3144        * sp20/system.h: Account for extra task stacks properly.
3145
31462001-08-16      Joel Sherrill <joel@OARcorp.com>
3147
3148        * sp13/sp13.scn: Id in screen had wrong class field value.
3149        * sp13/system.h: Account for message buffer memory.
3150        * sp13/task2.c: Remove unnecessary check for failure.
3151
31522001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
3153
3154        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
3155
31562001-04-20      Joel Sherrill <joel@OARcorp.com>
3157
3158        * sp298/sp28.scn: Minor adjustment so test output matches the screen
3159        file.
3160
31612001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3162
3163        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
3164
31652001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3166
3167        * sp21/Makefile.am: Remove libtest.
3168
31692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3170
3171        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3172
31732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3174
3175        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3176
31772000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3178
3179        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3180        Switch to GNU canonicalization.
3181        * sptests.am: Remove DEFS.
3182
31832000-09-29      Joel Sherrill <joel@OARcorp.com>
3184
3185        * sp20/sp20.scn: Corrected to reflect new addition.
3186        * sp20/system.h: Removed comment reflecting history.
3187
31882000-09-29      Stephan Merker <merker@decrc.abb.de>
3189
3190        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
3191        Added new task to test sequence of altering a period's length
3192        while it is still active.
3193
31942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3195
3196        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
3197        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
3198        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
3199        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
3200        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
3201        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
3202        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
3203        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
3204        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
3205        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
3206
32072000-08-10      Joel Sherrill <joel@OARcorp.com>
3208
3209        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.