source: rtems/testsuites/sptests/ChangeLog @ 66ed5ff

4.115
Last change on this file since 66ed5ff was c275f71b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/15/10 at 13:53:28

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

PR 1617/testing

  • spmountmgr01/init.c, spmountmgr01/Makefile.am, spmountmgr/.cvsignore, spmountmgr01/spmountmgr01.doc, spmountmgr01/spmountmgr01.scn: New test which improves coverage of mount-mgr.c under libcsupport.
  • Makefile.am, configure.ac: Changes to accommodate the new test.
  • Property mode set to 100644
File size: 103.3 KB
Line 
12010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
2
3        PR 1617/testing
4        * spmountmgr01/init.c, spmountmgr01/Makefile.am,
5        spmountmgr/.cvsignore, spmountmgr01/spmountmgr01.doc,
6        spmountmgr01/spmountmgr01.scn: New test which improves coverage
7        of mount-mgr.c under libcsupport.
8        * Makefile.am, configure.ac: Changes to accommodate the new test.
9
102010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * spprintk/init.c, spprintk/spprintk.doc, spprintk/spprintk.scn: Clean
13        up and add test of getchark().
14
152010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * spfatal21/Makefile.am: Fix typo.
18
192010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * Makefile.am, configure.ac: Add tests for sbrk fatal error case and
22        libio initialization fatal error case.
23        * spfatal21/.cvsignore, spfatal21/Makefile.am, spfatal21/spfatal21.doc,
24        spfatal21/spfatal21.scn, spfatal21/testcase.h, spfatal22/.cvsignore,
25        spfatal22/Makefile.am, spfatal22/spfatal22.doc,
26        spfatal22/spfatal22.scn, spfatal22/testcase.h: New files.
27
282010-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
29
30        * spintrcritical06/init.c: Switch semaphore obtain timeouts of
31        variants.  Cleanup.
32        * spintrcritical05/spintrcritical05.scn,
33        spintrcritical06/spintrcritical06.scn,
34        spintrcritical07/spintrcritical07.scn,
35        spintrcritical11/spintrcritical11.scn,
36        spintrcritical12/spintrcritical12.scn,
37        spintrcritical13/spintrcritical13.scn,
38        spintrcritical14/spintrcritical14.scn: Update.
39
402010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * Makefile.am, configure.ac: Readd spfatal09 as a malloc initialization
43        fatal error.
44        * spfatal09/.cvsignore, spfatal09/Makefile.am, spfatal09/spfatal09.doc,
45        spfatal09/spfatal09.scn, spfatal09/testcase.h: New files.
46
472010-07-07      Bharath Suri <bharath.s.jois@gmail.com>
48
49        PR 1603/testing
50        * spassoc01/init.c, spassoc01/Makefile.am,
51        spassoc01/spassoc01.doc, spassoc01/spassoc01.scn: Added new test.
52        * Makefile.am, configure.ac: Added new test spassoc01 for
53        rtems_assoc routines.
54
552010-07-07      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        PR 1606/cpukit
58        * spfatal_support/init.c: Remove
59        INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
60
612010-07-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
62
63        * spfatal09/.cvsignore, spfatal09/Makefile.am,
64        spfatal09/spfatal09.doc, spfatal09/spfatal09.scn,
65        spfatal09/testcase.h: Removed files.
66        * Makefile.am, configure.ac: Reflect changes above.
67        * spfatal_support/init.c: Print end of test message in case of
68        success.  Stop multitasking in the fatal error extension.
69        * spfatal03/testcase.h, spfatal07/testcase.h: Use printk() instead of
70        puts().
71        * spfatal01/spfatal01.scn, spfatal02/spfatal02.scn,
72        spfatal03/spfatal03.scn, spfatal04/spfatal04.scn,
73        spfatal05/spfatal05.scn, spfatal06/spfatal06.scn,
74        spfatal07/spfatal07.scn, spfatal08/spfatal08.scn,
75        spfatal10/spfatal10.scn, spfatal11/spfatal11.scn,
76        spfatal12/spfatal12.scn, spfatal13/spfatal13.scn,
77        spfatal14/spfatal14.scn, spfatal15/spfatal15.scn,
78        spfatal16/spfatal16.scn, spfatal17/spfatal17.scn,
79        spfatal18/spfatal18.scn, spfatal19/spfatal19.scn,
80        spfatal20/spfatal20.scn: Update.
81
822010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
83
84        * sp21/init.c, sp21/sp21.scn: Tidy up with one last case to get 100%
85        coverage of rtems_io_lookup_name().
86
872010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
88
89        * sp21/Makefile.am, sp21/init.c, sp21/sp21.scn: Add
90        rtems_io_lookup_name() and simplify test.
91        * sp21/system.h, sp21/task1.c: Removed.
92
932010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * Makefile.am, configure.ac: Add new fatal error test for termios
96        initialize.
97        * spfatal20/.cvsignore, spfatal20/Makefile.am, spfatal20/spfatal20.doc,
98        spfatal20/spfatal20.scn, spfatal20/testcase.h: New files.
99
1002010-07-05      Bharath Suri <bharath.s.jois@gmail.com>
101
102        PR 1600/testing
103        * spfifo05/init.c, spfifo05/spfifo05.doc, spfifo05/spfifo05.scn,
104        spfifo05/Makefile.am: New tests for pipe/fifo routines.
105        * Makefile.am, configure.ac: Add new test.
106
1072010-07-02      Bharath Suri <bharath.s.jois@gmail.com>
108
109        PR 1600/testing
110        * spfifo04/init.c, spfifo04/spfifo04.doc, spfifo04/spfifo04.scn,
111        spfifo04/Makefile.am: New files to improve coverage on fifo/pipe
112        routines
113        * Makefile.am, configure.ac: Add new test.
114
1152010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * sp68/init.c: Add alignment to region_area. Fix spelling.
118
1192010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        PR 1573/cpukit
122        * spsize/size.c: Add a per cpu data structure which contains the
123        information required by RTEMS for each CPU core. This encapsulates
124        information such as thread executing, heir, idle and dispatch needed.
125
1262010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * sp69/Makefile.am: Really needs spin.c
129
1302010-06-26      Bharath Suri <bharath.s.jois@gmail.com>
131
132        PR 1592/testing
133        * Makefile.am, configure.ac: Changes to incorporate sperror01,
134        sperror02, sperror03
135        * sperror01/init.c, sperror02/init.c: New tests to exercise
136        rtems_error routine
137        * sperror03/init.c: New test to exercise rtems_panic routine
138
1392010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * sp69/Makefile.am, sp71/Makefile.am, spfifo02/Makefile.am: Tests do
142        not need spin.c
143
1442010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * sp70/Makefile.am: Tests do not need spin.c
147
1482010-06-24      Bharath Suri <bharath.s.jois@gmail.com>
149
150        * Makefile.am, configure.ac: Removed some fifo tests.
151        * spfifo01/Makefile.am, spfifo01/init.c: Minor changes to avoid
152        excessive new lines in the output.
153
154        spfifo02/Makefile.am, spfifo02/init.c, spfifo02/spfifo02.doc,
155        spfifo02/spfifo02.scn, spfifo03/Makefile.am: Merge from spfifo08.
156        Also added a few more cases, mostly from spfifo04/init.c.
157        * spfifo03/init.c, spfifo03/spfifo03.doc, spfifo03/spfifo03.scn:
158        Previously was spfifo06. Configure parameter for pipes is used now.
159        * spfifo04/.cvsignore, spfifo04/Makefile.am, spfifo04/init.c,
160        spfifo04/spfifo04.doc, spfifo04/spfifo04.scn, spfifo08/.cvsignore,
161        spfifo08/Makefile.am, spfifo08/init.c, spfifo08/spfifo08.doc,
162        spfifo08/spfifo08.scn: Removed.
163
1642010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
165
166        * Makefile.am, configure.ac: Add new test to exercise path where using
167        unlimited object support you are about to allocate more objects than
168        can be represented in the Id. This test will NOT pass on targets with
169        insufficient RAM.
170        * sp71/.cvsignore, sp71/Makefile.am, sp71/init.c, sp71/sp71.doc,
171        sp71/sp71.scn: New files.
172
1732010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * Makefile.am, configure.ac: spfatal20 not ready.
176
1772010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
178
179        * Makefile.am, configure.ac: Add new tests to generate fatal errors in
180        rtems_termios_open().
181        * spfatal16/.cvsignore, spfatal16/Makefile.am, spfatal16/spfatal16.doc,
182        spfatal16/spfatal16.scn, spfatal16/testcase.h, spfatal17/.cvsignore,
183        spfatal17/Makefile.am, spfatal17/spfatal17.doc,
184        spfatal17/spfatal17.scn, spfatal17/testcase.h, spfatal18/.cvsignore,
185        spfatal18/Makefile.am, spfatal18/spfatal18.doc,
186        spfatal18/spfatal18.scn, spfatal18/testcase.h, spfatal19/.cvsignore,
187        spfatal19/Makefile.am, spfatal19/spfatal19.doc,
188        spfatal19/spfatal19.scn, spfatal19/testcase.h: New files.
189
1902010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
191
192        * Makefile.am, configure.ac, spfatal_support/init.c,
193        spfatal_support/system.h: Add new tests to generate fatal errors in
194        open_dev_console().
195        * spfatal14/.cvsignore, spfatal14/Makefile.am, spfatal14/spfatal14.doc,
196        spfatal14/spfatal14.scn, spfatal14/testcase.h, spfatal15/.cvsignore,
197        spfatal15/Makefile.am, spfatal15/spfatal15.doc,
198        spfatal15/spfatal15.scn, spfatal15/testcase.h,
199        spfatal_support/consume_sems.c: New files.
200
2012010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
202
203        * sp43/init.c: Remove more ITRON references.
204
2052010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
206
207        * sp09/screen01.c: Fix warning.
208
2092010-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
210
211        * spfifo08/init.c: Catch more cases but discussion on errors and proper
212        behaviour remain.
213
2142010-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * spfifo02/init.c, spfifo03/init.c, spfifo04/init.c: Configure pipes
217        used.
218
2192010-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
220
221        * Makefile.am, configure.ac: New test for error cases in FIFO creation.
222        * spfifo08/.cvsignore, spfifo08/Makefile.am, spfifo08/init.c,
223        spfifo08/spfifo08.doc, spfifo08/spfifo08.scn: New files.
224
2252010-06-19      Joel Sherrill <joel.sherrill@oarcorp.com>
226
227        * sp09/screen01.c, sp09/sp09.scn, sp43/init.c, sp43/sp43.scn,
228        spfatal_support/init.c: Remove references to ITRON constants.
229
2302010-06-19      Joel Sherrill <joel.sherrill@oarcorp.com>
231
232        * Makefile.am, configure.ac: Add sp70 to test slot
233        reclamation and reuse for unlimited object configuration.
234        * sp70/.cvsignore, sp70/Makefile.am, sp70/init.c, sp70/sp70.doc,
235        sp70/sp70.scn: New files.
236
2372010-06-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
238
239        * sp16/task1.c: Update for heap extend changes.
240
2412010-06-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
242
243        * spfifo01/init.c, spfifo01/spfifo01.scn: Update for IMFS API changes.
244
2452010-06-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
246
247        * spmkdir/.cvsignore, spmkdir/Makefile.am, spmkdir/init.c,
248        spmkdir/spmkdir.doc, spmkdir/spmkdir.scn: New files.
249        * Makefile.am, configure.ac: Reflect changes above.
250
2512010-06-07      Bharath Suri <bharath.s.jois@gmail.com>
252
253        * spfifo01/main.c: New file.
254
2552010-06-07      Bharath Suri <bharath.s.jois@gmail.com>
256
257        PR PR1542
258        * Makefile.am, configure.ac: Coverage improvement: fifo_open.
259        * spfifo01/spfifo01.doc, spfifo01/spfifo01.scn, spfifo01/test.c,
260        spfifo02/Makefile.am, spfifo02/main.c, spfifo02/spfifo02.doc,
261        spfifo02/spfifo02.scn, spfifo02/test.c, spfifo03/Makefile.am,
262        spfifo03/main.c, spfifo03/spfifo03.doc, spfifo03/spfifo03.scn,
263        spfifo03/test.c, spfifo04/Makefile.am, spfifo04/main.c,
264        spfifo04/spfifo04.doc, spfifo04/spfifo04.scn, spfifo04/test.c: New
265        files.
266
2672010-06-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
268
269        * sp09/screen12.c: Update for heap extend changes.
270
2712010-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
272
273        * sp62/init.c, sp65/init.c: #include <unistd.h>.
274
2752010-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
276
277        * sp43/init.c: Readdress use of ctype methods per recommendation from
278        D.J. Delorie on the newlib mailing list. We should pass an unsigned
279        char into these methods.
280
2812010-03-10      Joel Sherrill <joel.sherrill@oarcorp.com>
282
283        * Makefile.am, configure.ac: Add new fatal error for configuring
284        unlimited and maximum of 0.
285        * spfatal13/.cvsignore, spfatal13/Makefile.am, spfatal13/spfatal13.doc,
286        spfatal13/spfatal13.scn, spfatal13/testcase.h: New files.
287
2882010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
289
290        * sp43/init.c: Fix warning.
291
2922009-12-15      Glenn Humphrey <glenn.humphrey@OARcorp.com>
293
294        * sp69/init.c: Fixed warnings.
295
2962009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
297
298        * sp14/sp14.doc, sp14/sp14.scn: doc file have scn contents. Fix and
299        update.
300
3012009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
302
303        * sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: Add test for statistics on
304        expired periods. This detected the recently introduced PR1480.
305
3062009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
307
308        * sp69/.cvsignore: New file.
309
3102009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
311
312        * Makefile.am, configure.ac: Added a test for rate_monotonic_get_status
313        to ensure that all paths are tested.
314        * sp69/Makefile.am, sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: New files.
315
3162009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
317
318        * sp31/task1.c: Fixed spacing.
319
3202009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
321
322        * sp18/init.c, sp31/task1.c, sp43/init.c, sp63/init.c, sp64/init.c,
323        spfatal10/testcase.h, spfatal11/testcase.h, spobjgetnext/init.c,
324        spwkspace/init.c: Use rtems_test_assert() consistently instead of
325        system assert(). rtems_test_assert() is designed to integrate into
326        the RTEMS test suite infrastructure.
327
3282009-12-04      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
329
330        * sp31/sp31.scn, sp31/task1.c, spintrcritical17/init.c: New test
331        cases. Updated copyright notice.
332
3332009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
334
335        * sp25/task1.c: Use PRIuPTR for segment_sizes.
336
3372009-11-30      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
338
339        * sp68/Makefile.in, sp68/.cvsignore,
340        * spintrcritical17/Makefile.in, spintrcritical17/.cvsignore:
341        removed unneeded Makefile.in, added cvsignore
342       
3432009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
344
345        * sp68/init.c, sp68/Makefile.am, sp68/sp68.doc, sp68/sp68.scn,
346        spintrcritical17/init.c, spintrcritical17/Makefile.am,
347        spintrcritical17/spintrcritical17.doc,
348        spintrcritical17/spintrcritical17.scn: New files.
349        * Makefile.am, configure.ac: Update for test sp68 and spintrcritical17.
350        * sp31/task1.c, sp67/init.c: Changes for new timer server
351        implementation.
352        * sp52/init.c: The init task must be preemptible to let the timer
353        server run.
354
3552009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
356
357        PR 1460/cpukit
358        * sp43/init.c: Change return type on methods accessing portions of
359        RTEMS Ids to int. This allows -1 to be return on error.
360
3612009-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
362
363        * spsize/Makefile.am: Fix broken install rule.
364
3652009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
366
367        * spprintk/spprintk.scn: Add end of line at end of file.
368
3692009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        * sp32/Makefile.am, sp33/Makefile.am, sp37/Makefile.am,
372        sp38/Makefile.am, sp39/Makefile.am, sp43/Makefile.am,
373        sp44/Makefile.am, spfatal01/Makefile.am, spfatal02/Makefile.am,
374        spfatal03/Makefile.am, spfatal04/Makefile.am, spfatal05/Makefile.am,
375        spfatal06/Makefile.am, spfatal07/Makefile.am, spfatal08/Makefile.am,
376        spfatal09/Makefile.am, spobjgetnext/Makefile.am,
377        spprintk/Makefile.am, spsize/Makefile.am, spwatchdog/Makefile.am,
378        spwkspace/Makefile.am: Add documentation files for multiple tests.
379        * sp32/sp32.doc, sp33/sp33.doc, sp37/sp37.doc, sp38/sp38.doc,
380        sp39/sp39.doc, sp43/sp43.doc, sp44/sp44.doc, spfatal01/spfatal01.doc,
381        spfatal02/spfatal02.doc, spfatal03/spfatal03.doc,
382        spfatal04/spfatal04.doc, spfatal05/spfatal05.doc,
383        spfatal06/spfatal06.doc, spfatal07/spfatal07.doc,
384        spfatal08/spfatal08.doc, spfatal09/spfatal09.doc,
385        spobjgetnext/spobjgetnext.doc, spprintk/spprintk.doc,
386        spsize/spsize.doc, spwatchdog/spwatchdog.doc,
387        spwkspace/spwkspace.doc: New files.
388
3892009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
390
391        * sp14/asr.c: Remove PRIxrtems_signal_set (moved to tmacros.h).
392        Include "tmacros.h".
393        * sp63/init.c: Pass UINTPTR_MAX instead of 0xffffffff to
394        _Heap_Allocate for 16bit compliance.
395        * sp44/init.c: Another printf format fix.
396
3972009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
398
399        * sp37/init.c: Add local prototypes for
400        rtems_interrupt_disable, rtems_interrupt_enable,
401        rtems_interrupt_flash, rtems_interrupt_is_in_progress.
402        * sp43/init.c: Add local prototypes for
403        rtems_object_api_minimum_class, rtems_object_api_maximum_class,
404        rtems_build_id, rtems_build_name, rtems_object_id_api_maximum,
405        rtems_object_id_api_minimum, rtems_object_id_get_api,
406        rtems_object_id_get_class, rtems_object_id_get_index,
407        rtems_object_id_get_node.
408        Spray PRId32's into printf's for 16bit target complianance.
409        * sp37/init.c: Add local prototype for
410        rtems_interrupt_level_attribute.
411
4122009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
413
414        * sp29/init.c: Include "tmacros.h".
415        Misc. changes related to rtems_intervals.
416        * sp14/asr.c: Add PRIxrtems_signal_set.
417        Use PRIxrtems_signal_set to print rtems_signal_set's.
418        * sp13/task3.c: Use PRIu32 to print "count".
419        * sp09/screen12.c: Segment sizes are uintptr_t's.
420        * sp09/screen11.c: Use size_t for "size".
421        * sp62/init.c: Segment sizes are uintptr_t's.
422        * sp25/task1.c: Use PRIuPTR to print segment_size's.
423        * sp21/task1.c: Add PRIurtems_device_major_number.
424        * sp11/task1.c, sp11/task2.c:
425        Use PRIxrtems_event_set to print rtems_event_set's.
426        * sp09/screen13.c: Revert previous change.
427        Remove broken extraneous line seemingly having crept into in
428        2009-08-10 patch.
429        * sp27/init.c: Remove extraneous argument to print.
430        * spsize/size.c: Use PRIu32 to print sys_req.
431        * sp37/init.c: Add missing argument to printf.
432        * sp44/init.c, sp35/priinv.c, sp33/init.c, sp28/init.c,
433        sp12/pritask.c, sp34/changepri.c:
434        Use PRIdrtems_task_argument to print rtems_task_argument's.
435
4362009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
437
438        * sp25/task1.c: segment_size is uintptr_t.
439        * spfatal06/testcase.h: Add missing return.
440        * sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c:
441        Duplicate code from rtems_name_to_characters to convert rtems_name's
442        into char arrays.
443        * sp09/screen13.c: Comment out unused return status.
444        * sp63/init.c: Use PRIu32 to print uint32_t's.
445        * sp33/init.c: Use PRIu32 to print uint32_t's.
446        * sp28/init.c: Use PRIu32 to print uint32_t's.
447
4482009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
449
450        * sp31/task1.c: Use PRIdWatchdog_Interval to print
451        Watchdog_Interval's.
452        * sp20/task1.c, sp32/init.c, spclockget/init.c: Use
453        PRIdrtems_interval to print rtems_interval's.
454
4552009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
456
457        * sp13/task1.c: Misc. uint32_t fixes.
458        * sp20/task1.c: Misc. uint32_t fixes.
459        * sp47/init.c: Add PRIXModes_Control, PRIXrtems_mode.
460        Use PRIXrtems_mode to print rtems_mode's.
461        * sp08/system.h: Add PRIxModes_Control, PRIxrtems_mode.
462        Use PRIxrtems_mode to print rtems_mode's.
463        * sp19/first.c, sp19/fptask.c, sp19/fptest.h, sp19/inttest.h,
464        sp19/task1.c: Add missing PRI*32's.
465
4662009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
467
468        * sp34/changepri.c, sp35/priinv.c:
469        Use PRIdPriority_Control to print Priority_Control's.
470
4712009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
472
473        * sp34/changepri.c, sp59/init.c:
474        Use PRIdrtems_task_priority to print rtems_task_priority's.
475        * sp07/task1.c, sp07/task2.c, ssp12/pritask.c:
476        Use PRIdrtems_task_priority to print rtems_task_priority's.
477        * sp12/system.h:
478        Change Priority_Test_driver to use rtems_task_priority argument.
479        * sp12/pridrv.c:
480        Change Priority_Test_driver to use rtems_task_priority argument.
481        Use PRIdrtems_task_priority to print rtems_task_priority's.
482
4832009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
484
485        * sp02/task1.c, sp12/task1.c, sp13/task1.c, sp14/task1.c, sp15/task1.c,
486        sp16/task1.c, sp20/task1.c, sp22/init.c, sp22/task1.c, sp23/task1.c,
487        sp25/task1.c, sp31/init.c, sp31/task1.c, sp34/changepri.c,
488        sp35/priinv.c, sp43/init.c, sp45/init.c, spwatchdog/init.c,
489        spwatchdog/task1.c: Use PRIxrtems_id to print rtems_ids.
490
4912009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
492
493        * sp13/task1.c, sp48/init.c: Use %zu instead of %d to print size_t's.
494        * sp50/init.c, spclockget/init.c: Use PRItime_t to print time_t's.
495        * sp63/init.c: Fix _Heap_Resize_block args.
496        * sp09/screen09.c: Eliminate unused var warning.
497
4982009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
499
500        * sp27/init.c, spsize/init.c: Fix prototypes.
501        * spwatchdog/task1.c: Remove unused vars.
502
5032009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
504
505        * sp10/init.c, sp18/init.c, sp27/init.c, sp35/priinv.c
506        sp63/init.c, sp65/init.c, sp67/init.c, spintrcritical11/init.c
507        spobjgetnext/init.c, spprintk/init.c:
508        Eliminate unused vars.
509
5102009-10-23      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
511
512        * spintrcritical06/init.c, spintrcritical15/init.c, sp46/init.c: Fixed
513        confdefs.h define typos.
514
5152009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
516
517        * configure.ac: Don't add -ansi -fasm to CFLAGS.
518
5192009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
520
521        * sp32/init.c: Lengthen the clock tick and move configuration to the
522        bottom of the file.
523
5242009-10-10      Joel Sherrill <joel.sherrill@oarcorp.com>
525
526        * Makefile.am, configure.ac: Add new test to exercise when the ticks
527        since boot wraps around 0 and the timer server must deal with that
528        condition.
529        * sp67/.cvsignore, sp67/Makefile.am, sp67/init.c, sp67/sp67.doc,
530        sp67/sp67.scn: New files.
531
5322009-10-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
533
534        * sp40/init.c, sp40/sp40.doc, sp40/sp40.scn: New test cases.
535
5362009-10-04      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
537
538        * spintrcritical09/init.c, spintrcritical10/init.c,
539        spintrcritical11/init.c: Fixed potentially infinite loops.
540        * sp20/system.h: Increased micro seconds per tick in order to be more
541        independent of the console output speed.
542
5432009-10-04      Joel Sherrill <joel.sherrill@oarcorp.com>
544
545        * sp07/init.c, sp07/sp07.scn, sp09/init.c, sp09/screen01.c,
546        sp09/sp09.scn, sp28/init.c, sp62/init.c, sp62/sp62.scn, sp64/init.c,
547        sp64/sp64.scn: Add more test cases highlighted on SPARC at -O2, x86
548        at -Os and m68k at -Os. Fix typos.
549
5502009-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
551
552        * sp54/init.c: Use rtems_build_id to make building Objects_Id
553        RTEMS_USE_16_BIT_OBJECT clean.
554
5552009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
556
557        * Makefile.am, configure.ac: Add new test to exercise when notepads are
558        not configured.
559        * spnotepad01/.cvsignore, spnotepad01/Makefile.am, spnotepad01/init.c,
560        spnotepad01/spnotepad01.doc, spnotepad01/spnotepad01.scn: New files.
561
5622009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
563
564        * sp09/screen01.c, sp09/screen02.c, sp09/screen03.c, sp09/screen05.c,
565        sp09/screen09.c, sp09/screen14.c, sp09/sp09.scn, sp28/init.c,
566        sp28/sp28.scn, sp43/init.c: Add more error cases uncovered by uC5282
567        coverage runs.
568
5692009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
570
571        * sp09/screen02.c, sp09/screen04.c, sp09/screen07.c, sp09/screen09.c,
572        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/sp09.scn: Add
573        some error cases uncovered by uC5282 coverage runs.
574
5752009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
576
577        * sp33/init.c, sp33/sp33.scn: Add some barrier error cases uncovered by
578        uC5282 coverage runs.
579
5802009-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
581
582        * sp59/init.c, spintrcritical15/init.c, spintrcritical16/init.c:
583        Correct minor issues uncovered on uC5282.
584
5852009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
586
587        * sp04/tswitch.c, sp07/system.h, sp07/taskexit.c, sp07/tdelete.c,
588        sp07/tstart.c, spfatal_support/init.c, spfatal_support/system.h:
589        Eliminate use of deprecated rtems_extension.
590
5912009-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
592
593        * sp14/asr.c, sp14/sp14.doc, sp14/task1.c, sp14/task2.c: Adjust test to
594        run when IO speed varies.
595
5962009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
597
598        * sp43/init.c, sp43/sp43.scn: Minor correction to test case so it hits
599        the intended code.
600
6012009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
602
603        * configure.ac: Revert accidentally committed lines.
604
6052009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
606
607        * Makefile.am, configure.ac, sp65/init.c: Add new test to exercise very
608        simple priority ceiling case that was previously only tested via the
609        POSIX API.
610        * sp66/.cvsignore, sp66/Makefile.am, sp66/init.c, sp66/sp66.doc,
611        sp66/sp66.scn: New files.
612
6132009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
614
615        * sp43/Makefile.am, sp43/init.c, sp43/sp43.scn, sp43/system.h: Add test
616        for Id which is in range for the object class but not allocated yet.
617
6182009-09-09      Joel Sherrill <joel.sherrill@OARcorp.com>
619
620        * sp46/init.c, sp46/sp46.scn: Fix numbering.
621
6222009-09-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
623
624        * spintrcritical_support/intrcritical.c: Fixed timing rountines.
625
6262009-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
627
628        * spfatal01/spfatal01.scn, spfatal01/testcase.h,
629        spfatal02/spfatal02.scn, spfatal02/testcase.h,
630        spfatal03/spfatal03.scn, spfatal03/testcase.h,
631        spfatal04/spfatal04.scn, spfatal04/testcase.h,
632        spfatal05/spfatal05.scn, spfatal05/testcase.h,
633        spfatal06/spfatal06.scn, spfatal06/testcase.h,
634        spfatal07/spfatal07.scn, spfatal07/testcase.h,
635        spfatal08/spfatal08.scn, spfatal08/testcase.h,
636        spfatal09/spfatal09.scn, spfatal09/testcase.h, spfatal10/Makefile.am,
637        spfatal10/spfatal10.scn, spfatal11/Makefile.am,
638        spfatal11/spfatal11.scn, spfatal12/Makefile.am,
639        spfatal12/spfatal12.scn, spfatal_support/init.c: Make all fatal error
640        tests use testcase.h and spfatal_support framework. Print test name
641        herald in all cases.
642        * spfatal10/testcase.h, spfatal11/testcase.h, spfatal12/testcase.h:
643        New files.
644        * spfatal10/init.c, spfatal11/init.c, spfatal12/init.c: Removed.
645
6462009-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
647
648        * spfatal07/testcase.h: Indicate test is not applicable on some
649        architectures.
650
6512009-08-28      Joel Sherrill <joel.sherrill@OARcorp.com>
652
653        * Makefile.am: Fix spacing.
654
6552009-08-26      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
656
657        * spstkalloc/init.c: Changed allocator signature. Functions are now
658        static.
659
6602009-08-25      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
661
662        * sp29/init.c: Fixed return value evaluation.
663        * sp59/init.c, sp59/sp59.scn: Added status code assignment. Fixed typos.
664        * sp63/init.c: Check return value of _Heap_Initialize().
665
6662009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
667
668        * spwatchdog/spwatchdog.scn, spwatchdog/task1.c: Add test for
669        _Watchdog_Report() when name is not NULL. This case was covered at
670        -Os on erc32 but at -O2 we had more code.
671
6722009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
673
674        * sp63/init.c, sp63/sp63.scn: Add case for math on size requested
675        overflowing on _Heap_Allocate_aligned.
676
6772009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
678
679        * spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn: Add error cases
680        for various null parameters.
681
6822009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
683
684        * sp16/sp16.scn, sp16/task1.c: Fix typo.
685
6862009-08-17      Santosh G Vattam <vattam.santosh@gmail.com>
687
688        * sp65/init.c: Remove stray print.
689        * sp65/sp65.doc: Add information on second case.
690
6912009-08-13      Santosh G Vattam <vattam.santosh@gmail.com>
692
693        * sp65/init.c, sp65/sp65.doc, sp65/sp65.scn: Add new test case to
694        verify that obtaining a priority ceiling mutex when the calling
695        task's priority is the same as the priority ceiling is handled
696        correctly.
697
6982009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
699
700        * sp02/task1.c, sp02/task2.c, sp02/task3.c, sp03/task2.c, sp05/task1.c,
701        sp05/task2.c, sp05/task3.c, sp06/task1.c, sp06/task2.c,
702        sp09/screen02.c, sp09/screen04.c, sp09/screen06.c, sp09/screen07.c,
703        sp09/screen10.c, sp09/screen12.c, sp09/screen13.c, sp09/screen14.c,
704        sp11/task1.c, sp11/task2.c, sp12/pridrv.c, sp12/pritask.c,
705        sp12/task1.c, sp13/task1.c, sp13/task2.c, sp14/task1.c, sp16/task1.c,
706        sp16/task4.c, sp19/fptask.c, sp19/task1.c, sp22/task1.c,
707        sp24/task1.c, sp26/task1.c, sp29/init.c, sp30/task1.c, sp31/task1.c,
708        sp33/init.c, sp45/init.c, sp46/init.c, sp50/init.c,
709        spintrcritical06/init.c, spwatchdog/task1.c: Eliminate test routines
710        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
711        rtems_clock_get_ticks_per_second().
712
7132009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
714
715        * sp65/init.c: Add semi-colon to end of rtems_semaphore_create call.
716        Change attributes to priority ceiling. Use directive_failed, not
717        assert. Configure a semaphore not a region.
718
7192009-08-12      Santosh G Vattam <vattam.santosh@gmail.com>
720
721        * ChangeLog, Makefile.am, configure.ac: Add new test for some core
722        mutex cases.
723        * sp65/.cvsignore, sp65/Makefile.am, sp65/init.c, sp65/sp65.doc,
724        sp65/sp65.scn: New files.
725
7262009-08-12      Santosh G Vattam <vattam.santosh@gmail.com>
727
728        * Makefile.am, configure.ac: Add new test for some core mutex cases.
729        * sp65/.cvsignore, sp65/Makefile.am, sp65/init.c, sp65/sp65.doc,
730        sp65/sp65.scn: New files.
731
7322009-08-11      Joel Sherrill <joel.sherrill@OARcorp.com>
733
734        * spintrcritical01/init.c, spintrcritical06/init.c: Use 1 millisecond
735        per tick.
736
7372009-08-11      Joel Sherrill <joel.sherrill@OARcorp.com>
738
739        * Makefile.am, configure.ac, sp62/init.c, sp64/init.c: Add new test and
740        adjust existing for alignment. New test ensures coverage begin and
741        end marker methods are exercised so they do not get considered
742        unexecuted.
743        * spcoverage/.cvsignore, spcoverage/Makefile.am, spcoverage/init.c,
744        spcoverage/spcoverage.doc, spcoverage/spcoverage.scn: New files.
745
7462009-08-10      Joel Sherrill <joel.sherrill@OARcorp.com>
747
748        * Makefile.am, configure.ac: Add new test to exercise legacy
749        rtems_clock_get().
750        * spclockget/.cvsignore, spclockget/Makefile.am, spclockget/init.c,
751        spclockget/spclockget.doc, spclockget/spclockget.scn: New files.
752
7532009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
754
755        * sp04/task1.c, sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn,
756        sp38/init.c: Convert calls to legacy routine rtems_clock_get(
757        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
758
7592009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
760
761        * sp01/sp01.scn, sp01/task1.c, sp03/task1.c, sp03/task2.c,
762        sp04/task1.c, sp04/tswitch.c, sp09/screen02.c, sp09/screen13.c,
763        sp09/screen14.c, sp09/sp09.scn, sp11/sp11.scn, sp11/task1.c,
764        sp11/task2.c, sp19/fptask.c, sp19/sp19.scn, sp19/task1.c,
765        sp22/prtime.c, sp22/sp22.scn, sp22/task1.c, sp24/sp24.scn,
766        sp24/task1.c, sp30/task1.c, sp31/prtime.c, sp31/sp31.scn,
767        sp31/task1.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
768        spwatchdog/task1.c: Convert calls to legacy routine rtems_clock_get(
769        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
770
7712009-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
772
773        * sp28/init.c, sp28/sp28.scn: Update screen. Add a few missing error
774        cases.
775
7762009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
777
778        * sp64/init.c, sp64/sp64.scn: Chris ensured that nothing is moved until
779        all memory is successfully allocated. This means the test can
780        validate the heap is unchanged on extend failure.
781
7822009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
783
784        * spintrcritical01/init.c, spintrcritical06/init.c,
785        spintrcritical08/init.c, spintrcritical13/init.c: Lower microseconds
786        per tick so tests run quicker and more reliably hit the intended
787        critical section.
788
7892009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
790
791        * Makefile.am, configure.ac, sp63/init.c: Add new test for exercising
792        when we are unable to allocate the memory needed for an object
793        extend. Make sure all is handled properly.
794        * sp64/.cvsignore, sp64/Makefile.am, sp64/init.c, sp64/sp64.doc,
795        sp64/sp64.scn: New files.
796
7972009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
798
799        * sp63/init.c: Correct test case two.
800
8012009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
802
803        * sp63/init.c, sp63/sp63.scn: Move into subroutines and add a second
804        test case to exercise another odd branch not taken.
805
8062009-07-31      Joel Sherrill <joel.sherrill@oarcorp.com>
807
808        * Makefile.am, configure.ac, sp62/init.c: Add new test to ensure a
809        particular path is taken through the _Heap_Resize_block code.
810        * sp63/.cvsignore, sp63/Makefile.am, sp63/init.c, sp63/sp63.doc,
811        sp63/sp63.scn: New files.
812
8132009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
814
815        * sp42/Makefile.am, sp42/init.c, sp42/sp42.scn: Test was testing the
816        wrong thing in a cpp macro. Added contents to screen file and add
817        documentation file.
818        * sp42/sp42.doc: New file.
819
8202009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
821
822        * spintrcritical16/spintrcritical16.doc: Remove junk and typos.
823
8242009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
825
826        * spintrcritical16/init.c: Tinker with test to make it hit the case
827        more reliably.
828
8292009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
830
831        * Makefile.am, configure.ac: Add new test to exercise as many cases as
832        possible of not being able to allocate memory from the workspace
833        during thread creation.
834        * sp18/.cvsignore, sp18/Makefile.am, sp18/init.c, sp18/sp18.doc,
835        sp18/sp18.scn: New files.
836
8372009-07-28      Joel Sherrill <joel.sherrill@OARcorp.com>
838
839        * Makefile.am, configure.ac: Add new test to handle the case where
840        a region resize frees enough memory to unblock a task.
841        * sp62/.cvsignore, sp62/Makefile.am, sp62/init.c, sp62/sp62.doc,
842        sp62/sp62.scn: New files.
843        * sp61/init.c: Test does not need regions.
844
8452009-07-28      Joel Sherrill <joel.sherrill@OARcorp.com>
846
847        * Makefile.am, configure.ac: Add test case for processing a timeout
848        on a thread (that is the thread executing) that has also had its
849        request satisfied while it is being enqueued.
850        * spintrcritical16/.cvsignore, spintrcritical16/Makefile.am,
851        spintrcritical16/init.c, spintrcritical16/spintrcritical16.doc,
852        spintrcritical16/spintrcritical16.scn: New files.
853        * spintrcritical15/init.c: Remove unused TSR>
854
8552009-07-27      Joel Sherrill <joel.sherrill@OARcorp.com>
856
857        * Makefile.am, configure.ac: Add test case for a thread timing out on a
858        thread queue while another thread is in the process of blocking on
859        the same thread queue.
860        * spintrcritical15/.cvsignore, spintrcritical15/Makefile.am,
861        spintrcritical15/init.c, spintrcritical15/spintrcritical15.doc,
862        spintrcritical15/spintrcritical15.scn: New files.
863
8642009-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
865
866        * Makefile.am, configure.ac: spintrcritical15 not ready yet.
867
8682009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
869
870        * Makefile.am, configure.ac, sp40/Makefile.am, sp40/init.c,
871        sp40/sp40.scn: Now verified to hit coverage cases.
872        * sp40/sp40.doc: New file.
873
8742009-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
875
876        * sp40/Makefile.am, sp40/init.c, sp40/sp40.scn: Attempt to write test
877        to catch two remaining uncovered cases in rtems_io_register_driver.
878        * sp40/system.h: Removed.
879
8802009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
881
882        * Makefile.am, configure.ac: Add new test to exercise odd case in
883        rtems_iterate_over_all_threads.
884        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.doc,
885        sp41/sp41.scn: New files.
886
8872009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
888
889        * sp36/strict_order_mut.c: Simple binary semaphores cannot have an
890        inheritance protocol since there is no holder associated with them.
891
8922009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
893
894        * Makefile.am, configure.ac: Add new tests to exercise cases where a
895        timer is scheduled from an ISR while it is being scheduled at the
896        task level.
897        * spintrcritical13/.cvsignore, spintrcritical13/Makefile.am,
898        spintrcritical13/init.c, spintrcritical13/spintrcritical13.doc,
899        spintrcritical13/spintrcritical13.scn, spintrcritical14/.cvsignore,
900        spintrcritical14/Makefile.am, spintrcritical14/spintrcritical14.doc,
901        spintrcritical14/spintrcritical14.scn: New files.
902
9032009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
904
905        * spintrcritical01/init.c, spintrcritical06/init.c,
906        spintrcritical08/init.c, spintrcritical09/init.c: Perform some
907        cleanup and make the tests more similar.
908
9092009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
910
911        * spintrcritical06/init.c: Test now hits forward and reverse cases.
912
9132009-07-22      Joel Sherrill <joel.sherrill@OARcorp.com>
914
915        * spintrcritical09/init.c, spintrcritical09/spintrcritical09.scn: Make
916        test work for case that it is documented to handle.
917
9182009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
919
920        * spintrcritical10/.cvsignore, spintrcritical10/Makefile.am,
921        spintrcritical10/init.c, spintrcritical10/spintrcritical10.doc,
922        spintrcritical10/spintrcritical10.scn: New files.
923
9242009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
925
926        * Makefile.am, configure.ac, sp39/init.c, sp39/sp39.scn: Move
927        unreliable third case in sp39 to spintrcritical10. New tests to hit
928        other event synchronization critical sections.
929        * spintrcritical11/.cvsignore, spintrcritical11/Makefile.am,
930        spintrcritical11/init.c, spintrcritical11/spintrcritical11.doc,
931        spintrcritical11/spintrcritical11.scn, spintrcritical12/.cvsignore,
932        spintrcritical12/Makefile.am, spintrcritical12/spintrcritical12.doc,
933        spintrcritical12/spintrcritical12.scn: New files.
934
9352009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
936
937        * Makefile.am, configure.ac: Add new test to exercise Debug Manager.
938        * sp10/.cvsignore, sp10/Makefile.am, sp10/init.c, sp10/sp10.doc,
939        sp10/sp10.scn: New files.
940
9412009-07-21      Joel Sherrill <joel.sherrill@OARcorp.com>
942
943        * spintrcritical06/init.c: Clean up.
944        * spintrcritical09/init.c: Adjust clock tick so it works on erc32.
945        * spintrcritical09/spintrcritical09.scn: Fill in.
946
9472009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
948
949        * spintrcritical06/init.c: Add comment to indicate test is not finished
950        and known to not hit the case.
951        * Makefile.am, configure.ac: Add a couple more interrupt critical
952        section tests.
953        * spintrcritical08/.cvsignore, spintrcritical08/Makefile.am,
954        spintrcritical08/init.c, spintrcritical08/spintrcritical08.doc,
955        spintrcritical08/spintrcritical08.scn, spintrcritical09/.cvsignore,
956        spintrcritical09/Makefile.am, spintrcritical09/init.c,
957        spintrcritical09/spintrcritical09.doc,
958        spintrcritical09/spintrcritical09.scn: New files.
959
9602009-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
961
962        * Makefile.am, configure.ac, spintrcritical06/init.c: Add first attempt
963        at hitting interrupt synchronization critical section in thread queue
964        enqueue priority for reverse insertions.
965        * spintrcritical07/.cvsignore, spintrcritical07/Makefile.am,
966        spintrcritical07/spintrcritical07.doc,
967        spintrcritical07/spintrcritical07.scn: New files.
968
9692009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
970
971        * Makefile.am, configure.ac: Add test case for the
972        _Thread_queue_Enqueue_priority interrupt critical section where the
973        TCB we are using as a current pointer is removed from the thread
974        queue when we flash interrupts while searching forward.
975        * spintrcritical06/.cvsignore, spintrcritical06/Makefile.am,
976        spintrcritical06/init.c, spintrcritical06/spintrcritical06.doc,
977        spintrcritical06/spintrcritical06.scn: New files.
978
9792009-07-20      Joel Sherrill <joel.sherrill@OARcorp.com>
980
981        * spintrcritical_support/intrcritical.c,
982        spintrcritical_support/intrcritical.h: Change prototype of delay
983        method to indicate when counter is reset. This can be used to count
984        how many iterations we are doing.
985
9862009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
987
988        * Makefile.am, configure.ac: Add sp60 to exercise case where a task is
989        blocked on one period while another expires. Add sp61 which exercises
990        the case where a call is made to rtems_shutdown_executive when the
991        system is not up.
992        * sp60/.cvsignore, sp60/Makefile.am, sp60/init.c, sp60/sp60.doc,
993        sp60/sp60.scn, sp61/.cvsignore, sp61/Makefile.am, sp61/init.c,
994        sp61/sp61.doc, sp61/sp61.scn: New files.
995
9962009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
997
998        * sp04/init.c: To be timesliced, tasks must also me preemptible.
999
10002009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
1001
1002        * spfatal03/spfatal03.scn, spfatal03/testcase.h: Fix spfatal03 to do
1003        what it was intended to do.
1004
10052009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
1006
1007        * spintrcritical_support/intrcritical.c,
1008        spintrcritical_support/intrcritical.h: New files.
1009
10102009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
1011
1012        * Makefile.am, configure.ac: Add new infrastructure which is more
1013        reliable about generating cases which hit interrupt critical
1014        sections. Remove sp41 since it used its own mechanism.
1015        * spintrcritical01/.cvsignore, spintrcritical01/Makefile.am,
1016        spintrcritical01/init.c, spintrcritical01/spintrcritical01.doc,
1017        spintrcritical01/spintrcritical01.scn, spintrcritical02/.cvsignore,
1018        spintrcritical02/Makefile.am, spintrcritical02/spintrcritical02.doc,
1019        spintrcritical02/spintrcritical02.scn, spintrcritical03/.cvsignore,
1020        spintrcritical03/Makefile.am, spintrcritical03/spintrcritical03.doc,
1021        spintrcritical03/spintrcritical03.scn, spintrcritical04/.cvsignore,
1022        spintrcritical04/Makefile.am, spintrcritical04/spintrcritical04.doc,
1023        spintrcritical04/spintrcritical04.scn, spintrcritical05/.cvsignore,
1024        spintrcritical05/Makefile.am, spintrcritical05/spintrcritical05.doc,
1025        spintrcritical05/spintrcritical05.scn: New files.
1026        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
1027        sp41/system.h: Removed.
1028
10292009-07-10      Joel Sherrill <joel.sherrill@OARcorp.com>
1030
1031        * sp41/init.c: Remove incorrect comment.
1032
10332009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1034
1035        * sp29/init.c: Simple binary semaphores can not be inherit priority.
1036
10372009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1038
1039        * sp25/init.c: Spacing.
1040
10412009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1042
1043        * Makefile.am, configure.ac: Add sp59 to test path through
1044        _Thread_queue_First_priority where the task's priority was in the
1045        bottom 1/4 of the range.
1046        * sp59/.cvsignore, sp59/Makefile.am, sp59/init.c, sp59/sp59.doc,
1047        sp59/sp59.scn: New files.
1048
10492009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1050
1051        * Makefile.am, configure.ac: Add test for Thread Queue extract a thread
1052        not blocked on a thread queue.
1053        * spthreadq01/.cvsignore, spthreadq01/Makefile.am, spthreadq01/init.c,
1054        spthreadq01/spthreadq01.doc, spthreadq01/spthreadq01.scn: New files.
1055
10562009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1057
1058        * Makefile.am, configure.ac: Add test for timespec divide by zero.
1059        * sp58/.cvsignore, sp58/Makefile.am, sp58/init.c, sp58/sp58.doc,
1060        sp58/sp58.scn: New files.
1061
10622009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1063
1064        * sp43/init.c, sp43/sp43.scn: Add test of having the object class
1065        pointer being null. This does not happen naturally at this time so
1066        force the point.
1067
10682009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1069
1070        * sp12/sp12.scn: Update screen to reflect priority changes from long
1071        ago.
1072
10732009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1074
1075        * Makefile.am, configure.ac, sp27/Makefile.am, sp27/init.c,
1076        sp27/sp27.doc, sp27/sp27.scn: Rework sp27 so it can be reinstantiated
1077        as sp27a and test flushing both counting and binary semaphores.
1078        Reformatted.
1079        * sp27a/.cvsignore, sp27a/Makefile.am, sp27a/sp27a.doc,
1080        sp27a/sp27a.scn: New files.
1081
10822009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1083
1084        * spstkalloc/Makefile.am: Remove unneeded USE_TIMER_SERVER which was
1085        copied fomr other Makefile.am's.
1086
10872009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1088
1089        * sp51/init.c, sp54/Makefile.am, sp55/Makefile.am, sp56/Makefile.am,
1090        sp57/Makefile.am, spchain/Makefile.am, spfatal10/Makefile.am,
1091        spfatal11/Makefile.am, spfatal12/Makefile.am: Remove unneeded
1092        USE_TIMER_SERVER which was copied fomr other Makefile.am's.
1093
10942009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1095
1096        * sp57/sp57.doc: Correct.
1097
10982009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1099
1100        * Makefile.am, configure.ac: Add test of restarting a task which is in
1101        the middle of a sleep or wake after.
1102        * sp57/.cvsignore, sp57/Makefile.am, sp57/init.c, sp57/sp57.doc,
1103        sp57/sp57.scn: New files.
1104
11052009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1106
1107        * sp43/init.c, sp43/sp43.scn: Add more cases for
1108        rtems_object_get_class_information() to improve coverage.
1109
11102009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1111
1112        * Makefile.am, configure.ac: Add new test to verify that when a user
1113        extension create hook fails, that the error is properly propagated.
1114        * sp56/.cvsignore, sp56/Makefile.am, sp56/init.c, sp56/sp56.doc,
1115        sp56/sp56.scn: New files.
1116
11172009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1118
1119        * sp04/sp04.doc, sp04/sp04.scn, sp04/task1.c: Add test of
1120        rtems_extension_delete.
1121
11222009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1123
1124        * sp09/screen01.c, sp09/sp09.scn: Add test for
1125        rtems_object_get_classic_name with invalid id.
1126
11272009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1128
1129        * sp02/task1.c: Minor spacing.
1130
11312009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1132
1133        * spfatal12/init.c: Address to heap initialize must be aligned but size
1134        must be too small.
1135
11362009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1137
1138        * Makefile.am, configure.ac: Add new test to exercise case when
1139        broadcasting to a message queue with a pending message.
1140        * sp55/.cvsignore, sp55/Makefile.am, sp55/init.c, sp55/sp55.doc,
1141        sp55/sp55.scn: New files.
1142
11432009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1144
1145        * Makefile.am, configure.ac: Remove obsolete test now that the numbered
1146        spfatal tests appear to cover all fatal error cases.
1147        * spfatal/.cvsignore, spfatal/Makefile.am, spfatal/README,
1148        spfatal/fatal.c, spfatal/init.c, spfatal/puterr.c,
1149        spfatal/spfatal.doc, spfatal/spfatal.scn, spfatal/system.h,
1150        spfatal/task1.c: Removed.
1151
11522009-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1153
1154        * Makefile.am, configure.ac, spfatal11/init.c: Add test of cannot
1155        initialize workspace heap during initialize. Can be caused by
1156        unaligned address or not enough memory to initialize heap required
1157        overhead.
1158        * spfatal12/.cvsignore, spfatal12/Makefile.am, spfatal12/init.c,
1159        spfatal12/spfatal12.doc, spfatal12/spfatal12.scn: New files.
1160
11612009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1162
1163        * sp54/init.c, sp54/sp54.doc: Add test for Workspace zeroed.
1164
11652009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1166
1167        * sp54/init.c, sp54/sp54.doc: Fix typos and comments.
1168
11692009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1170
1171        * spstkalloc/spstkalloc.scn: Update screen.
1172
11732009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1174
1175        * Makefile.am, configure.ac: Add new test for user configured stack
1176        allocator/deallocator. Test both pass and fail cases.
1177        * spstkalloc/.cvsignore, spstkalloc/Makefile.am, spstkalloc/init.c,
1178        spstkalloc/spstkalloc.doc, spstkalloc/spstkalloc.scn: New files.
1179
11802009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1181
1182        * spchain/init.c, spchain/spchain.scn: Clean up test.
1183
11842009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1185
1186        * Makefile.am, configure.ac: Add new test to cover bodies of some chain
1187        routines whose bodies are not used by RTEMS itself.
1188        * spchain/.cvsignore, spchain/Makefile.am, spchain/init.c,
1189        spchain/spchain.doc, spchain/spchain.scn: New files.
1190
11912009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1192
1193        * spwatchdog/init.c, spwatchdog/spwatchdog.scn: Add test case of empty
1194        chain for coverage.
1195
11962009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1197
1198        * sp01/sp01.doc, sp01/task1.c, sp16/sp16.doc, sp16/task5.c: Bypass
1199        RTEMS_MILLISECONDS_TO_TICKS and RTEMS_MICROSECONDS_TO_TICKS to
1200        improve coverage.
1201
12022009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
1203
1204        * sp01/task1.c: Use RTEMS_MILLISECONDS_TO_TICKS to improve coverage.
1205
12062009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1207
1208        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/init.c,
1209        spfatal10/spfatal10.doc, spfatal10/spfatal10.scn: New files.
1210
12112009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1212
1213        * Makefile.am, configure.ac, spprintk/init.c, spprintk/spprintk.scn:
1214        Enhance spprintk. Add two new fatal error tests to cover
1215        __assert_func.
1216        * spfatal11/.cvsignore, spfatal11/Makefile.am, spfatal11/init.c,
1217        spfatal11/spfatal11.doc, spfatal11/spfatal11.scn: New files.
1218
12192009-06-18      Chris Johns <chrisj@rtems.org>
1220
1221        * sp35/priinv.c, sp35/priinv.c: Declare unions volatile to
1222        workaround the H8300 gcc bug.
1223
12242009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1225
1226        * sp54/init.c: Fix spacing.
1227
12282009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1229
1230        * sp02/sp02.doc, sp02/system.h: Update copyright year.
1231
12322009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1233
1234        * sp02/sp02.doc, sp02/system.h: Add test case for configuring the IDLE
1235
12362009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1237
1238        * Makefile.am, configure.ac: Add new test.
1239        * sp54/.cvsignore, sp54/Makefile.am, sp54/init.c, sp54/sp54.doc,
1240        sp54/sp54.scn: New files.
1241
12422009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
1243
1244        * Makefile.am, configure.ac: Add sp52 and sp53 based upon bug report
1245        from Sergio Faustino <sergio.faustino@edisoft.pt> regarding moving
1246        the time of day forward not making server based timers fire.
1247        * sp52/.cvsignore, sp52/Makefile.am, sp52/init.c, sp52/sp52.doc,
1248        sp52/sp52.scn, sp53/.cvsignore, sp53/Makefile.am, sp53/sp53.doc,
1249        sp53/sp53.scn: New files.
1250
12512009-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1252
1253        * sp51/init.c, sp51/sp51.scn: Add more priority ceiling test cases.
1254
12552009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1256
1257        PR 1415/cpukit
1258        * Makefile.am, configure.ac: Add test for very simple priority ceiling
1259        violation.
1260        * sp51/.cvsignore, sp51/Makefile.am, sp51/init.c, sp51/sp51.doc,
1261        sp51/sp51.scn: New files.
1262
12632009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1264
1265        PR 1413/cpukit
1266        * Makefile.am, configure.ac: Add test for case where server based
1267        timers which reinitiated themselves did not get reinserted onto timer
1268        chain.
1269        * sp50/.cvsignore, sp50/Makefile.am, sp50/init.c, sp50/sp50.doc,
1270        sp50/sp50.scn: New files.
1271
12722009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1273
1274        PR 1414/cpukit
1275        * Makefile.am, configure.ac: Tighten math on extraction of index so it
1276        is harder to trick by passing in a valid id of an incorrect object
1277        class.
1278        * sp49/.cvsignore, sp49/Makefile.am, sp49/init.c, sp49/sp49.doc,
1279        sp49/sp49.scn: New files.
1280
12812009-05-19      Chris Johns <chrisj@rtems.org>
1282
1283        * sp04/tswitch.c: Lower sample count for small memory targets.
1284       
12852009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1286
1287        * spprintk/init.c: printk() now 100% covered.
1288
12892009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1290
1291        * spprintk/init.c: More test cases.
1292
12932009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1294
1295        * sp09/screen11.c, sp09/sp09.scn: Add case where buffer size is not
1296        large enough for buffer node overhead.
1297
12982009-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
1299
1300        * Makefile.am, configure.ac, spwatchdog/system.h,
1301        spwkspace/Makefile.am, spwkspace/init.c: Add shell of test for
1302        printk. These will help coverage. Simplify spwkspace.
1303        * spprintk/.cvsignore, spprintk/Makefile.am, spprintk/init.c,
1304        spprintk/spprintk.scn: New files.
1305        * spwkspace/system.h: Removed.
1306
13072009-05-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1308
1309        * Makefile.am, configure.ac: New test to exercise rtems_workspace_XXX
1310        methods.
1311        * spwkspace/.cvsignore, spwkspace/Makefile.am, spwkspace/init.c,
1312        spwkspace/spwkspace.scn, spwkspace/system.h: New files.
1313
13142009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1315
1316        * sp04/system.h, sp04/task1.c, sp04/tswitch.c, sp07/init.c,
1317        sp12/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c,
1318        sp15/init.c, sp16/system.h, sp19/fptask.c, sp25/system.h,
1319        sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp31/task1.c,
1320        sp33/init.c, sp34/changepri.c, sp35/priinv.c, sp37/init.c,
1321        sp38/init.c, sp39/init.c, sp41/init.c, sp42/init.c, sp43/init.c,
1322        sp44/init.c, sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c,
1323        spfatal03/testcase.h, spfatal05/testcase.h, spfatal06/testcase.h,
1324        spfatal_support/system.h, spobjgetnext/init.c, spsize/getint.c,
1325        spsize/size.c: Fix warnings.
1326
13272009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
1328
1329        * Makefile.am, configure.ac: Add initial test of _Objects_Get_next.
1330        * spobjgetnext/.cvsignore, spobjgetnext/Makefile.am,
1331        spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn,
1332        spobjgetnext/system.h: New files.
1333
13342009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1335
1336        * sp25/init.c, sp25/system.h, sp25/task1.c: Reduce size of array from
1337        64k to 20k. No impact on test behavior.
1338
13392009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1340
1341        * sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.
1342
13432009-04-20      Santosh G Vattam <vattam.santosh@gmail.com>
1344
1345        * sp37/init.c, sp37/sp37.scn: Add test case for
1346        rtems_interrupt_level_attribute body.
1347
13482009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
1349
1350        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1351        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1352        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1353        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1354        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1355        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1356        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1357        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1358        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1359        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1360        sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am,
1361        sp36/Makefile.am, sp37/Makefile.am, sp38/Makefile.am,
1362        sp39/Makefile.am, sp40/Makefile.am, sp41/Makefile.am,
1363        sp42/Makefile.am, sp43/Makefile.am, sp44/Makefile.am,
1364        sp45/Makefile.am, sp46/Makefile.am, sp47/Makefile.am,
1365        sp48/Makefile.am, spfatal/Makefile.am,
1366        spfatal01/Makefile.am, spfatal02/Makefile.am,
1367        spfatal03/Makefile.am, spfatal04/Makefile.am,
1368        spfatal05/Makefile.am, spfatal06/Makefile.am,
1369        spfatal07/Makefile.am, spfatal08/Makefile.am,
1370        spfatal09/Makefile.am, spsize/Makefile.am,
1371        spwatchdog/Makefile.am:
1372        Eliminate _exe_/.exe.
1373
13742009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1375
1376        PR 1388/cpukit
1377        * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores
1378        allow both priority inherit and ceiling attributes to be set on
1379        semaphore create. These attributes are mutually exclusive and this
1380        should be an error.
1381
13822009-01-30      Joel Sherrill <joel.sherrill@oarcorp.com>
1383
1384        * Makefile.am, configure.ac: Add sp48 which tests that configuring for
1385        unlimited objects when configured for a unified workspace works as
1386        expected.
1387        * sp48/.cvsignore, sp48/Makefile.am, sp48/init.c, sp48/sp48.doc,
1388        sp48/sp48.scn: New files.
1389
13902009-01-21      Nickolay Kolchin <nbkolchin@gmail.com>
1391                Joel Sherrill <joel.sherrill@oarcorp.com>
1392
1393        PR 1357/cpukit
1394        * Makefile.am, configure.ac: Ensure creating a task with no ASR is
1395        honored.
1396        * sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
1397        sp47/sp47.scn: New files.
1398
13992009-01-16      Jennifer Averett <jennifer.averett@OARcorp.com>
1400
1401        * Makefile.am, configure.ac: Add new test to test Watchdog display
1402        helper routines. These reach into the SuperCore.
1403        * spwatchdog/.cvsignore, spwatchdog/Makefile.am, spwatchdog/delay.c,
1404        spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
1405        spwatchdog/system.h, spwatchdog/task1.c: New files.
1406
14072009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1408
1409        * sp30/task1.c: Cast pointer to id as "void *" rather than task Id.
1410
14112009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1412
1413        * sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen11.c,
1414        sp09/screen12.c, sp09/screen14.c: Use rtems_build_id rather than
1415        hard-coded hex numbers for bad object Ids.
1416
14172009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1418
1419        * sp15/system.h, sp19/system.h: Array of task names should be of type
1420        rtems_name not rtems_id. Similarly array of task ids should be
1421        rtems_id not rtems_name.
1422
14232008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
1424
1425        * spsize/size.c: Eliminate _TOD_Microseconds_per_tick.
1426
14272008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1428
1429        * Makefile.am, configure.ac, spfatal06/testcase.h,
1430        spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
1431        spsize/size.c: Eliminate pointers to API configuration tables in the
1432        main configuration table. Reference the main configuration table and
1433        the API configuration tables directly using the confdefs.h version
1434        rather than obtaining a pointer to it. This eliminated some
1435        variables, a potential fatal error, some unnecessary default
1436        configuration structures. Overall, about a 4.5% reduction in the code
1437        size for minimum and hello on the SPARC.
1438        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
1439        spfatal10/testcase.h: Removed.
1440
14412008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1442
1443        * sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
1444        sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
1445        sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.c: Run all tests
1446        successfully with maxixum number of priorities as 16 instead of 256.
1447        This was done by temporarily modifying the score priority.h maximum.
1448        This allowed testing of all API code to ensure that it worked
1449        properly with a reduced number of priorities. Most modifications were
1450        to switch from hard-coded maximum to using the API provided methods
1451        to determine maximum number of priority levels.
1452
14532008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1454
1455        * sp46/sp46.scn: Add screen missed earlier.
1456
14572008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1458
1459        PR 1348/cpukit
1460        * Makefile.am, configure.ac: Add test of special case of resetting cpu
1461        usage information while a period is running.
1462        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
1463        sp46/sp46.scn: New files.
1464
14652008-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
1466
1467        * sp45/init.c: New file.
1468
14692008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1470
1471        PR 1347/cpukit
1472        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
1473        Rework Timer Server to ensure that the context allows for blocking,
1474        allocating memory, and acquiring semaphores and mutexes.
1475        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
1476        New files.
1477
14782008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
1479
1480        * sp25/system.h: Add warning and temporary m32c conditional until size
1481        type addressed.
1482
14832008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1484
1485        * sp09/screen07.c: Use INT_MAX as number of messages so always
1486        properly sized and no overflow on constant.
1487        * sp09/screen10.c: Delay so on targets with simulator idle clock
1488        tick driver this will work.
1489        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
1490        byte boundaries rather than two byte boundaries.
1491        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
1492        allocate more memory than size_t holds on m32c.
1493
14942008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
1495
1496        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
1497        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
1498        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
1499        and Region calls. On 16-bit architectures, size_t can be 16-bits
1500        which would limit sizes to 64K. Also address constants which
1501        overflowed on 16-bit integer targets.
1502
15032008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
1504
1505        * sp43/sp43.scn: Bump version to 4.9.99.0
1506
15072008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
1508
1509        * sp19/system.h: Use "double" instead of "rtems_double".
1510
15112008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1512
1513        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
1514
15152008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
1516
1517        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
1518        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
1519        spfatal_support/init.c, spfatal_support/system.h:
1520        Convert to "bool".
1521
15222008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1523
1524        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
1525        declared in a public place.
1526
15272008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1528
1529        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
1530
15312008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1532
1533        * sp43/init.c: Fix derefence of uninitialized pointer.
1534
15352008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1536
1537        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
1538        multiprocessing is not enabled. Saves one more variable from single
1539        processor configuration.
1540
15412008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
1542
1543        PR 1212/cpukit
1544        * Makefile.am, configure.ac: Time slicing will not happen if the task
1545        mode is changed from a non-timeslicing mode to timeslicing mode if it
1546        is done by the executing thread (e.g. in its task body). This change
1547        includes sp44 to demonstrate the problem and verify the correction.
1548        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
1549
15502008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1551
1552        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
1553        architectures they are not supported on.
1554
15552008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
1556
1557        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
1558
15592008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
1560
1561        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
1562          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
1563
15642008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
1565
1566        * sp28/init.c: Corrections to configuration.
1567        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
1568        * spsize/size.c: _ISR_Vector_table only exists on architectures
1569        which use the Simple Vectored Interrupt Model.
1570
15712008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
1572
1573        * spsize/size.c: Convention calls for leading underscore on private
1574        RTEMS variables.
1575
15762008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1577
1578        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
1579        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
1580        Refactored and renamed initialization routines to
1581        rtems_initialize_data_structures, rtems_initialize_before_drivers,
1582        rtems_initialize_device_drivers, and
1583        rtems_initialize_start_multitasking. This opened the sequence up so
1584        that bootcard() could provide a more robust and flexible framework
1585        which is easier to explain and understand. This also lays the
1586        groundwork for sharing the division of available memory between the
1587        RTEMS workspace and heap and the C library initialization across all
1588        BSPs.
1589
15902008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1591
1592        * sp32/init.c: Formatting.
1593
15942008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1595
1596        * sp09/screen01.c: Correct test.
1597        * sp09/screen14.c: Update copyright.
1598        * sp28/init.c: Correct end of test messages.
1599
16002008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1601
1602        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
1603
16042008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1605
1606        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
1607        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
1608        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
1609        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
1610        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
1611        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
1612        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
1613        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
1614        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
1615        tests. Add a clock_settime case for < 1988.
1616
16172008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1618
1619        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
1620
16212008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1622
1623        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
1624        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
1625        * sp41/sp41.scn: Now has content.
1626        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
1627        Object Services recently added to API.
1628
16292008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
1630
1631        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
1632        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
1633        collection. This changed the name of a few previously public but
1634        undocumented services and added a some new services.
1635        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
1636        sp43/system.h: New files.
1637
16382008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1639
1640        * spfatal10/.cvsignore: New file.
1641
16422008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1643
1644        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
1645        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
1646        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
1647        New files.
1648
16492008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
1650
1651        * Makefile.am, configure.ac: Added fatal error tests
1652        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
1653        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
1654        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
1655        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
1656        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
1657        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
1658        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
1659        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
1660        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
1661        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
1662        spfatal_support/init.c, spfatal_support/system.h: New files.
1663
16642008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1665
1666        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
1667        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
1668        test messages.
1669
16702008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
1671
1672        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
1673        simple type to a union of an unsigned 32 bit integer and a pointer.
1674        This should help eliminate weird casts between u32 and pointers in
1675        various places. The APIs now have to explicitly call _u32 or _string
1676        versions of helper routines. This should also simplify things and
1677        eliminate the need for ugly casts in some cases.
1678
16792008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
1680
1681        * sp42/Makefile.am: New file.
1682
16832008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
1684
1685        Add sp42 to exercise thread queue with knowledge of the implementation
1686        so we can exercise all of the normal paths possible.
1687        * Makefile.am, configure.ac: Add sp42.
1688        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
1689
16902008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
1691
1692        * sp39/init.c: Add case for long timeout on blocking operation.
1693        * Makefile.am, configure.ac: Add new test to exercise thread
1694        queue blokcing synchronization. sp39 and sp41 are very similar.
1695        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
1696        sp41/system.h: New files.
1697
16982008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1699
1700        * sp39/init.c: Clean up.
1701
17022008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1703
1704        * sp39/init.c: Modify to improve coverage.
1705
17062008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
1707
1708        * sp36/strict_order_mut.c:
1709
17102008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1711
1712        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
1713        driver registration.
1714        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
1715        sp40/system.h: New files.
1716
17172008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
1718
1719        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
1720        Add test cases for:
1721          + message queue create requesting too many message buffers
1722            for the available memory
1723          + region extend with address inside existing heap
1724          + timer server initiate too large a stack, create error
1725        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
1726          + task set priority while holding resource
1727
17282008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
1729
1730        * Makefile.am, configure.ac: Added sp38 and sp39.
1731        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
1732        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
1733        sp39/sp39.scn, sp39/system.h: New files.
1734
17352007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
1736
1737        * sp36/strict_order_mut.c: New file.
1738
17392007-12-21      Xi Yang <hiyangxi@gmail.com>
1740
1741        * Makefile.am, configure.ac: Add support for proper stacking of
1742        priority inheritance on mutexes as well as enforce proper order of
1743        release.
1744        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
1745        sp36/sp36.scn: New files.
1746
17472007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1748
1749        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
1750        directive instead of violating RTEMS internals.
1751
17522007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
1753
1754        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
1755        Add test cases for User Extension Manager to improve code coverage.
1756        * sp21/task1.c: Fix spelling error.
1757
17582007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
1759
1760        * spsize/size.c: Account for previous changes in calculation of MPCI
1761        receive server stack.
1762
17632007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
1764
1765        * sp09/screen07.c, sp09/sp09.scn: Add test for
1766        rtems_message_queue_broadcast for bad buffer and count pointers.
1767        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
1768        with bad priority or initiating twice.
1769        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
1770        it forces a dispatch.
1771        * sp37/init.c: New file.
1772
17732007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1774
1775        * Makefile.am, configure.ac: Add new tests for interrupt disable,
1776        enable, flash, and is in progress. These are normally inlines but
1777        also have bodies for non-C code. This test also exercises the odd
1778        case of calling clock tick from outside an ISR.
1779        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
1780
17812007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1782
1783        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
1784        using notepad with the current task's ID or SELF
1785        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
1786        test missing test cases for clock_get.
1787
17882007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1789
1790        * sp28/init.c: Add test code for task variables to improve coverage.
1791
17922007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1793
1794        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
1795        RTEMS provided accessor macros to obtain configuration fields.
1796
17972007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
1798
1799        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
1800        Configuration Table. Eliminate CPU Table from all ports. Delete
1801        references to CPU Table in all forms.
1802
18032007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1804
1805        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
1806
18072007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1808
1809        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
1810        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
1811        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
1812        to improve test coverage.
1813
18142007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1815
1816        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
1817        coverage.
1818
18192007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1820
1821        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
1822
18232007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1824
1825        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
1826        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
1827        .scn files.
1828
18292007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1830
1831        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
1832        commented out and updated the .scn file.
1833
18342007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1835
1836        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
1837        buffered test IO.
1838
18392007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1840
1841        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
1842        rtems_io_unregister_driver did not have any test code.
1843
18442007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
1845
1846        * spsize/size.c: Eliminate maximum_drivers configuration parameter
1847        since it was used to configure a no longer used feature. Device names
1848        are now part of the filesystem not in a table. This also eliminated
1849        the variables _IO_Number_of_devices and _IO_Driver_name_table from
1850        RTEMS as well as the memory allocation used to populate
1851        _IO_Driver_name_table.
1852
18532007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
1854
1855        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
1856        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
1857        properly.
1858
18592007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1860
1861        * spsize/size.c: Eliminated the variables
1862        _RTEMS_tasks_User_initialization_tasks and
1863        _RTEMS_tasks_Number_of_initialization_tasks because they were only
1864        used in one place after initialized. It was a waste of space.
1865
18662007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1867
1868        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1869        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1870        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
1871        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1872        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1873        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1874        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1875        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1876        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
1877        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
1878        spsize/size.c: Add optional managers to Makefiles. Clean up test
1879        cases so last output line follows END OF pattern. Make sure test case
1880        all run. All tests appeared ok on sis.
1881
18822007-04-05      Joel Sherrill <joel@OARcorp.com>
1883
1884        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
1885
18862007-04-05      Joel Sherrill <joel@OARcorp.com>
1887
1888        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
1889        CONFIGURE_TEST_NEEDS_XXX configuration constants to
1890        CONFIGURE_APPLICATION_NEEDS_XXX.
1891
18922007-04-02      Joel Sherrill <joel@OARcorp.com>
1893
1894        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
1895
18962007-04-02      Joel Sherrill <joel@OARcorp.com>
1897
1898        * spsize/size.c: Convert from Classic API style TOD_Control as
1899        fundamental time structure to POSIX struct timespec. Add
1900        clock_get_uptime().
1901
19022007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
1903
1904        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
1905
19062007-03-26      Joel Sherrill <joel@OARcorp.com>
1907
1908        * sp35/priinv.c: Remove warning.
1909
19102007-03-10      Joel Sherrill <joel@OARcorp.com>
1911
1912        * sp26/system.h: Remove incorrect and duplicate
1913        CONFIGURE_EXTRA_TASK_STACKS.
1914
19152007-03-05      Joel Sherrill <joel@OARcorp.com>
1916
1917        PR 1222/cpukit
1918        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
1919        thread that is blocked on a priority based thread queue is changed,
1920        that its placement in the queue is reevaluated based upon the new
1921        priority. This enhancement includes modifications to the SuperCore as
1922        well as new test cases.
1923        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
1924        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
1925        sp35/sp35.doc, sp35/sp35.scn: New files.
1926
19272007-03-05      Joel Sherrill <joel@OARcorp.com>
1928
1929        * sp26/system.h: Correct memory required for stack sizes.
1930
19312007-02-06      Joel Sherrill <joel@OARcorp.com>
1932
1933        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
1934        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
1935        tests.
1936
19372006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1938
1939        * sp33/init.c: Improve barrier test to include normal blocking with
1940        manual release and unblocking in barrier deletion.
1941
19422006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1943
1944        * configure.ac: New BUG-REPORT address.
1945
19462006-11-20      Joel Sherrill <joel@OARcorp.com>
1947
1948        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
1949        and make output more compliant with other tests.
1950
19512006-11-17      Joel Sherrill <joel@OARcorp.com>
1952
1953        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
1954        cases intended on all targets possible with new heap algorithm.
1955
19562006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1957
1958        * Makefile.am, configure.ac: Adding Classic API Barriers.
1959        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
1960        New files.
1961
19622006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1963
1964        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1965
19662006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1967
1968        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1969        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1970        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1971        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1972        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1973        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1974        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1975        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1976        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1977        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
1978        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
1979        Use rtems_testsdir instead.
1980
19812006-04-05      Joel Sherrill <joel@OARcorp.com>
1982                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
1983
1984        * spsize/size.c: Victor spotted the problem that
1985        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
1986        variables and needed to be set to the same value.  I took that
1987        idea and just removed _Thread_MP_Receive.  All uses are now
1988        _MPCI_Receive_server_tcb.
1989
19902005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1991
1992        * configure.ac: Remove RTEMS_ENABLE_BARE,
1993        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1994
19952005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1996
1997        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1998        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1999        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2000        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2001        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2002        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2003        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2004        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2005        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2006        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
2007        spfatal/Makefile.am, spsize/Makefile.am:
2008        Convert to use *_PROGRAMS.
2009
20102005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2011
2012        * sp01/Makefile.am, sp02/Makefile.am,
2013        sp03/Makefile.am, sp04/Makefile.am,
2014        sp05/Makefile.am, sp06/Makefile.am,
2015        sp07/Makefile.am, sp08/Makefile.am,
2016        sp09/Makefile.am, sp11/Makefile.am,
2017        sp12/Makefile.am, sp13/Makefile.am,
2018        sp14/Makefile.am, sp15/Makefile.am,
2019        sp16/Makefile.am, sp17/Makefile.am,
2020        sp19/Makefile.am, sp20/Makefile.am,
2021        sp21/Makefile.am, sp22/Makefile.am,
2022        sp23/Makefile.am, sp24/Makefile.am,
2023        sp25/Makefile.am, sp26/Makefile.am,
2024        sp27/Makefile.am, sp28/Makefile.am,
2025        sp29/Makefile.am, sp30/Makefile.am,
2026        sp31/Makefile.am, sp32/Makefile.am,
2027        spfatal/Makefile.am, spsize/Makefile.am: Rework.
2028
20292005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2030
2031        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2032        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2033        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2034        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2035        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2036        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2037        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2038        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2039        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2040        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
2041        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
2042        * sptests.am: Remove.
2043
20442005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
2045
2046        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2047        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2048        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2049        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2050        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2051        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2052        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2053        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2054        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
2055        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
2056        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
2057
20582005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
2059
2060        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
2061
20622005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2063
2064        * spsize/Makefile.am: Rename TEST to spsize.
2065        * spsize/size.scn: Remove.
2066        * spsize/spsize.scn: New (renamed from size.scn).
2067
20682005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2069
2070        * configure.ac: Add spfatal/Makefile.
2071        * Makefile.am: Add spfatal to DIST_SUBDIRS.
2072        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2073        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
2074        * sptests.am: Remove LIB_VARIANT.
2075
20762005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2077
2078        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2079        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2080        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2081        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2082        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2083        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2084        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2085        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2086        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2087        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
2088        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
2089
20902005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2091
2092        * Makefile.am: Cleanup.
2093
20942005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2095
2096        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
2097        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2098        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2099        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2100        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2101        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2102        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2103        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2104        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2105        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2106        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
2107        spfatal/Makefile.am, spsize/Makefile.am:
2108        Partial conversion to automake.
2109
21102005-03-07      Joel Sherrill <joel@OARcorp.com>
2111
2112        * sp13/task1.c: Removed warnings.
2113
21142004-09-29      Joel Sherrill <joel@OARcorp.com>
2115
2116        * spsize/size.c: i960 obsoleted and all references removed.
2117
21182004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
2119
2120        * configure.ac: Require automake > 1.9.
2121
21222004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
2123
2124        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2125        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2126        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2127        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2128        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2129        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2130        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2131        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2132        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2133        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2134        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2135        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2136        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2137        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2138        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2139        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2140        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2141        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2142        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2143        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2144        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2145        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2146        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2147        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2148        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2149        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2150        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2151        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2152        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2153        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2154        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2155        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2156
21572004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
2158
2159        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
2160
21612004-03-30      David Querbach <querbach@realtime.bc.ca>
2162
2163        PR 595/tests
2164        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
2165        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
2166        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
2167        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
2168        others treat it as a count of longs.
2169
21702004-03-30      David Querbach <querbach@realtime.bc.ca>
2171
2172        PR 596/tests
2173        * sp32/init.c: A missing definition of TEST_INIT before including
2174        <tmacros.h> means that buffered output will not work even if selected
2175        in buffer_test_io.h.
2176
21772004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
2178
2179        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
2180        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
2181        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
2182        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
2183        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
2184        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
2185        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
2186        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
2187        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
2188        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
2189        types.
2190
21912004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2192
2193        * configure.ac: Add 2nd arg to RTEMS_TOP.
2194
21952004-03-05      Joel Sherrill <joel@OARcorp.com>
2196
2197        * sp07/buffered_io.c: Remove warning.
2198
21992004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2200
2201        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
2202        Add PRE/TMPINSTALL_FILES to CLEANFILES.
2203        * sp02/Makefile.am: Ditto.
2204        * sp03/Makefile.am: Ditto.
2205        * sp04/Makefile.am: Ditto.
2206        * sp05/Makefile.am: Ditto.
2207        * sp06/Makefile.am: Ditto.
2208        * sp07/Makefile.am: Ditto.
2209        * sp08/Makefile.am: Ditto.
2210        * sp09/Makefile.am: Ditto.
2211        * sp11/Makefile.am: Ditto.
2212        * sp12/Makefile.am: Ditto.
2213        * sp13/Makefile.am: Ditto.
2214        * sp14/Makefile.am: Ditto.
2215        * sp15/Makefile.am: Ditto.
2216        * sp16/Makefile.am: Ditto.
2217        * sp17/Makefile.am: Ditto.
2218        * sp19/Makefile.am: Ditto.
2219        * sp20/Makefile.am: Ditto.
2220        * sp21/Makefile.am: Ditto.
2221        * sp22/Makefile.am: Ditto.
2222        * sp23/Makefile.am: Ditto.
2223        * sp24/Makefile.am: Ditto.
2224        * sp25/Makefile.am: Ditto.
2225        * sp26/Makefile.am: Ditto.
2226        * sp27/Makefile.am: Ditto.
2227        * sp28/Makefile.am: Ditto.
2228        * sp29/Makefile.am: Ditto.
2229        * sp30/Makefile.am: Ditto.
2230        * sp31/Makefile.am: Ditto.
2231        * sp32/Makefile.am: Ditto.
2232        * spfatal/Makefile.am: Ditto.
2233        * spsize/Makefile.am: Ditto.
2234
22352003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2236
2237        * sptests.am: Add dirstamp support.
2238
22392003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2240
2241        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
2242
22432003-12-16      Joel Sherrill <joel@OARcorp.com>
2244
2245        PR 544/tests
2246        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
2247        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
2248        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
2249        make tests account for resources and not print at inappropriate
2250        times.
2251        * sp07/buffered_io.c: New file.
2252
22532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2254
2255        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2256
22572003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2258
2259        * sp01/Makefile.am: Remove all-local: $(ARCH).
2260        * sp02/Makefile.am: Remove all-local: $(ARCH).
2261        * sp03/Makefile.am: Remove all-local: $(ARCH).
2262        * sp04/Makefile.am: Remove all-local: $(ARCH).
2263        * sp05/Makefile.am: Remove all-local: $(ARCH).
2264        * sp06/Makefile.am: Remove all-local: $(ARCH).
2265        * sp07/Makefile.am: Remove all-local: $(ARCH).
2266        * sp08/Makefile.am: Remove all-local: $(ARCH).
2267        * sp09/Makefile.am: Remove all-local: $(ARCH).
2268        * sp11/Makefile.am: Remove all-local: $(ARCH).
2269        * sp12/Makefile.am: Remove all-local: $(ARCH).
2270        * sp13/Makefile.am: Remove all-local: $(ARCH).
2271        * sp14/Makefile.am: Remove all-local: $(ARCH).
2272        * sp15/Makefile.am: Remove all-local: $(ARCH).
2273        * sp16/Makefile.am: Remove all-local: $(ARCH).
2274        * sp17/Makefile.am: Remove all-local: $(ARCH).
2275        * sp19/Makefile.am: Remove all-local: $(ARCH).
2276        * sp20/Makefile.am: Remove all-local: $(ARCH).
2277        * sp21/Makefile.am: Remove all-local: $(ARCH).
2278        * sp22/Makefile.am: Remove all-local: $(ARCH).
2279        * sp23/Makefile.am: Remove all-local: $(ARCH).
2280        * sp24/Makefile.am: Remove all-local: $(ARCH).
2281        * sp25/Makefile.am: Remove all-local: $(ARCH).
2282        * sp26/Makefile.am: Remove all-local: $(ARCH).
2283        * sp27/Makefile.am: Remove all-local: $(ARCH).
2284        * sp28/Makefile.am: Remove all-local: $(ARCH).
2285        * sp29/Makefile.am: Remove all-local: $(ARCH).
2286        * sp30/Makefile.am: Remove all-local: $(ARCH).
2287        * sp31/Makefile.am: Remove all-local: $(ARCH).
2288        * sp32/Makefile.am: Remove all-local: $(ARCH).
2289        * spfatal/Makefile.am: Remove all-local: $(ARCH).
2290        * spsize/Makefile.am: Remove all-local: $(ARCH).
2291
22922003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2293
2294        * configure.ac: Reflect having moved to testsuites/.
2295
22962003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2297
2298        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2299
23002003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2301
2302        * configure.ac:Remove RTEMS_CHECK_CPU.
2303
23042003-09-04      Joel Sherrill <joel@OARcorp.com>
2305
2306        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
2307        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
2308        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
2309        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
2310        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
2311        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
2312        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
2313        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
2314        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
2315        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
2316        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
2317        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
2318        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
2319        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
2320        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
2321        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
2322        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
2323        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
2324        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
2325        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
2326        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
2327        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
2328        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
2329        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
2330        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
2331        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
2332        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
2333        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
2334        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
2335        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
2336        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
2337        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
2338        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
2339        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
2340        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
2341        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
2342        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
2343        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
2344        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
2345        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
2346        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
2347        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
2348        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
2349        spsize/size.c, spsize/system.h: URL for license changed.
2350
23512003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
2352
2353        PR 458/tests
2354        * sp30/task1.c: Correct indexing problem.
2355
23562003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2357
2358        * Makefile.am: Reflect having moved aclocal/.
2359
23602003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2361
2362        * Makefile.am: Reflect having moved automake/.
2363        * sp01/Makefile.am: Reflect having moved automake/.
2364        * sp02/Makefile.am: Reflect having moved automake/.
2365        * sp03/Makefile.am: Reflect having moved automake/.
2366        * sp04/Makefile.am: Reflect having moved automake/.
2367        * sp05/Makefile.am: Reflect having moved automake/.
2368        * sp06/Makefile.am: Reflect having moved automake/.
2369        * sp07/Makefile.am: Reflect having moved automake/.
2370        * sp08/Makefile.am: Reflect having moved automake/.
2371        * sp09/Makefile.am: Reflect having moved automake/.
2372        * sp11/Makefile.am: Reflect having moved automake/.
2373        * sp12/Makefile.am: Reflect having moved automake/.
2374        * sp13/Makefile.am: Reflect having moved automake/.
2375        * sp14/Makefile.am: Reflect having moved automake/.
2376        * sp15/Makefile.am: Reflect having moved automake/.
2377        * sp16/Makefile.am: Reflect having moved automake/.
2378        * sp17/Makefile.am: Reflect having moved automake/.
2379        * sp19/Makefile.am: Reflect having moved automake/.
2380        * sp20/Makefile.am: Reflect having moved automake/.
2381        * sp21/Makefile.am: Reflect having moved automake/.
2382        * sp22/Makefile.am: Reflect having moved automake/.
2383        * sp23/Makefile.am: Reflect having moved automake/.
2384        * sp24/Makefile.am: Reflect having moved automake/.
2385        * sp25/Makefile.am: Reflect having moved automake/.
2386        * sp26/Makefile.am: Reflect having moved automake/.
2387        * sp27/Makefile.am: Reflect having moved automake/.
2388        * sp28/Makefile.am: Reflect having moved automake/.
2389        * sp29/Makefile.am: Reflect having moved automake/.
2390        * sp30/Makefile.am: Reflect having moved automake/.
2391        * sp31/Makefile.am: Reflect having moved automake/.
2392        * sp32/Makefile.am: Reflect having moved automake/.
2393        * spfatal/Makefile.am: Reflect having moved automake/.
2394        * spsize/Makefile.am: Reflect having moved automake/.
2395
23962003-08-14      Joel Sherrill <joel@OARcorp.com>
2397
2398        * sp02/task1.c: Added ID to name lookup service and changed name of
2399        id/name translation status code. This propagated to multiple
2400        functions. The user API service added was rtems_object_id_to_name()
2401
24022003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2403
2404        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2405
24062003-05-29      Joel Sherrill <joel@OARcorp.com>
2407
2408        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
2409
24102003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2411
2412        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
2413        CC_CFLAGS_DEFAULT (obsolete).
2414
24152003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2416
2417        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
2418        Remove CC_LDFLAGS_PROFILE_V.
2419
24202003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2421
2422        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2423
24242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2425
2426        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2427
24282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2429
2430        * configure.ac: AC_PREREQ(2.57).
2431
24322002-11-14      Joel Sherrill <joel@OARcorp.com>
2433
2434        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
2435        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
2436        update the IDs in the screens.
2437
24382002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2439
2440        * .cvsignore: Reformat.
2441        Add autom4te*cache.
2442        Remove autom4te.cache.
2443
24442002-09-14      Joel Sherrill <joel@OARcorp.com>
2445
2446        * sp32/.cvsignore: New file.
2447
24482002-09-14      Aaron J. Grier <aaron@frye.com>
2449
2450        * PR271 was not applicable against the current source but included
2451        a nice test that Joel decided to add to the tree as sp32.
2452        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
2453        * Makefile.am, configure.ac: Modified to reflect addition.
2454
24552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2456
2457        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
2458        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
2459        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
2460        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
2461        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
2462        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
2463        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
2464        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
2465        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
2466        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
2467        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
2468        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
2469        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
2470        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
2471        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
2472        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
2473        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
2474        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
2475        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
2476        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
2477        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
2478        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
2479        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
2480        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
2481        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
2482        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
2483        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
2484        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
2485        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
2486        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
2487        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
2488
24892002-08-01      Joel Sherrill <joel@OARcorp.com>
2490
2491        * Per PR47 add support for buffered test output.  This involved
2492        adding defines to redirect output to a buffer and dump it when
2493        full, at "test pause", and at exit.  To avoid problems when redefining
2494        exit(), all tests were modified to call rtems_test_exit().
2495        Some tests, notable psxtests, had to be modified to include
2496        the standard test macro .h file (pmacros.h or tmacros.h) to
2497        enable this support.
2498        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
2499        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
2500        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
2501        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
2502        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
2503        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
2504        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
2505
25062002-07-30      Joel Sherrill <joel@OARcorp.com>
2507
2508        * spsize/size.c: Don't reference the RTEMS allocated interrupt
2509        stack if the port doesn't configure using it.
2510
25112002-07-04      Joel Sherrill <joel@OARcorp.com>
2512
2513        * Jump table for single entry point removed.
2514        * spsize/size.c:  Modified to reflect above.
2515
25162002-07-01      Joel Sherrill <joel@OARcorp.com>
2517
2518        * sp29/init.c: Corrected definitions for task stack usage.
2519
25202002-07-01      Joel Sherrill <joel@OARcorp.com>
2521
2522        * spsize/size.c: _Thread_queue_Extract_table removed.
2523
25242001-05-17      Joel Sherrill <joel@OARcorp.com>
2525
2526        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
2527        number of staticly configured device drivers.
2528
25292001-05-14      Joel Sherrill <joel@OARcorp.com>
2530
2531        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
2532        than the configured number of drivers.
2533 
25342002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2535
2536        * configure.ac: Remove ENABLE_GCC28.
2537
25382001-04-04      Joel Sherrill <joel@OARcorp.com>
2539
2540        * spsize/size.c: Reflect SPARC modifcation to get rid of
2541        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
2542 
25432001-03-29      Joel Sherrill <joel@OARcorp.com>
2544
2545        * Per PR147 addressed problems when reseting and inserting a timer
2546        into a timer chain that did not honor time passage since the last
2547        time the timer server was scheduled and the new insertion.
2548        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
2549
25502001-03-28      Joel Sherrill <joel@OARcorp.com>
2551
2552        * Side-effect of PR132.
2553        * sp21/system.h: Now must explicitly request NULL driver.
2554
25552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2556
2557        * configure.ac:
2558        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2559        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2560        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2561        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
2562        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2563        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
2564        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
2565        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
2566        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
2567        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
2568        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
2569        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
2570        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
2571        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
2572        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
2573        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
2574        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
2575        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
2576        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
2577        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
2578        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
2579        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
2580        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
2581        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
2582        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
2583        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
2584        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
2585        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
2586        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
2587        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
2588        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
2589        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
2590        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
2591        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
2592
25932002-03-20      Chris Johns <ccj@acm.org>
2594
2595        * PR145.
2596        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
2597        in system (e.g. driver tasks).  Also exit on minimum number of
2598        switches not precise number.
2599
26002001-01-29      Joel Sherrill <joel@OARcorp.com>
2601
2602        * Fixed bug where resetting a timer that was not at the head
2603        of one of the task timer chains resulted in the Timer Server
2604        task waking up too far in the future.
2605        * Added rtems_timer_get_information() directive to support testing.
2606        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
2607        above condition.
2608
26092001-01-22      Joel Sherrill <joel@OARcorp.com>
2610
2611        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
2612        because priority added as argument to rtems_timer_initiate_server().
2613
26142001-01-16      Joel Sherrill <joel@OARcorp.com>
2615
2616        * Added tests for task-based timers.  This included the new tests
2617        sp30 and sp31.
2618        * Makefile.am, configure.ac: Modified to reflect new tests and files.
2619        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
2620        for task-based timer services.
2621        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
2622        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
2623        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
2624        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
2625        sp31/task1.c: New files.
2626
26272001-11-01      Joel Sherrill <joel@OARcorp.com>
2628
2629        * sp26/system.h: Properly account for stack memory used by
2630        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
2631        and processed as PR78.
2632
26332001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2634
2635        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2636        * configure.in: Remove.
2637        * configure.ac: New file, generated from configure.in by autoupdate.
2638
26392001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2640
2641        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2642
26432001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2644
2645        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
2646        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
2647        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
2648        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
2649        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
2650        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
2651        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
2652        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
2653        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
2654        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
2655        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
2656        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
2657        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
2658        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
2659        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
2660        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
2661        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
2662        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
2663        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
2664        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
2665        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
2666        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
2667        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
2668        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
2669        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
2670        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
2671        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
2672        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
2673        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
2674
26752001-08-16      Joel Sherrill <joel@OARcorp.com>
2676
2677        * sp20/system.h: Account for extra task stacks properly.
2678
26792001-08-16      Joel Sherrill <joel@OARcorp.com>
2680
2681        * sp13/sp13.scn: Id in screen had wrong class field value.
2682        * sp13/system.h: Account for message buffer memory.
2683        * sp13/task2.c: Remove unnecessary check for failure.
2684
26852001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
2686
2687        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
2688
26892001-04-20      Joel Sherrill <joel@OARcorp.com>
2690
2691        * sp298/sp28.scn: Minor adjustment so test output matches the screen
2692        file.
2693
26942001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2695
2696        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
2697
26982001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2699
2700        * sp21/Makefile.am: Remove libtest.
2701
27022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2703
2704        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2705
27062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2707
2708        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2709
27102000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2711
2712        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2713        Switch to GNU canonicalization.
2714        * sptests.am: Remove DEFS.
2715
27162000-09-29      Joel Sherrill <joel@OARcorp.com>
2717
2718        * sp20/sp20.scn: Corrected to reflect new addition.
2719        * sp20/system.h: Removed comment reflecting history.
2720
27212000-09-29      Stephan Merker <merker@decrc.abb.de>
2722
2723        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
2724        Added new task to test sequence of altering a period's length
2725        while it is still active.
2726
27272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2728
2729        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
2730        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
2731        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
2732        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
2733        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
2734        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
2735        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
2736        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
2737        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
2738        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
2739
27402000-08-10      Joel Sherrill <joel@OARcorp.com>
2741
2742        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.