source: rtems/testsuites/sptests/ChangeLog @ 6091bc3a

4.115
Last change on this file since 6091bc3a was 6091bc3a, checked in by Sebastian Huber <sebastian.huber@…>, on 07/07/10 at 09:03:34

2010-07-08 Sebastian Huber <sebastian.huber@…>

  • spfatal09/.cvsignore, spfatal09/Makefile.am, spfatal09/spfatal09.doc, spfatal09/spfatal09.scn, spfatal09/testcase.h: Removed files.
  • Makefile.am, configure.ac: Reflect changes above.
  • spfatal_support/init.c: Print end of test message in case of success. Stop multitasking in the fatal error extension.
  • spfatal03/testcase.h, spfatal07/testcase.h: Use printk() instead of puts().
  • spfatal01/spfatal01.scn, spfatal02/spfatal02.scn, spfatal03/spfatal03.scn, spfatal04/spfatal04.scn, spfatal05/spfatal05.scn, spfatal06/spfatal06.scn, spfatal07/spfatal07.scn, spfatal08/spfatal08.scn, spfatal10/spfatal10.scn, spfatal11/spfatal11.scn, spfatal12/spfatal12.scn, spfatal13/spfatal13.scn, spfatal14/spfatal14.scn, spfatal15/spfatal15.scn, spfatal16/spfatal16.scn, spfatal17/spfatal17.scn, spfatal18/spfatal18.scn, spfatal19/spfatal19.scn, spfatal20/spfatal20.scn: Update.
  • Property mode set to 100644
File size: 101.2 KB
Line 
12010-07-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * spfatal09/.cvsignore, spfatal09/Makefile.am,
4        spfatal09/spfatal09.doc, spfatal09/spfatal09.scn,
5        spfatal09/testcase.h: Removed files.
6        * Makefile.am, configure.ac: Reflect changes above.
7        * spfatal_support/init.c: Print end of test message in case of
8        success.  Stop multitasking in the fatal error extension.
9        * spfatal03/testcase.h, spfatal07/testcase.h: Use printk() instead of
10        puts().
11        * spfatal01/spfatal01.scn, spfatal02/spfatal02.scn,
12        spfatal03/spfatal03.scn, spfatal04/spfatal04.scn,
13        spfatal05/spfatal05.scn, spfatal06/spfatal06.scn,
14        spfatal07/spfatal07.scn, spfatal08/spfatal08.scn,
15        spfatal10/spfatal10.scn, spfatal11/spfatal11.scn,
16        spfatal12/spfatal12.scn, spfatal13/spfatal13.scn,
17        spfatal14/spfatal14.scn, spfatal15/spfatal15.scn,
18        spfatal16/spfatal16.scn, spfatal17/spfatal17.scn,
19        spfatal18/spfatal18.scn, spfatal19/spfatal19.scn,
20        spfatal20/spfatal20.scn: Update.
21
222010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
23
24        * sp21/init.c, sp21/sp21.scn: Tidy up with one last case to get 100%
25        coverage of rtems_io_lookup_name().
26
272010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
28
29        * sp21/Makefile.am, sp21/init.c, sp21/sp21.scn: Add
30        rtems_io_lookup_name() and simplify test.
31        * sp21/system.h, sp21/task1.c: Removed.
32
332010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * Makefile.am, configure.ac: Add new fatal error test for termios
36        initialize.
37        * spfatal20/.cvsignore, spfatal20/Makefile.am, spfatal20/spfatal20.doc,
38        spfatal20/spfatal20.scn, spfatal20/testcase.h: New files.
39
402010-07-05      Bharath Suri <bharath.s.jois@gmail.com>
41
42        PR 1600/testing
43        * spfifo05/init.c, spfifo05/spfifo05.doc, spfifo05/spfifo05.scn,
44        spfifo05/Makefile.am: New tests for pipe/fifo routines.
45        * Makefile.am, configure.ac: Add new test.
46
472010-07-02      Bharath Suri <bharath.s.jois@gmail.com>
48
49        PR 1600/testing
50        * spfifo04/init.c, spfifo04/spfifo04.doc, spfifo04/spfifo04.scn,
51        spfifo04/Makefile.am: New files to improve coverage on fifo/pipe
52        routines
53        * Makefile.am, configure.ac: Add new test.
54
552010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * sp68/init.c: Add alignment to region_area. Fix spelling.
58
592010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        PR 1573/cpukit
62        * spsize/size.c: Add a per cpu data structure which contains the
63        information required by RTEMS for each CPU core. This encapsulates
64        information such as thread executing, heir, idle and dispatch needed.
65
662010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * sp69/Makefile.am: Really needs spin.c
69
702010-06-26      Bharath Suri <bharath.s.jois@gmail.com>
71
72        PR 1592/testing
73        * Makefile.am, configure.ac: Changes to incorporate sperror01,
74        sperror02, sperror03
75        * sperror01/init.c, sperror02/init.c: New tests to exercise
76        rtems_error routine
77        * sperror03/init.c: New test to exercise rtems_panic routine
78
792010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * sp69/Makefile.am, sp71/Makefile.am, spfifo02/Makefile.am: Tests do
82        not need spin.c
83
842010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * sp70/Makefile.am: Tests do not need spin.c
87
882010-06-24      Bharath Suri <bharath.s.jois@gmail.com>
89
90        * Makefile.am, configure.ac: Removed some fifo tests.
91        * spfifo01/Makefile.am, spfifo01/init.c: Minor changes to avoid
92        excessive new lines in the output.
93
94        spfifo02/Makefile.am, spfifo02/init.c, spfifo02/spfifo02.doc,
95        spfifo02/spfifo02.scn, spfifo03/Makefile.am: Merge from spfifo08.
96        Also added a few more cases, mostly from spfifo04/init.c.
97        * spfifo03/init.c, spfifo03/spfifo03.doc, spfifo03/spfifo03.scn:
98        Previously was spfifo06. Configure parameter for pipes is used now.
99        * spfifo04/.cvsignore, spfifo04/Makefile.am, spfifo04/init.c,
100        spfifo04/spfifo04.doc, spfifo04/spfifo04.scn, spfifo08/.cvsignore,
101        spfifo08/Makefile.am, spfifo08/init.c, spfifo08/spfifo08.doc,
102        spfifo08/spfifo08.scn: Removed.
103
1042010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
105
106        * Makefile.am, configure.ac: Add new test to exercise path where using
107        unlimited object support you are about to allocate more objects than
108        can be represented in the Id. This test will NOT pass on targets with
109        insufficient RAM.
110        * sp71/.cvsignore, sp71/Makefile.am, sp71/init.c, sp71/sp71.doc,
111        sp71/sp71.scn: New files.
112
1132010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * Makefile.am, configure.ac: spfatal20 not ready.
116
1172010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * Makefile.am, configure.ac: Add new tests to generate fatal errors in
120        rtems_termios_open().
121        * spfatal16/.cvsignore, spfatal16/Makefile.am, spfatal16/spfatal16.doc,
122        spfatal16/spfatal16.scn, spfatal16/testcase.h, spfatal17/.cvsignore,
123        spfatal17/Makefile.am, spfatal17/spfatal17.doc,
124        spfatal17/spfatal17.scn, spfatal17/testcase.h, spfatal18/.cvsignore,
125        spfatal18/Makefile.am, spfatal18/spfatal18.doc,
126        spfatal18/spfatal18.scn, spfatal18/testcase.h, spfatal19/.cvsignore,
127        spfatal19/Makefile.am, spfatal19/spfatal19.doc,
128        spfatal19/spfatal19.scn, spfatal19/testcase.h: New files.
129
1302010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * Makefile.am, configure.ac, spfatal_support/init.c,
133        spfatal_support/system.h: Add new tests to generate fatal errors in
134        open_dev_console().
135        * spfatal14/.cvsignore, spfatal14/Makefile.am, spfatal14/spfatal14.doc,
136        spfatal14/spfatal14.scn, spfatal14/testcase.h, spfatal15/.cvsignore,
137        spfatal15/Makefile.am, spfatal15/spfatal15.doc,
138        spfatal15/spfatal15.scn, spfatal15/testcase.h,
139        spfatal_support/consume_sems.c: New files.
140
1412010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * sp43/init.c: Remove more ITRON references.
144
1452010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * sp09/screen01.c: Fix warning.
148
1492010-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * spfifo08/init.c: Catch more cases but discussion on errors and proper
152        behaviour remain.
153
1542010-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * spfifo02/init.c, spfifo03/init.c, spfifo04/init.c: Configure pipes
157        used.
158
1592010-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
160
161        * Makefile.am, configure.ac: New test for error cases in FIFO creation.
162        * spfifo08/.cvsignore, spfifo08/Makefile.am, spfifo08/init.c,
163        spfifo08/spfifo08.doc, spfifo08/spfifo08.scn: New files.
164
1652010-06-19      Joel Sherrill <joel.sherrill@oarcorp.com>
166
167        * sp09/screen01.c, sp09/sp09.scn, sp43/init.c, sp43/sp43.scn,
168        spfatal_support/init.c: Remove references to ITRON constants.
169
1702010-06-19      Joel Sherrill <joel.sherrill@oarcorp.com>
171
172        * Makefile.am, configure.ac: Add sp70 to test slot
173        reclamation and reuse for unlimited object configuration.
174        * sp70/.cvsignore, sp70/Makefile.am, sp70/init.c, sp70/sp70.doc,
175        sp70/sp70.scn: New files.
176
1772010-06-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
178
179        * sp16/task1.c: Update for heap extend changes.
180
1812010-06-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
182
183        * spfifo01/init.c, spfifo01/spfifo01.scn: Update for IMFS API changes.
184
1852010-06-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
186
187        * spmkdir/.cvsignore, spmkdir/Makefile.am, spmkdir/init.c,
188        spmkdir/spmkdir.doc, spmkdir/spmkdir.scn: New files.
189        * Makefile.am, configure.ac: Reflect changes above.
190
1912010-06-07      Bharath Suri <bharath.s.jois@gmail.com>
192
193        * spfifo01/main.c: New file.
194
1952010-06-07      Bharath Suri <bharath.s.jois@gmail.com>
196
197        PR PR1542
198        * Makefile.am, configure.ac: Coverage improvement: fifo_open.
199        * spfifo01/spfifo01.doc, spfifo01/spfifo01.scn, spfifo01/test.c,
200        spfifo02/Makefile.am, spfifo02/main.c, spfifo02/spfifo02.doc,
201        spfifo02/spfifo02.scn, spfifo02/test.c, spfifo03/Makefile.am,
202        spfifo03/main.c, spfifo03/spfifo03.doc, spfifo03/spfifo03.scn,
203        spfifo03/test.c, spfifo04/Makefile.am, spfifo04/main.c,
204        spfifo04/spfifo04.doc, spfifo04/spfifo04.scn, spfifo04/test.c: New
205        files.
206
2072010-06-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
208
209        * sp09/screen12.c: Update for heap extend changes.
210
2112010-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * sp62/init.c, sp65/init.c: #include <unistd.h>.
214
2152010-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
216
217        * sp43/init.c: Readdress use of ctype methods per recommendation from
218        D.J. Delorie on the newlib mailing list. We should pass an unsigned
219        char into these methods.
220
2212010-03-10      Joel Sherrill <joel.sherrill@oarcorp.com>
222
223        * Makefile.am, configure.ac: Add new fatal error for configuring
224        unlimited and maximum of 0.
225        * spfatal13/.cvsignore, spfatal13/Makefile.am, spfatal13/spfatal13.doc,
226        spfatal13/spfatal13.scn, spfatal13/testcase.h: New files.
227
2282010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * sp43/init.c: Fix warning.
231
2322009-12-15      Glenn Humphrey <glenn.humphrey@OARcorp.com>
233
234        * sp69/init.c: Fixed warnings.
235
2362009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
237
238        * sp14/sp14.doc, sp14/sp14.scn: doc file have scn contents. Fix and
239        update.
240
2412009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: Add test for statistics on
244        expired periods. This detected the recently introduced PR1480.
245
2462009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
247
248        * sp69/.cvsignore: New file.
249
2502009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
251
252        * Makefile.am, configure.ac: Added a test for rate_monotonic_get_status
253        to ensure that all paths are tested.
254        * sp69/Makefile.am, sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: New files.
255
2562009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
257
258        * sp31/task1.c: Fixed spacing.
259
2602009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
261
262        * sp18/init.c, sp31/task1.c, sp43/init.c, sp63/init.c, sp64/init.c,
263        spfatal10/testcase.h, spfatal11/testcase.h, spobjgetnext/init.c,
264        spwkspace/init.c: Use rtems_test_assert() consistently instead of
265        system assert(). rtems_test_assert() is designed to integrate into
266        the RTEMS test suite infrastructure.
267
2682009-12-04      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
269
270        * sp31/sp31.scn, sp31/task1.c, spintrcritical17/init.c: New test
271        cases. Updated copyright notice.
272
2732009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
274
275        * sp25/task1.c: Use PRIuPTR for segment_sizes.
276
2772009-11-30      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
278
279        * sp68/Makefile.in, sp68/.cvsignore,
280        * spintrcritical17/Makefile.in, spintrcritical17/.cvsignore:
281        removed unneeded Makefile.in, added cvsignore
282       
2832009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
284
285        * sp68/init.c, sp68/Makefile.am, sp68/sp68.doc, sp68/sp68.scn,
286        spintrcritical17/init.c, spintrcritical17/Makefile.am,
287        spintrcritical17/spintrcritical17.doc,
288        spintrcritical17/spintrcritical17.scn: New files.
289        * Makefile.am, configure.ac: Update for test sp68 and spintrcritical17.
290        * sp31/task1.c, sp67/init.c: Changes for new timer server
291        implementation.
292        * sp52/init.c: The init task must be preemptible to let the timer
293        server run.
294
2952009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
296
297        PR 1460/cpukit
298        * sp43/init.c: Change return type on methods accessing portions of
299        RTEMS Ids to int. This allows -1 to be return on error.
300
3012009-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
302
303        * spsize/Makefile.am: Fix broken install rule.
304
3052009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
306
307        * spprintk/spprintk.scn: Add end of line at end of file.
308
3092009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        * sp32/Makefile.am, sp33/Makefile.am, sp37/Makefile.am,
312        sp38/Makefile.am, sp39/Makefile.am, sp43/Makefile.am,
313        sp44/Makefile.am, spfatal01/Makefile.am, spfatal02/Makefile.am,
314        spfatal03/Makefile.am, spfatal04/Makefile.am, spfatal05/Makefile.am,
315        spfatal06/Makefile.am, spfatal07/Makefile.am, spfatal08/Makefile.am,
316        spfatal09/Makefile.am, spobjgetnext/Makefile.am,
317        spprintk/Makefile.am, spsize/Makefile.am, spwatchdog/Makefile.am,
318        spwkspace/Makefile.am: Add documentation files for multiple tests.
319        * sp32/sp32.doc, sp33/sp33.doc, sp37/sp37.doc, sp38/sp38.doc,
320        sp39/sp39.doc, sp43/sp43.doc, sp44/sp44.doc, spfatal01/spfatal01.doc,
321        spfatal02/spfatal02.doc, spfatal03/spfatal03.doc,
322        spfatal04/spfatal04.doc, spfatal05/spfatal05.doc,
323        spfatal06/spfatal06.doc, spfatal07/spfatal07.doc,
324        spfatal08/spfatal08.doc, spfatal09/spfatal09.doc,
325        spobjgetnext/spobjgetnext.doc, spprintk/spprintk.doc,
326        spsize/spsize.doc, spwatchdog/spwatchdog.doc,
327        spwkspace/spwkspace.doc: New files.
328
3292009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
330
331        * sp14/asr.c: Remove PRIxrtems_signal_set (moved to tmacros.h).
332        Include "tmacros.h".
333        * sp63/init.c: Pass UINTPTR_MAX instead of 0xffffffff to
334        _Heap_Allocate for 16bit compliance.
335        * sp44/init.c: Another printf format fix.
336
3372009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
338
339        * sp37/init.c: Add local prototypes for
340        rtems_interrupt_disable, rtems_interrupt_enable,
341        rtems_interrupt_flash, rtems_interrupt_is_in_progress.
342        * sp43/init.c: Add local prototypes for
343        rtems_object_api_minimum_class, rtems_object_api_maximum_class,
344        rtems_build_id, rtems_build_name, rtems_object_id_api_maximum,
345        rtems_object_id_api_minimum, rtems_object_id_get_api,
346        rtems_object_id_get_class, rtems_object_id_get_index,
347        rtems_object_id_get_node.
348        Spray PRId32's into printf's for 16bit target complianance.
349        * sp37/init.c: Add local prototype for
350        rtems_interrupt_level_attribute.
351
3522009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
353
354        * sp29/init.c: Include "tmacros.h".
355        Misc. changes related to rtems_intervals.
356        * sp14/asr.c: Add PRIxrtems_signal_set.
357        Use PRIxrtems_signal_set to print rtems_signal_set's.
358        * sp13/task3.c: Use PRIu32 to print "count".
359        * sp09/screen12.c: Segment sizes are uintptr_t's.
360        * sp09/screen11.c: Use size_t for "size".
361        * sp62/init.c: Segment sizes are uintptr_t's.
362        * sp25/task1.c: Use PRIuPTR to print segment_size's.
363        * sp21/task1.c: Add PRIurtems_device_major_number.
364        * sp11/task1.c, sp11/task2.c:
365        Use PRIxrtems_event_set to print rtems_event_set's.
366        * sp09/screen13.c: Revert previous change.
367        Remove broken extraneous line seemingly having crept into in
368        2009-08-10 patch.
369        * sp27/init.c: Remove extraneous argument to print.
370        * spsize/size.c: Use PRIu32 to print sys_req.
371        * sp37/init.c: Add missing argument to printf.
372        * sp44/init.c, sp35/priinv.c, sp33/init.c, sp28/init.c,
373        sp12/pritask.c, sp34/changepri.c:
374        Use PRIdrtems_task_argument to print rtems_task_argument's.
375
3762009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
377
378        * sp25/task1.c: segment_size is uintptr_t.
379        * spfatal06/testcase.h: Add missing return.
380        * sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c:
381        Duplicate code from rtems_name_to_characters to convert rtems_name's
382        into char arrays.
383        * sp09/screen13.c: Comment out unused return status.
384        * sp63/init.c: Use PRIu32 to print uint32_t's.
385        * sp33/init.c: Use PRIu32 to print uint32_t's.
386        * sp28/init.c: Use PRIu32 to print uint32_t's.
387
3882009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
389
390        * sp31/task1.c: Use PRIdWatchdog_Interval to print
391        Watchdog_Interval's.
392        * sp20/task1.c, sp32/init.c, spclockget/init.c: Use
393        PRIdrtems_interval to print rtems_interval's.
394
3952009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
396
397        * sp13/task1.c: Misc. uint32_t fixes.
398        * sp20/task1.c: Misc. uint32_t fixes.
399        * sp47/init.c: Add PRIXModes_Control, PRIXrtems_mode.
400        Use PRIXrtems_mode to print rtems_mode's.
401        * sp08/system.h: Add PRIxModes_Control, PRIxrtems_mode.
402        Use PRIxrtems_mode to print rtems_mode's.
403        * sp19/first.c, sp19/fptask.c, sp19/fptest.h, sp19/inttest.h,
404        sp19/task1.c: Add missing PRI*32's.
405
4062009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
407
408        * sp34/changepri.c, sp35/priinv.c:
409        Use PRIdPriority_Control to print Priority_Control's.
410
4112009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
412
413        * sp34/changepri.c, sp59/init.c:
414        Use PRIdrtems_task_priority to print rtems_task_priority's.
415        * sp07/task1.c, sp07/task2.c, ssp12/pritask.c:
416        Use PRIdrtems_task_priority to print rtems_task_priority's.
417        * sp12/system.h:
418        Change Priority_Test_driver to use rtems_task_priority argument.
419        * sp12/pridrv.c:
420        Change Priority_Test_driver to use rtems_task_priority argument.
421        Use PRIdrtems_task_priority to print rtems_task_priority's.
422
4232009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
424
425        * sp02/task1.c, sp12/task1.c, sp13/task1.c, sp14/task1.c, sp15/task1.c,
426        sp16/task1.c, sp20/task1.c, sp22/init.c, sp22/task1.c, sp23/task1.c,
427        sp25/task1.c, sp31/init.c, sp31/task1.c, sp34/changepri.c,
428        sp35/priinv.c, sp43/init.c, sp45/init.c, spwatchdog/init.c,
429        spwatchdog/task1.c: Use PRIxrtems_id to print rtems_ids.
430
4312009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
432
433        * sp13/task1.c, sp48/init.c: Use %zu instead of %d to print size_t's.
434        * sp50/init.c, spclockget/init.c: Use PRItime_t to print time_t's.
435        * sp63/init.c: Fix _Heap_Resize_block args.
436        * sp09/screen09.c: Eliminate unused var warning.
437
4382009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
439
440        * sp27/init.c, spsize/init.c: Fix prototypes.
441        * spwatchdog/task1.c: Remove unused vars.
442
4432009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
444
445        * sp10/init.c, sp18/init.c, sp27/init.c, sp35/priinv.c
446        sp63/init.c, sp65/init.c, sp67/init.c, spintrcritical11/init.c
447        spobjgetnext/init.c, spprintk/init.c:
448        Eliminate unused vars.
449
4502009-10-23      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
451
452        * spintrcritical06/init.c, spintrcritical15/init.c, sp46/init.c: Fixed
453        confdefs.h define typos.
454
4552009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
456
457        * configure.ac: Don't add -ansi -fasm to CFLAGS.
458
4592009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
460
461        * sp32/init.c: Lengthen the clock tick and move configuration to the
462        bottom of the file.
463
4642009-10-10      Joel Sherrill <joel.sherrill@oarcorp.com>
465
466        * Makefile.am, configure.ac: Add new test to exercise when the ticks
467        since boot wraps around 0 and the timer server must deal with that
468        condition.
469        * sp67/.cvsignore, sp67/Makefile.am, sp67/init.c, sp67/sp67.doc,
470        sp67/sp67.scn: New files.
471
4722009-10-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
473
474        * sp40/init.c, sp40/sp40.doc, sp40/sp40.scn: New test cases.
475
4762009-10-04      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
477
478        * spintrcritical09/init.c, spintrcritical10/init.c,
479        spintrcritical11/init.c: Fixed potentially infinite loops.
480        * sp20/system.h: Increased micro seconds per tick in order to be more
481        independent of the console output speed.
482
4832009-10-04      Joel Sherrill <joel.sherrill@oarcorp.com>
484
485        * sp07/init.c, sp07/sp07.scn, sp09/init.c, sp09/screen01.c,
486        sp09/sp09.scn, sp28/init.c, sp62/init.c, sp62/sp62.scn, sp64/init.c,
487        sp64/sp64.scn: Add more test cases highlighted on SPARC at -O2, x86
488        at -Os and m68k at -Os. Fix typos.
489
4902009-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
491
492        * sp54/init.c: Use rtems_build_id to make building Objects_Id
493        RTEMS_USE_16_BIT_OBJECT clean.
494
4952009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
496
497        * Makefile.am, configure.ac: Add new test to exercise when notepads are
498        not configured.
499        * spnotepad01/.cvsignore, spnotepad01/Makefile.am, spnotepad01/init.c,
500        spnotepad01/spnotepad01.doc, spnotepad01/spnotepad01.scn: New files.
501
5022009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
503
504        * sp09/screen01.c, sp09/screen02.c, sp09/screen03.c, sp09/screen05.c,
505        sp09/screen09.c, sp09/screen14.c, sp09/sp09.scn, sp28/init.c,
506        sp28/sp28.scn, sp43/init.c: Add more error cases uncovered by uC5282
507        coverage runs.
508
5092009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
510
511        * sp09/screen02.c, sp09/screen04.c, sp09/screen07.c, sp09/screen09.c,
512        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/sp09.scn: Add
513        some error cases uncovered by uC5282 coverage runs.
514
5152009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
516
517        * sp33/init.c, sp33/sp33.scn: Add some barrier error cases uncovered by
518        uC5282 coverage runs.
519
5202009-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
521
522        * sp59/init.c, spintrcritical15/init.c, spintrcritical16/init.c:
523        Correct minor issues uncovered on uC5282.
524
5252009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
526
527        * sp04/tswitch.c, sp07/system.h, sp07/taskexit.c, sp07/tdelete.c,
528        sp07/tstart.c, spfatal_support/init.c, spfatal_support/system.h:
529        Eliminate use of deprecated rtems_extension.
530
5312009-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
532
533        * sp14/asr.c, sp14/sp14.doc, sp14/task1.c, sp14/task2.c: Adjust test to
534        run when IO speed varies.
535
5362009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
537
538        * sp43/init.c, sp43/sp43.scn: Minor correction to test case so it hits
539        the intended code.
540
5412009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
542
543        * configure.ac: Revert accidentally committed lines.
544
5452009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
546
547        * Makefile.am, configure.ac, sp65/init.c: Add new test to exercise very
548        simple priority ceiling case that was previously only tested via the
549        POSIX API.
550        * sp66/.cvsignore, sp66/Makefile.am, sp66/init.c, sp66/sp66.doc,
551        sp66/sp66.scn: New files.
552
5532009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
554
555        * sp43/Makefile.am, sp43/init.c, sp43/sp43.scn, sp43/system.h: Add test
556        for Id which is in range for the object class but not allocated yet.
557
5582009-09-09      Joel Sherrill <joel.sherrill@OARcorp.com>
559
560        * sp46/init.c, sp46/sp46.scn: Fix numbering.
561
5622009-09-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
563
564        * spintrcritical_support/intrcritical.c: Fixed timing rountines.
565
5662009-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
567
568        * spfatal01/spfatal01.scn, spfatal01/testcase.h,
569        spfatal02/spfatal02.scn, spfatal02/testcase.h,
570        spfatal03/spfatal03.scn, spfatal03/testcase.h,
571        spfatal04/spfatal04.scn, spfatal04/testcase.h,
572        spfatal05/spfatal05.scn, spfatal05/testcase.h,
573        spfatal06/spfatal06.scn, spfatal06/testcase.h,
574        spfatal07/spfatal07.scn, spfatal07/testcase.h,
575        spfatal08/spfatal08.scn, spfatal08/testcase.h,
576        spfatal09/spfatal09.scn, spfatal09/testcase.h, spfatal10/Makefile.am,
577        spfatal10/spfatal10.scn, spfatal11/Makefile.am,
578        spfatal11/spfatal11.scn, spfatal12/Makefile.am,
579        spfatal12/spfatal12.scn, spfatal_support/init.c: Make all fatal error
580        tests use testcase.h and spfatal_support framework. Print test name
581        herald in all cases.
582        * spfatal10/testcase.h, spfatal11/testcase.h, spfatal12/testcase.h:
583        New files.
584        * spfatal10/init.c, spfatal11/init.c, spfatal12/init.c: Removed.
585
5862009-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
587
588        * spfatal07/testcase.h: Indicate test is not applicable on some
589        architectures.
590
5912009-08-28      Joel Sherrill <joel.sherrill@OARcorp.com>
592
593        * Makefile.am: Fix spacing.
594
5952009-08-26      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
596
597        * spstkalloc/init.c: Changed allocator signature. Functions are now
598        static.
599
6002009-08-25      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
601
602        * sp29/init.c: Fixed return value evaluation.
603        * sp59/init.c, sp59/sp59.scn: Added status code assignment. Fixed typos.
604        * sp63/init.c: Check return value of _Heap_Initialize().
605
6062009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
607
608        * spwatchdog/spwatchdog.scn, spwatchdog/task1.c: Add test for
609        _Watchdog_Report() when name is not NULL. This case was covered at
610        -Os on erc32 but at -O2 we had more code.
611
6122009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
613
614        * sp63/init.c, sp63/sp63.scn: Add case for math on size requested
615        overflowing on _Heap_Allocate_aligned.
616
6172009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
618
619        * spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn: Add error cases
620        for various null parameters.
621
6222009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
623
624        * sp16/sp16.scn, sp16/task1.c: Fix typo.
625
6262009-08-17      Santosh G Vattam <vattam.santosh@gmail.com>
627
628        * sp65/init.c: Remove stray print.
629        * sp65/sp65.doc: Add information on second case.
630
6312009-08-13      Santosh G Vattam <vattam.santosh@gmail.com>
632
633        * sp65/init.c, sp65/sp65.doc, sp65/sp65.scn: Add new test case to
634        verify that obtaining a priority ceiling mutex when the calling
635        task's priority is the same as the priority ceiling is handled
636        correctly.
637
6382009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
639
640        * sp02/task1.c, sp02/task2.c, sp02/task3.c, sp03/task2.c, sp05/task1.c,
641        sp05/task2.c, sp05/task3.c, sp06/task1.c, sp06/task2.c,
642        sp09/screen02.c, sp09/screen04.c, sp09/screen06.c, sp09/screen07.c,
643        sp09/screen10.c, sp09/screen12.c, sp09/screen13.c, sp09/screen14.c,
644        sp11/task1.c, sp11/task2.c, sp12/pridrv.c, sp12/pritask.c,
645        sp12/task1.c, sp13/task1.c, sp13/task2.c, sp14/task1.c, sp16/task1.c,
646        sp16/task4.c, sp19/fptask.c, sp19/task1.c, sp22/task1.c,
647        sp24/task1.c, sp26/task1.c, sp29/init.c, sp30/task1.c, sp31/task1.c,
648        sp33/init.c, sp45/init.c, sp46/init.c, sp50/init.c,
649        spintrcritical06/init.c, spwatchdog/task1.c: Eliminate test routines
650        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
651        rtems_clock_get_ticks_per_second().
652
6532009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
654
655        * sp65/init.c: Add semi-colon to end of rtems_semaphore_create call.
656        Change attributes to priority ceiling. Use directive_failed, not
657        assert. Configure a semaphore not a region.
658
6592009-08-12      Santosh G Vattam <vattam.santosh@gmail.com>
660
661        * ChangeLog, Makefile.am, configure.ac: Add new test for some core
662        mutex cases.
663        * sp65/.cvsignore, sp65/Makefile.am, sp65/init.c, sp65/sp65.doc,
664        sp65/sp65.scn: New files.
665
6662009-08-12      Santosh G Vattam <vattam.santosh@gmail.com>
667
668        * Makefile.am, configure.ac: Add new test for some core mutex cases.
669        * sp65/.cvsignore, sp65/Makefile.am, sp65/init.c, sp65/sp65.doc,
670        sp65/sp65.scn: New files.
671
6722009-08-11      Joel Sherrill <joel.sherrill@OARcorp.com>
673
674        * spintrcritical01/init.c, spintrcritical06/init.c: Use 1 millisecond
675        per tick.
676
6772009-08-11      Joel Sherrill <joel.sherrill@OARcorp.com>
678
679        * Makefile.am, configure.ac, sp62/init.c, sp64/init.c: Add new test and
680        adjust existing for alignment. New test ensures coverage begin and
681        end marker methods are exercised so they do not get considered
682        unexecuted.
683        * spcoverage/.cvsignore, spcoverage/Makefile.am, spcoverage/init.c,
684        spcoverage/spcoverage.doc, spcoverage/spcoverage.scn: New files.
685
6862009-08-10      Joel Sherrill <joel.sherrill@OARcorp.com>
687
688        * Makefile.am, configure.ac: Add new test to exercise legacy
689        rtems_clock_get().
690        * spclockget/.cvsignore, spclockget/Makefile.am, spclockget/init.c,
691        spclockget/spclockget.doc, spclockget/spclockget.scn: New files.
692
6932009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
694
695        * sp04/task1.c, sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn,
696        sp38/init.c: Convert calls to legacy routine rtems_clock_get(
697        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
698
6992009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
700
701        * sp01/sp01.scn, sp01/task1.c, sp03/task1.c, sp03/task2.c,
702        sp04/task1.c, sp04/tswitch.c, sp09/screen02.c, sp09/screen13.c,
703        sp09/screen14.c, sp09/sp09.scn, sp11/sp11.scn, sp11/task1.c,
704        sp11/task2.c, sp19/fptask.c, sp19/sp19.scn, sp19/task1.c,
705        sp22/prtime.c, sp22/sp22.scn, sp22/task1.c, sp24/sp24.scn,
706        sp24/task1.c, sp30/task1.c, sp31/prtime.c, sp31/sp31.scn,
707        sp31/task1.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
708        spwatchdog/task1.c: Convert calls to legacy routine rtems_clock_get(
709        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
710
7112009-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
712
713        * sp28/init.c, sp28/sp28.scn: Update screen. Add a few missing error
714        cases.
715
7162009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
717
718        * sp64/init.c, sp64/sp64.scn: Chris ensured that nothing is moved until
719        all memory is successfully allocated. This means the test can
720        validate the heap is unchanged on extend failure.
721
7222009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
723
724        * spintrcritical01/init.c, spintrcritical06/init.c,
725        spintrcritical08/init.c, spintrcritical13/init.c: Lower microseconds
726        per tick so tests run quicker and more reliably hit the intended
727        critical section.
728
7292009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
730
731        * Makefile.am, configure.ac, sp63/init.c: Add new test for exercising
732        when we are unable to allocate the memory needed for an object
733        extend. Make sure all is handled properly.
734        * sp64/.cvsignore, sp64/Makefile.am, sp64/init.c, sp64/sp64.doc,
735        sp64/sp64.scn: New files.
736
7372009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
738
739        * sp63/init.c: Correct test case two.
740
7412009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
742
743        * sp63/init.c, sp63/sp63.scn: Move into subroutines and add a second
744        test case to exercise another odd branch not taken.
745
7462009-07-31      Joel Sherrill <joel.sherrill@oarcorp.com>
747
748        * Makefile.am, configure.ac, sp62/init.c: Add new test to ensure a
749        particular path is taken through the _Heap_Resize_block code.
750        * sp63/.cvsignore, sp63/Makefile.am, sp63/init.c, sp63/sp63.doc,
751        sp63/sp63.scn: New files.
752
7532009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
754
755        * sp42/Makefile.am, sp42/init.c, sp42/sp42.scn: Test was testing the
756        wrong thing in a cpp macro. Added contents to screen file and add
757        documentation file.
758        * sp42/sp42.doc: New file.
759
7602009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
761
762        * spintrcritical16/spintrcritical16.doc: Remove junk and typos.
763
7642009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
765
766        * spintrcritical16/init.c: Tinker with test to make it hit the case
767        more reliably.
768
7692009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
770
771        * Makefile.am, configure.ac: Add new test to exercise as many cases as
772        possible of not being able to allocate memory from the workspace
773        during thread creation.
774        * sp18/.cvsignore, sp18/Makefile.am, sp18/init.c, sp18/sp18.doc,
775        sp18/sp18.scn: New files.
776
7772009-07-28      Joel Sherrill <joel.sherrill@OARcorp.com>
778
779        * Makefile.am, configure.ac: Add new test to handle the case where
780        a region resize frees enough memory to unblock a task.
781        * sp62/.cvsignore, sp62/Makefile.am, sp62/init.c, sp62/sp62.doc,
782        sp62/sp62.scn: New files.
783        * sp61/init.c: Test does not need regions.
784
7852009-07-28      Joel Sherrill <joel.sherrill@OARcorp.com>
786
787        * Makefile.am, configure.ac: Add test case for processing a timeout
788        on a thread (that is the thread executing) that has also had its
789        request satisfied while it is being enqueued.
790        * spintrcritical16/.cvsignore, spintrcritical16/Makefile.am,
791        spintrcritical16/init.c, spintrcritical16/spintrcritical16.doc,
792        spintrcritical16/spintrcritical16.scn: New files.
793        * spintrcritical15/init.c: Remove unused TSR>
794
7952009-07-27      Joel Sherrill <joel.sherrill@OARcorp.com>
796
797        * Makefile.am, configure.ac: Add test case for a thread timing out on a
798        thread queue while another thread is in the process of blocking on
799        the same thread queue.
800        * spintrcritical15/.cvsignore, spintrcritical15/Makefile.am,
801        spintrcritical15/init.c, spintrcritical15/spintrcritical15.doc,
802        spintrcritical15/spintrcritical15.scn: New files.
803
8042009-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
805
806        * Makefile.am, configure.ac: spintrcritical15 not ready yet.
807
8082009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
809
810        * Makefile.am, configure.ac, sp40/Makefile.am, sp40/init.c,
811        sp40/sp40.scn: Now verified to hit coverage cases.
812        * sp40/sp40.doc: New file.
813
8142009-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
815
816        * sp40/Makefile.am, sp40/init.c, sp40/sp40.scn: Attempt to write test
817        to catch two remaining uncovered cases in rtems_io_register_driver.
818        * sp40/system.h: Removed.
819
8202009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
821
822        * Makefile.am, configure.ac: Add new test to exercise odd case in
823        rtems_iterate_over_all_threads.
824        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.doc,
825        sp41/sp41.scn: New files.
826
8272009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
828
829        * sp36/strict_order_mut.c: Simple binary semaphores cannot have an
830        inheritance protocol since there is no holder associated with them.
831
8322009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
833
834        * Makefile.am, configure.ac: Add new tests to exercise cases where a
835        timer is scheduled from an ISR while it is being scheduled at the
836        task level.
837        * spintrcritical13/.cvsignore, spintrcritical13/Makefile.am,
838        spintrcritical13/init.c, spintrcritical13/spintrcritical13.doc,
839        spintrcritical13/spintrcritical13.scn, spintrcritical14/.cvsignore,
840        spintrcritical14/Makefile.am, spintrcritical14/spintrcritical14.doc,
841        spintrcritical14/spintrcritical14.scn: New files.
842
8432009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
844
845        * spintrcritical01/init.c, spintrcritical06/init.c,
846        spintrcritical08/init.c, spintrcritical09/init.c: Perform some
847        cleanup and make the tests more similar.
848
8492009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
850
851        * spintrcritical06/init.c: Test now hits forward and reverse cases.
852
8532009-07-22      Joel Sherrill <joel.sherrill@OARcorp.com>
854
855        * spintrcritical09/init.c, spintrcritical09/spintrcritical09.scn: Make
856        test work for case that it is documented to handle.
857
8582009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
859
860        * spintrcritical10/.cvsignore, spintrcritical10/Makefile.am,
861        spintrcritical10/init.c, spintrcritical10/spintrcritical10.doc,
862        spintrcritical10/spintrcritical10.scn: New files.
863
8642009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
865
866        * Makefile.am, configure.ac, sp39/init.c, sp39/sp39.scn: Move
867        unreliable third case in sp39 to spintrcritical10. New tests to hit
868        other event synchronization critical sections.
869        * spintrcritical11/.cvsignore, spintrcritical11/Makefile.am,
870        spintrcritical11/init.c, spintrcritical11/spintrcritical11.doc,
871        spintrcritical11/spintrcritical11.scn, spintrcritical12/.cvsignore,
872        spintrcritical12/Makefile.am, spintrcritical12/spintrcritical12.doc,
873        spintrcritical12/spintrcritical12.scn: New files.
874
8752009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
876
877        * Makefile.am, configure.ac: Add new test to exercise Debug Manager.
878        * sp10/.cvsignore, sp10/Makefile.am, sp10/init.c, sp10/sp10.doc,
879        sp10/sp10.scn: New files.
880
8812009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
882
883        * spintrcritical06/init.c: Clean up.
884        * spintrcritical09/init.c: Adjust clock tick so it works on erc32.
885        * spintrcritical09/spintrcritical09.scn: Fill in.
886
8872009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
888
889        * spintrcritical06/init.c: Add comment to indicate test is not finished
890        and known to not hit the case.
891        * Makefile.am, configure.ac: Add a couple more interrupt critical
892        section tests.
893        * spintrcritical08/.cvsignore, spintrcritical08/Makefile.am,
894        spintrcritical08/init.c, spintrcritical08/spintrcritical08.doc,
895        spintrcritical08/spintrcritical08.scn, spintrcritical09/.cvsignore,
896        spintrcritical09/Makefile.am, spintrcritical09/init.c,
897        spintrcritical09/spintrcritical09.doc,
898        spintrcritical09/spintrcritical09.scn: New files.
899
9002009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
901
902        * Makefile.am, configure.ac, spintrcritical06/init.c: Add first attempt
903        at hitting interrupt synchronization critical section in thread queue
904        enqueue priority for reverse insertions.
905        * spintrcritical07/.cvsignore, spintrcritical07/Makefile.am,
906        spintrcritical07/spintrcritical07.doc,
907        spintrcritical07/spintrcritical07.scn: New files.
908
9092009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
910
911        * Makefile.am, configure.ac: Add test case for the
912        _Thread_queue_Enqueue_priority interrupt critical section where the
913        TCB we are using as a current pointer is removed from the thread
914        queue when we flash interrupts while searching forward.
915        * spintrcritical06/.cvsignore, spintrcritical06/Makefile.am,
916        spintrcritical06/init.c, spintrcritical06/spintrcritical06.doc,
917        spintrcritical06/spintrcritical06.scn: New files.
918
9192009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
920
921        * spintrcritical_support/intrcritical.c,
922        spintrcritical_support/intrcritical.h: Change prototype of delay
923        method to indicate when counter is reset. This can be used to count
924        how many iterations we are doing.
925
9262009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
927
928        * Makefile.am, configure.ac: Add sp60 to exercise case where a task is
929        blocked on one period while another expires. Add sp61 which exercises
930        the case where a call is made to rtems_shutdown_executive when the
931        system is not up.
932        * sp60/.cvsignore, sp60/Makefile.am, sp60/init.c, sp60/sp60.doc,
933        sp60/sp60.scn, sp61/.cvsignore, sp61/Makefile.am, sp61/init.c,
934        sp61/sp61.doc, sp61/sp61.scn: New files.
935
9362009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
937
938        * sp04/init.c: To be timesliced, tasks must also me preemptible.
939
9402009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
941
942        * spfatal03/spfatal03.scn, spfatal03/testcase.h: Fix spfatal03 to do
943        what it was intended to do.
944
9452009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
946
947        * spintrcritical_support/intrcritical.c,
948        spintrcritical_support/intrcritical.h: New files.
949
9502009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
951
952        * Makefile.am, configure.ac: Add new infrastructure which is more
953        reliable about generating cases which hit interrupt critical
954        sections. Remove sp41 since it used its own mechanism.
955        * spintrcritical01/.cvsignore, spintrcritical01/Makefile.am,
956        spintrcritical01/init.c, spintrcritical01/spintrcritical01.doc,
957        spintrcritical01/spintrcritical01.scn, spintrcritical02/.cvsignore,
958        spintrcritical02/Makefile.am, spintrcritical02/spintrcritical02.doc,
959        spintrcritical02/spintrcritical02.scn, spintrcritical03/.cvsignore,
960        spintrcritical03/Makefile.am, spintrcritical03/spintrcritical03.doc,
961        spintrcritical03/spintrcritical03.scn, spintrcritical04/.cvsignore,
962        spintrcritical04/Makefile.am, spintrcritical04/spintrcritical04.doc,
963        spintrcritical04/spintrcritical04.scn, spintrcritical05/.cvsignore,
964        spintrcritical05/Makefile.am, spintrcritical05/spintrcritical05.doc,
965        spintrcritical05/spintrcritical05.scn: New files.
966        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
967        sp41/system.h: Removed.
968
9692009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
970
971        * sp41/init.c: Remove incorrect comment.
972
9732009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
974
975        * sp29/init.c: Simple binary semaphores can not be inherit priority.
976
9772009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
978
979        * sp25/init.c: Spacing.
980
9812009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
982
983        * Makefile.am, configure.ac: Add sp59 to test path through
984        _Thread_queue_First_priority where the task's priority was in the
985        bottom 1/4 of the range.
986        * sp59/.cvsignore, sp59/Makefile.am, sp59/init.c, sp59/sp59.doc,
987        sp59/sp59.scn: New files.
988
9892009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
990
991        * Makefile.am, configure.ac: Add test for Thread Queue extract a thread
992        not blocked on a thread queue.
993        * spthreadq01/.cvsignore, spthreadq01/Makefile.am, spthreadq01/init.c,
994        spthreadq01/spthreadq01.doc, spthreadq01/spthreadq01.scn: New files.
995
9962009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
997
998        * Makefile.am, configure.ac: Add test for timespec divide by zero.
999        * sp58/.cvsignore, sp58/Makefile.am, sp58/init.c, sp58/sp58.doc,
1000        sp58/sp58.scn: New files.
1001
10022009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1003
1004        * sp43/init.c, sp43/sp43.scn: Add test of having the object class
1005        pointer being null. This does not happen naturally at this time so
1006        force the point.
1007
10082009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1009
1010        * sp12/sp12.scn: Update screen to reflect priority changes from long
1011        ago.
1012
10132009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1014
1015        * Makefile.am, configure.ac, sp27/Makefile.am, sp27/init.c,
1016        sp27/sp27.doc, sp27/sp27.scn: Rework sp27 so it can be reinstantiated
1017        as sp27a and test flushing both counting and binary semaphores.
1018        Reformatted.
1019        * sp27a/.cvsignore, sp27a/Makefile.am, sp27a/sp27a.doc,
1020        sp27a/sp27a.scn: New files.
1021
10222009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1023
1024        * spstkalloc/Makefile.am: Remove unneeded USE_TIMER_SERVER which was
1025        copied fomr other Makefile.am's.
1026
10272009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1028
1029        * sp51/init.c, sp54/Makefile.am, sp55/Makefile.am, sp56/Makefile.am,
1030        sp57/Makefile.am, spchain/Makefile.am, spfatal10/Makefile.am,
1031        spfatal11/Makefile.am, spfatal12/Makefile.am: Remove unneeded
1032        USE_TIMER_SERVER which was copied fomr other Makefile.am's.
1033
10342009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1035
1036        * sp57/sp57.doc: Correct.
1037
10382009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1039
1040        * Makefile.am, configure.ac: Add test of restarting a task which is in
1041        the middle of a sleep or wake after.
1042        * sp57/.cvsignore, sp57/Makefile.am, sp57/init.c, sp57/sp57.doc,
1043        sp57/sp57.scn: New files.
1044
10452009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1046
1047        * sp43/init.c, sp43/sp43.scn: Add more cases for
1048        rtems_object_get_class_information() to improve coverage.
1049
10502009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1051
1052        * Makefile.am, configure.ac: Add new test to verify that when a user
1053        extension create hook fails, that the error is properly propagated.
1054        * sp56/.cvsignore, sp56/Makefile.am, sp56/init.c, sp56/sp56.doc,
1055        sp56/sp56.scn: New files.
1056
10572009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1058
1059        * sp04/sp04.doc, sp04/sp04.scn, sp04/task1.c: Add test of
1060        rtems_extension_delete.
1061
10622009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1063
1064        * sp09/screen01.c, sp09/sp09.scn: Add test for
1065        rtems_object_get_classic_name with invalid id.
1066
10672009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1068
1069        * sp02/task1.c: Minor spacing.
1070
10712009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1072
1073        * spfatal12/init.c: Address to heap initialize must be aligned but size
1074        must be too small.
1075
10762009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1077
1078        * Makefile.am, configure.ac: Add new test to exercise case when
1079        broadcasting to a message queue with a pending message.
1080        * sp55/.cvsignore, sp55/Makefile.am, sp55/init.c, sp55/sp55.doc,
1081        sp55/sp55.scn: New files.
1082
10832009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1084
1085        * Makefile.am, configure.ac: Remove obsolete test now that the numbered
1086        spfatal tests appear to cover all fatal error cases.
1087        * spfatal/.cvsignore, spfatal/Makefile.am, spfatal/README,
1088        spfatal/fatal.c, spfatal/init.c, spfatal/puterr.c,
1089        spfatal/spfatal.doc, spfatal/spfatal.scn, spfatal/system.h,
1090        spfatal/task1.c: Removed.
1091
10922009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1093
1094        * Makefile.am, configure.ac, spfatal11/init.c: Add test of cannot
1095        initialize workspace heap during initialize. Can be caused by
1096        unaligned address or not enough memory to initialize heap required
1097        overhead.
1098        * spfatal12/.cvsignore, spfatal12/Makefile.am, spfatal12/init.c,
1099        spfatal12/spfatal12.doc, spfatal12/spfatal12.scn: New files.
1100
11012009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1102
1103        * sp54/init.c, sp54/sp54.doc: Add test for Workspace zeroed.
1104
11052009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1106
1107        * sp54/init.c, sp54/sp54.doc: Fix typos and comments.
1108
11092009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1110
1111        * spstkalloc/spstkalloc.scn: Update screen.
1112
11132009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1114
1115        * Makefile.am, configure.ac: Add new test for user configured stack
1116        allocator/deallocator. Test both pass and fail cases.
1117        * spstkalloc/.cvsignore, spstkalloc/Makefile.am, spstkalloc/init.c,
1118        spstkalloc/spstkalloc.doc, spstkalloc/spstkalloc.scn: New files.
1119
11202009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1121
1122        * spchain/init.c, spchain/spchain.scn: Clean up test.
1123
11242009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1125
1126        * Makefile.am, configure.ac: Add new test to cover bodies of some chain
1127        routines whose bodies are not used by RTEMS itself.
1128        * spchain/.cvsignore, spchain/Makefile.am, spchain/init.c,
1129        spchain/spchain.doc, spchain/spchain.scn: New files.
1130
11312009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1132
1133        * spwatchdog/init.c, spwatchdog/spwatchdog.scn: Add test case of empty
1134        chain for coverage.
1135
11362009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1137
1138        * sp01/sp01.doc, sp01/task1.c, sp16/sp16.doc, sp16/task5.c: Bypass
1139        RTEMS_MILLISECONDS_TO_TICKS and RTEMS_MICROSECONDS_TO_TICKS to
1140        improve coverage.
1141
11422009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1143
1144        * sp01/task1.c: Use RTEMS_MILLISECONDS_TO_TICKS to improve coverage.
1145
11462009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1147
1148        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/init.c,
1149        spfatal10/spfatal10.doc, spfatal10/spfatal10.scn: New files.
1150
11512009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1152
1153        * Makefile.am, configure.ac, spprintk/init.c, spprintk/spprintk.scn:
1154        Enhance spprintk. Add two new fatal error tests to cover
1155        __assert_func.
1156        * spfatal11/.cvsignore, spfatal11/Makefile.am, spfatal11/init.c,
1157        spfatal11/spfatal11.doc, spfatal11/spfatal11.scn: New files.
1158
11592009-06-18      Chris Johns <chrisj@rtems.org>
1160
1161        * sp35/priinv.c, sp35/priinv.c: Declare unions volatile to
1162        workaround the H8300 gcc bug.
1163
11642009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1165
1166        * sp54/init.c: Fix spacing.
1167
11682009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1169
1170        * sp02/sp02.doc, sp02/system.h: Update copyright year.
1171
11722009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1173
1174        * sp02/sp02.doc, sp02/system.h: Add test case for configuring the IDLE
1175
11762009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1177
1178        * Makefile.am, configure.ac: Add new test.
1179        * sp54/.cvsignore, sp54/Makefile.am, sp54/init.c, sp54/sp54.doc,
1180        sp54/sp54.scn: New files.
1181
11822009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
1183
1184        * Makefile.am, configure.ac: Add sp52 and sp53 based upon bug report
1185        from Sergio Faustino <sergio.faustino@edisoft.pt> regarding moving
1186        the time of day forward not making server based timers fire.
1187        * sp52/.cvsignore, sp52/Makefile.am, sp52/init.c, sp52/sp52.doc,
1188        sp52/sp52.scn, sp53/.cvsignore, sp53/Makefile.am, sp53/sp53.doc,
1189        sp53/sp53.scn: New files.
1190
11912009-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1192
1193        * sp51/init.c, sp51/sp51.scn: Add more priority ceiling test cases.
1194
11952009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1196
1197        PR 1415/cpukit
1198        * Makefile.am, configure.ac: Add test for very simple priority ceiling
1199        violation.
1200        * sp51/.cvsignore, sp51/Makefile.am, sp51/init.c, sp51/sp51.doc,
1201        sp51/sp51.scn: New files.
1202
12032009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1204
1205        PR 1413/cpukit
1206        * Makefile.am, configure.ac: Add test for case where server based
1207        timers which reinitiated themselves did not get reinserted onto timer
1208        chain.
1209        * sp50/.cvsignore, sp50/Makefile.am, sp50/init.c, sp50/sp50.doc,
1210        sp50/sp50.scn: New files.
1211
12122009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1213
1214        PR 1414/cpukit
1215        * Makefile.am, configure.ac: Tighten math on extraction of index so it
1216        is harder to trick by passing in a valid id of an incorrect object
1217        class.
1218        * sp49/.cvsignore, sp49/Makefile.am, sp49/init.c, sp49/sp49.doc,
1219        sp49/sp49.scn: New files.
1220
12212009-05-19      Chris Johns <chrisj@rtems.org>
1222
1223        * sp04/tswitch.c: Lower sample count for small memory targets.
1224       
12252009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1226
1227        * spprintk/init.c: printk() now 100% covered.
1228
12292009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1230
1231        * spprintk/init.c: More test cases.
1232
12332009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1234
1235        * sp09/screen11.c, sp09/sp09.scn: Add case where buffer size is not
1236        large enough for buffer node overhead.
1237
12382009-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
1239
1240        * Makefile.am, configure.ac, spwatchdog/system.h,
1241        spwkspace/Makefile.am, spwkspace/init.c: Add shell of test for
1242        printk. These will help coverage. Simplify spwkspace.
1243        * spprintk/.cvsignore, spprintk/Makefile.am, spprintk/init.c,
1244        spprintk/spprintk.scn: New files.
1245        * spwkspace/system.h: Removed.
1246
12472009-05-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1248
1249        * Makefile.am, configure.ac: New test to exercise rtems_workspace_XXX
1250        methods.
1251        * spwkspace/.cvsignore, spwkspace/Makefile.am, spwkspace/init.c,
1252        spwkspace/spwkspace.scn, spwkspace/system.h: New files.
1253
12542009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1255
1256        * sp04/system.h, sp04/task1.c, sp04/tswitch.c, sp07/init.c,
1257        sp12/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c,
1258        sp15/init.c, sp16/system.h, sp19/fptask.c, sp25/system.h,
1259        sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp31/task1.c,
1260        sp33/init.c, sp34/changepri.c, sp35/priinv.c, sp37/init.c,
1261        sp38/init.c, sp39/init.c, sp41/init.c, sp42/init.c, sp43/init.c,
1262        sp44/init.c, sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c,
1263        spfatal03/testcase.h, spfatal05/testcase.h, spfatal06/testcase.h,
1264        spfatal_support/system.h, spobjgetnext/init.c, spsize/getint.c,
1265        spsize/size.c: Fix warnings.
1266
12672009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
1268
1269        * Makefile.am, configure.ac: Add initial test of _Objects_Get_next.
1270        * spobjgetnext/.cvsignore, spobjgetnext/Makefile.am,
1271        spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn,
1272        spobjgetnext/system.h: New files.
1273
12742009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1275
1276        * sp25/init.c, sp25/system.h, sp25/task1.c: Reduce size of array from
1277        64k to 20k. No impact on test behavior.
1278
12792009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1280
1281        * sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.
1282
12832009-04-20      Santosh G Vattam <vattam.santosh@gmail.com>
1284
1285        * sp37/init.c, sp37/sp37.scn: Add test case for
1286        rtems_interrupt_level_attribute body.
1287
12882009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
1289
1290        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1291        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1292        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1293        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1294        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1295        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1296        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1297        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1298        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1299        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1300        sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am,
1301        sp36/Makefile.am, sp37/Makefile.am, sp38/Makefile.am,
1302        sp39/Makefile.am, sp40/Makefile.am, sp41/Makefile.am,
1303        sp42/Makefile.am, sp43/Makefile.am, sp44/Makefile.am,
1304        sp45/Makefile.am, sp46/Makefile.am, sp47/Makefile.am,
1305        sp48/Makefile.am, spfatal/Makefile.am,
1306        spfatal01/Makefile.am, spfatal02/Makefile.am,
1307        spfatal03/Makefile.am, spfatal04/Makefile.am,
1308        spfatal05/Makefile.am, spfatal06/Makefile.am,
1309        spfatal07/Makefile.am, spfatal08/Makefile.am,
1310        spfatal09/Makefile.am, spsize/Makefile.am,
1311        spwatchdog/Makefile.am:
1312        Eliminate _exe_/.exe.
1313
13142009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1315
1316        PR 1388/cpukit
1317        * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores
1318        allow both priority inherit and ceiling attributes to be set on
1319        semaphore create. These attributes are mutually exclusive and this
1320        should be an error.
1321
13222009-01-30      Joel Sherrill <joel.sherrill@oarcorp.com>
1323
1324        * Makefile.am, configure.ac: Add sp48 which tests that configuring for
1325        unlimited objects when configured for a unified workspace works as
1326        expected.
1327        * sp48/.cvsignore, sp48/Makefile.am, sp48/init.c, sp48/sp48.doc,
1328        sp48/sp48.scn: New files.
1329
13302009-01-21      Nickolay Kolchin <nbkolchin@gmail.com>
1331                Joel Sherrill <joel.sherrill@oarcorp.com>
1332
1333        PR 1357/cpukit
1334        * Makefile.am, configure.ac: Ensure creating a task with no ASR is
1335        honored.
1336        * sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
1337        sp47/sp47.scn: New files.
1338
13392009-01-16      Jennifer Averett <jennifer.averett@OARcorp.com>
1340
1341        * Makefile.am, configure.ac: Add new test to test Watchdog display
1342        helper routines. These reach into the SuperCore.
1343        * spwatchdog/.cvsignore, spwatchdog/Makefile.am, spwatchdog/delay.c,
1344        spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
1345        spwatchdog/system.h, spwatchdog/task1.c: New files.
1346
13472009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1348
1349        * sp30/task1.c: Cast pointer to id as "void *" rather than task Id.
1350
13512009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1352
1353        * sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen11.c,
1354        sp09/screen12.c, sp09/screen14.c: Use rtems_build_id rather than
1355        hard-coded hex numbers for bad object Ids.
1356
13572009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1358
1359        * sp15/system.h, sp19/system.h: Array of task names should be of type
1360        rtems_name not rtems_id. Similarly array of task ids should be
1361        rtems_id not rtems_name.
1362
13632008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
1364
1365        * spsize/size.c: Eliminate _TOD_Microseconds_per_tick.
1366
13672008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1368
1369        * Makefile.am, configure.ac, spfatal06/testcase.h,
1370        spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
1371        spsize/size.c: Eliminate pointers to API configuration tables in the
1372        main configuration table. Reference the main configuration table and
1373        the API configuration tables directly using the confdefs.h version
1374        rather than obtaining a pointer to it. This eliminated some
1375        variables, a potential fatal error, some unnecessary default
1376        configuration structures. Overall, about a 4.5% reduction in the code
1377        size for minimum and hello on the SPARC.
1378        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
1379        spfatal10/testcase.h: Removed.
1380
13812008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1382
1383        * sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
1384        sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
1385        sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.c: Run all tests
1386        successfully with maxixum number of priorities as 16 instead of 256.
1387        This was done by temporarily modifying the score priority.h maximum.
1388        This allowed testing of all API code to ensure that it worked
1389        properly with a reduced number of priorities. Most modifications were
1390        to switch from hard-coded maximum to using the API provided methods
1391        to determine maximum number of priority levels.
1392
13932008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1394
1395        * sp46/sp46.scn: Add screen missed earlier.
1396
13972008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1398
1399        PR 1348/cpukit
1400        * Makefile.am, configure.ac: Add test of special case of resetting cpu
1401        usage information while a period is running.
1402        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
1403        sp46/sp46.scn: New files.
1404
14052008-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
1406
1407        * sp45/init.c: New file.
1408
14092008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1410
1411        PR 1347/cpukit
1412        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
1413        Rework Timer Server to ensure that the context allows for blocking,
1414        allocating memory, and acquiring semaphores and mutexes.
1415        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
1416        New files.
1417
14182008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
1419
1420        * sp25/system.h: Add warning and temporary m32c conditional until size
1421        type addressed.
1422
14232008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1424
1425        * sp09/screen07.c: Use INT_MAX as number of messages so always
1426        properly sized and no overflow on constant.
1427        * sp09/screen10.c: Delay so on targets with simulator idle clock
1428        tick driver this will work.
1429        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
1430        byte boundaries rather than two byte boundaries.
1431        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
1432        allocate more memory than size_t holds on m32c.
1433
14342008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
1435
1436        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
1437        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
1438        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
1439        and Region calls. On 16-bit architectures, size_t can be 16-bits
1440        which would limit sizes to 64K. Also address constants which
1441        overflowed on 16-bit integer targets.
1442
14432008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
1444
1445        * sp43/sp43.scn: Bump version to 4.9.99.0
1446
14472008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
1448
1449        * sp19/system.h: Use "double" instead of "rtems_double".
1450
14512008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1452
1453        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
1454
14552008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
1456
1457        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
1458        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
1459        spfatal_support/init.c, spfatal_support/system.h:
1460        Convert to "bool".
1461
14622008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1463
1464        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
1465        declared in a public place.
1466
14672008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1468
1469        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
1470
14712008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1472
1473        * sp43/init.c: Fix derefence of uninitialized pointer.
1474
14752008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1476
1477        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
1478        multiprocessing is not enabled. Saves one more variable from single
1479        processor configuration.
1480
14812008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
1482
1483        PR 1212/cpukit
1484        * Makefile.am, configure.ac: Time slicing will not happen if the task
1485        mode is changed from a non-timeslicing mode to timeslicing mode if it
1486        is done by the executing thread (e.g. in its task body). This change
1487        includes sp44 to demonstrate the problem and verify the correction.
1488        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
1489
14902008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1491
1492        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
1493        architectures they are not supported on.
1494
14952008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
1496
1497        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
1498
14992008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
1500
1501        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
1502          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
1503
15042008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
1505
1506        * sp28/init.c: Corrections to configuration.
1507        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
1508        * spsize/size.c: _ISR_Vector_table only exists on architectures
1509        which use the Simple Vectored Interrupt Model.
1510
15112008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
1512
1513        * spsize/size.c: Convention calls for leading underscore on private
1514        RTEMS variables.
1515
15162008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1517
1518        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
1519        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
1520        Refactored and renamed initialization routines to
1521        rtems_initialize_data_structures, rtems_initialize_before_drivers,
1522        rtems_initialize_device_drivers, and
1523        rtems_initialize_start_multitasking. This opened the sequence up so
1524        that bootcard() could provide a more robust and flexible framework
1525        which is easier to explain and understand. This also lays the
1526        groundwork for sharing the division of available memory between the
1527        RTEMS workspace and heap and the C library initialization across all
1528        BSPs.
1529
15302008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1531
1532        * sp32/init.c: Formatting.
1533
15342008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1535
1536        * sp09/screen01.c: Correct test.
1537        * sp09/screen14.c: Update copyright.
1538        * sp28/init.c: Correct end of test messages.
1539
15402008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1541
1542        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
1543
15442008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1545
1546        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
1547        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
1548        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
1549        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
1550        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
1551        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
1552        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
1553        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
1554        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
1555        tests. Add a clock_settime case for < 1988.
1556
15572008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1558
1559        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
1560
15612008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1562
1563        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
1564        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
1565        * sp41/sp41.scn: Now has content.
1566        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
1567        Object Services recently added to API.
1568
15692008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
1570
1571        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
1572        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
1573        collection. This changed the name of a few previously public but
1574        undocumented services and added a some new services.
1575        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
1576        sp43/system.h: New files.
1577
15782008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1579
1580        * spfatal10/.cvsignore: New file.
1581
15822008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1583
1584        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
1585        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
1586        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
1587        New files.
1588
15892008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
1590
1591        * Makefile.am, configure.ac: Added fatal error tests
1592        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
1593        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
1594        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
1595        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
1596        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
1597        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
1598        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
1599        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
1600        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
1601        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
1602        spfatal_support/init.c, spfatal_support/system.h: New files.
1603
16042008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1605
1606        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
1607        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
1608        test messages.
1609
16102008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
1611
1612        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
1613        simple type to a union of an unsigned 32 bit integer and a pointer.
1614        This should help eliminate weird casts between u32 and pointers in
1615        various places. The APIs now have to explicitly call _u32 or _string
1616        versions of helper routines. This should also simplify things and
1617        eliminate the need for ugly casts in some cases.
1618
16192008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
1620
1621        * sp42/Makefile.am: New file.
1622
16232008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
1624
1625        Add sp42 to exercise thread queue with knowledge of the implementation
1626        so we can exercise all of the normal paths possible.
1627        * Makefile.am, configure.ac: Add sp42.
1628        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
1629
16302008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
1631
1632        * sp39/init.c: Add case for long timeout on blocking operation.
1633        * Makefile.am, configure.ac: Add new test to exercise thread
1634        queue blokcing synchronization. sp39 and sp41 are very similar.
1635        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
1636        sp41/system.h: New files.
1637
16382008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1639
1640        * sp39/init.c: Clean up.
1641
16422008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1643
1644        * sp39/init.c: Modify to improve coverage.
1645
16462008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
1647
1648        * sp36/strict_order_mut.c:
1649
16502008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1651
1652        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
1653        driver registration.
1654        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
1655        sp40/system.h: New files.
1656
16572008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
1658
1659        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
1660        Add test cases for:
1661          + message queue create requesting too many message buffers
1662            for the available memory
1663          + region extend with address inside existing heap
1664          + timer server initiate too large a stack, create error
1665        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
1666          + task set priority while holding resource
1667
16682008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
1669
1670        * Makefile.am, configure.ac: Added sp38 and sp39.
1671        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
1672        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
1673        sp39/sp39.scn, sp39/system.h: New files.
1674
16752007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
1676
1677        * sp36/strict_order_mut.c: New file.
1678
16792007-12-21      Xi Yang <hiyangxi@gmail.com>
1680
1681        * Makefile.am, configure.ac: Add support for proper stacking of
1682        priority inheritance on mutexes as well as enforce proper order of
1683        release.
1684        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
1685        sp36/sp36.scn: New files.
1686
16872007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1688
1689        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
1690        directive instead of violating RTEMS internals.
1691
16922007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
1693
1694        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
1695        Add test cases for User Extension Manager to improve code coverage.
1696        * sp21/task1.c: Fix spelling error.
1697
16982007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
1699
1700        * spsize/size.c: Account for previous changes in calculation of MPCI
1701        receive server stack.
1702
17032007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
1704
1705        * sp09/screen07.c, sp09/sp09.scn: Add test for
1706        rtems_message_queue_broadcast for bad buffer and count pointers.
1707        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
1708        with bad priority or initiating twice.
1709        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
1710        it forces a dispatch.
1711        * sp37/init.c: New file.
1712
17132007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1714
1715        * Makefile.am, configure.ac: Add new tests for interrupt disable,
1716        enable, flash, and is in progress. These are normally inlines but
1717        also have bodies for non-C code. This test also exercises the odd
1718        case of calling clock tick from outside an ISR.
1719        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
1720
17212007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1722
1723        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
1724        using notepad with the current task's ID or SELF
1725        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
1726        test missing test cases for clock_get.
1727
17282007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1729
1730        * sp28/init.c: Add test code for task variables to improve coverage.
1731
17322007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1733
1734        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
1735        RTEMS provided accessor macros to obtain configuration fields.
1736
17372007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
1738
1739        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
1740        Configuration Table. Eliminate CPU Table from all ports. Delete
1741        references to CPU Table in all forms.
1742
17432007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1744
1745        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
1746
17472007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1748
1749        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
1750        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
1751        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
1752        to improve test coverage.
1753
17542007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1755
1756        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
1757        coverage.
1758
17592007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1760
1761        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
1762
17632007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1764
1765        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
1766        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
1767        .scn files.
1768
17692007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1770
1771        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
1772        commented out and updated the .scn file.
1773
17742007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1775
1776        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
1777        buffered test IO.
1778
17792007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1780
1781        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
1782        rtems_io_unregister_driver did not have any test code.
1783
17842007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
1785
1786        * spsize/size.c: Eliminate maximum_drivers configuration parameter
1787        since it was used to configure a no longer used feature. Device names
1788        are now part of the filesystem not in a table. This also eliminated
1789        the variables _IO_Number_of_devices and _IO_Driver_name_table from
1790        RTEMS as well as the memory allocation used to populate
1791        _IO_Driver_name_table.
1792
17932007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
1794
1795        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
1796        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
1797        properly.
1798
17992007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1800
1801        * spsize/size.c: Eliminated the variables
1802        _RTEMS_tasks_User_initialization_tasks and
1803        _RTEMS_tasks_Number_of_initialization_tasks because they were only
1804        used in one place after initialized. It was a waste of space.
1805
18062007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1807
1808        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1809        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1810        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
1811        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1812        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1813        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1814        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1815        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1816        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
1817        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
1818        spsize/size.c: Add optional managers to Makefiles. Clean up test
1819        cases so last output line follows END OF pattern. Make sure test case
1820        all run. All tests appeared ok on sis.
1821
18222007-04-05      Joel Sherrill <joel@OARcorp.com>
1823
1824        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
1825
18262007-04-05      Joel Sherrill <joel@OARcorp.com>
1827
1828        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
1829        CONFIGURE_TEST_NEEDS_XXX configuration constants to
1830        CONFIGURE_APPLICATION_NEEDS_XXX.
1831
18322007-04-02      Joel Sherrill <joel@OARcorp.com>
1833
1834        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
1835
18362007-04-02      Joel Sherrill <joel@OARcorp.com>
1837
1838        * spsize/size.c: Convert from Classic API style TOD_Control as
1839        fundamental time structure to POSIX struct timespec. Add
1840        clock_get_uptime().
1841
18422007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
1843
1844        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
1845
18462007-03-26      Joel Sherrill <joel@OARcorp.com>
1847
1848        * sp35/priinv.c: Remove warning.
1849
18502007-03-10      Joel Sherrill <joel@OARcorp.com>
1851
1852        * sp26/system.h: Remove incorrect and duplicate
1853        CONFIGURE_EXTRA_TASK_STACKS.
1854
18552007-03-05      Joel Sherrill <joel@OARcorp.com>
1856
1857        PR 1222/cpukit
1858        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
1859        thread that is blocked on a priority based thread queue is changed,
1860        that its placement in the queue is reevaluated based upon the new
1861        priority. This enhancement includes modifications to the SuperCore as
1862        well as new test cases.
1863        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
1864        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
1865        sp35/sp35.doc, sp35/sp35.scn: New files.
1866
18672007-03-05      Joel Sherrill <joel@OARcorp.com>
1868
1869        * sp26/system.h: Correct memory required for stack sizes.
1870
18712007-02-06      Joel Sherrill <joel@OARcorp.com>
1872
1873        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
1874        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
1875        tests.
1876
18772006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1878
1879        * sp33/init.c: Improve barrier test to include normal blocking with
1880        manual release and unblocking in barrier deletion.
1881
18822006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1883
1884        * configure.ac: New BUG-REPORT address.
1885
18862006-11-20      Joel Sherrill <joel@OARcorp.com>
1887
1888        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
1889        and make output more compliant with other tests.
1890
18912006-11-17      Joel Sherrill <joel@OARcorp.com>
1892
1893        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
1894        cases intended on all targets possible with new heap algorithm.
1895
18962006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1897
1898        * Makefile.am, configure.ac: Adding Classic API Barriers.
1899        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
1900        New files.
1901
19022006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1903
1904        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1905
19062006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1907
1908        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1909        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1910        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1911        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1912        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1913        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1914        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1915        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1916        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1917        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1918        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
1919        Use rtems_testsdir instead.
1920
19212006-04-05      Joel Sherrill <joel@OARcorp.com>
1922                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
1923
1924        * spsize/size.c: Victor spotted the problem that
1925        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
1926        variables and needed to be set to the same value.  I took that
1927        idea and just removed _Thread_MP_Receive.  All uses are now
1928        _MPCI_Receive_server_tcb.
1929
19302005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1931
1932        * configure.ac: Remove RTEMS_ENABLE_BARE,
1933        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1934
19352005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1936
1937        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1938        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1939        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1940        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1941        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1942        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1943        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1944        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1945        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1946        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1947        spfatal/Makefile.am, spsize/Makefile.am:
1948        Convert to use *_PROGRAMS.
1949
19502005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1951
1952        * sp01/Makefile.am, sp02/Makefile.am,
1953        sp03/Makefile.am, sp04/Makefile.am,
1954        sp05/Makefile.am, sp06/Makefile.am,
1955        sp07/Makefile.am, sp08/Makefile.am,
1956        sp09/Makefile.am, sp11/Makefile.am,
1957        sp12/Makefile.am, sp13/Makefile.am,
1958        sp14/Makefile.am, sp15/Makefile.am,
1959        sp16/Makefile.am, sp17/Makefile.am,
1960        sp19/Makefile.am, sp20/Makefile.am,
1961        sp21/Makefile.am, sp22/Makefile.am,
1962        sp23/Makefile.am, sp24/Makefile.am,
1963        sp25/Makefile.am, sp26/Makefile.am,
1964        sp27/Makefile.am, sp28/Makefile.am,
1965        sp29/Makefile.am, sp30/Makefile.am,
1966        sp31/Makefile.am, sp32/Makefile.am,
1967        spfatal/Makefile.am, spsize/Makefile.am: Rework.
1968
19692005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1970
1971        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1972        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1973        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1974        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1975        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1976        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1977        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1978        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1979        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1980        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1981        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
1982        * sptests.am: Remove.
1983
19842005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1985
1986        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1987        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1988        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1989        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1990        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1991        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1992        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1993        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1994        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
1995        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
1996        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
1997
19982005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1999
2000        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
2001
20022005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2003
2004        * spsize/Makefile.am: Rename TEST to spsize.
2005        * spsize/size.scn: Remove.
2006        * spsize/spsize.scn: New (renamed from size.scn).
2007
20082005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2009
2010        * configure.ac: Add spfatal/Makefile.
2011        * Makefile.am: Add spfatal to DIST_SUBDIRS.
2012        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2013        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
2014        * sptests.am: Remove LIB_VARIANT.
2015
20162005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2017
2018        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2019        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2020        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2021        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2022        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2023        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2024        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2025        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2026        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2027        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
2028        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
2029
20302005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2031
2032        * Makefile.am: Cleanup.
2033
20342005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2035
2036        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
2037        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2038        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2039        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2040        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2041        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2042        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2043        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2044        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2045        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2046        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
2047        spfatal/Makefile.am, spsize/Makefile.am:
2048        Partial conversion to automake.
2049
20502005-03-07      Joel Sherrill <joel@OARcorp.com>
2051
2052        * sp13/task1.c: Removed warnings.
2053
20542004-09-29      Joel Sherrill <joel@OARcorp.com>
2055
2056        * spsize/size.c: i960 obsoleted and all references removed.
2057
20582004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
2059
2060        * configure.ac: Require automake > 1.9.
2061
20622004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
2063
2064        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2065        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2066        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2067        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2068        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2069        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2070        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2071        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2072        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2073        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2074        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2075        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2076        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2077        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2078        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2079        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2080        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2081        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2082        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2083        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2084        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2085        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2086        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2087        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2088        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2089        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2090        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2091        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2092        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2093        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2094        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2095        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2096
20972004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
2098
2099        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
2100
21012004-03-30      David Querbach <querbach@realtime.bc.ca>
2102
2103        PR 595/tests
2104        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
2105        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
2106        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
2107        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
2108        others treat it as a count of longs.
2109
21102004-03-30      David Querbach <querbach@realtime.bc.ca>
2111
2112        PR 596/tests
2113        * sp32/init.c: A missing definition of TEST_INIT before including
2114        <tmacros.h> means that buffered output will not work even if selected
2115        in buffer_test_io.h.
2116
21172004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
2118
2119        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
2120        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
2121        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
2122        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
2123        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
2124        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
2125        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
2126        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
2127        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
2128        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
2129        types.
2130
21312004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2132
2133        * configure.ac: Add 2nd arg to RTEMS_TOP.
2134
21352004-03-05      Joel Sherrill <joel@OARcorp.com>
2136
2137        * sp07/buffered_io.c: Remove warning.
2138
21392004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2140
2141        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
2142        Add PRE/TMPINSTALL_FILES to CLEANFILES.
2143        * sp02/Makefile.am: Ditto.
2144        * sp03/Makefile.am: Ditto.
2145        * sp04/Makefile.am: Ditto.
2146        * sp05/Makefile.am: Ditto.
2147        * sp06/Makefile.am: Ditto.
2148        * sp07/Makefile.am: Ditto.
2149        * sp08/Makefile.am: Ditto.
2150        * sp09/Makefile.am: Ditto.
2151        * sp11/Makefile.am: Ditto.
2152        * sp12/Makefile.am: Ditto.
2153        * sp13/Makefile.am: Ditto.
2154        * sp14/Makefile.am: Ditto.
2155        * sp15/Makefile.am: Ditto.
2156        * sp16/Makefile.am: Ditto.
2157        * sp17/Makefile.am: Ditto.
2158        * sp19/Makefile.am: Ditto.
2159        * sp20/Makefile.am: Ditto.
2160        * sp21/Makefile.am: Ditto.
2161        * sp22/Makefile.am: Ditto.
2162        * sp23/Makefile.am: Ditto.
2163        * sp24/Makefile.am: Ditto.
2164        * sp25/Makefile.am: Ditto.
2165        * sp26/Makefile.am: Ditto.
2166        * sp27/Makefile.am: Ditto.
2167        * sp28/Makefile.am: Ditto.
2168        * sp29/Makefile.am: Ditto.
2169        * sp30/Makefile.am: Ditto.
2170        * sp31/Makefile.am: Ditto.
2171        * sp32/Makefile.am: Ditto.
2172        * spfatal/Makefile.am: Ditto.
2173        * spsize/Makefile.am: Ditto.
2174
21752003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2176
2177        * sptests.am: Add dirstamp support.
2178
21792003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2180
2181        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
2182
21832003-12-16      Joel Sherrill <joel@OARcorp.com>
2184
2185        PR 544/tests
2186        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
2187        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
2188        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
2189        make tests account for resources and not print at inappropriate
2190        times.
2191        * sp07/buffered_io.c: New file.
2192
21932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2194
2195        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2196
21972003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2198
2199        * sp01/Makefile.am: Remove all-local: $(ARCH).
2200        * sp02/Makefile.am: Remove all-local: $(ARCH).
2201        * sp03/Makefile.am: Remove all-local: $(ARCH).
2202        * sp04/Makefile.am: Remove all-local: $(ARCH).
2203        * sp05/Makefile.am: Remove all-local: $(ARCH).
2204        * sp06/Makefile.am: Remove all-local: $(ARCH).
2205        * sp07/Makefile.am: Remove all-local: $(ARCH).
2206        * sp08/Makefile.am: Remove all-local: $(ARCH).
2207        * sp09/Makefile.am: Remove all-local: $(ARCH).
2208        * sp11/Makefile.am: Remove all-local: $(ARCH).
2209        * sp12/Makefile.am: Remove all-local: $(ARCH).
2210        * sp13/Makefile.am: Remove all-local: $(ARCH).
2211        * sp14/Makefile.am: Remove all-local: $(ARCH).
2212        * sp15/Makefile.am: Remove all-local: $(ARCH).
2213        * sp16/Makefile.am: Remove all-local: $(ARCH).
2214        * sp17/Makefile.am: Remove all-local: $(ARCH).
2215        * sp19/Makefile.am: Remove all-local: $(ARCH).
2216        * sp20/Makefile.am: Remove all-local: $(ARCH).
2217        * sp21/Makefile.am: Remove all-local: $(ARCH).
2218        * sp22/Makefile.am: Remove all-local: $(ARCH).
2219        * sp23/Makefile.am: Remove all-local: $(ARCH).
2220        * sp24/Makefile.am: Remove all-local: $(ARCH).
2221        * sp25/Makefile.am: Remove all-local: $(ARCH).
2222        * sp26/Makefile.am: Remove all-local: $(ARCH).
2223        * sp27/Makefile.am: Remove all-local: $(ARCH).
2224        * sp28/Makefile.am: Remove all-local: $(ARCH).
2225        * sp29/Makefile.am: Remove all-local: $(ARCH).
2226        * sp30/Makefile.am: Remove all-local: $(ARCH).
2227        * sp31/Makefile.am: Remove all-local: $(ARCH).
2228        * sp32/Makefile.am: Remove all-local: $(ARCH).
2229        * spfatal/Makefile.am: Remove all-local: $(ARCH).
2230        * spsize/Makefile.am: Remove all-local: $(ARCH).
2231
22322003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2233
2234        * configure.ac: Reflect having moved to testsuites/.
2235
22362003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2237
2238        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2239
22402003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2241
2242        * configure.ac:Remove RTEMS_CHECK_CPU.
2243
22442003-09-04      Joel Sherrill <joel@OARcorp.com>
2245
2246        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
2247        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
2248        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
2249        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
2250        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
2251        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
2252        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
2253        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
2254        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
2255        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
2256        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
2257        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
2258        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
2259        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
2260        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
2261        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
2262        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
2263        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
2264        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
2265        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
2266        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
2267        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
2268        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
2269        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
2270        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
2271        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
2272        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
2273        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
2274        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
2275        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
2276        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
2277        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
2278        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
2279        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
2280        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
2281        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
2282        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
2283        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
2284        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
2285        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
2286        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
2287        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
2288        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
2289        spsize/size.c, spsize/system.h: URL for license changed.
2290
22912003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
2292
2293        PR 458/tests
2294        * sp30/task1.c: Correct indexing problem.
2295
22962003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2297
2298        * Makefile.am: Reflect having moved aclocal/.
2299
23002003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2301
2302        * Makefile.am: Reflect having moved automake/.
2303        * sp01/Makefile.am: Reflect having moved automake/.
2304        * sp02/Makefile.am: Reflect having moved automake/.
2305        * sp03/Makefile.am: Reflect having moved automake/.
2306        * sp04/Makefile.am: Reflect having moved automake/.
2307        * sp05/Makefile.am: Reflect having moved automake/.
2308        * sp06/Makefile.am: Reflect having moved automake/.
2309        * sp07/Makefile.am: Reflect having moved automake/.
2310        * sp08/Makefile.am: Reflect having moved automake/.
2311        * sp09/Makefile.am: Reflect having moved automake/.
2312        * sp11/Makefile.am: Reflect having moved automake/.
2313        * sp12/Makefile.am: Reflect having moved automake/.
2314        * sp13/Makefile.am: Reflect having moved automake/.
2315        * sp14/Makefile.am: Reflect having moved automake/.
2316        * sp15/Makefile.am: Reflect having moved automake/.
2317        * sp16/Makefile.am: Reflect having moved automake/.
2318        * sp17/Makefile.am: Reflect having moved automake/.
2319        * sp19/Makefile.am: Reflect having moved automake/.
2320        * sp20/Makefile.am: Reflect having moved automake/.
2321        * sp21/Makefile.am: Reflect having moved automake/.
2322        * sp22/Makefile.am: Reflect having moved automake/.
2323        * sp23/Makefile.am: Reflect having moved automake/.
2324        * sp24/Makefile.am: Reflect having moved automake/.
2325        * sp25/Makefile.am: Reflect having moved automake/.
2326        * sp26/Makefile.am: Reflect having moved automake/.
2327        * sp27/Makefile.am: Reflect having moved automake/.
2328        * sp28/Makefile.am: Reflect having moved automake/.
2329        * sp29/Makefile.am: Reflect having moved automake/.
2330        * sp30/Makefile.am: Reflect having moved automake/.
2331        * sp31/Makefile.am: Reflect having moved automake/.
2332        * sp32/Makefile.am: Reflect having moved automake/.
2333        * spfatal/Makefile.am: Reflect having moved automake/.
2334        * spsize/Makefile.am: Reflect having moved automake/.
2335
23362003-08-14      Joel Sherrill <joel@OARcorp.com>
2337
2338        * sp02/task1.c: Added ID to name lookup service and changed name of
2339        id/name translation status code. This propagated to multiple
2340        functions. The user API service added was rtems_object_id_to_name()
2341
23422003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2343
2344        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2345
23462003-05-29      Joel Sherrill <joel@OARcorp.com>
2347
2348        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
2349
23502003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2351
2352        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
2353        CC_CFLAGS_DEFAULT (obsolete).
2354
23552003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2356
2357        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
2358        Remove CC_LDFLAGS_PROFILE_V.
2359
23602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2361
2362        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2363
23642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2365
2366        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2367
23682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2369
2370        * configure.ac: AC_PREREQ(2.57).
2371
23722002-11-14      Joel Sherrill <joel@OARcorp.com>
2373
2374        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
2375        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
2376        update the IDs in the screens.
2377
23782002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2379
2380        * .cvsignore: Reformat.
2381        Add autom4te*cache.
2382        Remove autom4te.cache.
2383
23842002-09-14      Joel Sherrill <joel@OARcorp.com>
2385
2386        * sp32/.cvsignore: New file.
2387
23882002-09-14      Aaron J. Grier <aaron@frye.com>
2389
2390        * PR271 was not applicable against the current source but included
2391        a nice test that Joel decided to add to the tree as sp32.
2392        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
2393        * Makefile.am, configure.ac: Modified to reflect addition.
2394
23952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2396
2397        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
2398        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
2399        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
2400        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
2401        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
2402        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
2403        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
2404        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
2405        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
2406        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
2407        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
2408        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
2409        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
2410        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
2411        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
2412        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
2413        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
2414        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
2415        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
2416        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
2417        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
2418        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
2419        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
2420        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
2421        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
2422        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
2423        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
2424        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
2425        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
2426        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
2427        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
2428
24292002-08-01      Joel Sherrill <joel@OARcorp.com>
2430
2431        * Per PR47 add support for buffered test output.  This involved
2432        adding defines to redirect output to a buffer and dump it when
2433        full, at "test pause", and at exit.  To avoid problems when redefining
2434        exit(), all tests were modified to call rtems_test_exit().
2435        Some tests, notable psxtests, had to be modified to include
2436        the standard test macro .h file (pmacros.h or tmacros.h) to
2437        enable this support.
2438        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
2439        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
2440        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
2441        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
2442        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
2443        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
2444        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
2445
24462002-07-30      Joel Sherrill <joel@OARcorp.com>
2447
2448        * spsize/size.c: Don't reference the RTEMS allocated interrupt
2449        stack if the port doesn't configure using it.
2450
24512002-07-04      Joel Sherrill <joel@OARcorp.com>
2452
2453        * Jump table for single entry point removed.
2454        * spsize/size.c:  Modified to reflect above.
2455
24562002-07-01      Joel Sherrill <joel@OARcorp.com>
2457
2458        * sp29/init.c: Corrected definitions for task stack usage.
2459
24602002-07-01      Joel Sherrill <joel@OARcorp.com>
2461
2462        * spsize/size.c: _Thread_queue_Extract_table removed.
2463
24642001-05-17      Joel Sherrill <joel@OARcorp.com>
2465
2466        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
2467        number of staticly configured device drivers.
2468
24692001-05-14      Joel Sherrill <joel@OARcorp.com>
2470
2471        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
2472        than the configured number of drivers.
2473 
24742002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2475
2476        * configure.ac: Remove ENABLE_GCC28.
2477
24782001-04-04      Joel Sherrill <joel@OARcorp.com>
2479
2480        * spsize/size.c: Reflect SPARC modifcation to get rid of
2481        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
2482 
24832001-03-29      Joel Sherrill <joel@OARcorp.com>
2484
2485        * Per PR147 addressed problems when reseting and inserting a timer
2486        into a timer chain that did not honor time passage since the last
2487        time the timer server was scheduled and the new insertion.
2488        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
2489
24902001-03-28      Joel Sherrill <joel@OARcorp.com>
2491
2492        * Side-effect of PR132.
2493        * sp21/system.h: Now must explicitly request NULL driver.
2494
24952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2496
2497        * configure.ac:
2498        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2499        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2500        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2501        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
2502        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2503        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
2504        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
2505        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
2506        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
2507        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
2508        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
2509        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
2510        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
2511        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
2512        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
2513        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
2514        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
2515        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
2516        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
2517        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
2518        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
2519        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
2520        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
2521        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
2522        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
2523        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
2524        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
2525        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
2526        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
2527        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
2528        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
2529        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
2530        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
2531        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
2532
25332002-03-20      Chris Johns <ccj@acm.org>
2534
2535        * PR145.
2536        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
2537        in system (e.g. driver tasks).  Also exit on minimum number of
2538        switches not precise number.
2539
25402001-01-29      Joel Sherrill <joel@OARcorp.com>
2541
2542        * Fixed bug where resetting a timer that was not at the head
2543        of one of the task timer chains resulted in the Timer Server
2544        task waking up too far in the future.
2545        * Added rtems_timer_get_information() directive to support testing.
2546        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
2547        above condition.
2548
25492001-01-22      Joel Sherrill <joel@OARcorp.com>
2550
2551        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
2552        because priority added as argument to rtems_timer_initiate_server().
2553
25542001-01-16      Joel Sherrill <joel@OARcorp.com>
2555
2556        * Added tests for task-based timers.  This included the new tests
2557        sp30 and sp31.
2558        * Makefile.am, configure.ac: Modified to reflect new tests and files.
2559        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
2560        for task-based timer services.
2561        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
2562        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
2563        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
2564        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
2565        sp31/task1.c: New files.
2566
25672001-11-01      Joel Sherrill <joel@OARcorp.com>
2568
2569        * sp26/system.h: Properly account for stack memory used by
2570        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
2571        and processed as PR78.
2572
25732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2574
2575        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2576        * configure.in: Remove.
2577        * configure.ac: New file, generated from configure.in by autoupdate.
2578
25792001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2580
2581        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2582
25832001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2584
2585        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
2586        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
2587        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
2588        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
2589        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
2590        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
2591        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
2592        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
2593        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
2594        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
2595        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
2596        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
2597        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
2598        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
2599        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
2600        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
2601        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
2602        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
2603        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
2604        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
2605        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
2606        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
2607        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
2608        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
2609        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
2610        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
2611        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
2612        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
2613        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
2614
26152001-08-16      Joel Sherrill <joel@OARcorp.com>
2616
2617        * sp20/system.h: Account for extra task stacks properly.
2618
26192001-08-16      Joel Sherrill <joel@OARcorp.com>
2620
2621        * sp13/sp13.scn: Id in screen had wrong class field value.
2622        * sp13/system.h: Account for message buffer memory.
2623        * sp13/task2.c: Remove unnecessary check for failure.
2624
26252001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
2626
2627        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
2628
26292001-04-20      Joel Sherrill <joel@OARcorp.com>
2630
2631        * sp298/sp28.scn: Minor adjustment so test output matches the screen
2632        file.
2633
26342001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2635
2636        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
2637
26382001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2639
2640        * sp21/Makefile.am: Remove libtest.
2641
26422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2643
2644        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2645
26462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2647
2648        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2649
26502000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2651
2652        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2653        Switch to GNU canonicalization.
2654        * sptests.am: Remove DEFS.
2655
26562000-09-29      Joel Sherrill <joel@OARcorp.com>
2657
2658        * sp20/sp20.scn: Corrected to reflect new addition.
2659        * sp20/system.h: Removed comment reflecting history.
2660
26612000-09-29      Stephan Merker <merker@decrc.abb.de>
2662
2663        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
2664        Added new task to test sequence of altering a period's length
2665        while it is still active.
2666
26672000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2668
2669        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2670        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2671        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2672        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2673        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2674        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2675        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2676        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2677        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2678        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
2679
26802000-08-10      Joel Sherrill <joel@OARcorp.com>
2681
2682        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.