source: rtems/testsuites/sptests/ChangeLog @ 80031e2

4.115
Last change on this file since 80031e2 was 80031e2, checked in by Joel Sherrill <joel.sherrill@…>, on 07/26/10 at 15:38:41

2010-07-26 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add test to extract a task blocked with timeout on a priority ordered thread queue.
  • sp72/.cvsignore, sp72/Makefile.am, sp72/init.c, sp72/sp72.doc, sp72/sp72.scn: New files.
  • Property mode set to 100644
File size: 103.8 KB
Line 
12010-07-26      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac: Add test to extract a task blocked with
4        timeout on a priority ordered thread queue.
5        * sp72/.cvsignore, sp72/Makefile.am, sp72/init.c, sp72/sp72.doc,
6        sp72/sp72.scn: New files.
7
82010-07-16      Bharath Suri <bharath.s.jois@gmail.com>
9
10        PR 1617/testing
11        * spmountmgr01/init.c, spmountmgr01/spmountmgr01.scn,
12        spmountmgr01/spmountmgr01.doc: Added cases to exercise
13        mount-mktgt.c.
14
152010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
16
17        PR 1617/testing
18        * spmountmgr01/init.c, spmountmgr01/Makefile.am,
19        spmountmgr/.cvsignore, spmountmgr01/spmountmgr01.doc,
20        spmountmgr01/spmountmgr01.scn: New test which improves coverage
21        of mount-mgr.c under libcsupport.
22        * Makefile.am, configure.ac: Changes to accommodate the new test.
23
242010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * spprintk/init.c, spprintk/spprintk.doc, spprintk/spprintk.scn: Clean
27        up and add test of getchark().
28
292010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * spfatal21/Makefile.am: Fix typo.
32
332010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * Makefile.am, configure.ac: Add tests for sbrk fatal error case and
36        libio initialization fatal error case.
37        * spfatal21/.cvsignore, spfatal21/Makefile.am, spfatal21/spfatal21.doc,
38        spfatal21/spfatal21.scn, spfatal21/testcase.h, spfatal22/.cvsignore,
39        spfatal22/Makefile.am, spfatal22/spfatal22.doc,
40        spfatal22/spfatal22.scn, spfatal22/testcase.h: New files.
41
422010-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
43
44        * spintrcritical06/init.c: Switch semaphore obtain timeouts of
45        variants.  Cleanup.
46        * spintrcritical05/spintrcritical05.scn,
47        spintrcritical06/spintrcritical06.scn,
48        spintrcritical07/spintrcritical07.scn,
49        spintrcritical11/spintrcritical11.scn,
50        spintrcritical12/spintrcritical12.scn,
51        spintrcritical13/spintrcritical13.scn,
52        spintrcritical14/spintrcritical14.scn: Update.
53
542010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile.am, configure.ac: Readd spfatal09 as a malloc initialization
57        fatal error.
58        * spfatal09/.cvsignore, spfatal09/Makefile.am, spfatal09/spfatal09.doc,
59        spfatal09/spfatal09.scn, spfatal09/testcase.h: New files.
60
612010-07-07      Bharath Suri <bharath.s.jois@gmail.com>
62
63        PR 1603/testing
64        * spassoc01/init.c, spassoc01/Makefile.am,
65        spassoc01/spassoc01.doc, spassoc01/spassoc01.scn: Added new test.
66        * Makefile.am, configure.ac: Added new test spassoc01 for
67        rtems_assoc routines.
68
692010-07-07      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        PR 1606/cpukit
72        * spfatal_support/init.c: Remove
73        INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
74
752010-07-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
76
77        * spfatal09/.cvsignore, spfatal09/Makefile.am,
78        spfatal09/spfatal09.doc, spfatal09/spfatal09.scn,
79        spfatal09/testcase.h: Removed files.
80        * Makefile.am, configure.ac: Reflect changes above.
81        * spfatal_support/init.c: Print end of test message in case of
82        success.  Stop multitasking in the fatal error extension.
83        * spfatal03/testcase.h, spfatal07/testcase.h: Use printk() instead of
84        puts().
85        * spfatal01/spfatal01.scn, spfatal02/spfatal02.scn,
86        spfatal03/spfatal03.scn, spfatal04/spfatal04.scn,
87        spfatal05/spfatal05.scn, spfatal06/spfatal06.scn,
88        spfatal07/spfatal07.scn, spfatal08/spfatal08.scn,
89        spfatal10/spfatal10.scn, spfatal11/spfatal11.scn,
90        spfatal12/spfatal12.scn, spfatal13/spfatal13.scn,
91        spfatal14/spfatal14.scn, spfatal15/spfatal15.scn,
92        spfatal16/spfatal16.scn, spfatal17/spfatal17.scn,
93        spfatal18/spfatal18.scn, spfatal19/spfatal19.scn,
94        spfatal20/spfatal20.scn: Update.
95
962010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
97
98        * sp21/init.c, sp21/sp21.scn: Tidy up with one last case to get 100%
99        coverage of rtems_io_lookup_name().
100
1012010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
102
103        * sp21/Makefile.am, sp21/init.c, sp21/sp21.scn: Add
104        rtems_io_lookup_name() and simplify test.
105        * sp21/system.h, sp21/task1.c: Removed.
106
1072010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * Makefile.am, configure.ac: Add new fatal error test for termios
110        initialize.
111        * spfatal20/.cvsignore, spfatal20/Makefile.am, spfatal20/spfatal20.doc,
112        spfatal20/spfatal20.scn, spfatal20/testcase.h: New files.
113
1142010-07-05      Bharath Suri <bharath.s.jois@gmail.com>
115
116        PR 1600/testing
117        * spfifo05/init.c, spfifo05/spfifo05.doc, spfifo05/spfifo05.scn,
118        spfifo05/Makefile.am: New tests for pipe/fifo routines.
119        * Makefile.am, configure.ac: Add new test.
120
1212010-07-02      Bharath Suri <bharath.s.jois@gmail.com>
122
123        PR 1600/testing
124        * spfifo04/init.c, spfifo04/spfifo04.doc, spfifo04/spfifo04.scn,
125        spfifo04/Makefile.am: New files to improve coverage on fifo/pipe
126        routines
127        * Makefile.am, configure.ac: Add new test.
128
1292010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * sp68/init.c: Add alignment to region_area. Fix spelling.
132
1332010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        PR 1573/cpukit
136        * spsize/size.c: Add a per cpu data structure which contains the
137        information required by RTEMS for each CPU core. This encapsulates
138        information such as thread executing, heir, idle and dispatch needed.
139
1402010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * sp69/Makefile.am: Really needs spin.c
143
1442010-06-26      Bharath Suri <bharath.s.jois@gmail.com>
145
146        PR 1592/testing
147        * Makefile.am, configure.ac: Changes to incorporate sperror01,
148        sperror02, sperror03
149        * sperror01/init.c, sperror02/init.c: New tests to exercise
150        rtems_error routine
151        * sperror03/init.c: New test to exercise rtems_panic routine
152
1532010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
154
155        * sp69/Makefile.am, sp71/Makefile.am, spfifo02/Makefile.am: Tests do
156        not need spin.c
157
1582010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * sp70/Makefile.am: Tests do not need spin.c
161
1622010-06-24      Bharath Suri <bharath.s.jois@gmail.com>
163
164        * Makefile.am, configure.ac: Removed some fifo tests.
165        * spfifo01/Makefile.am, spfifo01/init.c: Minor changes to avoid
166        excessive new lines in the output.
167
168        spfifo02/Makefile.am, spfifo02/init.c, spfifo02/spfifo02.doc,
169        spfifo02/spfifo02.scn, spfifo03/Makefile.am: Merge from spfifo08.
170        Also added a few more cases, mostly from spfifo04/init.c.
171        * spfifo03/init.c, spfifo03/spfifo03.doc, spfifo03/spfifo03.scn:
172        Previously was spfifo06. Configure parameter for pipes is used now.
173        * spfifo04/.cvsignore, spfifo04/Makefile.am, spfifo04/init.c,
174        spfifo04/spfifo04.doc, spfifo04/spfifo04.scn, spfifo08/.cvsignore,
175        spfifo08/Makefile.am, spfifo08/init.c, spfifo08/spfifo08.doc,
176        spfifo08/spfifo08.scn: Removed.
177
1782010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
179
180        * Makefile.am, configure.ac: Add new test to exercise path where using
181        unlimited object support you are about to allocate more objects than
182        can be represented in the Id. This test will NOT pass on targets with
183        insufficient RAM.
184        * sp71/.cvsignore, sp71/Makefile.am, sp71/init.c, sp71/sp71.doc,
185        sp71/sp71.scn: New files.
186
1872010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * Makefile.am, configure.ac: spfatal20 not ready.
190
1912010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * Makefile.am, configure.ac: Add new tests to generate fatal errors in
194        rtems_termios_open().
195        * spfatal16/.cvsignore, spfatal16/Makefile.am, spfatal16/spfatal16.doc,
196        spfatal16/spfatal16.scn, spfatal16/testcase.h, spfatal17/.cvsignore,
197        spfatal17/Makefile.am, spfatal17/spfatal17.doc,
198        spfatal17/spfatal17.scn, spfatal17/testcase.h, spfatal18/.cvsignore,
199        spfatal18/Makefile.am, spfatal18/spfatal18.doc,
200        spfatal18/spfatal18.scn, spfatal18/testcase.h, spfatal19/.cvsignore,
201        spfatal19/Makefile.am, spfatal19/spfatal19.doc,
202        spfatal19/spfatal19.scn, spfatal19/testcase.h: New files.
203
2042010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
205
206        * Makefile.am, configure.ac, spfatal_support/init.c,
207        spfatal_support/system.h: Add new tests to generate fatal errors in
208        open_dev_console().
209        * spfatal14/.cvsignore, spfatal14/Makefile.am, spfatal14/spfatal14.doc,
210        spfatal14/spfatal14.scn, spfatal14/testcase.h, spfatal15/.cvsignore,
211        spfatal15/Makefile.am, spfatal15/spfatal15.doc,
212        spfatal15/spfatal15.scn, spfatal15/testcase.h,
213        spfatal_support/consume_sems.c: New files.
214
2152010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
216
217        * sp43/init.c: Remove more ITRON references.
218
2192010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
220
221        * sp09/screen01.c: Fix warning.
222
2232010-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
224
225        * spfifo08/init.c: Catch more cases but discussion on errors and proper
226        behaviour remain.
227
2282010-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * spfifo02/init.c, spfifo03/init.c, spfifo04/init.c: Configure pipes
231        used.
232
2332010-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * Makefile.am, configure.ac: New test for error cases in FIFO creation.
236        * spfifo08/.cvsignore, spfifo08/Makefile.am, spfifo08/init.c,
237        spfifo08/spfifo08.doc, spfifo08/spfifo08.scn: New files.
238
2392010-06-19      Joel Sherrill <joel.sherrill@oarcorp.com>
240
241        * sp09/screen01.c, sp09/sp09.scn, sp43/init.c, sp43/sp43.scn,
242        spfatal_support/init.c: Remove references to ITRON constants.
243
2442010-06-19      Joel Sherrill <joel.sherrill@oarcorp.com>
245
246        * Makefile.am, configure.ac: Add sp70 to test slot
247        reclamation and reuse for unlimited object configuration.
248        * sp70/.cvsignore, sp70/Makefile.am, sp70/init.c, sp70/sp70.doc,
249        sp70/sp70.scn: New files.
250
2512010-06-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
252
253        * sp16/task1.c: Update for heap extend changes.
254
2552010-06-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
256
257        * spfifo01/init.c, spfifo01/spfifo01.scn: Update for IMFS API changes.
258
2592010-06-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
260
261        * spmkdir/.cvsignore, spmkdir/Makefile.am, spmkdir/init.c,
262        spmkdir/spmkdir.doc, spmkdir/spmkdir.scn: New files.
263        * Makefile.am, configure.ac: Reflect changes above.
264
2652010-06-07      Bharath Suri <bharath.s.jois@gmail.com>
266
267        * spfifo01/main.c: New file.
268
2692010-06-07      Bharath Suri <bharath.s.jois@gmail.com>
270
271        PR PR1542
272        * Makefile.am, configure.ac: Coverage improvement: fifo_open.
273        * spfifo01/spfifo01.doc, spfifo01/spfifo01.scn, spfifo01/test.c,
274        spfifo02/Makefile.am, spfifo02/main.c, spfifo02/spfifo02.doc,
275        spfifo02/spfifo02.scn, spfifo02/test.c, spfifo03/Makefile.am,
276        spfifo03/main.c, spfifo03/spfifo03.doc, spfifo03/spfifo03.scn,
277        spfifo03/test.c, spfifo04/Makefile.am, spfifo04/main.c,
278        spfifo04/spfifo04.doc, spfifo04/spfifo04.scn, spfifo04/test.c: New
279        files.
280
2812010-06-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
282
283        * sp09/screen12.c: Update for heap extend changes.
284
2852010-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
286
287        * sp62/init.c, sp65/init.c: #include <unistd.h>.
288
2892010-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
290
291        * sp43/init.c: Readdress use of ctype methods per recommendation from
292        D.J. Delorie on the newlib mailing list. We should pass an unsigned
293        char into these methods.
294
2952010-03-10      Joel Sherrill <joel.sherrill@oarcorp.com>
296
297        * Makefile.am, configure.ac: Add new fatal error for configuring
298        unlimited and maximum of 0.
299        * spfatal13/.cvsignore, spfatal13/Makefile.am, spfatal13/spfatal13.doc,
300        spfatal13/spfatal13.scn, spfatal13/testcase.h: New files.
301
3022010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
303
304        * sp43/init.c: Fix warning.
305
3062009-12-15      Glenn Humphrey <glenn.humphrey@OARcorp.com>
307
308        * sp69/init.c: Fixed warnings.
309
3102009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
311
312        * sp14/sp14.doc, sp14/sp14.scn: doc file have scn contents. Fix and
313        update.
314
3152009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
316
317        * sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: Add test for statistics on
318        expired periods. This detected the recently introduced PR1480.
319
3202009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
321
322        * sp69/.cvsignore: New file.
323
3242009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
325
326        * Makefile.am, configure.ac: Added a test for rate_monotonic_get_status
327        to ensure that all paths are tested.
328        * sp69/Makefile.am, sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: New files.
329
3302009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
331
332        * sp31/task1.c: Fixed spacing.
333
3342009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
335
336        * sp18/init.c, sp31/task1.c, sp43/init.c, sp63/init.c, sp64/init.c,
337        spfatal10/testcase.h, spfatal11/testcase.h, spobjgetnext/init.c,
338        spwkspace/init.c: Use rtems_test_assert() consistently instead of
339        system assert(). rtems_test_assert() is designed to integrate into
340        the RTEMS test suite infrastructure.
341
3422009-12-04      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
343
344        * sp31/sp31.scn, sp31/task1.c, spintrcritical17/init.c: New test
345        cases. Updated copyright notice.
346
3472009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
348
349        * sp25/task1.c: Use PRIuPTR for segment_sizes.
350
3512009-11-30      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
352
353        * sp68/Makefile.in, sp68/.cvsignore,
354        * spintrcritical17/Makefile.in, spintrcritical17/.cvsignore:
355        removed unneeded Makefile.in, added cvsignore
356       
3572009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
358
359        * sp68/init.c, sp68/Makefile.am, sp68/sp68.doc, sp68/sp68.scn,
360        spintrcritical17/init.c, spintrcritical17/Makefile.am,
361        spintrcritical17/spintrcritical17.doc,
362        spintrcritical17/spintrcritical17.scn: New files.
363        * Makefile.am, configure.ac: Update for test sp68 and spintrcritical17.
364        * sp31/task1.c, sp67/init.c: Changes for new timer server
365        implementation.
366        * sp52/init.c: The init task must be preemptible to let the timer
367        server run.
368
3692009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        PR 1460/cpukit
372        * sp43/init.c: Change return type on methods accessing portions of
373        RTEMS Ids to int. This allows -1 to be return on error.
374
3752009-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
376
377        * spsize/Makefile.am: Fix broken install rule.
378
3792009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
380
381        * spprintk/spprintk.scn: Add end of line at end of file.
382
3832009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
384
385        * sp32/Makefile.am, sp33/Makefile.am, sp37/Makefile.am,
386        sp38/Makefile.am, sp39/Makefile.am, sp43/Makefile.am,
387        sp44/Makefile.am, spfatal01/Makefile.am, spfatal02/Makefile.am,
388        spfatal03/Makefile.am, spfatal04/Makefile.am, spfatal05/Makefile.am,
389        spfatal06/Makefile.am, spfatal07/Makefile.am, spfatal08/Makefile.am,
390        spfatal09/Makefile.am, spobjgetnext/Makefile.am,
391        spprintk/Makefile.am, spsize/Makefile.am, spwatchdog/Makefile.am,
392        spwkspace/Makefile.am: Add documentation files for multiple tests.
393        * sp32/sp32.doc, sp33/sp33.doc, sp37/sp37.doc, sp38/sp38.doc,
394        sp39/sp39.doc, sp43/sp43.doc, sp44/sp44.doc, spfatal01/spfatal01.doc,
395        spfatal02/spfatal02.doc, spfatal03/spfatal03.doc,
396        spfatal04/spfatal04.doc, spfatal05/spfatal05.doc,
397        spfatal06/spfatal06.doc, spfatal07/spfatal07.doc,
398        spfatal08/spfatal08.doc, spfatal09/spfatal09.doc,
399        spobjgetnext/spobjgetnext.doc, spprintk/spprintk.doc,
400        spsize/spsize.doc, spwatchdog/spwatchdog.doc,
401        spwkspace/spwkspace.doc: New files.
402
4032009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
404
405        * sp14/asr.c: Remove PRIxrtems_signal_set (moved to tmacros.h).
406        Include "tmacros.h".
407        * sp63/init.c: Pass UINTPTR_MAX instead of 0xffffffff to
408        _Heap_Allocate for 16bit compliance.
409        * sp44/init.c: Another printf format fix.
410
4112009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
412
413        * sp37/init.c: Add local prototypes for
414        rtems_interrupt_disable, rtems_interrupt_enable,
415        rtems_interrupt_flash, rtems_interrupt_is_in_progress.
416        * sp43/init.c: Add local prototypes for
417        rtems_object_api_minimum_class, rtems_object_api_maximum_class,
418        rtems_build_id, rtems_build_name, rtems_object_id_api_maximum,
419        rtems_object_id_api_minimum, rtems_object_id_get_api,
420        rtems_object_id_get_class, rtems_object_id_get_index,
421        rtems_object_id_get_node.
422        Spray PRId32's into printf's for 16bit target complianance.
423        * sp37/init.c: Add local prototype for
424        rtems_interrupt_level_attribute.
425
4262009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
427
428        * sp29/init.c: Include "tmacros.h".
429        Misc. changes related to rtems_intervals.
430        * sp14/asr.c: Add PRIxrtems_signal_set.
431        Use PRIxrtems_signal_set to print rtems_signal_set's.
432        * sp13/task3.c: Use PRIu32 to print "count".
433        * sp09/screen12.c: Segment sizes are uintptr_t's.
434        * sp09/screen11.c: Use size_t for "size".
435        * sp62/init.c: Segment sizes are uintptr_t's.
436        * sp25/task1.c: Use PRIuPTR to print segment_size's.
437        * sp21/task1.c: Add PRIurtems_device_major_number.
438        * sp11/task1.c, sp11/task2.c:
439        Use PRIxrtems_event_set to print rtems_event_set's.
440        * sp09/screen13.c: Revert previous change.
441        Remove broken extraneous line seemingly having crept into in
442        2009-08-10 patch.
443        * sp27/init.c: Remove extraneous argument to print.
444        * spsize/size.c: Use PRIu32 to print sys_req.
445        * sp37/init.c: Add missing argument to printf.
446        * sp44/init.c, sp35/priinv.c, sp33/init.c, sp28/init.c,
447        sp12/pritask.c, sp34/changepri.c:
448        Use PRIdrtems_task_argument to print rtems_task_argument's.
449
4502009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
451
452        * sp25/task1.c: segment_size is uintptr_t.
453        * spfatal06/testcase.h: Add missing return.
454        * sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c:
455        Duplicate code from rtems_name_to_characters to convert rtems_name's
456        into char arrays.
457        * sp09/screen13.c: Comment out unused return status.
458        * sp63/init.c: Use PRIu32 to print uint32_t's.
459        * sp33/init.c: Use PRIu32 to print uint32_t's.
460        * sp28/init.c: Use PRIu32 to print uint32_t's.
461
4622009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
463
464        * sp31/task1.c: Use PRIdWatchdog_Interval to print
465        Watchdog_Interval's.
466        * sp20/task1.c, sp32/init.c, spclockget/init.c: Use
467        PRIdrtems_interval to print rtems_interval's.
468
4692009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
470
471        * sp13/task1.c: Misc. uint32_t fixes.
472        * sp20/task1.c: Misc. uint32_t fixes.
473        * sp47/init.c: Add PRIXModes_Control, PRIXrtems_mode.
474        Use PRIXrtems_mode to print rtems_mode's.
475        * sp08/system.h: Add PRIxModes_Control, PRIxrtems_mode.
476        Use PRIxrtems_mode to print rtems_mode's.
477        * sp19/first.c, sp19/fptask.c, sp19/fptest.h, sp19/inttest.h,
478        sp19/task1.c: Add missing PRI*32's.
479
4802009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
481
482        * sp34/changepri.c, sp35/priinv.c:
483        Use PRIdPriority_Control to print Priority_Control's.
484
4852009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
486
487        * sp34/changepri.c, sp59/init.c:
488        Use PRIdrtems_task_priority to print rtems_task_priority's.
489        * sp07/task1.c, sp07/task2.c, ssp12/pritask.c:
490        Use PRIdrtems_task_priority to print rtems_task_priority's.
491        * sp12/system.h:
492        Change Priority_Test_driver to use rtems_task_priority argument.
493        * sp12/pridrv.c:
494        Change Priority_Test_driver to use rtems_task_priority argument.
495        Use PRIdrtems_task_priority to print rtems_task_priority's.
496
4972009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
498
499        * sp02/task1.c, sp12/task1.c, sp13/task1.c, sp14/task1.c, sp15/task1.c,
500        sp16/task1.c, sp20/task1.c, sp22/init.c, sp22/task1.c, sp23/task1.c,
501        sp25/task1.c, sp31/init.c, sp31/task1.c, sp34/changepri.c,
502        sp35/priinv.c, sp43/init.c, sp45/init.c, spwatchdog/init.c,
503        spwatchdog/task1.c: Use PRIxrtems_id to print rtems_ids.
504
5052009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
506
507        * sp13/task1.c, sp48/init.c: Use %zu instead of %d to print size_t's.
508        * sp50/init.c, spclockget/init.c: Use PRItime_t to print time_t's.
509        * sp63/init.c: Fix _Heap_Resize_block args.
510        * sp09/screen09.c: Eliminate unused var warning.
511
5122009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
513
514        * sp27/init.c, spsize/init.c: Fix prototypes.
515        * spwatchdog/task1.c: Remove unused vars.
516
5172009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
518
519        * sp10/init.c, sp18/init.c, sp27/init.c, sp35/priinv.c
520        sp63/init.c, sp65/init.c, sp67/init.c, spintrcritical11/init.c
521        spobjgetnext/init.c, spprintk/init.c:
522        Eliminate unused vars.
523
5242009-10-23      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
525
526        * spintrcritical06/init.c, spintrcritical15/init.c, sp46/init.c: Fixed
527        confdefs.h define typos.
528
5292009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
530
531        * configure.ac: Don't add -ansi -fasm to CFLAGS.
532
5332009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
534
535        * sp32/init.c: Lengthen the clock tick and move configuration to the
536        bottom of the file.
537
5382009-10-10      Joel Sherrill <joel.sherrill@oarcorp.com>
539
540        * Makefile.am, configure.ac: Add new test to exercise when the ticks
541        since boot wraps around 0 and the timer server must deal with that
542        condition.
543        * sp67/.cvsignore, sp67/Makefile.am, sp67/init.c, sp67/sp67.doc,
544        sp67/sp67.scn: New files.
545
5462009-10-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
547
548        * sp40/init.c, sp40/sp40.doc, sp40/sp40.scn: New test cases.
549
5502009-10-04      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
551
552        * spintrcritical09/init.c, spintrcritical10/init.c,
553        spintrcritical11/init.c: Fixed potentially infinite loops.
554        * sp20/system.h: Increased micro seconds per tick in order to be more
555        independent of the console output speed.
556
5572009-10-04      Joel Sherrill <joel.sherrill@oarcorp.com>
558
559        * sp07/init.c, sp07/sp07.scn, sp09/init.c, sp09/screen01.c,
560        sp09/sp09.scn, sp28/init.c, sp62/init.c, sp62/sp62.scn, sp64/init.c,
561        sp64/sp64.scn: Add more test cases highlighted on SPARC at -O2, x86
562        at -Os and m68k at -Os. Fix typos.
563
5642009-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
565
566        * sp54/init.c: Use rtems_build_id to make building Objects_Id
567        RTEMS_USE_16_BIT_OBJECT clean.
568
5692009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
570
571        * Makefile.am, configure.ac: Add new test to exercise when notepads are
572        not configured.
573        * spnotepad01/.cvsignore, spnotepad01/Makefile.am, spnotepad01/init.c,
574        spnotepad01/spnotepad01.doc, spnotepad01/spnotepad01.scn: New files.
575
5762009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
577
578        * sp09/screen01.c, sp09/screen02.c, sp09/screen03.c, sp09/screen05.c,
579        sp09/screen09.c, sp09/screen14.c, sp09/sp09.scn, sp28/init.c,
580        sp28/sp28.scn, sp43/init.c: Add more error cases uncovered by uC5282
581        coverage runs.
582
5832009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
584
585        * sp09/screen02.c, sp09/screen04.c, sp09/screen07.c, sp09/screen09.c,
586        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/sp09.scn: Add
587        some error cases uncovered by uC5282 coverage runs.
588
5892009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
590
591        * sp33/init.c, sp33/sp33.scn: Add some barrier error cases uncovered by
592        uC5282 coverage runs.
593
5942009-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
595
596        * sp59/init.c, spintrcritical15/init.c, spintrcritical16/init.c:
597        Correct minor issues uncovered on uC5282.
598
5992009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
600
601        * sp04/tswitch.c, sp07/system.h, sp07/taskexit.c, sp07/tdelete.c,
602        sp07/tstart.c, spfatal_support/init.c, spfatal_support/system.h:
603        Eliminate use of deprecated rtems_extension.
604
6052009-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
606
607        * sp14/asr.c, sp14/sp14.doc, sp14/task1.c, sp14/task2.c: Adjust test to
608        run when IO speed varies.
609
6102009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
611
612        * sp43/init.c, sp43/sp43.scn: Minor correction to test case so it hits
613        the intended code.
614
6152009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
616
617        * configure.ac: Revert accidentally committed lines.
618
6192009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
620
621        * Makefile.am, configure.ac, sp65/init.c: Add new test to exercise very
622        simple priority ceiling case that was previously only tested via the
623        POSIX API.
624        * sp66/.cvsignore, sp66/Makefile.am, sp66/init.c, sp66/sp66.doc,
625        sp66/sp66.scn: New files.
626
6272009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
628
629        * sp43/Makefile.am, sp43/init.c, sp43/sp43.scn, sp43/system.h: Add test
630        for Id which is in range for the object class but not allocated yet.
631
6322009-09-09      Joel Sherrill <joel.sherrill@OARcorp.com>
633
634        * sp46/init.c, sp46/sp46.scn: Fix numbering.
635
6362009-09-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
637
638        * spintrcritical_support/intrcritical.c: Fixed timing rountines.
639
6402009-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
641
642        * spfatal01/spfatal01.scn, spfatal01/testcase.h,
643        spfatal02/spfatal02.scn, spfatal02/testcase.h,
644        spfatal03/spfatal03.scn, spfatal03/testcase.h,
645        spfatal04/spfatal04.scn, spfatal04/testcase.h,
646        spfatal05/spfatal05.scn, spfatal05/testcase.h,
647        spfatal06/spfatal06.scn, spfatal06/testcase.h,
648        spfatal07/spfatal07.scn, spfatal07/testcase.h,
649        spfatal08/spfatal08.scn, spfatal08/testcase.h,
650        spfatal09/spfatal09.scn, spfatal09/testcase.h, spfatal10/Makefile.am,
651        spfatal10/spfatal10.scn, spfatal11/Makefile.am,
652        spfatal11/spfatal11.scn, spfatal12/Makefile.am,
653        spfatal12/spfatal12.scn, spfatal_support/init.c: Make all fatal error
654        tests use testcase.h and spfatal_support framework. Print test name
655        herald in all cases.
656        * spfatal10/testcase.h, spfatal11/testcase.h, spfatal12/testcase.h:
657        New files.
658        * spfatal10/init.c, spfatal11/init.c, spfatal12/init.c: Removed.
659
6602009-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
661
662        * spfatal07/testcase.h: Indicate test is not applicable on some
663        architectures.
664
6652009-08-28      Joel Sherrill <joel.sherrill@OARcorp.com>
666
667        * Makefile.am: Fix spacing.
668
6692009-08-26      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
670
671        * spstkalloc/init.c: Changed allocator signature. Functions are now
672        static.
673
6742009-08-25      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
675
676        * sp29/init.c: Fixed return value evaluation.
677        * sp59/init.c, sp59/sp59.scn: Added status code assignment. Fixed typos.
678        * sp63/init.c: Check return value of _Heap_Initialize().
679
6802009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
681
682        * spwatchdog/spwatchdog.scn, spwatchdog/task1.c: Add test for
683        _Watchdog_Report() when name is not NULL. This case was covered at
684        -Os on erc32 but at -O2 we had more code.
685
6862009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
687
688        * sp63/init.c, sp63/sp63.scn: Add case for math on size requested
689        overflowing on _Heap_Allocate_aligned.
690
6912009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
692
693        * spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn: Add error cases
694        for various null parameters.
695
6962009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
697
698        * sp16/sp16.scn, sp16/task1.c: Fix typo.
699
7002009-08-17      Santosh G Vattam <vattam.santosh@gmail.com>
701
702        * sp65/init.c: Remove stray print.
703        * sp65/sp65.doc: Add information on second case.
704
7052009-08-13      Santosh G Vattam <vattam.santosh@gmail.com>
706
707        * sp65/init.c, sp65/sp65.doc, sp65/sp65.scn: Add new test case to
708        verify that obtaining a priority ceiling mutex when the calling
709        task's priority is the same as the priority ceiling is handled
710        correctly.
711
7122009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
713
714        * sp02/task1.c, sp02/task2.c, sp02/task3.c, sp03/task2.c, sp05/task1.c,
715        sp05/task2.c, sp05/task3.c, sp06/task1.c, sp06/task2.c,
716        sp09/screen02.c, sp09/screen04.c, sp09/screen06.c, sp09/screen07.c,
717        sp09/screen10.c, sp09/screen12.c, sp09/screen13.c, sp09/screen14.c,
718        sp11/task1.c, sp11/task2.c, sp12/pridrv.c, sp12/pritask.c,
719        sp12/task1.c, sp13/task1.c, sp13/task2.c, sp14/task1.c, sp16/task1.c,
720        sp16/task4.c, sp19/fptask.c, sp19/task1.c, sp22/task1.c,
721        sp24/task1.c, sp26/task1.c, sp29/init.c, sp30/task1.c, sp31/task1.c,
722        sp33/init.c, sp45/init.c, sp46/init.c, sp50/init.c,
723        spintrcritical06/init.c, spwatchdog/task1.c: Eliminate test routines
724        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
725        rtems_clock_get_ticks_per_second().
726
7272009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
728
729        * sp65/init.c: Add semi-colon to end of rtems_semaphore_create call.
730        Change attributes to priority ceiling. Use directive_failed, not
731        assert. Configure a semaphore not a region.
732
7332009-08-12      Santosh G Vattam <vattam.santosh@gmail.com>
734
735        * ChangeLog, Makefile.am, configure.ac: Add new test for some core
736        mutex cases.
737        * sp65/.cvsignore, sp65/Makefile.am, sp65/init.c, sp65/sp65.doc,
738        sp65/sp65.scn: New files.
739
7402009-08-12      Santosh G Vattam <vattam.santosh@gmail.com>
741
742        * Makefile.am, configure.ac: Add new test for some core mutex cases.
743        * sp65/.cvsignore, sp65/Makefile.am, sp65/init.c, sp65/sp65.doc,
744        sp65/sp65.scn: New files.
745
7462009-08-11      Joel Sherrill <joel.sherrill@OARcorp.com>
747
748        * spintrcritical01/init.c, spintrcritical06/init.c: Use 1 millisecond
749        per tick.
750
7512009-08-11      Joel Sherrill <joel.sherrill@OARcorp.com>
752
753        * Makefile.am, configure.ac, sp62/init.c, sp64/init.c: Add new test and
754        adjust existing for alignment. New test ensures coverage begin and
755        end marker methods are exercised so they do not get considered
756        unexecuted.
757        * spcoverage/.cvsignore, spcoverage/Makefile.am, spcoverage/init.c,
758        spcoverage/spcoverage.doc, spcoverage/spcoverage.scn: New files.
759
7602009-08-10      Joel Sherrill <joel.sherrill@OARcorp.com>
761
762        * Makefile.am, configure.ac: Add new test to exercise legacy
763        rtems_clock_get().
764        * spclockget/.cvsignore, spclockget/Makefile.am, spclockget/init.c,
765        spclockget/spclockget.doc, spclockget/spclockget.scn: New files.
766
7672009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
768
769        * sp04/task1.c, sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn,
770        sp38/init.c: Convert calls to legacy routine rtems_clock_get(
771        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
772
7732009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
774
775        * sp01/sp01.scn, sp01/task1.c, sp03/task1.c, sp03/task2.c,
776        sp04/task1.c, sp04/tswitch.c, sp09/screen02.c, sp09/screen13.c,
777        sp09/screen14.c, sp09/sp09.scn, sp11/sp11.scn, sp11/task1.c,
778        sp11/task2.c, sp19/fptask.c, sp19/sp19.scn, sp19/task1.c,
779        sp22/prtime.c, sp22/sp22.scn, sp22/task1.c, sp24/sp24.scn,
780        sp24/task1.c, sp30/task1.c, sp31/prtime.c, sp31/sp31.scn,
781        sp31/task1.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
782        spwatchdog/task1.c: Convert calls to legacy routine rtems_clock_get(
783        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
784
7852009-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
786
787        * sp28/init.c, sp28/sp28.scn: Update screen. Add a few missing error
788        cases.
789
7902009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
791
792        * sp64/init.c, sp64/sp64.scn: Chris ensured that nothing is moved until
793        all memory is successfully allocated. This means the test can
794        validate the heap is unchanged on extend failure.
795
7962009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
797
798        * spintrcritical01/init.c, spintrcritical06/init.c,
799        spintrcritical08/init.c, spintrcritical13/init.c: Lower microseconds
800        per tick so tests run quicker and more reliably hit the intended
801        critical section.
802
8032009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
804
805        * Makefile.am, configure.ac, sp63/init.c: Add new test for exercising
806        when we are unable to allocate the memory needed for an object
807        extend. Make sure all is handled properly.
808        * sp64/.cvsignore, sp64/Makefile.am, sp64/init.c, sp64/sp64.doc,
809        sp64/sp64.scn: New files.
810
8112009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
812
813        * sp63/init.c: Correct test case two.
814
8152009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
816
817        * sp63/init.c, sp63/sp63.scn: Move into subroutines and add a second
818        test case to exercise another odd branch not taken.
819
8202009-07-31      Joel Sherrill <joel.sherrill@oarcorp.com>
821
822        * Makefile.am, configure.ac, sp62/init.c: Add new test to ensure a
823        particular path is taken through the _Heap_Resize_block code.
824        * sp63/.cvsignore, sp63/Makefile.am, sp63/init.c, sp63/sp63.doc,
825        sp63/sp63.scn: New files.
826
8272009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
828
829        * sp42/Makefile.am, sp42/init.c, sp42/sp42.scn: Test was testing the
830        wrong thing in a cpp macro. Added contents to screen file and add
831        documentation file.
832        * sp42/sp42.doc: New file.
833
8342009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
835
836        * spintrcritical16/spintrcritical16.doc: Remove junk and typos.
837
8382009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
839
840        * spintrcritical16/init.c: Tinker with test to make it hit the case
841        more reliably.
842
8432009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
844
845        * Makefile.am, configure.ac: Add new test to exercise as many cases as
846        possible of not being able to allocate memory from the workspace
847        during thread creation.
848        * sp18/.cvsignore, sp18/Makefile.am, sp18/init.c, sp18/sp18.doc,
849        sp18/sp18.scn: New files.
850
8512009-07-28      Joel Sherrill <joel.sherrill@OARcorp.com>
852
853        * Makefile.am, configure.ac: Add new test to handle the case where
854        a region resize frees enough memory to unblock a task.
855        * sp62/.cvsignore, sp62/Makefile.am, sp62/init.c, sp62/sp62.doc,
856        sp62/sp62.scn: New files.
857        * sp61/init.c: Test does not need regions.
858
8592009-07-28      Joel Sherrill <joel.sherrill@OARcorp.com>
860
861        * Makefile.am, configure.ac: Add test case for processing a timeout
862        on a thread (that is the thread executing) that has also had its
863        request satisfied while it is being enqueued.
864        * spintrcritical16/.cvsignore, spintrcritical16/Makefile.am,
865        spintrcritical16/init.c, spintrcritical16/spintrcritical16.doc,
866        spintrcritical16/spintrcritical16.scn: New files.
867        * spintrcritical15/init.c: Remove unused TSR>
868
8692009-07-27      Joel Sherrill <joel.sherrill@OARcorp.com>
870
871        * Makefile.am, configure.ac: Add test case for a thread timing out on a
872        thread queue while another thread is in the process of blocking on
873        the same thread queue.
874        * spintrcritical15/.cvsignore, spintrcritical15/Makefile.am,
875        spintrcritical15/init.c, spintrcritical15/spintrcritical15.doc,
876        spintrcritical15/spintrcritical15.scn: New files.
877
8782009-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
879
880        * Makefile.am, configure.ac: spintrcritical15 not ready yet.
881
8822009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
883
884        * Makefile.am, configure.ac, sp40/Makefile.am, sp40/init.c,
885        sp40/sp40.scn: Now verified to hit coverage cases.
886        * sp40/sp40.doc: New file.
887
8882009-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
889
890        * sp40/Makefile.am, sp40/init.c, sp40/sp40.scn: Attempt to write test
891        to catch two remaining uncovered cases in rtems_io_register_driver.
892        * sp40/system.h: Removed.
893
8942009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
895
896        * Makefile.am, configure.ac: Add new test to exercise odd case in
897        rtems_iterate_over_all_threads.
898        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.doc,
899        sp41/sp41.scn: New files.
900
9012009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
902
903        * sp36/strict_order_mut.c: Simple binary semaphores cannot have an
904        inheritance protocol since there is no holder associated with them.
905
9062009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
907
908        * Makefile.am, configure.ac: Add new tests to exercise cases where a
909        timer is scheduled from an ISR while it is being scheduled at the
910        task level.
911        * spintrcritical13/.cvsignore, spintrcritical13/Makefile.am,
912        spintrcritical13/init.c, spintrcritical13/spintrcritical13.doc,
913        spintrcritical13/spintrcritical13.scn, spintrcritical14/.cvsignore,
914        spintrcritical14/Makefile.am, spintrcritical14/spintrcritical14.doc,
915        spintrcritical14/spintrcritical14.scn: New files.
916
9172009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
918
919        * spintrcritical01/init.c, spintrcritical06/init.c,
920        spintrcritical08/init.c, spintrcritical09/init.c: Perform some
921        cleanup and make the tests more similar.
922
9232009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
924
925        * spintrcritical06/init.c: Test now hits forward and reverse cases.
926
9272009-07-22      Joel Sherrill <joel.sherrill@OARcorp.com>
928
929        * spintrcritical09/init.c, spintrcritical09/spintrcritical09.scn: Make
930        test work for case that it is documented to handle.
931
9322009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
933
934        * spintrcritical10/.cvsignore, spintrcritical10/Makefile.am,
935        spintrcritical10/init.c, spintrcritical10/spintrcritical10.doc,
936        spintrcritical10/spintrcritical10.scn: New files.
937
9382009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
939
940        * Makefile.am, configure.ac, sp39/init.c, sp39/sp39.scn: Move
941        unreliable third case in sp39 to spintrcritical10. New tests to hit
942        other event synchronization critical sections.
943        * spintrcritical11/.cvsignore, spintrcritical11/Makefile.am,
944        spintrcritical11/init.c, spintrcritical11/spintrcritical11.doc,
945        spintrcritical11/spintrcritical11.scn, spintrcritical12/.cvsignore,
946        spintrcritical12/Makefile.am, spintrcritical12/spintrcritical12.doc,
947        spintrcritical12/spintrcritical12.scn: New files.
948
9492009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
950
951        * Makefile.am, configure.ac: Add new test to exercise Debug Manager.
952        * sp10/.cvsignore, sp10/Makefile.am, sp10/init.c, sp10/sp10.doc,
953        sp10/sp10.scn: New files.
954
9552009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
956
957        * spintrcritical06/init.c: Clean up.
958        * spintrcritical09/init.c: Adjust clock tick so it works on erc32.
959        * spintrcritical09/spintrcritical09.scn: Fill in.
960
9612009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
962
963        * spintrcritical06/init.c: Add comment to indicate test is not finished
964        and known to not hit the case.
965        * Makefile.am, configure.ac: Add a couple more interrupt critical
966        section tests.
967        * spintrcritical08/.cvsignore, spintrcritical08/Makefile.am,
968        spintrcritical08/init.c, spintrcritical08/spintrcritical08.doc,
969        spintrcritical08/spintrcritical08.scn, spintrcritical09/.cvsignore,
970        spintrcritical09/Makefile.am, spintrcritical09/init.c,
971        spintrcritical09/spintrcritical09.doc,
972        spintrcritical09/spintrcritical09.scn: New files.
973
9742009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
975
976        * Makefile.am, configure.ac, spintrcritical06/init.c: Add first attempt
977        at hitting interrupt synchronization critical section in thread queue
978        enqueue priority for reverse insertions.
979        * spintrcritical07/.cvsignore, spintrcritical07/Makefile.am,
980        spintrcritical07/spintrcritical07.doc,
981        spintrcritical07/spintrcritical07.scn: New files.
982
9832009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
984
985        * Makefile.am, configure.ac: Add test case for the
986        _Thread_queue_Enqueue_priority interrupt critical section where the
987        TCB we are using as a current pointer is removed from the thread
988        queue when we flash interrupts while searching forward.
989        * spintrcritical06/.cvsignore, spintrcritical06/Makefile.am,
990        spintrcritical06/init.c, spintrcritical06/spintrcritical06.doc,
991        spintrcritical06/spintrcritical06.scn: New files.
992
9932009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
994
995        * spintrcritical_support/intrcritical.c,
996        spintrcritical_support/intrcritical.h: Change prototype of delay
997        method to indicate when counter is reset. This can be used to count
998        how many iterations we are doing.
999
10002009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
1001
1002        * Makefile.am, configure.ac: Add sp60 to exercise case where a task is
1003        blocked on one period while another expires. Add sp61 which exercises
1004        the case where a call is made to rtems_shutdown_executive when the
1005        system is not up.
1006        * sp60/.cvsignore, sp60/Makefile.am, sp60/init.c, sp60/sp60.doc,
1007        sp60/sp60.scn, sp61/.cvsignore, sp61/Makefile.am, sp61/init.c,
1008        sp61/sp61.doc, sp61/sp61.scn: New files.
1009
10102009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
1011
1012        * sp04/init.c: To be timesliced, tasks must also me preemptible.
1013
10142009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
1015
1016        * spfatal03/spfatal03.scn, spfatal03/testcase.h: Fix spfatal03 to do
1017        what it was intended to do.
1018
10192009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
1020
1021        * spintrcritical_support/intrcritical.c,
1022        spintrcritical_support/intrcritical.h: New files.
1023
10242009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
1025
1026        * Makefile.am, configure.ac: Add new infrastructure which is more
1027        reliable about generating cases which hit interrupt critical
1028        sections. Remove sp41 since it used its own mechanism.
1029        * spintrcritical01/.cvsignore, spintrcritical01/Makefile.am,
1030        spintrcritical01/init.c, spintrcritical01/spintrcritical01.doc,
1031        spintrcritical01/spintrcritical01.scn, spintrcritical02/.cvsignore,
1032        spintrcritical02/Makefile.am, spintrcritical02/spintrcritical02.doc,
1033        spintrcritical02/spintrcritical02.scn, spintrcritical03/.cvsignore,
1034        spintrcritical03/Makefile.am, spintrcritical03/spintrcritical03.doc,
1035        spintrcritical03/spintrcritical03.scn, spintrcritical04/.cvsignore,
1036        spintrcritical04/Makefile.am, spintrcritical04/spintrcritical04.doc,
1037        spintrcritical04/spintrcritical04.scn, spintrcritical05/.cvsignore,
1038        spintrcritical05/Makefile.am, spintrcritical05/spintrcritical05.doc,
1039        spintrcritical05/spintrcritical05.scn: New files.
1040        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
1041        sp41/system.h: Removed.
1042
10432009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
1044
1045        * sp41/init.c: Remove incorrect comment.
1046
10472009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1048
1049        * sp29/init.c: Simple binary semaphores can not be inherit priority.
1050
10512009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1052
1053        * sp25/init.c: Spacing.
1054
10552009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1056
1057        * Makefile.am, configure.ac: Add sp59 to test path through
1058        _Thread_queue_First_priority where the task's priority was in the
1059        bottom 1/4 of the range.
1060        * sp59/.cvsignore, sp59/Makefile.am, sp59/init.c, sp59/sp59.doc,
1061        sp59/sp59.scn: New files.
1062
10632009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1064
1065        * Makefile.am, configure.ac: Add test for Thread Queue extract a thread
1066        not blocked on a thread queue.
1067        * spthreadq01/.cvsignore, spthreadq01/Makefile.am, spthreadq01/init.c,
1068        spthreadq01/spthreadq01.doc, spthreadq01/spthreadq01.scn: New files.
1069
10702009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1071
1072        * Makefile.am, configure.ac: Add test for timespec divide by zero.
1073        * sp58/.cvsignore, sp58/Makefile.am, sp58/init.c, sp58/sp58.doc,
1074        sp58/sp58.scn: New files.
1075
10762009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1077
1078        * sp43/init.c, sp43/sp43.scn: Add test of having the object class
1079        pointer being null. This does not happen naturally at this time so
1080        force the point.
1081
10822009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1083
1084        * sp12/sp12.scn: Update screen to reflect priority changes from long
1085        ago.
1086
10872009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1088
1089        * Makefile.am, configure.ac, sp27/Makefile.am, sp27/init.c,
1090        sp27/sp27.doc, sp27/sp27.scn: Rework sp27 so it can be reinstantiated
1091        as sp27a and test flushing both counting and binary semaphores.
1092        Reformatted.
1093        * sp27a/.cvsignore, sp27a/Makefile.am, sp27a/sp27a.doc,
1094        sp27a/sp27a.scn: New files.
1095
10962009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1097
1098        * spstkalloc/Makefile.am: Remove unneeded USE_TIMER_SERVER which was
1099        copied fomr other Makefile.am's.
1100
11012009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1102
1103        * sp51/init.c, sp54/Makefile.am, sp55/Makefile.am, sp56/Makefile.am,
1104        sp57/Makefile.am, spchain/Makefile.am, spfatal10/Makefile.am,
1105        spfatal11/Makefile.am, spfatal12/Makefile.am: Remove unneeded
1106        USE_TIMER_SERVER which was copied fomr other Makefile.am's.
1107
11082009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1109
1110        * sp57/sp57.doc: Correct.
1111
11122009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1113
1114        * Makefile.am, configure.ac: Add test of restarting a task which is in
1115        the middle of a sleep or wake after.
1116        * sp57/.cvsignore, sp57/Makefile.am, sp57/init.c, sp57/sp57.doc,
1117        sp57/sp57.scn: New files.
1118
11192009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1120
1121        * sp43/init.c, sp43/sp43.scn: Add more cases for
1122        rtems_object_get_class_information() to improve coverage.
1123
11242009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1125
1126        * Makefile.am, configure.ac: Add new test to verify that when a user
1127        extension create hook fails, that the error is properly propagated.
1128        * sp56/.cvsignore, sp56/Makefile.am, sp56/init.c, sp56/sp56.doc,
1129        sp56/sp56.scn: New files.
1130
11312009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1132
1133        * sp04/sp04.doc, sp04/sp04.scn, sp04/task1.c: Add test of
1134        rtems_extension_delete.
1135
11362009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1137
1138        * sp09/screen01.c, sp09/sp09.scn: Add test for
1139        rtems_object_get_classic_name with invalid id.
1140
11412009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1142
1143        * sp02/task1.c: Minor spacing.
1144
11452009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1146
1147        * spfatal12/init.c: Address to heap initialize must be aligned but size
1148        must be too small.
1149
11502009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1151
1152        * Makefile.am, configure.ac: Add new test to exercise case when
1153        broadcasting to a message queue with a pending message.
1154        * sp55/.cvsignore, sp55/Makefile.am, sp55/init.c, sp55/sp55.doc,
1155        sp55/sp55.scn: New files.
1156
11572009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1158
1159        * Makefile.am, configure.ac: Remove obsolete test now that the numbered
1160        spfatal tests appear to cover all fatal error cases.
1161        * spfatal/.cvsignore, spfatal/Makefile.am, spfatal/README,
1162        spfatal/fatal.c, spfatal/init.c, spfatal/puterr.c,
1163        spfatal/spfatal.doc, spfatal/spfatal.scn, spfatal/system.h,
1164        spfatal/task1.c: Removed.
1165
11662009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1167
1168        * Makefile.am, configure.ac, spfatal11/init.c: Add test of cannot
1169        initialize workspace heap during initialize. Can be caused by
1170        unaligned address or not enough memory to initialize heap required
1171        overhead.
1172        * spfatal12/.cvsignore, spfatal12/Makefile.am, spfatal12/init.c,
1173        spfatal12/spfatal12.doc, spfatal12/spfatal12.scn: New files.
1174
11752009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1176
1177        * sp54/init.c, sp54/sp54.doc: Add test for Workspace zeroed.
1178
11792009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1180
1181        * sp54/init.c, sp54/sp54.doc: Fix typos and comments.
1182
11832009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1184
1185        * spstkalloc/spstkalloc.scn: Update screen.
1186
11872009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1188
1189        * Makefile.am, configure.ac: Add new test for user configured stack
1190        allocator/deallocator. Test both pass and fail cases.
1191        * spstkalloc/.cvsignore, spstkalloc/Makefile.am, spstkalloc/init.c,
1192        spstkalloc/spstkalloc.doc, spstkalloc/spstkalloc.scn: New files.
1193
11942009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1195
1196        * spchain/init.c, spchain/spchain.scn: Clean up test.
1197
11982009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1199
1200        * Makefile.am, configure.ac: Add new test to cover bodies of some chain
1201        routines whose bodies are not used by RTEMS itself.
1202        * spchain/.cvsignore, spchain/Makefile.am, spchain/init.c,
1203        spchain/spchain.doc, spchain/spchain.scn: New files.
1204
12052009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1206
1207        * spwatchdog/init.c, spwatchdog/spwatchdog.scn: Add test case of empty
1208        chain for coverage.
1209
12102009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1211
1212        * sp01/sp01.doc, sp01/task1.c, sp16/sp16.doc, sp16/task5.c: Bypass
1213        RTEMS_MILLISECONDS_TO_TICKS and RTEMS_MICROSECONDS_TO_TICKS to
1214        improve coverage.
1215
12162009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1217
1218        * sp01/task1.c: Use RTEMS_MILLISECONDS_TO_TICKS to improve coverage.
1219
12202009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1221
1222        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/init.c,
1223        spfatal10/spfatal10.doc, spfatal10/spfatal10.scn: New files.
1224
12252009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1226
1227        * Makefile.am, configure.ac, spprintk/init.c, spprintk/spprintk.scn:
1228        Enhance spprintk. Add two new fatal error tests to cover
1229        __assert_func.
1230        * spfatal11/.cvsignore, spfatal11/Makefile.am, spfatal11/init.c,
1231        spfatal11/spfatal11.doc, spfatal11/spfatal11.scn: New files.
1232
12332009-06-18      Chris Johns <chrisj@rtems.org>
1234
1235        * sp35/priinv.c, sp35/priinv.c: Declare unions volatile to
1236        workaround the H8300 gcc bug.
1237
12382009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1239
1240        * sp54/init.c: Fix spacing.
1241
12422009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1243
1244        * sp02/sp02.doc, sp02/system.h: Update copyright year.
1245
12462009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1247
1248        * sp02/sp02.doc, sp02/system.h: Add test case for configuring the IDLE
1249
12502009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1251
1252        * Makefile.am, configure.ac: Add new test.
1253        * sp54/.cvsignore, sp54/Makefile.am, sp54/init.c, sp54/sp54.doc,
1254        sp54/sp54.scn: New files.
1255
12562009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
1257
1258        * Makefile.am, configure.ac: Add sp52 and sp53 based upon bug report
1259        from Sergio Faustino <sergio.faustino@edisoft.pt> regarding moving
1260        the time of day forward not making server based timers fire.
1261        * sp52/.cvsignore, sp52/Makefile.am, sp52/init.c, sp52/sp52.doc,
1262        sp52/sp52.scn, sp53/.cvsignore, sp53/Makefile.am, sp53/sp53.doc,
1263        sp53/sp53.scn: New files.
1264
12652009-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1266
1267        * sp51/init.c, sp51/sp51.scn: Add more priority ceiling test cases.
1268
12692009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1270
1271        PR 1415/cpukit
1272        * Makefile.am, configure.ac: Add test for very simple priority ceiling
1273        violation.
1274        * sp51/.cvsignore, sp51/Makefile.am, sp51/init.c, sp51/sp51.doc,
1275        sp51/sp51.scn: New files.
1276
12772009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1278
1279        PR 1413/cpukit
1280        * Makefile.am, configure.ac: Add test for case where server based
1281        timers which reinitiated themselves did not get reinserted onto timer
1282        chain.
1283        * sp50/.cvsignore, sp50/Makefile.am, sp50/init.c, sp50/sp50.doc,
1284        sp50/sp50.scn: New files.
1285
12862009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1287
1288        PR 1414/cpukit
1289        * Makefile.am, configure.ac: Tighten math on extraction of index so it
1290        is harder to trick by passing in a valid id of an incorrect object
1291        class.
1292        * sp49/.cvsignore, sp49/Makefile.am, sp49/init.c, sp49/sp49.doc,
1293        sp49/sp49.scn: New files.
1294
12952009-05-19      Chris Johns <chrisj@rtems.org>
1296
1297        * sp04/tswitch.c: Lower sample count for small memory targets.
1298       
12992009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1300
1301        * spprintk/init.c: printk() now 100% covered.
1302
13032009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1304
1305        * spprintk/init.c: More test cases.
1306
13072009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1308
1309        * sp09/screen11.c, sp09/sp09.scn: Add case where buffer size is not
1310        large enough for buffer node overhead.
1311
13122009-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
1313
1314        * Makefile.am, configure.ac, spwatchdog/system.h,
1315        spwkspace/Makefile.am, spwkspace/init.c: Add shell of test for
1316        printk. These will help coverage. Simplify spwkspace.
1317        * spprintk/.cvsignore, spprintk/Makefile.am, spprintk/init.c,
1318        spprintk/spprintk.scn: New files.
1319        * spwkspace/system.h: Removed.
1320
13212009-05-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1322
1323        * Makefile.am, configure.ac: New test to exercise rtems_workspace_XXX
1324        methods.
1325        * spwkspace/.cvsignore, spwkspace/Makefile.am, spwkspace/init.c,
1326        spwkspace/spwkspace.scn, spwkspace/system.h: New files.
1327
13282009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1329
1330        * sp04/system.h, sp04/task1.c, sp04/tswitch.c, sp07/init.c,
1331        sp12/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c,
1332        sp15/init.c, sp16/system.h, sp19/fptask.c, sp25/system.h,
1333        sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp31/task1.c,
1334        sp33/init.c, sp34/changepri.c, sp35/priinv.c, sp37/init.c,
1335        sp38/init.c, sp39/init.c, sp41/init.c, sp42/init.c, sp43/init.c,
1336        sp44/init.c, sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c,
1337        spfatal03/testcase.h, spfatal05/testcase.h, spfatal06/testcase.h,
1338        spfatal_support/system.h, spobjgetnext/init.c, spsize/getint.c,
1339        spsize/size.c: Fix warnings.
1340
13412009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
1342
1343        * Makefile.am, configure.ac: Add initial test of _Objects_Get_next.
1344        * spobjgetnext/.cvsignore, spobjgetnext/Makefile.am,
1345        spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn,
1346        spobjgetnext/system.h: New files.
1347
13482009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1349
1350        * sp25/init.c, sp25/system.h, sp25/task1.c: Reduce size of array from
1351        64k to 20k. No impact on test behavior.
1352
13532009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1354
1355        * sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.
1356
13572009-04-20      Santosh G Vattam <vattam.santosh@gmail.com>
1358
1359        * sp37/init.c, sp37/sp37.scn: Add test case for
1360        rtems_interrupt_level_attribute body.
1361
13622009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
1363
1364        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1365        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1366        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1367        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1368        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1369        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1370        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1371        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1372        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1373        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1374        sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am,
1375        sp36/Makefile.am, sp37/Makefile.am, sp38/Makefile.am,
1376        sp39/Makefile.am, sp40/Makefile.am, sp41/Makefile.am,
1377        sp42/Makefile.am, sp43/Makefile.am, sp44/Makefile.am,
1378        sp45/Makefile.am, sp46/Makefile.am, sp47/Makefile.am,
1379        sp48/Makefile.am, spfatal/Makefile.am,
1380        spfatal01/Makefile.am, spfatal02/Makefile.am,
1381        spfatal03/Makefile.am, spfatal04/Makefile.am,
1382        spfatal05/Makefile.am, spfatal06/Makefile.am,
1383        spfatal07/Makefile.am, spfatal08/Makefile.am,
1384        spfatal09/Makefile.am, spsize/Makefile.am,
1385        spwatchdog/Makefile.am:
1386        Eliminate _exe_/.exe.
1387
13882009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1389
1390        PR 1388/cpukit
1391        * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores
1392        allow both priority inherit and ceiling attributes to be set on
1393        semaphore create. These attributes are mutually exclusive and this
1394        should be an error.
1395
13962009-01-30      Joel Sherrill <joel.sherrill@oarcorp.com>
1397
1398        * Makefile.am, configure.ac: Add sp48 which tests that configuring for
1399        unlimited objects when configured for a unified workspace works as
1400        expected.
1401        * sp48/.cvsignore, sp48/Makefile.am, sp48/init.c, sp48/sp48.doc,
1402        sp48/sp48.scn: New files.
1403
14042009-01-21      Nickolay Kolchin <nbkolchin@gmail.com>
1405                Joel Sherrill <joel.sherrill@oarcorp.com>
1406
1407        PR 1357/cpukit
1408        * Makefile.am, configure.ac: Ensure creating a task with no ASR is
1409        honored.
1410        * sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
1411        sp47/sp47.scn: New files.
1412
14132009-01-16      Jennifer Averett <jennifer.averett@OARcorp.com>
1414
1415        * Makefile.am, configure.ac: Add new test to test Watchdog display
1416        helper routines. These reach into the SuperCore.
1417        * spwatchdog/.cvsignore, spwatchdog/Makefile.am, spwatchdog/delay.c,
1418        spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
1419        spwatchdog/system.h, spwatchdog/task1.c: New files.
1420
14212009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1422
1423        * sp30/task1.c: Cast pointer to id as "void *" rather than task Id.
1424
14252009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1426
1427        * sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen11.c,
1428        sp09/screen12.c, sp09/screen14.c: Use rtems_build_id rather than
1429        hard-coded hex numbers for bad object Ids.
1430
14312009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1432
1433        * sp15/system.h, sp19/system.h: Array of task names should be of type
1434        rtems_name not rtems_id. Similarly array of task ids should be
1435        rtems_id not rtems_name.
1436
14372008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
1438
1439        * spsize/size.c: Eliminate _TOD_Microseconds_per_tick.
1440
14412008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1442
1443        * Makefile.am, configure.ac, spfatal06/testcase.h,
1444        spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
1445        spsize/size.c: Eliminate pointers to API configuration tables in the
1446        main configuration table. Reference the main configuration table and
1447        the API configuration tables directly using the confdefs.h version
1448        rather than obtaining a pointer to it. This eliminated some
1449        variables, a potential fatal error, some unnecessary default
1450        configuration structures. Overall, about a 4.5% reduction in the code
1451        size for minimum and hello on the SPARC.
1452        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
1453        spfatal10/testcase.h: Removed.
1454
14552008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1456
1457        * sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
1458        sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
1459        sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.c: Run all tests
1460        successfully with maxixum number of priorities as 16 instead of 256.
1461        This was done by temporarily modifying the score priority.h maximum.
1462        This allowed testing of all API code to ensure that it worked
1463        properly with a reduced number of priorities. Most modifications were
1464        to switch from hard-coded maximum to using the API provided methods
1465        to determine maximum number of priority levels.
1466
14672008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1468
1469        * sp46/sp46.scn: Add screen missed earlier.
1470
14712008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1472
1473        PR 1348/cpukit
1474        * Makefile.am, configure.ac: Add test of special case of resetting cpu
1475        usage information while a period is running.
1476        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
1477        sp46/sp46.scn: New files.
1478
14792008-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
1480
1481        * sp45/init.c: New file.
1482
14832008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1484
1485        PR 1347/cpukit
1486        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
1487        Rework Timer Server to ensure that the context allows for blocking,
1488        allocating memory, and acquiring semaphores and mutexes.
1489        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
1490        New files.
1491
14922008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
1493
1494        * sp25/system.h: Add warning and temporary m32c conditional until size
1495        type addressed.
1496
14972008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1498
1499        * sp09/screen07.c: Use INT_MAX as number of messages so always
1500        properly sized and no overflow on constant.
1501        * sp09/screen10.c: Delay so on targets with simulator idle clock
1502        tick driver this will work.
1503        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
1504        byte boundaries rather than two byte boundaries.
1505        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
1506        allocate more memory than size_t holds on m32c.
1507
15082008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
1509
1510        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
1511        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
1512        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
1513        and Region calls. On 16-bit architectures, size_t can be 16-bits
1514        which would limit sizes to 64K. Also address constants which
1515        overflowed on 16-bit integer targets.
1516
15172008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
1518
1519        * sp43/sp43.scn: Bump version to 4.9.99.0
1520
15212008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
1522
1523        * sp19/system.h: Use "double" instead of "rtems_double".
1524
15252008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1526
1527        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
1528
15292008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
1530
1531        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
1532        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
1533        spfatal_support/init.c, spfatal_support/system.h:
1534        Convert to "bool".
1535
15362008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1537
1538        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
1539        declared in a public place.
1540
15412008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1542
1543        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
1544
15452008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1546
1547        * sp43/init.c: Fix derefence of uninitialized pointer.
1548
15492008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1550
1551        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
1552        multiprocessing is not enabled. Saves one more variable from single
1553        processor configuration.
1554
15552008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
1556
1557        PR 1212/cpukit
1558        * Makefile.am, configure.ac: Time slicing will not happen if the task
1559        mode is changed from a non-timeslicing mode to timeslicing mode if it
1560        is done by the executing thread (e.g. in its task body). This change
1561        includes sp44 to demonstrate the problem and verify the correction.
1562        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
1563
15642008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1565
1566        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
1567        architectures they are not supported on.
1568
15692008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
1570
1571        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
1572
15732008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
1574
1575        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
1576          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
1577
15782008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
1579
1580        * sp28/init.c: Corrections to configuration.
1581        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
1582        * spsize/size.c: _ISR_Vector_table only exists on architectures
1583        which use the Simple Vectored Interrupt Model.
1584
15852008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
1586
1587        * spsize/size.c: Convention calls for leading underscore on private
1588        RTEMS variables.
1589
15902008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1591
1592        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
1593        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
1594        Refactored and renamed initialization routines to
1595        rtems_initialize_data_structures, rtems_initialize_before_drivers,
1596        rtems_initialize_device_drivers, and
1597        rtems_initialize_start_multitasking. This opened the sequence up so
1598        that bootcard() could provide a more robust and flexible framework
1599        which is easier to explain and understand. This also lays the
1600        groundwork for sharing the division of available memory between the
1601        RTEMS workspace and heap and the C library initialization across all
1602        BSPs.
1603
16042008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1605
1606        * sp32/init.c: Formatting.
1607
16082008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1609
1610        * sp09/screen01.c: Correct test.
1611        * sp09/screen14.c: Update copyright.
1612        * sp28/init.c: Correct end of test messages.
1613
16142008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1615
1616        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
1617
16182008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1619
1620        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
1621        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
1622        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
1623        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
1624        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
1625        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
1626        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
1627        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
1628        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
1629        tests. Add a clock_settime case for < 1988.
1630
16312008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1632
1633        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
1634
16352008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1636
1637        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
1638        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
1639        * sp41/sp41.scn: Now has content.
1640        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
1641        Object Services recently added to API.
1642
16432008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
1644
1645        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
1646        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
1647        collection. This changed the name of a few previously public but
1648        undocumented services and added a some new services.
1649        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
1650        sp43/system.h: New files.
1651
16522008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1653
1654        * spfatal10/.cvsignore: New file.
1655
16562008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1657
1658        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
1659        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
1660        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
1661        New files.
1662
16632008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
1664
1665        * Makefile.am, configure.ac: Added fatal error tests
1666        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
1667        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
1668        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
1669        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
1670        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
1671        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
1672        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
1673        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
1674        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
1675        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
1676        spfatal_support/init.c, spfatal_support/system.h: New files.
1677
16782008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1679
1680        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
1681        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
1682        test messages.
1683
16842008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
1685
1686        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
1687        simple type to a union of an unsigned 32 bit integer and a pointer.
1688        This should help eliminate weird casts between u32 and pointers in
1689        various places. The APIs now have to explicitly call _u32 or _string
1690        versions of helper routines. This should also simplify things and
1691        eliminate the need for ugly casts in some cases.
1692
16932008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
1694
1695        * sp42/Makefile.am: New file.
1696
16972008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
1698
1699        Add sp42 to exercise thread queue with knowledge of the implementation
1700        so we can exercise all of the normal paths possible.
1701        * Makefile.am, configure.ac: Add sp42.
1702        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
1703
17042008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
1705
1706        * sp39/init.c: Add case for long timeout on blocking operation.
1707        * Makefile.am, configure.ac: Add new test to exercise thread
1708        queue blokcing synchronization. sp39 and sp41 are very similar.
1709        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
1710        sp41/system.h: New files.
1711
17122008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1713
1714        * sp39/init.c: Clean up.
1715
17162008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1717
1718        * sp39/init.c: Modify to improve coverage.
1719
17202008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
1721
1722        * sp36/strict_order_mut.c:
1723
17242008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1725
1726        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
1727        driver registration.
1728        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
1729        sp40/system.h: New files.
1730
17312008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
1732
1733        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
1734        Add test cases for:
1735          + message queue create requesting too many message buffers
1736            for the available memory
1737          + region extend with address inside existing heap
1738          + timer server initiate too large a stack, create error
1739        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
1740          + task set priority while holding resource
1741
17422008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
1743
1744        * Makefile.am, configure.ac: Added sp38 and sp39.
1745        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
1746        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
1747        sp39/sp39.scn, sp39/system.h: New files.
1748
17492007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
1750
1751        * sp36/strict_order_mut.c: New file.
1752
17532007-12-21      Xi Yang <hiyangxi@gmail.com>
1754
1755        * Makefile.am, configure.ac: Add support for proper stacking of
1756        priority inheritance on mutexes as well as enforce proper order of
1757        release.
1758        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
1759        sp36/sp36.scn: New files.
1760
17612007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1762
1763        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
1764        directive instead of violating RTEMS internals.
1765
17662007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
1767
1768        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
1769        Add test cases for User Extension Manager to improve code coverage.
1770        * sp21/task1.c: Fix spelling error.
1771
17722007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
1773
1774        * spsize/size.c: Account for previous changes in calculation of MPCI
1775        receive server stack.
1776
17772007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
1778
1779        * sp09/screen07.c, sp09/sp09.scn: Add test for
1780        rtems_message_queue_broadcast for bad buffer and count pointers.
1781        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
1782        with bad priority or initiating twice.
1783        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
1784        it forces a dispatch.
1785        * sp37/init.c: New file.
1786
17872007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1788
1789        * Makefile.am, configure.ac: Add new tests for interrupt disable,
1790        enable, flash, and is in progress. These are normally inlines but
1791        also have bodies for non-C code. This test also exercises the odd
1792        case of calling clock tick from outside an ISR.
1793        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
1794
17952007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1796
1797        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
1798        using notepad with the current task's ID or SELF
1799        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
1800        test missing test cases for clock_get.
1801
18022007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1803
1804        * sp28/init.c: Add test code for task variables to improve coverage.
1805
18062007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1807
1808        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
1809        RTEMS provided accessor macros to obtain configuration fields.
1810
18112007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
1812
1813        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
1814        Configuration Table. Eliminate CPU Table from all ports. Delete
1815        references to CPU Table in all forms.
1816
18172007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1818
1819        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
1820
18212007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1822
1823        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
1824        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
1825        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
1826        to improve test coverage.
1827
18282007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1829
1830        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
1831        coverage.
1832
18332007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1834
1835        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
1836
18372007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1838
1839        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
1840        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
1841        .scn files.
1842
18432007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1844
1845        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
1846        commented out and updated the .scn file.
1847
18482007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1849
1850        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
1851        buffered test IO.
1852
18532007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1854
1855        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
1856        rtems_io_unregister_driver did not have any test code.
1857
18582007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
1859
1860        * spsize/size.c: Eliminate maximum_drivers configuration parameter
1861        since it was used to configure a no longer used feature. Device names
1862        are now part of the filesystem not in a table. This also eliminated
1863        the variables _IO_Number_of_devices and _IO_Driver_name_table from
1864        RTEMS as well as the memory allocation used to populate
1865        _IO_Driver_name_table.
1866
18672007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
1868
1869        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
1870        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
1871        properly.
1872
18732007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1874
1875        * spsize/size.c: Eliminated the variables
1876        _RTEMS_tasks_User_initialization_tasks and
1877        _RTEMS_tasks_Number_of_initialization_tasks because they were only
1878        used in one place after initialized. It was a waste of space.
1879
18802007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1881
1882        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1883        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1884        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
1885        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1886        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1887        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1888        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1889        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1890        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
1891        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
1892        spsize/size.c: Add optional managers to Makefiles. Clean up test
1893        cases so last output line follows END OF pattern. Make sure test case
1894        all run. All tests appeared ok on sis.
1895
18962007-04-05      Joel Sherrill <joel@OARcorp.com>
1897
1898        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
1899
19002007-04-05      Joel Sherrill <joel@OARcorp.com>
1901
1902        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
1903        CONFIGURE_TEST_NEEDS_XXX configuration constants to
1904        CONFIGURE_APPLICATION_NEEDS_XXX.
1905
19062007-04-02      Joel Sherrill <joel@OARcorp.com>
1907
1908        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
1909
19102007-04-02      Joel Sherrill <joel@OARcorp.com>
1911
1912        * spsize/size.c: Convert from Classic API style TOD_Control as
1913        fundamental time structure to POSIX struct timespec. Add
1914        clock_get_uptime().
1915
19162007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
1917
1918        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
1919
19202007-03-26      Joel Sherrill <joel@OARcorp.com>
1921
1922        * sp35/priinv.c: Remove warning.
1923
19242007-03-10      Joel Sherrill <joel@OARcorp.com>
1925
1926        * sp26/system.h: Remove incorrect and duplicate
1927        CONFIGURE_EXTRA_TASK_STACKS.
1928
19292007-03-05      Joel Sherrill <joel@OARcorp.com>
1930
1931        PR 1222/cpukit
1932        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
1933        thread that is blocked on a priority based thread queue is changed,
1934        that its placement in the queue is reevaluated based upon the new
1935        priority. This enhancement includes modifications to the SuperCore as
1936        well as new test cases.
1937        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
1938        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
1939        sp35/sp35.doc, sp35/sp35.scn: New files.
1940
19412007-03-05      Joel Sherrill <joel@OARcorp.com>
1942
1943        * sp26/system.h: Correct memory required for stack sizes.
1944
19452007-02-06      Joel Sherrill <joel@OARcorp.com>
1946
1947        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
1948        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
1949        tests.
1950
19512006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1952
1953        * sp33/init.c: Improve barrier test to include normal blocking with
1954        manual release and unblocking in barrier deletion.
1955
19562006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1957
1958        * configure.ac: New BUG-REPORT address.
1959
19602006-11-20      Joel Sherrill <joel@OARcorp.com>
1961
1962        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
1963        and make output more compliant with other tests.
1964
19652006-11-17      Joel Sherrill <joel@OARcorp.com>
1966
1967        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
1968        cases intended on all targets possible with new heap algorithm.
1969
19702006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1971
1972        * Makefile.am, configure.ac: Adding Classic API Barriers.
1973        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
1974        New files.
1975
19762006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1977
1978        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1979
19802006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1981
1982        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1983        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1984        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1985        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1986        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1987        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1988        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1989        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1990        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1991        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1992        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
1993        Use rtems_testsdir instead.
1994
19952006-04-05      Joel Sherrill <joel@OARcorp.com>
1996                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
1997
1998        * spsize/size.c: Victor spotted the problem that
1999        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
2000        variables and needed to be set to the same value.  I took that
2001        idea and just removed _Thread_MP_Receive.  All uses are now
2002        _MPCI_Receive_server_tcb.
2003
20042005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
2005
2006        * configure.ac: Remove RTEMS_ENABLE_BARE,
2007        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
2008
20092005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
2010
2011        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2012        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2013        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2014        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2015        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2016        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2017        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2018        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2019        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2020        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
2021        spfatal/Makefile.am, spsize/Makefile.am:
2022        Convert to use *_PROGRAMS.
2023
20242005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2025
2026        * sp01/Makefile.am, sp02/Makefile.am,
2027        sp03/Makefile.am, sp04/Makefile.am,
2028        sp05/Makefile.am, sp06/Makefile.am,
2029        sp07/Makefile.am, sp08/Makefile.am,
2030        sp09/Makefile.am, sp11/Makefile.am,
2031        sp12/Makefile.am, sp13/Makefile.am,
2032        sp14/Makefile.am, sp15/Makefile.am,
2033        sp16/Makefile.am, sp17/Makefile.am,
2034        sp19/Makefile.am, sp20/Makefile.am,
2035        sp21/Makefile.am, sp22/Makefile.am,
2036        sp23/Makefile.am, sp24/Makefile.am,
2037        sp25/Makefile.am, sp26/Makefile.am,
2038        sp27/Makefile.am, sp28/Makefile.am,
2039        sp29/Makefile.am, sp30/Makefile.am,
2040        sp31/Makefile.am, sp32/Makefile.am,
2041        spfatal/Makefile.am, spsize/Makefile.am: Rework.
2042
20432005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2044
2045        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2046        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2047        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2048        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2049        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2050        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2051        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2052        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2053        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2054        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
2055        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
2056        * sptests.am: Remove.
2057
20582005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
2059
2060        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2061        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2062        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2063        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2064        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2065        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2066        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2067        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2068        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
2069        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
2070        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
2071
20722005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
2073
2074        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
2075
20762005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2077
2078        * spsize/Makefile.am: Rename TEST to spsize.
2079        * spsize/size.scn: Remove.
2080        * spsize/spsize.scn: New (renamed from size.scn).
2081
20822005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2083
2084        * configure.ac: Add spfatal/Makefile.
2085        * Makefile.am: Add spfatal to DIST_SUBDIRS.
2086        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2087        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
2088        * sptests.am: Remove LIB_VARIANT.
2089
20902005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2091
2092        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2093        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2094        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2095        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2096        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2097        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2098        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2099        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2100        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2101        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
2102        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
2103
21042005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2105
2106        * Makefile.am: Cleanup.
2107
21082005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2109
2110        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
2111        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2112        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2113        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2114        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2115        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2116        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2117        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2118        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2119        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2120        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
2121        spfatal/Makefile.am, spsize/Makefile.am:
2122        Partial conversion to automake.
2123
21242005-03-07      Joel Sherrill <joel@OARcorp.com>
2125
2126        * sp13/task1.c: Removed warnings.
2127
21282004-09-29      Joel Sherrill <joel@OARcorp.com>
2129
2130        * spsize/size.c: i960 obsoleted and all references removed.
2131
21322004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
2133
2134        * configure.ac: Require automake > 1.9.
2135
21362004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
2137
2138        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2139        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2140        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2141        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2142        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2143        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2144        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2145        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2146        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2147        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2148        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2149        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2150        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2151        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2152        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2153        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2154        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2155        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2156        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2157        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2158        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2159        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2160        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2161        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2162        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2163        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2164        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2165        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2166        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2167        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2168        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2169        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2170
21712004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
2172
2173        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
2174
21752004-03-30      David Querbach <querbach@realtime.bc.ca>
2176
2177        PR 595/tests
2178        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
2179        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
2180        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
2181        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
2182        others treat it as a count of longs.
2183
21842004-03-30      David Querbach <querbach@realtime.bc.ca>
2185
2186        PR 596/tests
2187        * sp32/init.c: A missing definition of TEST_INIT before including
2188        <tmacros.h> means that buffered output will not work even if selected
2189        in buffer_test_io.h.
2190
21912004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
2192
2193        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
2194        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
2195        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
2196        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
2197        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
2198        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
2199        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
2200        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
2201        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
2202        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
2203        types.
2204
22052004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2206
2207        * configure.ac: Add 2nd arg to RTEMS_TOP.
2208
22092004-03-05      Joel Sherrill <joel@OARcorp.com>
2210
2211        * sp07/buffered_io.c: Remove warning.
2212
22132004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2214
2215        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
2216        Add PRE/TMPINSTALL_FILES to CLEANFILES.
2217        * sp02/Makefile.am: Ditto.
2218        * sp03/Makefile.am: Ditto.
2219        * sp04/Makefile.am: Ditto.
2220        * sp05/Makefile.am: Ditto.
2221        * sp06/Makefile.am: Ditto.
2222        * sp07/Makefile.am: Ditto.
2223        * sp08/Makefile.am: Ditto.
2224        * sp09/Makefile.am: Ditto.
2225        * sp11/Makefile.am: Ditto.
2226        * sp12/Makefile.am: Ditto.
2227        * sp13/Makefile.am: Ditto.
2228        * sp14/Makefile.am: Ditto.
2229        * sp15/Makefile.am: Ditto.
2230        * sp16/Makefile.am: Ditto.
2231        * sp17/Makefile.am: Ditto.
2232        * sp19/Makefile.am: Ditto.
2233        * sp20/Makefile.am: Ditto.
2234        * sp21/Makefile.am: Ditto.
2235        * sp22/Makefile.am: Ditto.
2236        * sp23/Makefile.am: Ditto.
2237        * sp24/Makefile.am: Ditto.
2238        * sp25/Makefile.am: Ditto.
2239        * sp26/Makefile.am: Ditto.
2240        * sp27/Makefile.am: Ditto.
2241        * sp28/Makefile.am: Ditto.
2242        * sp29/Makefile.am: Ditto.
2243        * sp30/Makefile.am: Ditto.
2244        * sp31/Makefile.am: Ditto.
2245        * sp32/Makefile.am: Ditto.
2246        * spfatal/Makefile.am: Ditto.
2247        * spsize/Makefile.am: Ditto.
2248
22492003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2250
2251        * sptests.am: Add dirstamp support.
2252
22532003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2254
2255        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
2256
22572003-12-16      Joel Sherrill <joel@OARcorp.com>
2258
2259        PR 544/tests
2260        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
2261        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
2262        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
2263        make tests account for resources and not print at inappropriate
2264        times.
2265        * sp07/buffered_io.c: New file.
2266
22672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2268
2269        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2270
22712003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2272
2273        * sp01/Makefile.am: Remove all-local: $(ARCH).
2274        * sp02/Makefile.am: Remove all-local: $(ARCH).
2275        * sp03/Makefile.am: Remove all-local: $(ARCH).
2276        * sp04/Makefile.am: Remove all-local: $(ARCH).
2277        * sp05/Makefile.am: Remove all-local: $(ARCH).
2278        * sp06/Makefile.am: Remove all-local: $(ARCH).
2279        * sp07/Makefile.am: Remove all-local: $(ARCH).
2280        * sp08/Makefile.am: Remove all-local: $(ARCH).
2281        * sp09/Makefile.am: Remove all-local: $(ARCH).
2282        * sp11/Makefile.am: Remove all-local: $(ARCH).
2283        * sp12/Makefile.am: Remove all-local: $(ARCH).
2284        * sp13/Makefile.am: Remove all-local: $(ARCH).
2285        * sp14/Makefile.am: Remove all-local: $(ARCH).
2286        * sp15/Makefile.am: Remove all-local: $(ARCH).
2287        * sp16/Makefile.am: Remove all-local: $(ARCH).
2288        * sp17/Makefile.am: Remove all-local: $(ARCH).
2289        * sp19/Makefile.am: Remove all-local: $(ARCH).
2290        * sp20/Makefile.am: Remove all-local: $(ARCH).
2291        * sp21/Makefile.am: Remove all-local: $(ARCH).
2292        * sp22/Makefile.am: Remove all-local: $(ARCH).
2293        * sp23/Makefile.am: Remove all-local: $(ARCH).
2294        * sp24/Makefile.am: Remove all-local: $(ARCH).
2295        * sp25/Makefile.am: Remove all-local: $(ARCH).
2296        * sp26/Makefile.am: Remove all-local: $(ARCH).
2297        * sp27/Makefile.am: Remove all-local: $(ARCH).
2298        * sp28/Makefile.am: Remove all-local: $(ARCH).
2299        * sp29/Makefile.am: Remove all-local: $(ARCH).
2300        * sp30/Makefile.am: Remove all-local: $(ARCH).
2301        * sp31/Makefile.am: Remove all-local: $(ARCH).
2302        * sp32/Makefile.am: Remove all-local: $(ARCH).
2303        * spfatal/Makefile.am: Remove all-local: $(ARCH).
2304        * spsize/Makefile.am: Remove all-local: $(ARCH).
2305
23062003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2307
2308        * configure.ac: Reflect having moved to testsuites/.
2309
23102003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2311
2312        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2313
23142003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2315
2316        * configure.ac:Remove RTEMS_CHECK_CPU.
2317
23182003-09-04      Joel Sherrill <joel@OARcorp.com>
2319
2320        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
2321        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
2322        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
2323        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
2324        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
2325        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
2326        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
2327        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
2328        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
2329        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
2330        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
2331        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
2332        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
2333        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
2334        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
2335        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
2336        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
2337        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
2338        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
2339        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
2340        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
2341        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
2342        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
2343        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
2344        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
2345        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
2346        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
2347        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
2348        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
2349        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
2350        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
2351        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
2352        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
2353        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
2354        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
2355        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
2356        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
2357        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
2358        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
2359        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
2360        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
2361        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
2362        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
2363        spsize/size.c, spsize/system.h: URL for license changed.
2364
23652003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
2366
2367        PR 458/tests
2368        * sp30/task1.c: Correct indexing problem.
2369
23702003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2371
2372        * Makefile.am: Reflect having moved aclocal/.
2373
23742003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2375
2376        * Makefile.am: Reflect having moved automake/.
2377        * sp01/Makefile.am: Reflect having moved automake/.
2378        * sp02/Makefile.am: Reflect having moved automake/.
2379        * sp03/Makefile.am: Reflect having moved automake/.
2380        * sp04/Makefile.am: Reflect having moved automake/.
2381        * sp05/Makefile.am: Reflect having moved automake/.
2382        * sp06/Makefile.am: Reflect having moved automake/.
2383        * sp07/Makefile.am: Reflect having moved automake/.
2384        * sp08/Makefile.am: Reflect having moved automake/.
2385        * sp09/Makefile.am: Reflect having moved automake/.
2386        * sp11/Makefile.am: Reflect having moved automake/.
2387        * sp12/Makefile.am: Reflect having moved automake/.
2388        * sp13/Makefile.am: Reflect having moved automake/.
2389        * sp14/Makefile.am: Reflect having moved automake/.
2390        * sp15/Makefile.am: Reflect having moved automake/.
2391        * sp16/Makefile.am: Reflect having moved automake/.
2392        * sp17/Makefile.am: Reflect having moved automake/.
2393        * sp19/Makefile.am: Reflect having moved automake/.
2394        * sp20/Makefile.am: Reflect having moved automake/.
2395        * sp21/Makefile.am: Reflect having moved automake/.
2396        * sp22/Makefile.am: Reflect having moved automake/.
2397        * sp23/Makefile.am: Reflect having moved automake/.
2398        * sp24/Makefile.am: Reflect having moved automake/.
2399        * sp25/Makefile.am: Reflect having moved automake/.
2400        * sp26/Makefile.am: Reflect having moved automake/.
2401        * sp27/Makefile.am: Reflect having moved automake/.
2402        * sp28/Makefile.am: Reflect having moved automake/.
2403        * sp29/Makefile.am: Reflect having moved automake/.
2404        * sp30/Makefile.am: Reflect having moved automake/.
2405        * sp31/Makefile.am: Reflect having moved automake/.
2406        * sp32/Makefile.am: Reflect having moved automake/.
2407        * spfatal/Makefile.am: Reflect having moved automake/.
2408        * spsize/Makefile.am: Reflect having moved automake/.
2409
24102003-08-14      Joel Sherrill <joel@OARcorp.com>
2411
2412        * sp02/task1.c: Added ID to name lookup service and changed name of
2413        id/name translation status code. This propagated to multiple
2414        functions. The user API service added was rtems_object_id_to_name()
2415
24162003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2417
2418        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2419
24202003-05-29      Joel Sherrill <joel@OARcorp.com>
2421
2422        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
2423
24242003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2425
2426        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
2427        CC_CFLAGS_DEFAULT (obsolete).
2428
24292003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2430
2431        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
2432        Remove CC_LDFLAGS_PROFILE_V.
2433
24342003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2435
2436        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2437
24382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2439
2440        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2441
24422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2443
2444        * configure.ac: AC_PREREQ(2.57).
2445
24462002-11-14      Joel Sherrill <joel@OARcorp.com>
2447
2448        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
2449        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
2450        update the IDs in the screens.
2451
24522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2453
2454        * .cvsignore: Reformat.
2455        Add autom4te*cache.
2456        Remove autom4te.cache.
2457
24582002-09-14      Joel Sherrill <joel@OARcorp.com>
2459
2460        * sp32/.cvsignore: New file.
2461
24622002-09-14      Aaron J. Grier <aaron@frye.com>
2463
2464        * PR271 was not applicable against the current source but included
2465        a nice test that Joel decided to add to the tree as sp32.
2466        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
2467        * Makefile.am, configure.ac: Modified to reflect addition.
2468
24692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2470
2471        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
2472        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
2473        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
2474        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
2475        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
2476        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
2477        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
2478        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
2479        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
2480        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
2481        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
2482        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
2483        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
2484        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
2485        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
2486        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
2487        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
2488        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
2489        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
2490        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
2491        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
2492        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
2493        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
2494        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
2495        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
2496        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
2497        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
2498        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
2499        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
2500        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
2501        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
2502
25032002-08-01      Joel Sherrill <joel@OARcorp.com>
2504
2505        * Per PR47 add support for buffered test output.  This involved
2506        adding defines to redirect output to a buffer and dump it when
2507        full, at "test pause", and at exit.  To avoid problems when redefining
2508        exit(), all tests were modified to call rtems_test_exit().
2509        Some tests, notable psxtests, had to be modified to include
2510        the standard test macro .h file (pmacros.h or tmacros.h) to
2511        enable this support.
2512        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
2513        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
2514        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
2515        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
2516        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
2517        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
2518        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
2519
25202002-07-30      Joel Sherrill <joel@OARcorp.com>
2521
2522        * spsize/size.c: Don't reference the RTEMS allocated interrupt
2523        stack if the port doesn't configure using it.
2524
25252002-07-04      Joel Sherrill <joel@OARcorp.com>
2526
2527        * Jump table for single entry point removed.
2528        * spsize/size.c:  Modified to reflect above.
2529
25302002-07-01      Joel Sherrill <joel@OARcorp.com>
2531
2532        * sp29/init.c: Corrected definitions for task stack usage.
2533
25342002-07-01      Joel Sherrill <joel@OARcorp.com>
2535
2536        * spsize/size.c: _Thread_queue_Extract_table removed.
2537
25382001-05-17      Joel Sherrill <joel@OARcorp.com>
2539
2540        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
2541        number of staticly configured device drivers.
2542
25432001-05-14      Joel Sherrill <joel@OARcorp.com>
2544
2545        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
2546        than the configured number of drivers.
2547 
25482002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2549
2550        * configure.ac: Remove ENABLE_GCC28.
2551
25522001-04-04      Joel Sherrill <joel@OARcorp.com>
2553
2554        * spsize/size.c: Reflect SPARC modifcation to get rid of
2555        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
2556 
25572001-03-29      Joel Sherrill <joel@OARcorp.com>
2558
2559        * Per PR147 addressed problems when reseting and inserting a timer
2560        into a timer chain that did not honor time passage since the last
2561        time the timer server was scheduled and the new insertion.
2562        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
2563
25642001-03-28      Joel Sherrill <joel@OARcorp.com>
2565
2566        * Side-effect of PR132.
2567        * sp21/system.h: Now must explicitly request NULL driver.
2568
25692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2570
2571        * configure.ac:
2572        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2573        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2574        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2575        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
2576        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2577        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
2578        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
2579        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
2580        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
2581        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
2582        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
2583        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
2584        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
2585        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
2586        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
2587        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
2588        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
2589        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
2590        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
2591        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
2592        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
2593        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
2594        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
2595        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
2596        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
2597        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
2598        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
2599        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
2600        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
2601        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
2602        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
2603        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
2604        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
2605        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
2606
26072002-03-20      Chris Johns <ccj@acm.org>
2608
2609        * PR145.
2610        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
2611        in system (e.g. driver tasks).  Also exit on minimum number of
2612        switches not precise number.
2613
26142001-01-29      Joel Sherrill <joel@OARcorp.com>
2615
2616        * Fixed bug where resetting a timer that was not at the head
2617        of one of the task timer chains resulted in the Timer Server
2618        task waking up too far in the future.
2619        * Added rtems_timer_get_information() directive to support testing.
2620        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
2621        above condition.
2622
26232001-01-22      Joel Sherrill <joel@OARcorp.com>
2624
2625        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
2626        because priority added as argument to rtems_timer_initiate_server().
2627
26282001-01-16      Joel Sherrill <joel@OARcorp.com>
2629
2630        * Added tests for task-based timers.  This included the new tests
2631        sp30 and sp31.
2632        * Makefile.am, configure.ac: Modified to reflect new tests and files.
2633        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
2634        for task-based timer services.
2635        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
2636        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
2637        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
2638        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
2639        sp31/task1.c: New files.
2640
26412001-11-01      Joel Sherrill <joel@OARcorp.com>
2642
2643        * sp26/system.h: Properly account for stack memory used by
2644        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
2645        and processed as PR78.
2646
26472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2648
2649        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2650        * configure.in: Remove.
2651        * configure.ac: New file, generated from configure.in by autoupdate.
2652
26532001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2654
2655        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2656
26572001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2658
2659        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
2660        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
2661        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
2662        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
2663        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
2664        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
2665        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
2666        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
2667        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
2668        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
2669        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
2670        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
2671        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
2672        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
2673        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
2674        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
2675        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
2676        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
2677        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
2678        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
2679        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
2680        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
2681        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
2682        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
2683        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
2684        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
2685        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
2686        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
2687        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
2688
26892001-08-16      Joel Sherrill <joel@OARcorp.com>
2690
2691        * sp20/system.h: Account for extra task stacks properly.
2692
26932001-08-16      Joel Sherrill <joel@OARcorp.com>
2694
2695        * sp13/sp13.scn: Id in screen had wrong class field value.
2696        * sp13/system.h: Account for message buffer memory.
2697        * sp13/task2.c: Remove unnecessary check for failure.
2698
26992001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
2700
2701        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
2702
27032001-04-20      Joel Sherrill <joel@OARcorp.com>
2704
2705        * sp298/sp28.scn: Minor adjustment so test output matches the screen
2706        file.
2707
27082001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2709
2710        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
2711
27122001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2713
2714        * sp21/Makefile.am: Remove libtest.
2715
27162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2717
2718        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2719
27202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2721
2722        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2723
27242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2725
2726        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2727        Switch to GNU canonicalization.
2728        * sptests.am: Remove DEFS.
2729
27302000-09-29      Joel Sherrill <joel@OARcorp.com>
2731
2732        * sp20/sp20.scn: Corrected to reflect new addition.
2733        * sp20/system.h: Removed comment reflecting history.
2734
27352000-09-29      Stephan Merker <merker@decrc.abb.de>
2736
2737        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
2738        Added new task to test sequence of altering a period's length
2739        while it is still active.
2740
27412000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2742
2743        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2744        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2745        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2746        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2747        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2748        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2749        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2750        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2751        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2752        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
2753
27542000-08-10      Joel Sherrill <joel@OARcorp.com>
2755
2756        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.