source: rtems/testsuites/sptests/ChangeLog @ 4479b373

4.115
Last change on this file since 4479b373 was 4479b373, checked in by Joel Sherrill <joel.sherrill@…>, on 07/07/10 at 14:16:55

2010-07-07 Bharath Suri <bharath.s.jois@…>

PR 1603/testing

  • spassoc01/init.c, spassoc01/Makefile.am, spassoc01/spassoc01.doc, spassoc01/spassoc01.scn: Added new test.
  • Makefile.am, configure.ac: Added new test spassoc01 for rtems_assoc routines.
  • Property mode set to 100644
File size: 101.6 KB
Line 
12010-07-07      Bharath Suri <bharath.s.jois@gmail.com>
2
3        PR 1603/testing
4        * spassoc01/init.c, spassoc01/Makefile.am,
5        spassoc01/spassoc01.doc, spassoc01/spassoc01.scn: Added new test.
6        * Makefile.am, configure.ac: Added new test spassoc01 for
7        rtems_assoc routines.
8
92010-07-07      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        PR 1606/cpukit
12        * spfatal_support/init.c: Remove
13        INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
14
152010-07-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
16
17        * spfatal09/.cvsignore, spfatal09/Makefile.am,
18        spfatal09/spfatal09.doc, spfatal09/spfatal09.scn,
19        spfatal09/testcase.h: Removed files.
20        * Makefile.am, configure.ac: Reflect changes above.
21        * spfatal_support/init.c: Print end of test message in case of
22        success.  Stop multitasking in the fatal error extension.
23        * spfatal03/testcase.h, spfatal07/testcase.h: Use printk() instead of
24        puts().
25        * spfatal01/spfatal01.scn, spfatal02/spfatal02.scn,
26        spfatal03/spfatal03.scn, spfatal04/spfatal04.scn,
27        spfatal05/spfatal05.scn, spfatal06/spfatal06.scn,
28        spfatal07/spfatal07.scn, spfatal08/spfatal08.scn,
29        spfatal10/spfatal10.scn, spfatal11/spfatal11.scn,
30        spfatal12/spfatal12.scn, spfatal13/spfatal13.scn,
31        spfatal14/spfatal14.scn, spfatal15/spfatal15.scn,
32        spfatal16/spfatal16.scn, spfatal17/spfatal17.scn,
33        spfatal18/spfatal18.scn, spfatal19/spfatal19.scn,
34        spfatal20/spfatal20.scn: Update.
35
362010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
37
38        * sp21/init.c, sp21/sp21.scn: Tidy up with one last case to get 100%
39        coverage of rtems_io_lookup_name().
40
412010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
42
43        * sp21/Makefile.am, sp21/init.c, sp21/sp21.scn: Add
44        rtems_io_lookup_name() and simplify test.
45        * sp21/system.h, sp21/task1.c: Removed.
46
472010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * Makefile.am, configure.ac: Add new fatal error test for termios
50        initialize.
51        * spfatal20/.cvsignore, spfatal20/Makefile.am, spfatal20/spfatal20.doc,
52        spfatal20/spfatal20.scn, spfatal20/testcase.h: New files.
53
542010-07-05      Bharath Suri <bharath.s.jois@gmail.com>
55
56        PR 1600/testing
57        * spfifo05/init.c, spfifo05/spfifo05.doc, spfifo05/spfifo05.scn,
58        spfifo05/Makefile.am: New tests for pipe/fifo routines.
59        * Makefile.am, configure.ac: Add new test.
60
612010-07-02      Bharath Suri <bharath.s.jois@gmail.com>
62
63        PR 1600/testing
64        * spfifo04/init.c, spfifo04/spfifo04.doc, spfifo04/spfifo04.scn,
65        spfifo04/Makefile.am: New files to improve coverage on fifo/pipe
66        routines
67        * Makefile.am, configure.ac: Add new test.
68
692010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * sp68/init.c: Add alignment to region_area. Fix spelling.
72
732010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        PR 1573/cpukit
76        * spsize/size.c: Add a per cpu data structure which contains the
77        information required by RTEMS for each CPU core. This encapsulates
78        information such as thread executing, heir, idle and dispatch needed.
79
802010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * sp69/Makefile.am: Really needs spin.c
83
842010-06-26      Bharath Suri <bharath.s.jois@gmail.com>
85
86        PR 1592/testing
87        * Makefile.am, configure.ac: Changes to incorporate sperror01,
88        sperror02, sperror03
89        * sperror01/init.c, sperror02/init.c: New tests to exercise
90        rtems_error routine
91        * sperror03/init.c: New test to exercise rtems_panic routine
92
932010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * sp69/Makefile.am, sp71/Makefile.am, spfifo02/Makefile.am: Tests do
96        not need spin.c
97
982010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * sp70/Makefile.am: Tests do not need spin.c
101
1022010-06-24      Bharath Suri <bharath.s.jois@gmail.com>
103
104        * Makefile.am, configure.ac: Removed some fifo tests.
105        * spfifo01/Makefile.am, spfifo01/init.c: Minor changes to avoid
106        excessive new lines in the output.
107
108        spfifo02/Makefile.am, spfifo02/init.c, spfifo02/spfifo02.doc,
109        spfifo02/spfifo02.scn, spfifo03/Makefile.am: Merge from spfifo08.
110        Also added a few more cases, mostly from spfifo04/init.c.
111        * spfifo03/init.c, spfifo03/spfifo03.doc, spfifo03/spfifo03.scn:
112        Previously was spfifo06. Configure parameter for pipes is used now.
113        * spfifo04/.cvsignore, spfifo04/Makefile.am, spfifo04/init.c,
114        spfifo04/spfifo04.doc, spfifo04/spfifo04.scn, spfifo08/.cvsignore,
115        spfifo08/Makefile.am, spfifo08/init.c, spfifo08/spfifo08.doc,
116        spfifo08/spfifo08.scn: Removed.
117
1182010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
119
120        * Makefile.am, configure.ac: Add new test to exercise path where using
121        unlimited object support you are about to allocate more objects than
122        can be represented in the Id. This test will NOT pass on targets with
123        insufficient RAM.
124        * sp71/.cvsignore, sp71/Makefile.am, sp71/init.c, sp71/sp71.doc,
125        sp71/sp71.scn: New files.
126
1272010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * Makefile.am, configure.ac: spfatal20 not ready.
130
1312010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * Makefile.am, configure.ac: Add new tests to generate fatal errors in
134        rtems_termios_open().
135        * spfatal16/.cvsignore, spfatal16/Makefile.am, spfatal16/spfatal16.doc,
136        spfatal16/spfatal16.scn, spfatal16/testcase.h, spfatal17/.cvsignore,
137        spfatal17/Makefile.am, spfatal17/spfatal17.doc,
138        spfatal17/spfatal17.scn, spfatal17/testcase.h, spfatal18/.cvsignore,
139        spfatal18/Makefile.am, spfatal18/spfatal18.doc,
140        spfatal18/spfatal18.scn, spfatal18/testcase.h, spfatal19/.cvsignore,
141        spfatal19/Makefile.am, spfatal19/spfatal19.doc,
142        spfatal19/spfatal19.scn, spfatal19/testcase.h: New files.
143
1442010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * Makefile.am, configure.ac, spfatal_support/init.c,
147        spfatal_support/system.h: Add new tests to generate fatal errors in
148        open_dev_console().
149        * spfatal14/.cvsignore, spfatal14/Makefile.am, spfatal14/spfatal14.doc,
150        spfatal14/spfatal14.scn, spfatal14/testcase.h, spfatal15/.cvsignore,
151        spfatal15/Makefile.am, spfatal15/spfatal15.doc,
152        spfatal15/spfatal15.scn, spfatal15/testcase.h,
153        spfatal_support/consume_sems.c: New files.
154
1552010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * sp43/init.c: Remove more ITRON references.
158
1592010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
160
161        * sp09/screen01.c: Fix warning.
162
1632010-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * spfifo08/init.c: Catch more cases but discussion on errors and proper
166        behaviour remain.
167
1682010-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * spfifo02/init.c, spfifo03/init.c, spfifo04/init.c: Configure pipes
171        used.
172
1732010-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * Makefile.am, configure.ac: New test for error cases in FIFO creation.
176        * spfifo08/.cvsignore, spfifo08/Makefile.am, spfifo08/init.c,
177        spfifo08/spfifo08.doc, spfifo08/spfifo08.scn: New files.
178
1792010-06-19      Joel Sherrill <joel.sherrill@oarcorp.com>
180
181        * sp09/screen01.c, sp09/sp09.scn, sp43/init.c, sp43/sp43.scn,
182        spfatal_support/init.c: Remove references to ITRON constants.
183
1842010-06-19      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * Makefile.am, configure.ac: Add sp70 to test slot
187        reclamation and reuse for unlimited object configuration.
188        * sp70/.cvsignore, sp70/Makefile.am, sp70/init.c, sp70/sp70.doc,
189        sp70/sp70.scn: New files.
190
1912010-06-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
192
193        * sp16/task1.c: Update for heap extend changes.
194
1952010-06-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
196
197        * spfifo01/init.c, spfifo01/spfifo01.scn: Update for IMFS API changes.
198
1992010-06-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
200
201        * spmkdir/.cvsignore, spmkdir/Makefile.am, spmkdir/init.c,
202        spmkdir/spmkdir.doc, spmkdir/spmkdir.scn: New files.
203        * Makefile.am, configure.ac: Reflect changes above.
204
2052010-06-07      Bharath Suri <bharath.s.jois@gmail.com>
206
207        * spfifo01/main.c: New file.
208
2092010-06-07      Bharath Suri <bharath.s.jois@gmail.com>
210
211        PR PR1542
212        * Makefile.am, configure.ac: Coverage improvement: fifo_open.
213        * spfifo01/spfifo01.doc, spfifo01/spfifo01.scn, spfifo01/test.c,
214        spfifo02/Makefile.am, spfifo02/main.c, spfifo02/spfifo02.doc,
215        spfifo02/spfifo02.scn, spfifo02/test.c, spfifo03/Makefile.am,
216        spfifo03/main.c, spfifo03/spfifo03.doc, spfifo03/spfifo03.scn,
217        spfifo03/test.c, spfifo04/Makefile.am, spfifo04/main.c,
218        spfifo04/spfifo04.doc, spfifo04/spfifo04.scn, spfifo04/test.c: New
219        files.
220
2212010-06-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
222
223        * sp09/screen12.c: Update for heap extend changes.
224
2252010-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * sp62/init.c, sp65/init.c: #include <unistd.h>.
228
2292010-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * sp43/init.c: Readdress use of ctype methods per recommendation from
232        D.J. Delorie on the newlib mailing list. We should pass an unsigned
233        char into these methods.
234
2352010-03-10      Joel Sherrill <joel.sherrill@oarcorp.com>
236
237        * Makefile.am, configure.ac: Add new fatal error for configuring
238        unlimited and maximum of 0.
239        * spfatal13/.cvsignore, spfatal13/Makefile.am, spfatal13/spfatal13.doc,
240        spfatal13/spfatal13.scn, spfatal13/testcase.h: New files.
241
2422010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
243
244        * sp43/init.c: Fix warning.
245
2462009-12-15      Glenn Humphrey <glenn.humphrey@OARcorp.com>
247
248        * sp69/init.c: Fixed warnings.
249
2502009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
251
252        * sp14/sp14.doc, sp14/sp14.scn: doc file have scn contents. Fix and
253        update.
254
2552009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
256
257        * sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: Add test for statistics on
258        expired periods. This detected the recently introduced PR1480.
259
2602009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
261
262        * sp69/.cvsignore: New file.
263
2642009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
265
266        * Makefile.am, configure.ac: Added a test for rate_monotonic_get_status
267        to ensure that all paths are tested.
268        * sp69/Makefile.am, sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: New files.
269
2702009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
271
272        * sp31/task1.c: Fixed spacing.
273
2742009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
275
276        * sp18/init.c, sp31/task1.c, sp43/init.c, sp63/init.c, sp64/init.c,
277        spfatal10/testcase.h, spfatal11/testcase.h, spobjgetnext/init.c,
278        spwkspace/init.c: Use rtems_test_assert() consistently instead of
279        system assert(). rtems_test_assert() is designed to integrate into
280        the RTEMS test suite infrastructure.
281
2822009-12-04      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
283
284        * sp31/sp31.scn, sp31/task1.c, spintrcritical17/init.c: New test
285        cases. Updated copyright notice.
286
2872009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
288
289        * sp25/task1.c: Use PRIuPTR for segment_sizes.
290
2912009-11-30      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
292
293        * sp68/Makefile.in, sp68/.cvsignore,
294        * spintrcritical17/Makefile.in, spintrcritical17/.cvsignore:
295        removed unneeded Makefile.in, added cvsignore
296       
2972009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
298
299        * sp68/init.c, sp68/Makefile.am, sp68/sp68.doc, sp68/sp68.scn,
300        spintrcritical17/init.c, spintrcritical17/Makefile.am,
301        spintrcritical17/spintrcritical17.doc,
302        spintrcritical17/spintrcritical17.scn: New files.
303        * Makefile.am, configure.ac: Update for test sp68 and spintrcritical17.
304        * sp31/task1.c, sp67/init.c: Changes for new timer server
305        implementation.
306        * sp52/init.c: The init task must be preemptible to let the timer
307        server run.
308
3092009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        PR 1460/cpukit
312        * sp43/init.c: Change return type on methods accessing portions of
313        RTEMS Ids to int. This allows -1 to be return on error.
314
3152009-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
316
317        * spsize/Makefile.am: Fix broken install rule.
318
3192009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
320
321        * spprintk/spprintk.scn: Add end of line at end of file.
322
3232009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
324
325        * sp32/Makefile.am, sp33/Makefile.am, sp37/Makefile.am,
326        sp38/Makefile.am, sp39/Makefile.am, sp43/Makefile.am,
327        sp44/Makefile.am, spfatal01/Makefile.am, spfatal02/Makefile.am,
328        spfatal03/Makefile.am, spfatal04/Makefile.am, spfatal05/Makefile.am,
329        spfatal06/Makefile.am, spfatal07/Makefile.am, spfatal08/Makefile.am,
330        spfatal09/Makefile.am, spobjgetnext/Makefile.am,
331        spprintk/Makefile.am, spsize/Makefile.am, spwatchdog/Makefile.am,
332        spwkspace/Makefile.am: Add documentation files for multiple tests.
333        * sp32/sp32.doc, sp33/sp33.doc, sp37/sp37.doc, sp38/sp38.doc,
334        sp39/sp39.doc, sp43/sp43.doc, sp44/sp44.doc, spfatal01/spfatal01.doc,
335        spfatal02/spfatal02.doc, spfatal03/spfatal03.doc,
336        spfatal04/spfatal04.doc, spfatal05/spfatal05.doc,
337        spfatal06/spfatal06.doc, spfatal07/spfatal07.doc,
338        spfatal08/spfatal08.doc, spfatal09/spfatal09.doc,
339        spobjgetnext/spobjgetnext.doc, spprintk/spprintk.doc,
340        spsize/spsize.doc, spwatchdog/spwatchdog.doc,
341        spwkspace/spwkspace.doc: New files.
342
3432009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
344
345        * sp14/asr.c: Remove PRIxrtems_signal_set (moved to tmacros.h).
346        Include "tmacros.h".
347        * sp63/init.c: Pass UINTPTR_MAX instead of 0xffffffff to
348        _Heap_Allocate for 16bit compliance.
349        * sp44/init.c: Another printf format fix.
350
3512009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
352
353        * sp37/init.c: Add local prototypes for
354        rtems_interrupt_disable, rtems_interrupt_enable,
355        rtems_interrupt_flash, rtems_interrupt_is_in_progress.
356        * sp43/init.c: Add local prototypes for
357        rtems_object_api_minimum_class, rtems_object_api_maximum_class,
358        rtems_build_id, rtems_build_name, rtems_object_id_api_maximum,
359        rtems_object_id_api_minimum, rtems_object_id_get_api,
360        rtems_object_id_get_class, rtems_object_id_get_index,
361        rtems_object_id_get_node.
362        Spray PRId32's into printf's for 16bit target complianance.
363        * sp37/init.c: Add local prototype for
364        rtems_interrupt_level_attribute.
365
3662009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
367
368        * sp29/init.c: Include "tmacros.h".
369        Misc. changes related to rtems_intervals.
370        * sp14/asr.c: Add PRIxrtems_signal_set.
371        Use PRIxrtems_signal_set to print rtems_signal_set's.
372        * sp13/task3.c: Use PRIu32 to print "count".
373        * sp09/screen12.c: Segment sizes are uintptr_t's.
374        * sp09/screen11.c: Use size_t for "size".
375        * sp62/init.c: Segment sizes are uintptr_t's.
376        * sp25/task1.c: Use PRIuPTR to print segment_size's.
377        * sp21/task1.c: Add PRIurtems_device_major_number.
378        * sp11/task1.c, sp11/task2.c:
379        Use PRIxrtems_event_set to print rtems_event_set's.
380        * sp09/screen13.c: Revert previous change.
381        Remove broken extraneous line seemingly having crept into in
382        2009-08-10 patch.
383        * sp27/init.c: Remove extraneous argument to print.
384        * spsize/size.c: Use PRIu32 to print sys_req.
385        * sp37/init.c: Add missing argument to printf.
386        * sp44/init.c, sp35/priinv.c, sp33/init.c, sp28/init.c,
387        sp12/pritask.c, sp34/changepri.c:
388        Use PRIdrtems_task_argument to print rtems_task_argument's.
389
3902009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
391
392        * sp25/task1.c: segment_size is uintptr_t.
393        * spfatal06/testcase.h: Add missing return.
394        * sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c:
395        Duplicate code from rtems_name_to_characters to convert rtems_name's
396        into char arrays.
397        * sp09/screen13.c: Comment out unused return status.
398        * sp63/init.c: Use PRIu32 to print uint32_t's.
399        * sp33/init.c: Use PRIu32 to print uint32_t's.
400        * sp28/init.c: Use PRIu32 to print uint32_t's.
401
4022009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
403
404        * sp31/task1.c: Use PRIdWatchdog_Interval to print
405        Watchdog_Interval's.
406        * sp20/task1.c, sp32/init.c, spclockget/init.c: Use
407        PRIdrtems_interval to print rtems_interval's.
408
4092009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
410
411        * sp13/task1.c: Misc. uint32_t fixes.
412        * sp20/task1.c: Misc. uint32_t fixes.
413        * sp47/init.c: Add PRIXModes_Control, PRIXrtems_mode.
414        Use PRIXrtems_mode to print rtems_mode's.
415        * sp08/system.h: Add PRIxModes_Control, PRIxrtems_mode.
416        Use PRIxrtems_mode to print rtems_mode's.
417        * sp19/first.c, sp19/fptask.c, sp19/fptest.h, sp19/inttest.h,
418        sp19/task1.c: Add missing PRI*32's.
419
4202009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
421
422        * sp34/changepri.c, sp35/priinv.c:
423        Use PRIdPriority_Control to print Priority_Control's.
424
4252009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
426
427        * sp34/changepri.c, sp59/init.c:
428        Use PRIdrtems_task_priority to print rtems_task_priority's.
429        * sp07/task1.c, sp07/task2.c, ssp12/pritask.c:
430        Use PRIdrtems_task_priority to print rtems_task_priority's.
431        * sp12/system.h:
432        Change Priority_Test_driver to use rtems_task_priority argument.
433        * sp12/pridrv.c:
434        Change Priority_Test_driver to use rtems_task_priority argument.
435        Use PRIdrtems_task_priority to print rtems_task_priority's.
436
4372009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
438
439        * sp02/task1.c, sp12/task1.c, sp13/task1.c, sp14/task1.c, sp15/task1.c,
440        sp16/task1.c, sp20/task1.c, sp22/init.c, sp22/task1.c, sp23/task1.c,
441        sp25/task1.c, sp31/init.c, sp31/task1.c, sp34/changepri.c,
442        sp35/priinv.c, sp43/init.c, sp45/init.c, spwatchdog/init.c,
443        spwatchdog/task1.c: Use PRIxrtems_id to print rtems_ids.
444
4452009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
446
447        * sp13/task1.c, sp48/init.c: Use %zu instead of %d to print size_t's.
448        * sp50/init.c, spclockget/init.c: Use PRItime_t to print time_t's.
449        * sp63/init.c: Fix _Heap_Resize_block args.
450        * sp09/screen09.c: Eliminate unused var warning.
451
4522009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
453
454        * sp27/init.c, spsize/init.c: Fix prototypes.
455        * spwatchdog/task1.c: Remove unused vars.
456
4572009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
458
459        * sp10/init.c, sp18/init.c, sp27/init.c, sp35/priinv.c
460        sp63/init.c, sp65/init.c, sp67/init.c, spintrcritical11/init.c
461        spobjgetnext/init.c, spprintk/init.c:
462        Eliminate unused vars.
463
4642009-10-23      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
465
466        * spintrcritical06/init.c, spintrcritical15/init.c, sp46/init.c: Fixed
467        confdefs.h define typos.
468
4692009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
470
471        * configure.ac: Don't add -ansi -fasm to CFLAGS.
472
4732009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
474
475        * sp32/init.c: Lengthen the clock tick and move configuration to the
476        bottom of the file.
477
4782009-10-10      Joel Sherrill <joel.sherrill@oarcorp.com>
479
480        * Makefile.am, configure.ac: Add new test to exercise when the ticks
481        since boot wraps around 0 and the timer server must deal with that
482        condition.
483        * sp67/.cvsignore, sp67/Makefile.am, sp67/init.c, sp67/sp67.doc,
484        sp67/sp67.scn: New files.
485
4862009-10-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
487
488        * sp40/init.c, sp40/sp40.doc, sp40/sp40.scn: New test cases.
489
4902009-10-04      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
491
492        * spintrcritical09/init.c, spintrcritical10/init.c,
493        spintrcritical11/init.c: Fixed potentially infinite loops.
494        * sp20/system.h: Increased micro seconds per tick in order to be more
495        independent of the console output speed.
496
4972009-10-04      Joel Sherrill <joel.sherrill@oarcorp.com>
498
499        * sp07/init.c, sp07/sp07.scn, sp09/init.c, sp09/screen01.c,
500        sp09/sp09.scn, sp28/init.c, sp62/init.c, sp62/sp62.scn, sp64/init.c,
501        sp64/sp64.scn: Add more test cases highlighted on SPARC at -O2, x86
502        at -Os and m68k at -Os. Fix typos.
503
5042009-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
505
506        * sp54/init.c: Use rtems_build_id to make building Objects_Id
507        RTEMS_USE_16_BIT_OBJECT clean.
508
5092009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
510
511        * Makefile.am, configure.ac: Add new test to exercise when notepads are
512        not configured.
513        * spnotepad01/.cvsignore, spnotepad01/Makefile.am, spnotepad01/init.c,
514        spnotepad01/spnotepad01.doc, spnotepad01/spnotepad01.scn: New files.
515
5162009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
517
518        * sp09/screen01.c, sp09/screen02.c, sp09/screen03.c, sp09/screen05.c,
519        sp09/screen09.c, sp09/screen14.c, sp09/sp09.scn, sp28/init.c,
520        sp28/sp28.scn, sp43/init.c: Add more error cases uncovered by uC5282
521        coverage runs.
522
5232009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
524
525        * sp09/screen02.c, sp09/screen04.c, sp09/screen07.c, sp09/screen09.c,
526        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/sp09.scn: Add
527        some error cases uncovered by uC5282 coverage runs.
528
5292009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
530
531        * sp33/init.c, sp33/sp33.scn: Add some barrier error cases uncovered by
532        uC5282 coverage runs.
533
5342009-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
535
536        * sp59/init.c, spintrcritical15/init.c, spintrcritical16/init.c:
537        Correct minor issues uncovered on uC5282.
538
5392009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
540
541        * sp04/tswitch.c, sp07/system.h, sp07/taskexit.c, sp07/tdelete.c,
542        sp07/tstart.c, spfatal_support/init.c, spfatal_support/system.h:
543        Eliminate use of deprecated rtems_extension.
544
5452009-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
546
547        * sp14/asr.c, sp14/sp14.doc, sp14/task1.c, sp14/task2.c: Adjust test to
548        run when IO speed varies.
549
5502009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
551
552        * sp43/init.c, sp43/sp43.scn: Minor correction to test case so it hits
553        the intended code.
554
5552009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
556
557        * configure.ac: Revert accidentally committed lines.
558
5592009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
560
561        * Makefile.am, configure.ac, sp65/init.c: Add new test to exercise very
562        simple priority ceiling case that was previously only tested via the
563        POSIX API.
564        * sp66/.cvsignore, sp66/Makefile.am, sp66/init.c, sp66/sp66.doc,
565        sp66/sp66.scn: New files.
566
5672009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
568
569        * sp43/Makefile.am, sp43/init.c, sp43/sp43.scn, sp43/system.h: Add test
570        for Id which is in range for the object class but not allocated yet.
571
5722009-09-09      Joel Sherrill <joel.sherrill@OARcorp.com>
573
574        * sp46/init.c, sp46/sp46.scn: Fix numbering.
575
5762009-09-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
577
578        * spintrcritical_support/intrcritical.c: Fixed timing rountines.
579
5802009-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
581
582        * spfatal01/spfatal01.scn, spfatal01/testcase.h,
583        spfatal02/spfatal02.scn, spfatal02/testcase.h,
584        spfatal03/spfatal03.scn, spfatal03/testcase.h,
585        spfatal04/spfatal04.scn, spfatal04/testcase.h,
586        spfatal05/spfatal05.scn, spfatal05/testcase.h,
587        spfatal06/spfatal06.scn, spfatal06/testcase.h,
588        spfatal07/spfatal07.scn, spfatal07/testcase.h,
589        spfatal08/spfatal08.scn, spfatal08/testcase.h,
590        spfatal09/spfatal09.scn, spfatal09/testcase.h, spfatal10/Makefile.am,
591        spfatal10/spfatal10.scn, spfatal11/Makefile.am,
592        spfatal11/spfatal11.scn, spfatal12/Makefile.am,
593        spfatal12/spfatal12.scn, spfatal_support/init.c: Make all fatal error
594        tests use testcase.h and spfatal_support framework. Print test name
595        herald in all cases.
596        * spfatal10/testcase.h, spfatal11/testcase.h, spfatal12/testcase.h:
597        New files.
598        * spfatal10/init.c, spfatal11/init.c, spfatal12/init.c: Removed.
599
6002009-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
601
602        * spfatal07/testcase.h: Indicate test is not applicable on some
603        architectures.
604
6052009-08-28      Joel Sherrill <joel.sherrill@OARcorp.com>
606
607        * Makefile.am: Fix spacing.
608
6092009-08-26      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
610
611        * spstkalloc/init.c: Changed allocator signature. Functions are now
612        static.
613
6142009-08-25      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
615
616        * sp29/init.c: Fixed return value evaluation.
617        * sp59/init.c, sp59/sp59.scn: Added status code assignment. Fixed typos.
618        * sp63/init.c: Check return value of _Heap_Initialize().
619
6202009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
621
622        * spwatchdog/spwatchdog.scn, spwatchdog/task1.c: Add test for
623        _Watchdog_Report() when name is not NULL. This case was covered at
624        -Os on erc32 but at -O2 we had more code.
625
6262009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
627
628        * sp63/init.c, sp63/sp63.scn: Add case for math on size requested
629        overflowing on _Heap_Allocate_aligned.
630
6312009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
632
633        * spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn: Add error cases
634        for various null parameters.
635
6362009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
637
638        * sp16/sp16.scn, sp16/task1.c: Fix typo.
639
6402009-08-17      Santosh G Vattam <vattam.santosh@gmail.com>
641
642        * sp65/init.c: Remove stray print.
643        * sp65/sp65.doc: Add information on second case.
644
6452009-08-13      Santosh G Vattam <vattam.santosh@gmail.com>
646
647        * sp65/init.c, sp65/sp65.doc, sp65/sp65.scn: Add new test case to
648        verify that obtaining a priority ceiling mutex when the calling
649        task's priority is the same as the priority ceiling is handled
650        correctly.
651
6522009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
653
654        * sp02/task1.c, sp02/task2.c, sp02/task3.c, sp03/task2.c, sp05/task1.c,
655        sp05/task2.c, sp05/task3.c, sp06/task1.c, sp06/task2.c,
656        sp09/screen02.c, sp09/screen04.c, sp09/screen06.c, sp09/screen07.c,
657        sp09/screen10.c, sp09/screen12.c, sp09/screen13.c, sp09/screen14.c,
658        sp11/task1.c, sp11/task2.c, sp12/pridrv.c, sp12/pritask.c,
659        sp12/task1.c, sp13/task1.c, sp13/task2.c, sp14/task1.c, sp16/task1.c,
660        sp16/task4.c, sp19/fptask.c, sp19/task1.c, sp22/task1.c,
661        sp24/task1.c, sp26/task1.c, sp29/init.c, sp30/task1.c, sp31/task1.c,
662        sp33/init.c, sp45/init.c, sp46/init.c, sp50/init.c,
663        spintrcritical06/init.c, spwatchdog/task1.c: Eliminate test routines
664        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
665        rtems_clock_get_ticks_per_second().
666
6672009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
668
669        * sp65/init.c: Add semi-colon to end of rtems_semaphore_create call.
670        Change attributes to priority ceiling. Use directive_failed, not
671        assert. Configure a semaphore not a region.
672
6732009-08-12      Santosh G Vattam <vattam.santosh@gmail.com>
674
675        * ChangeLog, Makefile.am, configure.ac: Add new test for some core
676        mutex cases.
677        * sp65/.cvsignore, sp65/Makefile.am, sp65/init.c, sp65/sp65.doc,
678        sp65/sp65.scn: New files.
679
6802009-08-12      Santosh G Vattam <vattam.santosh@gmail.com>
681
682        * Makefile.am, configure.ac: Add new test for some core mutex cases.
683        * sp65/.cvsignore, sp65/Makefile.am, sp65/init.c, sp65/sp65.doc,
684        sp65/sp65.scn: New files.
685
6862009-08-11      Joel Sherrill <joel.sherrill@OARcorp.com>
687
688        * spintrcritical01/init.c, spintrcritical06/init.c: Use 1 millisecond
689        per tick.
690
6912009-08-11      Joel Sherrill <joel.sherrill@OARcorp.com>
692
693        * Makefile.am, configure.ac, sp62/init.c, sp64/init.c: Add new test and
694        adjust existing for alignment. New test ensures coverage begin and
695        end marker methods are exercised so they do not get considered
696        unexecuted.
697        * spcoverage/.cvsignore, spcoverage/Makefile.am, spcoverage/init.c,
698        spcoverage/spcoverage.doc, spcoverage/spcoverage.scn: New files.
699
7002009-08-10      Joel Sherrill <joel.sherrill@OARcorp.com>
701
702        * Makefile.am, configure.ac: Add new test to exercise legacy
703        rtems_clock_get().
704        * spclockget/.cvsignore, spclockget/Makefile.am, spclockget/init.c,
705        spclockget/spclockget.doc, spclockget/spclockget.scn: New files.
706
7072009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
708
709        * sp04/task1.c, sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn,
710        sp38/init.c: Convert calls to legacy routine rtems_clock_get(
711        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
712
7132009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
714
715        * sp01/sp01.scn, sp01/task1.c, sp03/task1.c, sp03/task2.c,
716        sp04/task1.c, sp04/tswitch.c, sp09/screen02.c, sp09/screen13.c,
717        sp09/screen14.c, sp09/sp09.scn, sp11/sp11.scn, sp11/task1.c,
718        sp11/task2.c, sp19/fptask.c, sp19/sp19.scn, sp19/task1.c,
719        sp22/prtime.c, sp22/sp22.scn, sp22/task1.c, sp24/sp24.scn,
720        sp24/task1.c, sp30/task1.c, sp31/prtime.c, sp31/sp31.scn,
721        sp31/task1.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
722        spwatchdog/task1.c: Convert calls to legacy routine rtems_clock_get(
723        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
724
7252009-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
726
727        * sp28/init.c, sp28/sp28.scn: Update screen. Add a few missing error
728        cases.
729
7302009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
731
732        * sp64/init.c, sp64/sp64.scn: Chris ensured that nothing is moved until
733        all memory is successfully allocated. This means the test can
734        validate the heap is unchanged on extend failure.
735
7362009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
737
738        * spintrcritical01/init.c, spintrcritical06/init.c,
739        spintrcritical08/init.c, spintrcritical13/init.c: Lower microseconds
740        per tick so tests run quicker and more reliably hit the intended
741        critical section.
742
7432009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
744
745        * Makefile.am, configure.ac, sp63/init.c: Add new test for exercising
746        when we are unable to allocate the memory needed for an object
747        extend. Make sure all is handled properly.
748        * sp64/.cvsignore, sp64/Makefile.am, sp64/init.c, sp64/sp64.doc,
749        sp64/sp64.scn: New files.
750
7512009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
752
753        * sp63/init.c: Correct test case two.
754
7552009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
756
757        * sp63/init.c, sp63/sp63.scn: Move into subroutines and add a second
758        test case to exercise another odd branch not taken.
759
7602009-07-31      Joel Sherrill <joel.sherrill@oarcorp.com>
761
762        * Makefile.am, configure.ac, sp62/init.c: Add new test to ensure a
763        particular path is taken through the _Heap_Resize_block code.
764        * sp63/.cvsignore, sp63/Makefile.am, sp63/init.c, sp63/sp63.doc,
765        sp63/sp63.scn: New files.
766
7672009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
768
769        * sp42/Makefile.am, sp42/init.c, sp42/sp42.scn: Test was testing the
770        wrong thing in a cpp macro. Added contents to screen file and add
771        documentation file.
772        * sp42/sp42.doc: New file.
773
7742009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
775
776        * spintrcritical16/spintrcritical16.doc: Remove junk and typos.
777
7782009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
779
780        * spintrcritical16/init.c: Tinker with test to make it hit the case
781        more reliably.
782
7832009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
784
785        * Makefile.am, configure.ac: Add new test to exercise as many cases as
786        possible of not being able to allocate memory from the workspace
787        during thread creation.
788        * sp18/.cvsignore, sp18/Makefile.am, sp18/init.c, sp18/sp18.doc,
789        sp18/sp18.scn: New files.
790
7912009-07-28      Joel Sherrill <joel.sherrill@OARcorp.com>
792
793        * Makefile.am, configure.ac: Add new test to handle the case where
794        a region resize frees enough memory to unblock a task.
795        * sp62/.cvsignore, sp62/Makefile.am, sp62/init.c, sp62/sp62.doc,
796        sp62/sp62.scn: New files.
797        * sp61/init.c: Test does not need regions.
798
7992009-07-28      Joel Sherrill <joel.sherrill@OARcorp.com>
800
801        * Makefile.am, configure.ac: Add test case for processing a timeout
802        on a thread (that is the thread executing) that has also had its
803        request satisfied while it is being enqueued.
804        * spintrcritical16/.cvsignore, spintrcritical16/Makefile.am,
805        spintrcritical16/init.c, spintrcritical16/spintrcritical16.doc,
806        spintrcritical16/spintrcritical16.scn: New files.
807        * spintrcritical15/init.c: Remove unused TSR>
808
8092009-07-27      Joel Sherrill <joel.sherrill@OARcorp.com>
810
811        * Makefile.am, configure.ac: Add test case for a thread timing out on a
812        thread queue while another thread is in the process of blocking on
813        the same thread queue.
814        * spintrcritical15/.cvsignore, spintrcritical15/Makefile.am,
815        spintrcritical15/init.c, spintrcritical15/spintrcritical15.doc,
816        spintrcritical15/spintrcritical15.scn: New files.
817
8182009-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
819
820        * Makefile.am, configure.ac: spintrcritical15 not ready yet.
821
8222009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
823
824        * Makefile.am, configure.ac, sp40/Makefile.am, sp40/init.c,
825        sp40/sp40.scn: Now verified to hit coverage cases.
826        * sp40/sp40.doc: New file.
827
8282009-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
829
830        * sp40/Makefile.am, sp40/init.c, sp40/sp40.scn: Attempt to write test
831        to catch two remaining uncovered cases in rtems_io_register_driver.
832        * sp40/system.h: Removed.
833
8342009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
835
836        * Makefile.am, configure.ac: Add new test to exercise odd case in
837        rtems_iterate_over_all_threads.
838        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.doc,
839        sp41/sp41.scn: New files.
840
8412009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
842
843        * sp36/strict_order_mut.c: Simple binary semaphores cannot have an
844        inheritance protocol since there is no holder associated with them.
845
8462009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
847
848        * Makefile.am, configure.ac: Add new tests to exercise cases where a
849        timer is scheduled from an ISR while it is being scheduled at the
850        task level.
851        * spintrcritical13/.cvsignore, spintrcritical13/Makefile.am,
852        spintrcritical13/init.c, spintrcritical13/spintrcritical13.doc,
853        spintrcritical13/spintrcritical13.scn, spintrcritical14/.cvsignore,
854        spintrcritical14/Makefile.am, spintrcritical14/spintrcritical14.doc,
855        spintrcritical14/spintrcritical14.scn: New files.
856
8572009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
858
859        * spintrcritical01/init.c, spintrcritical06/init.c,
860        spintrcritical08/init.c, spintrcritical09/init.c: Perform some
861        cleanup and make the tests more similar.
862
8632009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
864
865        * spintrcritical06/init.c: Test now hits forward and reverse cases.
866
8672009-07-22      Joel Sherrill <joel.sherrill@OARcorp.com>
868
869        * spintrcritical09/init.c, spintrcritical09/spintrcritical09.scn: Make
870        test work for case that it is documented to handle.
871
8722009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
873
874        * spintrcritical10/.cvsignore, spintrcritical10/Makefile.am,
875        spintrcritical10/init.c, spintrcritical10/spintrcritical10.doc,
876        spintrcritical10/spintrcritical10.scn: New files.
877
8782009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
879
880        * Makefile.am, configure.ac, sp39/init.c, sp39/sp39.scn: Move
881        unreliable third case in sp39 to spintrcritical10. New tests to hit
882        other event synchronization critical sections.
883        * spintrcritical11/.cvsignore, spintrcritical11/Makefile.am,
884        spintrcritical11/init.c, spintrcritical11/spintrcritical11.doc,
885        spintrcritical11/spintrcritical11.scn, spintrcritical12/.cvsignore,
886        spintrcritical12/Makefile.am, spintrcritical12/spintrcritical12.doc,
887        spintrcritical12/spintrcritical12.scn: New files.
888
8892009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
890
891        * Makefile.am, configure.ac: Add new test to exercise Debug Manager.
892        * sp10/.cvsignore, sp10/Makefile.am, sp10/init.c, sp10/sp10.doc,
893        sp10/sp10.scn: New files.
894
8952009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
896
897        * spintrcritical06/init.c: Clean up.
898        * spintrcritical09/init.c: Adjust clock tick so it works on erc32.
899        * spintrcritical09/spintrcritical09.scn: Fill in.
900
9012009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
902
903        * spintrcritical06/init.c: Add comment to indicate test is not finished
904        and known to not hit the case.
905        * Makefile.am, configure.ac: Add a couple more interrupt critical
906        section tests.
907        * spintrcritical08/.cvsignore, spintrcritical08/Makefile.am,
908        spintrcritical08/init.c, spintrcritical08/spintrcritical08.doc,
909        spintrcritical08/spintrcritical08.scn, spintrcritical09/.cvsignore,
910        spintrcritical09/Makefile.am, spintrcritical09/init.c,
911        spintrcritical09/spintrcritical09.doc,
912        spintrcritical09/spintrcritical09.scn: New files.
913
9142009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
915
916        * Makefile.am, configure.ac, spintrcritical06/init.c: Add first attempt
917        at hitting interrupt synchronization critical section in thread queue
918        enqueue priority for reverse insertions.
919        * spintrcritical07/.cvsignore, spintrcritical07/Makefile.am,
920        spintrcritical07/spintrcritical07.doc,
921        spintrcritical07/spintrcritical07.scn: New files.
922
9232009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
924
925        * Makefile.am, configure.ac: Add test case for the
926        _Thread_queue_Enqueue_priority interrupt critical section where the
927        TCB we are using as a current pointer is removed from the thread
928        queue when we flash interrupts while searching forward.
929        * spintrcritical06/.cvsignore, spintrcritical06/Makefile.am,
930        spintrcritical06/init.c, spintrcritical06/spintrcritical06.doc,
931        spintrcritical06/spintrcritical06.scn: New files.
932
9332009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
934
935        * spintrcritical_support/intrcritical.c,
936        spintrcritical_support/intrcritical.h: Change prototype of delay
937        method to indicate when counter is reset. This can be used to count
938        how many iterations we are doing.
939
9402009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
941
942        * Makefile.am, configure.ac: Add sp60 to exercise case where a task is
943        blocked on one period while another expires. Add sp61 which exercises
944        the case where a call is made to rtems_shutdown_executive when the
945        system is not up.
946        * sp60/.cvsignore, sp60/Makefile.am, sp60/init.c, sp60/sp60.doc,
947        sp60/sp60.scn, sp61/.cvsignore, sp61/Makefile.am, sp61/init.c,
948        sp61/sp61.doc, sp61/sp61.scn: New files.
949
9502009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
951
952        * sp04/init.c: To be timesliced, tasks must also me preemptible.
953
9542009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
955
956        * spfatal03/spfatal03.scn, spfatal03/testcase.h: Fix spfatal03 to do
957        what it was intended to do.
958
9592009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
960
961        * spintrcritical_support/intrcritical.c,
962        spintrcritical_support/intrcritical.h: New files.
963
9642009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
965
966        * Makefile.am, configure.ac: Add new infrastructure which is more
967        reliable about generating cases which hit interrupt critical
968        sections. Remove sp41 since it used its own mechanism.
969        * spintrcritical01/.cvsignore, spintrcritical01/Makefile.am,
970        spintrcritical01/init.c, spintrcritical01/spintrcritical01.doc,
971        spintrcritical01/spintrcritical01.scn, spintrcritical02/.cvsignore,
972        spintrcritical02/Makefile.am, spintrcritical02/spintrcritical02.doc,
973        spintrcritical02/spintrcritical02.scn, spintrcritical03/.cvsignore,
974        spintrcritical03/Makefile.am, spintrcritical03/spintrcritical03.doc,
975        spintrcritical03/spintrcritical03.scn, spintrcritical04/.cvsignore,
976        spintrcritical04/Makefile.am, spintrcritical04/spintrcritical04.doc,
977        spintrcritical04/spintrcritical04.scn, spintrcritical05/.cvsignore,
978        spintrcritical05/Makefile.am, spintrcritical05/spintrcritical05.doc,
979        spintrcritical05/spintrcritical05.scn: New files.
980        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
981        sp41/system.h: Removed.
982
9832009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
984
985        * sp41/init.c: Remove incorrect comment.
986
9872009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
988
989        * sp29/init.c: Simple binary semaphores can not be inherit priority.
990
9912009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
992
993        * sp25/init.c: Spacing.
994
9952009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
996
997        * Makefile.am, configure.ac: Add sp59 to test path through
998        _Thread_queue_First_priority where the task's priority was in the
999        bottom 1/4 of the range.
1000        * sp59/.cvsignore, sp59/Makefile.am, sp59/init.c, sp59/sp59.doc,
1001        sp59/sp59.scn: New files.
1002
10032009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1004
1005        * Makefile.am, configure.ac: Add test for Thread Queue extract a thread
1006        not blocked on a thread queue.
1007        * spthreadq01/.cvsignore, spthreadq01/Makefile.am, spthreadq01/init.c,
1008        spthreadq01/spthreadq01.doc, spthreadq01/spthreadq01.scn: New files.
1009
10102009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1011
1012        * Makefile.am, configure.ac: Add test for timespec divide by zero.
1013        * sp58/.cvsignore, sp58/Makefile.am, sp58/init.c, sp58/sp58.doc,
1014        sp58/sp58.scn: New files.
1015
10162009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1017
1018        * sp43/init.c, sp43/sp43.scn: Add test of having the object class
1019        pointer being null. This does not happen naturally at this time so
1020        force the point.
1021
10222009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1023
1024        * sp12/sp12.scn: Update screen to reflect priority changes from long
1025        ago.
1026
10272009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1028
1029        * Makefile.am, configure.ac, sp27/Makefile.am, sp27/init.c,
1030        sp27/sp27.doc, sp27/sp27.scn: Rework sp27 so it can be reinstantiated
1031        as sp27a and test flushing both counting and binary semaphores.
1032        Reformatted.
1033        * sp27a/.cvsignore, sp27a/Makefile.am, sp27a/sp27a.doc,
1034        sp27a/sp27a.scn: New files.
1035
10362009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1037
1038        * spstkalloc/Makefile.am: Remove unneeded USE_TIMER_SERVER which was
1039        copied fomr other Makefile.am's.
1040
10412009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1042
1043        * sp51/init.c, sp54/Makefile.am, sp55/Makefile.am, sp56/Makefile.am,
1044        sp57/Makefile.am, spchain/Makefile.am, spfatal10/Makefile.am,
1045        spfatal11/Makefile.am, spfatal12/Makefile.am: Remove unneeded
1046        USE_TIMER_SERVER which was copied fomr other Makefile.am's.
1047
10482009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1049
1050        * sp57/sp57.doc: Correct.
1051
10522009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1053
1054        * Makefile.am, configure.ac: Add test of restarting a task which is in
1055        the middle of a sleep or wake after.
1056        * sp57/.cvsignore, sp57/Makefile.am, sp57/init.c, sp57/sp57.doc,
1057        sp57/sp57.scn: New files.
1058
10592009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1060
1061        * sp43/init.c, sp43/sp43.scn: Add more cases for
1062        rtems_object_get_class_information() to improve coverage.
1063
10642009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1065
1066        * Makefile.am, configure.ac: Add new test to verify that when a user
1067        extension create hook fails, that the error is properly propagated.
1068        * sp56/.cvsignore, sp56/Makefile.am, sp56/init.c, sp56/sp56.doc,
1069        sp56/sp56.scn: New files.
1070
10712009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1072
1073        * sp04/sp04.doc, sp04/sp04.scn, sp04/task1.c: Add test of
1074        rtems_extension_delete.
1075
10762009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1077
1078        * sp09/screen01.c, sp09/sp09.scn: Add test for
1079        rtems_object_get_classic_name with invalid id.
1080
10812009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1082
1083        * sp02/task1.c: Minor spacing.
1084
10852009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1086
1087        * spfatal12/init.c: Address to heap initialize must be aligned but size
1088        must be too small.
1089
10902009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1091
1092        * Makefile.am, configure.ac: Add new test to exercise case when
1093        broadcasting to a message queue with a pending message.
1094        * sp55/.cvsignore, sp55/Makefile.am, sp55/init.c, sp55/sp55.doc,
1095        sp55/sp55.scn: New files.
1096
10972009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1098
1099        * Makefile.am, configure.ac: Remove obsolete test now that the numbered
1100        spfatal tests appear to cover all fatal error cases.
1101        * spfatal/.cvsignore, spfatal/Makefile.am, spfatal/README,
1102        spfatal/fatal.c, spfatal/init.c, spfatal/puterr.c,
1103        spfatal/spfatal.doc, spfatal/spfatal.scn, spfatal/system.h,
1104        spfatal/task1.c: Removed.
1105
11062009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1107
1108        * Makefile.am, configure.ac, spfatal11/init.c: Add test of cannot
1109        initialize workspace heap during initialize. Can be caused by
1110        unaligned address or not enough memory to initialize heap required
1111        overhead.
1112        * spfatal12/.cvsignore, spfatal12/Makefile.am, spfatal12/init.c,
1113        spfatal12/spfatal12.doc, spfatal12/spfatal12.scn: New files.
1114
11152009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1116
1117        * sp54/init.c, sp54/sp54.doc: Add test for Workspace zeroed.
1118
11192009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1120
1121        * sp54/init.c, sp54/sp54.doc: Fix typos and comments.
1122
11232009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1124
1125        * spstkalloc/spstkalloc.scn: Update screen.
1126
11272009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1128
1129        * Makefile.am, configure.ac: Add new test for user configured stack
1130        allocator/deallocator. Test both pass and fail cases.
1131        * spstkalloc/.cvsignore, spstkalloc/Makefile.am, spstkalloc/init.c,
1132        spstkalloc/spstkalloc.doc, spstkalloc/spstkalloc.scn: New files.
1133
11342009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1135
1136        * spchain/init.c, spchain/spchain.scn: Clean up test.
1137
11382009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1139
1140        * Makefile.am, configure.ac: Add new test to cover bodies of some chain
1141        routines whose bodies are not used by RTEMS itself.
1142        * spchain/.cvsignore, spchain/Makefile.am, spchain/init.c,
1143        spchain/spchain.doc, spchain/spchain.scn: New files.
1144
11452009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1146
1147        * spwatchdog/init.c, spwatchdog/spwatchdog.scn: Add test case of empty
1148        chain for coverage.
1149
11502009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1151
1152        * sp01/sp01.doc, sp01/task1.c, sp16/sp16.doc, sp16/task5.c: Bypass
1153        RTEMS_MILLISECONDS_TO_TICKS and RTEMS_MICROSECONDS_TO_TICKS to
1154        improve coverage.
1155
11562009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1157
1158        * sp01/task1.c: Use RTEMS_MILLISECONDS_TO_TICKS to improve coverage.
1159
11602009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1161
1162        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/init.c,
1163        spfatal10/spfatal10.doc, spfatal10/spfatal10.scn: New files.
1164
11652009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1166
1167        * Makefile.am, configure.ac, spprintk/init.c, spprintk/spprintk.scn:
1168        Enhance spprintk. Add two new fatal error tests to cover
1169        __assert_func.
1170        * spfatal11/.cvsignore, spfatal11/Makefile.am, spfatal11/init.c,
1171        spfatal11/spfatal11.doc, spfatal11/spfatal11.scn: New files.
1172
11732009-06-18      Chris Johns <chrisj@rtems.org>
1174
1175        * sp35/priinv.c, sp35/priinv.c: Declare unions volatile to
1176        workaround the H8300 gcc bug.
1177
11782009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1179
1180        * sp54/init.c: Fix spacing.
1181
11822009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1183
1184        * sp02/sp02.doc, sp02/system.h: Update copyright year.
1185
11862009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1187
1188        * sp02/sp02.doc, sp02/system.h: Add test case for configuring the IDLE
1189
11902009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1191
1192        * Makefile.am, configure.ac: Add new test.
1193        * sp54/.cvsignore, sp54/Makefile.am, sp54/init.c, sp54/sp54.doc,
1194        sp54/sp54.scn: New files.
1195
11962009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
1197
1198        * Makefile.am, configure.ac: Add sp52 and sp53 based upon bug report
1199        from Sergio Faustino <sergio.faustino@edisoft.pt> regarding moving
1200        the time of day forward not making server based timers fire.
1201        * sp52/.cvsignore, sp52/Makefile.am, sp52/init.c, sp52/sp52.doc,
1202        sp52/sp52.scn, sp53/.cvsignore, sp53/Makefile.am, sp53/sp53.doc,
1203        sp53/sp53.scn: New files.
1204
12052009-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1206
1207        * sp51/init.c, sp51/sp51.scn: Add more priority ceiling test cases.
1208
12092009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1210
1211        PR 1415/cpukit
1212        * Makefile.am, configure.ac: Add test for very simple priority ceiling
1213        violation.
1214        * sp51/.cvsignore, sp51/Makefile.am, sp51/init.c, sp51/sp51.doc,
1215        sp51/sp51.scn: New files.
1216
12172009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1218
1219        PR 1413/cpukit
1220        * Makefile.am, configure.ac: Add test for case where server based
1221        timers which reinitiated themselves did not get reinserted onto timer
1222        chain.
1223        * sp50/.cvsignore, sp50/Makefile.am, sp50/init.c, sp50/sp50.doc,
1224        sp50/sp50.scn: New files.
1225
12262009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1227
1228        PR 1414/cpukit
1229        * Makefile.am, configure.ac: Tighten math on extraction of index so it
1230        is harder to trick by passing in a valid id of an incorrect object
1231        class.
1232        * sp49/.cvsignore, sp49/Makefile.am, sp49/init.c, sp49/sp49.doc,
1233        sp49/sp49.scn: New files.
1234
12352009-05-19      Chris Johns <chrisj@rtems.org>
1236
1237        * sp04/tswitch.c: Lower sample count for small memory targets.
1238       
12392009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1240
1241        * spprintk/init.c: printk() now 100% covered.
1242
12432009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1244
1245        * spprintk/init.c: More test cases.
1246
12472009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1248
1249        * sp09/screen11.c, sp09/sp09.scn: Add case where buffer size is not
1250        large enough for buffer node overhead.
1251
12522009-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
1253
1254        * Makefile.am, configure.ac, spwatchdog/system.h,
1255        spwkspace/Makefile.am, spwkspace/init.c: Add shell of test for
1256        printk. These will help coverage. Simplify spwkspace.
1257        * spprintk/.cvsignore, spprintk/Makefile.am, spprintk/init.c,
1258        spprintk/spprintk.scn: New files.
1259        * spwkspace/system.h: Removed.
1260
12612009-05-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1262
1263        * Makefile.am, configure.ac: New test to exercise rtems_workspace_XXX
1264        methods.
1265        * spwkspace/.cvsignore, spwkspace/Makefile.am, spwkspace/init.c,
1266        spwkspace/spwkspace.scn, spwkspace/system.h: New files.
1267
12682009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1269
1270        * sp04/system.h, sp04/task1.c, sp04/tswitch.c, sp07/init.c,
1271        sp12/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c,
1272        sp15/init.c, sp16/system.h, sp19/fptask.c, sp25/system.h,
1273        sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp31/task1.c,
1274        sp33/init.c, sp34/changepri.c, sp35/priinv.c, sp37/init.c,
1275        sp38/init.c, sp39/init.c, sp41/init.c, sp42/init.c, sp43/init.c,
1276        sp44/init.c, sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c,
1277        spfatal03/testcase.h, spfatal05/testcase.h, spfatal06/testcase.h,
1278        spfatal_support/system.h, spobjgetnext/init.c, spsize/getint.c,
1279        spsize/size.c: Fix warnings.
1280
12812009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
1282
1283        * Makefile.am, configure.ac: Add initial test of _Objects_Get_next.
1284        * spobjgetnext/.cvsignore, spobjgetnext/Makefile.am,
1285        spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn,
1286        spobjgetnext/system.h: New files.
1287
12882009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1289
1290        * sp25/init.c, sp25/system.h, sp25/task1.c: Reduce size of array from
1291        64k to 20k. No impact on test behavior.
1292
12932009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1294
1295        * sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.
1296
12972009-04-20      Santosh G Vattam <vattam.santosh@gmail.com>
1298
1299        * sp37/init.c, sp37/sp37.scn: Add test case for
1300        rtems_interrupt_level_attribute body.
1301
13022009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
1303
1304        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1305        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1306        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1307        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1308        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1309        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1310        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1311        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1312        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1313        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1314        sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am,
1315        sp36/Makefile.am, sp37/Makefile.am, sp38/Makefile.am,
1316        sp39/Makefile.am, sp40/Makefile.am, sp41/Makefile.am,
1317        sp42/Makefile.am, sp43/Makefile.am, sp44/Makefile.am,
1318        sp45/Makefile.am, sp46/Makefile.am, sp47/Makefile.am,
1319        sp48/Makefile.am, spfatal/Makefile.am,
1320        spfatal01/Makefile.am, spfatal02/Makefile.am,
1321        spfatal03/Makefile.am, spfatal04/Makefile.am,
1322        spfatal05/Makefile.am, spfatal06/Makefile.am,
1323        spfatal07/Makefile.am, spfatal08/Makefile.am,
1324        spfatal09/Makefile.am, spsize/Makefile.am,
1325        spwatchdog/Makefile.am:
1326        Eliminate _exe_/.exe.
1327
13282009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1329
1330        PR 1388/cpukit
1331        * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores
1332        allow both priority inherit and ceiling attributes to be set on
1333        semaphore create. These attributes are mutually exclusive and this
1334        should be an error.
1335
13362009-01-30      Joel Sherrill <joel.sherrill@oarcorp.com>
1337
1338        * Makefile.am, configure.ac: Add sp48 which tests that configuring for
1339        unlimited objects when configured for a unified workspace works as
1340        expected.
1341        * sp48/.cvsignore, sp48/Makefile.am, sp48/init.c, sp48/sp48.doc,
1342        sp48/sp48.scn: New files.
1343
13442009-01-21      Nickolay Kolchin <nbkolchin@gmail.com>
1345                Joel Sherrill <joel.sherrill@oarcorp.com>
1346
1347        PR 1357/cpukit
1348        * Makefile.am, configure.ac: Ensure creating a task with no ASR is
1349        honored.
1350        * sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
1351        sp47/sp47.scn: New files.
1352
13532009-01-16      Jennifer Averett <jennifer.averett@OARcorp.com>
1354
1355        * Makefile.am, configure.ac: Add new test to test Watchdog display
1356        helper routines. These reach into the SuperCore.
1357        * spwatchdog/.cvsignore, spwatchdog/Makefile.am, spwatchdog/delay.c,
1358        spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
1359        spwatchdog/system.h, spwatchdog/task1.c: New files.
1360
13612009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1362
1363        * sp30/task1.c: Cast pointer to id as "void *" rather than task Id.
1364
13652009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1366
1367        * sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen11.c,
1368        sp09/screen12.c, sp09/screen14.c: Use rtems_build_id rather than
1369        hard-coded hex numbers for bad object Ids.
1370
13712009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1372
1373        * sp15/system.h, sp19/system.h: Array of task names should be of type
1374        rtems_name not rtems_id. Similarly array of task ids should be
1375        rtems_id not rtems_name.
1376
13772008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
1378
1379        * spsize/size.c: Eliminate _TOD_Microseconds_per_tick.
1380
13812008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1382
1383        * Makefile.am, configure.ac, spfatal06/testcase.h,
1384        spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
1385        spsize/size.c: Eliminate pointers to API configuration tables in the
1386        main configuration table. Reference the main configuration table and
1387        the API configuration tables directly using the confdefs.h version
1388        rather than obtaining a pointer to it. This eliminated some
1389        variables, a potential fatal error, some unnecessary default
1390        configuration structures. Overall, about a 4.5% reduction in the code
1391        size for minimum and hello on the SPARC.
1392        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
1393        spfatal10/testcase.h: Removed.
1394
13952008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1396
1397        * sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
1398        sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
1399        sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.c: Run all tests
1400        successfully with maxixum number of priorities as 16 instead of 256.
1401        This was done by temporarily modifying the score priority.h maximum.
1402        This allowed testing of all API code to ensure that it worked
1403        properly with a reduced number of priorities. Most modifications were
1404        to switch from hard-coded maximum to using the API provided methods
1405        to determine maximum number of priority levels.
1406
14072008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1408
1409        * sp46/sp46.scn: Add screen missed earlier.
1410
14112008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1412
1413        PR 1348/cpukit
1414        * Makefile.am, configure.ac: Add test of special case of resetting cpu
1415        usage information while a period is running.
1416        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
1417        sp46/sp46.scn: New files.
1418
14192008-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
1420
1421        * sp45/init.c: New file.
1422
14232008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1424
1425        PR 1347/cpukit
1426        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
1427        Rework Timer Server to ensure that the context allows for blocking,
1428        allocating memory, and acquiring semaphores and mutexes.
1429        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
1430        New files.
1431
14322008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
1433
1434        * sp25/system.h: Add warning and temporary m32c conditional until size
1435        type addressed.
1436
14372008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1438
1439        * sp09/screen07.c: Use INT_MAX as number of messages so always
1440        properly sized and no overflow on constant.
1441        * sp09/screen10.c: Delay so on targets with simulator idle clock
1442        tick driver this will work.
1443        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
1444        byte boundaries rather than two byte boundaries.
1445        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
1446        allocate more memory than size_t holds on m32c.
1447
14482008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
1449
1450        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
1451        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
1452        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
1453        and Region calls. On 16-bit architectures, size_t can be 16-bits
1454        which would limit sizes to 64K. Also address constants which
1455        overflowed on 16-bit integer targets.
1456
14572008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
1458
1459        * sp43/sp43.scn: Bump version to 4.9.99.0
1460
14612008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
1462
1463        * sp19/system.h: Use "double" instead of "rtems_double".
1464
14652008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1466
1467        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
1468
14692008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
1470
1471        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
1472        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
1473        spfatal_support/init.c, spfatal_support/system.h:
1474        Convert to "bool".
1475
14762008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1477
1478        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
1479        declared in a public place.
1480
14812008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1482
1483        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
1484
14852008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1486
1487        * sp43/init.c: Fix derefence of uninitialized pointer.
1488
14892008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1490
1491        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
1492        multiprocessing is not enabled. Saves one more variable from single
1493        processor configuration.
1494
14952008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
1496
1497        PR 1212/cpukit
1498        * Makefile.am, configure.ac: Time slicing will not happen if the task
1499        mode is changed from a non-timeslicing mode to timeslicing mode if it
1500        is done by the executing thread (e.g. in its task body). This change
1501        includes sp44 to demonstrate the problem and verify the correction.
1502        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
1503
15042008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1505
1506        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
1507        architectures they are not supported on.
1508
15092008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
1510
1511        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
1512
15132008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
1514
1515        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
1516          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
1517
15182008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
1519
1520        * sp28/init.c: Corrections to configuration.
1521        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
1522        * spsize/size.c: _ISR_Vector_table only exists on architectures
1523        which use the Simple Vectored Interrupt Model.
1524
15252008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
1526
1527        * spsize/size.c: Convention calls for leading underscore on private
1528        RTEMS variables.
1529
15302008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1531
1532        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
1533        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
1534        Refactored and renamed initialization routines to
1535        rtems_initialize_data_structures, rtems_initialize_before_drivers,
1536        rtems_initialize_device_drivers, and
1537        rtems_initialize_start_multitasking. This opened the sequence up so
1538        that bootcard() could provide a more robust and flexible framework
1539        which is easier to explain and understand. This also lays the
1540        groundwork for sharing the division of available memory between the
1541        RTEMS workspace and heap and the C library initialization across all
1542        BSPs.
1543
15442008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1545
1546        * sp32/init.c: Formatting.
1547
15482008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1549
1550        * sp09/screen01.c: Correct test.
1551        * sp09/screen14.c: Update copyright.
1552        * sp28/init.c: Correct end of test messages.
1553
15542008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1555
1556        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
1557
15582008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1559
1560        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
1561        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
1562        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
1563        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
1564        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
1565        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
1566        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
1567        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
1568        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
1569        tests. Add a clock_settime case for < 1988.
1570
15712008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1572
1573        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
1574
15752008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1576
1577        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
1578        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
1579        * sp41/sp41.scn: Now has content.
1580        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
1581        Object Services recently added to API.
1582
15832008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
1584
1585        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
1586        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
1587        collection. This changed the name of a few previously public but
1588        undocumented services and added a some new services.
1589        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
1590        sp43/system.h: New files.
1591
15922008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1593
1594        * spfatal10/.cvsignore: New file.
1595
15962008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1597
1598        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
1599        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
1600        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
1601        New files.
1602
16032008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
1604
1605        * Makefile.am, configure.ac: Added fatal error tests
1606        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
1607        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
1608        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
1609        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
1610        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
1611        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
1612        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
1613        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
1614        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
1615        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
1616        spfatal_support/init.c, spfatal_support/system.h: New files.
1617
16182008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1619
1620        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
1621        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
1622        test messages.
1623
16242008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
1625
1626        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
1627        simple type to a union of an unsigned 32 bit integer and a pointer.
1628        This should help eliminate weird casts between u32 and pointers in
1629        various places. The APIs now have to explicitly call _u32 or _string
1630        versions of helper routines. This should also simplify things and
1631        eliminate the need for ugly casts in some cases.
1632
16332008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
1634
1635        * sp42/Makefile.am: New file.
1636
16372008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
1638
1639        Add sp42 to exercise thread queue with knowledge of the implementation
1640        so we can exercise all of the normal paths possible.
1641        * Makefile.am, configure.ac: Add sp42.
1642        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
1643
16442008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
1645
1646        * sp39/init.c: Add case for long timeout on blocking operation.
1647        * Makefile.am, configure.ac: Add new test to exercise thread
1648        queue blokcing synchronization. sp39 and sp41 are very similar.
1649        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
1650        sp41/system.h: New files.
1651
16522008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1653
1654        * sp39/init.c: Clean up.
1655
16562008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1657
1658        * sp39/init.c: Modify to improve coverage.
1659
16602008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
1661
1662        * sp36/strict_order_mut.c:
1663
16642008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1665
1666        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
1667        driver registration.
1668        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
1669        sp40/system.h: New files.
1670
16712008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
1672
1673        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
1674        Add test cases for:
1675          + message queue create requesting too many message buffers
1676            for the available memory
1677          + region extend with address inside existing heap
1678          + timer server initiate too large a stack, create error
1679        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
1680          + task set priority while holding resource
1681
16822008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
1683
1684        * Makefile.am, configure.ac: Added sp38 and sp39.
1685        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
1686        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
1687        sp39/sp39.scn, sp39/system.h: New files.
1688
16892007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
1690
1691        * sp36/strict_order_mut.c: New file.
1692
16932007-12-21      Xi Yang <hiyangxi@gmail.com>
1694
1695        * Makefile.am, configure.ac: Add support for proper stacking of
1696        priority inheritance on mutexes as well as enforce proper order of
1697        release.
1698        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
1699        sp36/sp36.scn: New files.
1700
17012007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1702
1703        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
1704        directive instead of violating RTEMS internals.
1705
17062007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
1707
1708        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
1709        Add test cases for User Extension Manager to improve code coverage.
1710        * sp21/task1.c: Fix spelling error.
1711
17122007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
1713
1714        * spsize/size.c: Account for previous changes in calculation of MPCI
1715        receive server stack.
1716
17172007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
1718
1719        * sp09/screen07.c, sp09/sp09.scn: Add test for
1720        rtems_message_queue_broadcast for bad buffer and count pointers.
1721        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
1722        with bad priority or initiating twice.
1723        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
1724        it forces a dispatch.
1725        * sp37/init.c: New file.
1726
17272007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1728
1729        * Makefile.am, configure.ac: Add new tests for interrupt disable,
1730        enable, flash, and is in progress. These are normally inlines but
1731        also have bodies for non-C code. This test also exercises the odd
1732        case of calling clock tick from outside an ISR.
1733        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
1734
17352007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1736
1737        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
1738        using notepad with the current task's ID or SELF
1739        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
1740        test missing test cases for clock_get.
1741
17422007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1743
1744        * sp28/init.c: Add test code for task variables to improve coverage.
1745
17462007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1747
1748        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
1749        RTEMS provided accessor macros to obtain configuration fields.
1750
17512007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
1752
1753        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
1754        Configuration Table. Eliminate CPU Table from all ports. Delete
1755        references to CPU Table in all forms.
1756
17572007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1758
1759        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
1760
17612007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1762
1763        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
1764        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
1765        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
1766        to improve test coverage.
1767
17682007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1769
1770        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
1771        coverage.
1772
17732007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1774
1775        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
1776
17772007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1778
1779        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
1780        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
1781        .scn files.
1782
17832007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1784
1785        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
1786        commented out and updated the .scn file.
1787
17882007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1789
1790        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
1791        buffered test IO.
1792
17932007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1794
1795        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
1796        rtems_io_unregister_driver did not have any test code.
1797
17982007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
1799
1800        * spsize/size.c: Eliminate maximum_drivers configuration parameter
1801        since it was used to configure a no longer used feature. Device names
1802        are now part of the filesystem not in a table. This also eliminated
1803        the variables _IO_Number_of_devices and _IO_Driver_name_table from
1804        RTEMS as well as the memory allocation used to populate
1805        _IO_Driver_name_table.
1806
18072007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
1808
1809        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
1810        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
1811        properly.
1812
18132007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1814
1815        * spsize/size.c: Eliminated the variables
1816        _RTEMS_tasks_User_initialization_tasks and
1817        _RTEMS_tasks_Number_of_initialization_tasks because they were only
1818        used in one place after initialized. It was a waste of space.
1819
18202007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1821
1822        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1823        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1824        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
1825        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1826        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1827        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1828        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1829        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1830        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
1831        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
1832        spsize/size.c: Add optional managers to Makefiles. Clean up test
1833        cases so last output line follows END OF pattern. Make sure test case
1834        all run. All tests appeared ok on sis.
1835
18362007-04-05      Joel Sherrill <joel@OARcorp.com>
1837
1838        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
1839
18402007-04-05      Joel Sherrill <joel@OARcorp.com>
1841
1842        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
1843        CONFIGURE_TEST_NEEDS_XXX configuration constants to
1844        CONFIGURE_APPLICATION_NEEDS_XXX.
1845
18462007-04-02      Joel Sherrill <joel@OARcorp.com>
1847
1848        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
1849
18502007-04-02      Joel Sherrill <joel@OARcorp.com>
1851
1852        * spsize/size.c: Convert from Classic API style TOD_Control as
1853        fundamental time structure to POSIX struct timespec. Add
1854        clock_get_uptime().
1855
18562007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
1857
1858        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
1859
18602007-03-26      Joel Sherrill <joel@OARcorp.com>
1861
1862        * sp35/priinv.c: Remove warning.
1863
18642007-03-10      Joel Sherrill <joel@OARcorp.com>
1865
1866        * sp26/system.h: Remove incorrect and duplicate
1867        CONFIGURE_EXTRA_TASK_STACKS.
1868
18692007-03-05      Joel Sherrill <joel@OARcorp.com>
1870
1871        PR 1222/cpukit
1872        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
1873        thread that is blocked on a priority based thread queue is changed,
1874        that its placement in the queue is reevaluated based upon the new
1875        priority. This enhancement includes modifications to the SuperCore as
1876        well as new test cases.
1877        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
1878        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
1879        sp35/sp35.doc, sp35/sp35.scn: New files.
1880
18812007-03-05      Joel Sherrill <joel@OARcorp.com>
1882
1883        * sp26/system.h: Correct memory required for stack sizes.
1884
18852007-02-06      Joel Sherrill <joel@OARcorp.com>
1886
1887        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
1888        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
1889        tests.
1890
18912006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1892
1893        * sp33/init.c: Improve barrier test to include normal blocking with
1894        manual release and unblocking in barrier deletion.
1895
18962006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1897
1898        * configure.ac: New BUG-REPORT address.
1899
19002006-11-20      Joel Sherrill <joel@OARcorp.com>
1901
1902        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
1903        and make output more compliant with other tests.
1904
19052006-11-17      Joel Sherrill <joel@OARcorp.com>
1906
1907        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
1908        cases intended on all targets possible with new heap algorithm.
1909
19102006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1911
1912        * Makefile.am, configure.ac: Adding Classic API Barriers.
1913        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
1914        New files.
1915
19162006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1917
1918        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1919
19202006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1921
1922        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1923        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1924        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1925        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1926        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1927        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1928        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1929        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1930        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1931        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1932        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
1933        Use rtems_testsdir instead.
1934
19352006-04-05      Joel Sherrill <joel@OARcorp.com>
1936                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
1937
1938        * spsize/size.c: Victor spotted the problem that
1939        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
1940        variables and needed to be set to the same value.  I took that
1941        idea and just removed _Thread_MP_Receive.  All uses are now
1942        _MPCI_Receive_server_tcb.
1943
19442005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1945
1946        * configure.ac: Remove RTEMS_ENABLE_BARE,
1947        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1948
19492005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1950
1951        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1952        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1953        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1954        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1955        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1956        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1957        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1958        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1959        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1960        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1961        spfatal/Makefile.am, spsize/Makefile.am:
1962        Convert to use *_PROGRAMS.
1963
19642005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1965
1966        * sp01/Makefile.am, sp02/Makefile.am,
1967        sp03/Makefile.am, sp04/Makefile.am,
1968        sp05/Makefile.am, sp06/Makefile.am,
1969        sp07/Makefile.am, sp08/Makefile.am,
1970        sp09/Makefile.am, sp11/Makefile.am,
1971        sp12/Makefile.am, sp13/Makefile.am,
1972        sp14/Makefile.am, sp15/Makefile.am,
1973        sp16/Makefile.am, sp17/Makefile.am,
1974        sp19/Makefile.am, sp20/Makefile.am,
1975        sp21/Makefile.am, sp22/Makefile.am,
1976        sp23/Makefile.am, sp24/Makefile.am,
1977        sp25/Makefile.am, sp26/Makefile.am,
1978        sp27/Makefile.am, sp28/Makefile.am,
1979        sp29/Makefile.am, sp30/Makefile.am,
1980        sp31/Makefile.am, sp32/Makefile.am,
1981        spfatal/Makefile.am, spsize/Makefile.am: Rework.
1982
19832005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1984
1985        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1986        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1987        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1988        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1989        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1990        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1991        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1992        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1993        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1994        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1995        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
1996        * sptests.am: Remove.
1997
19982005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1999
2000        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2001        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2002        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2003        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2004        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2005        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2006        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2007        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2008        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
2009        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
2010        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
2011
20122005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
2013
2014        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
2015
20162005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2017
2018        * spsize/Makefile.am: Rename TEST to spsize.
2019        * spsize/size.scn: Remove.
2020        * spsize/spsize.scn: New (renamed from size.scn).
2021
20222005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2023
2024        * configure.ac: Add spfatal/Makefile.
2025        * Makefile.am: Add spfatal to DIST_SUBDIRS.
2026        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2027        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
2028        * sptests.am: Remove LIB_VARIANT.
2029
20302005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2031
2032        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2033        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2034        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2035        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2036        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2037        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2038        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2039        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2040        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2041        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
2042        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
2043
20442005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2045
2046        * Makefile.am: Cleanup.
2047
20482005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2049
2050        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
2051        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2052        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2053        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2054        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2055        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2056        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2057        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2058        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2059        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2060        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
2061        spfatal/Makefile.am, spsize/Makefile.am:
2062        Partial conversion to automake.
2063
20642005-03-07      Joel Sherrill <joel@OARcorp.com>
2065
2066        * sp13/task1.c: Removed warnings.
2067
20682004-09-29      Joel Sherrill <joel@OARcorp.com>
2069
2070        * spsize/size.c: i960 obsoleted and all references removed.
2071
20722004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
2073
2074        * configure.ac: Require automake > 1.9.
2075
20762004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
2077
2078        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2079        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2080        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2081        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2082        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2083        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2084        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2085        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2086        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2087        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2088        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2089        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2090        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2091        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2092        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2093        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2094        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2095        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2096        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2097        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2098        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2099        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2100        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2101        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2102        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2103        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2104        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2105        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2106        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2107        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2108        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2109        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2110
21112004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
2112
2113        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
2114
21152004-03-30      David Querbach <querbach@realtime.bc.ca>
2116
2117        PR 595/tests
2118        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
2119        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
2120        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
2121        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
2122        others treat it as a count of longs.
2123
21242004-03-30      David Querbach <querbach@realtime.bc.ca>
2125
2126        PR 596/tests
2127        * sp32/init.c: A missing definition of TEST_INIT before including
2128        <tmacros.h> means that buffered output will not work even if selected
2129        in buffer_test_io.h.
2130
21312004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
2132
2133        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
2134        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
2135        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
2136        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
2137        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
2138        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
2139        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
2140        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
2141        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
2142        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
2143        types.
2144
21452004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2146
2147        * configure.ac: Add 2nd arg to RTEMS_TOP.
2148
21492004-03-05      Joel Sherrill <joel@OARcorp.com>
2150
2151        * sp07/buffered_io.c: Remove warning.
2152
21532004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2154
2155        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
2156        Add PRE/TMPINSTALL_FILES to CLEANFILES.
2157        * sp02/Makefile.am: Ditto.
2158        * sp03/Makefile.am: Ditto.
2159        * sp04/Makefile.am: Ditto.
2160        * sp05/Makefile.am: Ditto.
2161        * sp06/Makefile.am: Ditto.
2162        * sp07/Makefile.am: Ditto.
2163        * sp08/Makefile.am: Ditto.
2164        * sp09/Makefile.am: Ditto.
2165        * sp11/Makefile.am: Ditto.
2166        * sp12/Makefile.am: Ditto.
2167        * sp13/Makefile.am: Ditto.
2168        * sp14/Makefile.am: Ditto.
2169        * sp15/Makefile.am: Ditto.
2170        * sp16/Makefile.am: Ditto.
2171        * sp17/Makefile.am: Ditto.
2172        * sp19/Makefile.am: Ditto.
2173        * sp20/Makefile.am: Ditto.
2174        * sp21/Makefile.am: Ditto.
2175        * sp22/Makefile.am: Ditto.
2176        * sp23/Makefile.am: Ditto.
2177        * sp24/Makefile.am: Ditto.
2178        * sp25/Makefile.am: Ditto.
2179        * sp26/Makefile.am: Ditto.
2180        * sp27/Makefile.am: Ditto.
2181        * sp28/Makefile.am: Ditto.
2182        * sp29/Makefile.am: Ditto.
2183        * sp30/Makefile.am: Ditto.
2184        * sp31/Makefile.am: Ditto.
2185        * sp32/Makefile.am: Ditto.
2186        * spfatal/Makefile.am: Ditto.
2187        * spsize/Makefile.am: Ditto.
2188
21892003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2190
2191        * sptests.am: Add dirstamp support.
2192
21932003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2194
2195        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
2196
21972003-12-16      Joel Sherrill <joel@OARcorp.com>
2198
2199        PR 544/tests
2200        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
2201        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
2202        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
2203        make tests account for resources and not print at inappropriate
2204        times.
2205        * sp07/buffered_io.c: New file.
2206
22072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2208
2209        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2210
22112003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2212
2213        * sp01/Makefile.am: Remove all-local: $(ARCH).
2214        * sp02/Makefile.am: Remove all-local: $(ARCH).
2215        * sp03/Makefile.am: Remove all-local: $(ARCH).
2216        * sp04/Makefile.am: Remove all-local: $(ARCH).
2217        * sp05/Makefile.am: Remove all-local: $(ARCH).
2218        * sp06/Makefile.am: Remove all-local: $(ARCH).
2219        * sp07/Makefile.am: Remove all-local: $(ARCH).
2220        * sp08/Makefile.am: Remove all-local: $(ARCH).
2221        * sp09/Makefile.am: Remove all-local: $(ARCH).
2222        * sp11/Makefile.am: Remove all-local: $(ARCH).
2223        * sp12/Makefile.am: Remove all-local: $(ARCH).
2224        * sp13/Makefile.am: Remove all-local: $(ARCH).
2225        * sp14/Makefile.am: Remove all-local: $(ARCH).
2226        * sp15/Makefile.am: Remove all-local: $(ARCH).
2227        * sp16/Makefile.am: Remove all-local: $(ARCH).
2228        * sp17/Makefile.am: Remove all-local: $(ARCH).
2229        * sp19/Makefile.am: Remove all-local: $(ARCH).
2230        * sp20/Makefile.am: Remove all-local: $(ARCH).
2231        * sp21/Makefile.am: Remove all-local: $(ARCH).
2232        * sp22/Makefile.am: Remove all-local: $(ARCH).
2233        * sp23/Makefile.am: Remove all-local: $(ARCH).
2234        * sp24/Makefile.am: Remove all-local: $(ARCH).
2235        * sp25/Makefile.am: Remove all-local: $(ARCH).
2236        * sp26/Makefile.am: Remove all-local: $(ARCH).
2237        * sp27/Makefile.am: Remove all-local: $(ARCH).
2238        * sp28/Makefile.am: Remove all-local: $(ARCH).
2239        * sp29/Makefile.am: Remove all-local: $(ARCH).
2240        * sp30/Makefile.am: Remove all-local: $(ARCH).
2241        * sp31/Makefile.am: Remove all-local: $(ARCH).
2242        * sp32/Makefile.am: Remove all-local: $(ARCH).
2243        * spfatal/Makefile.am: Remove all-local: $(ARCH).
2244        * spsize/Makefile.am: Remove all-local: $(ARCH).
2245
22462003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2247
2248        * configure.ac: Reflect having moved to testsuites/.
2249
22502003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2251
2252        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2253
22542003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2255
2256        * configure.ac:Remove RTEMS_CHECK_CPU.
2257
22582003-09-04      Joel Sherrill <joel@OARcorp.com>
2259
2260        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
2261        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
2262        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
2263        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
2264        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
2265        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
2266        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
2267        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
2268        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
2269        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
2270        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
2271        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
2272        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
2273        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
2274        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
2275        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
2276        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
2277        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
2278        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
2279        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
2280        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
2281        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
2282        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
2283        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
2284        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
2285        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
2286        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
2287        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
2288        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
2289        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
2290        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
2291        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
2292        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
2293        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
2294        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
2295        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
2296        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
2297        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
2298        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
2299        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
2300        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
2301        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
2302        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
2303        spsize/size.c, spsize/system.h: URL for license changed.
2304
23052003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
2306
2307        PR 458/tests
2308        * sp30/task1.c: Correct indexing problem.
2309
23102003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2311
2312        * Makefile.am: Reflect having moved aclocal/.
2313
23142003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2315
2316        * Makefile.am: Reflect having moved automake/.
2317        * sp01/Makefile.am: Reflect having moved automake/.
2318        * sp02/Makefile.am: Reflect having moved automake/.
2319        * sp03/Makefile.am: Reflect having moved automake/.
2320        * sp04/Makefile.am: Reflect having moved automake/.
2321        * sp05/Makefile.am: Reflect having moved automake/.
2322        * sp06/Makefile.am: Reflect having moved automake/.
2323        * sp07/Makefile.am: Reflect having moved automake/.
2324        * sp08/Makefile.am: Reflect having moved automake/.
2325        * sp09/Makefile.am: Reflect having moved automake/.
2326        * sp11/Makefile.am: Reflect having moved automake/.
2327        * sp12/Makefile.am: Reflect having moved automake/.
2328        * sp13/Makefile.am: Reflect having moved automake/.
2329        * sp14/Makefile.am: Reflect having moved automake/.
2330        * sp15/Makefile.am: Reflect having moved automake/.
2331        * sp16/Makefile.am: Reflect having moved automake/.
2332        * sp17/Makefile.am: Reflect having moved automake/.
2333        * sp19/Makefile.am: Reflect having moved automake/.
2334        * sp20/Makefile.am: Reflect having moved automake/.
2335        * sp21/Makefile.am: Reflect having moved automake/.
2336        * sp22/Makefile.am: Reflect having moved automake/.
2337        * sp23/Makefile.am: Reflect having moved automake/.
2338        * sp24/Makefile.am: Reflect having moved automake/.
2339        * sp25/Makefile.am: Reflect having moved automake/.
2340        * sp26/Makefile.am: Reflect having moved automake/.
2341        * sp27/Makefile.am: Reflect having moved automake/.
2342        * sp28/Makefile.am: Reflect having moved automake/.
2343        * sp29/Makefile.am: Reflect having moved automake/.
2344        * sp30/Makefile.am: Reflect having moved automake/.
2345        * sp31/Makefile.am: Reflect having moved automake/.
2346        * sp32/Makefile.am: Reflect having moved automake/.
2347        * spfatal/Makefile.am: Reflect having moved automake/.
2348        * spsize/Makefile.am: Reflect having moved automake/.
2349
23502003-08-14      Joel Sherrill <joel@OARcorp.com>
2351
2352        * sp02/task1.c: Added ID to name lookup service and changed name of
2353        id/name translation status code. This propagated to multiple
2354        functions. The user API service added was rtems_object_id_to_name()
2355
23562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2357
2358        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2359
23602003-05-29      Joel Sherrill <joel@OARcorp.com>
2361
2362        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
2363
23642003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2365
2366        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
2367        CC_CFLAGS_DEFAULT (obsolete).
2368
23692003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2370
2371        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
2372        Remove CC_LDFLAGS_PROFILE_V.
2373
23742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2375
2376        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2377
23782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2379
2380        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2381
23822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2383
2384        * configure.ac: AC_PREREQ(2.57).
2385
23862002-11-14      Joel Sherrill <joel@OARcorp.com>
2387
2388        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
2389        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
2390        update the IDs in the screens.
2391
23922002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2393
2394        * .cvsignore: Reformat.
2395        Add autom4te*cache.
2396        Remove autom4te.cache.
2397
23982002-09-14      Joel Sherrill <joel@OARcorp.com>
2399
2400        * sp32/.cvsignore: New file.
2401
24022002-09-14      Aaron J. Grier <aaron@frye.com>
2403
2404        * PR271 was not applicable against the current source but included
2405        a nice test that Joel decided to add to the tree as sp32.
2406        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
2407        * Makefile.am, configure.ac: Modified to reflect addition.
2408
24092002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2410
2411        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
2412        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
2413        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
2414        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
2415        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
2416        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
2417        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
2418        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
2419        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
2420        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
2421        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
2422        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
2423        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
2424        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
2425        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
2426        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
2427        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
2428        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
2429        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
2430        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
2431        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
2432        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
2433        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
2434        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
2435        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
2436        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
2437        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
2438        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
2439        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
2440        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
2441        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
2442
24432002-08-01      Joel Sherrill <joel@OARcorp.com>
2444
2445        * Per PR47 add support for buffered test output.  This involved
2446        adding defines to redirect output to a buffer and dump it when
2447        full, at "test pause", and at exit.  To avoid problems when redefining
2448        exit(), all tests were modified to call rtems_test_exit().
2449        Some tests, notable psxtests, had to be modified to include
2450        the standard test macro .h file (pmacros.h or tmacros.h) to
2451        enable this support.
2452        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
2453        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
2454        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
2455        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
2456        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
2457        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
2458        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
2459
24602002-07-30      Joel Sherrill <joel@OARcorp.com>
2461
2462        * spsize/size.c: Don't reference the RTEMS allocated interrupt
2463        stack if the port doesn't configure using it.
2464
24652002-07-04      Joel Sherrill <joel@OARcorp.com>
2466
2467        * Jump table for single entry point removed.
2468        * spsize/size.c:  Modified to reflect above.
2469
24702002-07-01      Joel Sherrill <joel@OARcorp.com>
2471
2472        * sp29/init.c: Corrected definitions for task stack usage.
2473
24742002-07-01      Joel Sherrill <joel@OARcorp.com>
2475
2476        * spsize/size.c: _Thread_queue_Extract_table removed.
2477
24782001-05-17      Joel Sherrill <joel@OARcorp.com>
2479
2480        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
2481        number of staticly configured device drivers.
2482
24832001-05-14      Joel Sherrill <joel@OARcorp.com>
2484
2485        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
2486        than the configured number of drivers.
2487 
24882002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2489
2490        * configure.ac: Remove ENABLE_GCC28.
2491
24922001-04-04      Joel Sherrill <joel@OARcorp.com>
2493
2494        * spsize/size.c: Reflect SPARC modifcation to get rid of
2495        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
2496 
24972001-03-29      Joel Sherrill <joel@OARcorp.com>
2498
2499        * Per PR147 addressed problems when reseting and inserting a timer
2500        into a timer chain that did not honor time passage since the last
2501        time the timer server was scheduled and the new insertion.
2502        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
2503
25042001-03-28      Joel Sherrill <joel@OARcorp.com>
2505
2506        * Side-effect of PR132.
2507        * sp21/system.h: Now must explicitly request NULL driver.
2508
25092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2510
2511        * configure.ac:
2512        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2513        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2514        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2515        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
2516        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2517        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
2518        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
2519        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
2520        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
2521        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
2522        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
2523        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
2524        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
2525        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
2526        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
2527        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
2528        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
2529        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
2530        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
2531        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
2532        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
2533        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
2534        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
2535        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
2536        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
2537        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
2538        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
2539        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
2540        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
2541        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
2542        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
2543        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
2544        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
2545        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
2546
25472002-03-20      Chris Johns <ccj@acm.org>
2548
2549        * PR145.
2550        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
2551        in system (e.g. driver tasks).  Also exit on minimum number of
2552        switches not precise number.
2553
25542001-01-29      Joel Sherrill <joel@OARcorp.com>
2555
2556        * Fixed bug where resetting a timer that was not at the head
2557        of one of the task timer chains resulted in the Timer Server
2558        task waking up too far in the future.
2559        * Added rtems_timer_get_information() directive to support testing.
2560        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
2561        above condition.
2562
25632001-01-22      Joel Sherrill <joel@OARcorp.com>
2564
2565        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
2566        because priority added as argument to rtems_timer_initiate_server().
2567
25682001-01-16      Joel Sherrill <joel@OARcorp.com>
2569
2570        * Added tests for task-based timers.  This included the new tests
2571        sp30 and sp31.
2572        * Makefile.am, configure.ac: Modified to reflect new tests and files.
2573        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
2574        for task-based timer services.
2575        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
2576        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
2577        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
2578        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
2579        sp31/task1.c: New files.
2580
25812001-11-01      Joel Sherrill <joel@OARcorp.com>
2582
2583        * sp26/system.h: Properly account for stack memory used by
2584        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
2585        and processed as PR78.
2586
25872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2588
2589        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2590        * configure.in: Remove.
2591        * configure.ac: New file, generated from configure.in by autoupdate.
2592
25932001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2594
2595        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2596
25972001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2598
2599        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
2600        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
2601        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
2602        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
2603        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
2604        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
2605        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
2606        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
2607        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
2608        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
2609        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
2610        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
2611        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
2612        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
2613        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
2614        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
2615        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
2616        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
2617        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
2618        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
2619        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
2620        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
2621        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
2622        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
2623        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
2624        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
2625        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
2626        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
2627        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
2628
26292001-08-16      Joel Sherrill <joel@OARcorp.com>
2630
2631        * sp20/system.h: Account for extra task stacks properly.
2632
26332001-08-16      Joel Sherrill <joel@OARcorp.com>
2634
2635        * sp13/sp13.scn: Id in screen had wrong class field value.
2636        * sp13/system.h: Account for message buffer memory.
2637        * sp13/task2.c: Remove unnecessary check for failure.
2638
26392001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
2640
2641        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
2642
26432001-04-20      Joel Sherrill <joel@OARcorp.com>
2644
2645        * sp298/sp28.scn: Minor adjustment so test output matches the screen
2646        file.
2647
26482001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2649
2650        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
2651
26522001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2653
2654        * sp21/Makefile.am: Remove libtest.
2655
26562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2657
2658        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2659
26602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2661
2662        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2663
26642000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2665
2666        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2667        Switch to GNU canonicalization.
2668        * sptests.am: Remove DEFS.
2669
26702000-09-29      Joel Sherrill <joel@OARcorp.com>
2671
2672        * sp20/sp20.scn: Corrected to reflect new addition.
2673        * sp20/system.h: Removed comment reflecting history.
2674
26752000-09-29      Stephan Merker <merker@decrc.abb.de>
2676
2677        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
2678        Added new task to test sequence of altering a period's length
2679        while it is still active.
2680
26812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2682
2683        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2684        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2685        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2686        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2687        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2688        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2689        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2690        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2691        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2692        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
2693
26942000-08-10      Joel Sherrill <joel@OARcorp.com>
2695
2696        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.