source: rtems/testsuites/sptests/ChangeLog @ 84b7a968

4.104.115
Last change on this file since 84b7a968 was 84b7a968, checked in by Joel Sherrill <joel.sherrill@…>, on 07/02/09 at 15:24:37

2009-07-02 Joel Sherrill <joel.sherrill@…>

  • spchain/init.c, spchain/spchain.scn: Clean up test.
  • Property mode set to 100644
File size: 59.8 KB
RevLine 
[84b7a968]12009-07-02      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * spchain/init.c, spchain/spchain.scn: Clean up test.
4
[37cff02]52009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * Makefile.am, configure.ac: Add new test to cover bodies of some chain
8        routines whose bodies are not used by RTEMS itself.
9        * spchain/.cvsignore, spchain/Makefile.am, spchain/init.c,
10        spchain/spchain.doc, spchain/spchain.scn: New files.
11
[605b6eb7]122009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * spwatchdog/init.c, spwatchdog/spwatchdog.scn: Add test case of empty
15        chain for coverage.
16
[c7b38baf]172009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * sp01/sp01.doc, sp01/task1.c, sp16/sp16.doc, sp16/task5.c: Bypass
20        RTEMS_MILLISECONDS_TO_TICKS and RTEMS_MICROSECONDS_TO_TICKS to
21        improve coverage.
22
[e5d3dd6]232009-07-01      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * sp01/task1.c: Use RTEMS_MILLISECONDS_TO_TICKS to improve coverage.
26
[40b905cc]272009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/init.c,
30        spfatal10/spfatal10.doc, spfatal10/spfatal10.scn: New files.
31
[046f4715]322009-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * Makefile.am, configure.ac, spprintk/init.c, spprintk/spprintk.scn:
35        Enhance spprintk. Add two new fatal error tests to cover
36        __assert_func.
37        * spfatal11/.cvsignore, spfatal11/Makefile.am, spfatal11/init.c,
38        spfatal11/spfatal11.doc, spfatal11/spfatal11.scn: New files.
39
[18105b4]402009-06-18      Chris Johns <chrisj@rtems.org>
41
42        * sp35/priinv.c, sp35/priinv.c: Declare unions volatile to
43        workaround the H8300 gcc bug.
44
[40be8f8]452009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * sp54/init.c: Fix spacing.
48
[79ee0ac]492009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * sp02/sp02.doc, sp02/system.h: Update copyright year.
52
[69c3370f]532009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * sp02/sp02.doc, sp02/system.h: Add test case for configuring the IDLE
56
[293a0a4]572009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * Makefile.am, configure.ac: Add new test.
60        * sp54/.cvsignore, sp54/Makefile.am, sp54/init.c, sp54/sp54.doc,
61        sp54/sp54.scn: New files.
62
[25686a57]632009-06-08      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * Makefile.am, configure.ac: Add sp52 and sp53 based upon bug report
66        from Sergio Faustino <sergio.faustino@edisoft.pt> regarding moving
67        the time of day forward not making server based timers fire.
68        * sp52/.cvsignore, sp52/Makefile.am, sp52/init.c, sp52/sp52.doc,
69        sp52/sp52.scn, sp53/.cvsignore, sp53/Makefile.am, sp53/sp53.doc,
70        sp53/sp53.scn: New files.
71
[ef6d53b9]722009-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * sp51/init.c, sp51/sp51.scn: Add more priority ceiling test cases.
75
[e379e96]762009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        PR 1415/cpukit
79        * Makefile.am, configure.ac: Add test for very simple priority ceiling
80        violation.
81        * sp51/.cvsignore, sp51/Makefile.am, sp51/init.c, sp51/sp51.doc,
82        sp51/sp51.scn: New files.
83
[8abaa16]842009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        PR 1413/cpukit
87        * Makefile.am, configure.ac: Add test for case where server based
88        timers which reinitiated themselves did not get reinserted onto timer
89        chain.
90        * sp50/.cvsignore, sp50/Makefile.am, sp50/init.c, sp50/sp50.doc,
91        sp50/sp50.scn: New files.
92
[1dc1da5]932009-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        PR 1414/cpukit
96        * Makefile.am, configure.ac: Tighten math on extraction of index so it
97        is harder to trick by passing in a valid id of an incorrect object
98        class.
99        * sp49/.cvsignore, sp49/Makefile.am, sp49/init.c, sp49/sp49.doc,
100        sp49/sp49.scn: New files.
101
[a1c219b]1022009-05-19      Chris Johns <chrisj@rtems.org>
103
104        * sp04/tswitch.c: Lower sample count for small memory targets.
105       
[4f67befd]1062009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * spprintk/init.c: printk() now 100% covered.
109
[51dc1b3f]1102009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * spprintk/init.c: More test cases.
113
[d4b75d2]1142009-05-14      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * sp09/screen11.c, sp09/sp09.scn: Add case where buffer size is not
117        large enough for buffer node overhead.
118
[02ba7ca]1192009-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * Makefile.am, configure.ac, spwatchdog/system.h,
122        spwkspace/Makefile.am, spwkspace/init.c: Add shell of test for
123        printk. These will help coverage. Simplify spwkspace.
124        * spprintk/.cvsignore, spprintk/Makefile.am, spprintk/init.c,
125        spprintk/spprintk.scn: New files.
126        * spwkspace/system.h: Removed.
127
[4f7b4a8]1282009-05-13      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * Makefile.am, configure.ac: New test to exercise rtems_workspace_XXX
131        methods.
132        * spwkspace/.cvsignore, spwkspace/Makefile.am, spwkspace/init.c,
133        spwkspace/spwkspace.scn, spwkspace/system.h: New files.
134
[b84f1fdc]1352009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
136
137        * sp04/system.h, sp04/task1.c, sp04/tswitch.c, sp07/init.c,
138        sp12/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c,
139        sp15/init.c, sp16/system.h, sp19/fptask.c, sp25/system.h,
140        sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp31/task1.c,
141        sp33/init.c, sp34/changepri.c, sp35/priinv.c, sp37/init.c,
142        sp38/init.c, sp39/init.c, sp41/init.c, sp42/init.c, sp43/init.c,
143        sp44/init.c, sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c,
144        spfatal03/testcase.h, spfatal05/testcase.h, spfatal06/testcase.h,
145        spfatal_support/system.h, spobjgetnext/init.c, spsize/getint.c,
146        spsize/size.c: Fix warnings.
147
[c14c2f0]1482009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * Makefile.am, configure.ac: Add initial test of _Objects_Get_next.
151        * spobjgetnext/.cvsignore, spobjgetnext/Makefile.am,
152        spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn,
153        spobjgetnext/system.h: New files.
154
[e73850b]1552009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * sp25/init.c, sp25/system.h, sp25/task1.c: Reduce size of array from
158        64k to 20k. No impact on test behavior.
159
[9149e767]1602009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.
163
[c8633f1]1642009-04-20      Santosh G Vattam <vattam.santosh@gmail.com>
165
166        * sp37/init.c, sp37/sp37.scn: Add test case for
167        rtems_interrupt_level_attribute body.
168
[8e1f626]1692009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
172        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
173        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
174        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
175        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
176        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
177        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
178        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
179        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
180        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
181        sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am,
182        sp36/Makefile.am, sp37/Makefile.am, sp38/Makefile.am,
183        sp39/Makefile.am, sp40/Makefile.am, sp41/Makefile.am,
184        sp42/Makefile.am, sp43/Makefile.am, sp44/Makefile.am,
185        sp45/Makefile.am, sp46/Makefile.am, sp47/Makefile.am,
186        sp48/Makefile.am, spfatal/Makefile.am,
187        spfatal01/Makefile.am, spfatal02/Makefile.am,
188        spfatal03/Makefile.am, spfatal04/Makefile.am,
189        spfatal05/Makefile.am, spfatal06/Makefile.am,
190        spfatal07/Makefile.am, spfatal08/Makefile.am,
191        spfatal09/Makefile.am, spsize/Makefile.am,
192        spwatchdog/Makefile.am:
193        Eliminate _exe_/.exe.
194
[8c324aa]1952009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        PR 1388/cpukit
198        * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores
199        allow both priority inherit and ceiling attributes to be set on
200        semaphore create. These attributes are mutually exclusive and this
201        should be an error.
202
[c83a33cc]2032009-01-30      Joel Sherrill <joel.sherrill@oarcorp.com>
204
205        * Makefile.am, configure.ac: Add sp48 which tests that configuring for
206        unlimited objects when configured for a unified workspace works as
207        expected.
208        * sp48/.cvsignore, sp48/Makefile.am, sp48/init.c, sp48/sp48.doc,
209        sp48/sp48.scn: New files.
210
[03f0885]2112009-01-21      Nickolay Kolchin <nbkolchin@gmail.com>
212                Joel Sherrill <joel.sherrill@oarcorp.com>
213
214        PR 1357/cpukit
215        * Makefile.am, configure.ac: Ensure creating a task with no ASR is
216        honored.
217        * sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
218        sp47/sp47.scn: New files.
219
[22fa9d61]2202009-01-16      Jennifer Averett <jennifer.averett@OARcorp.com>
221
222        * Makefile.am, configure.ac: Add new test to test Watchdog display
223        helper routines. These reach into the SuperCore.
224        * spwatchdog/.cvsignore, spwatchdog/Makefile.am, spwatchdog/delay.c,
225        spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
226        spwatchdog/system.h, spwatchdog/task1.c: New files.
227
[786330c0]2282009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * sp30/task1.c: Cast pointer to id as "void *" rather than task Id.
231
[fa8ad9c]2322009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
233
234        * sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen11.c,
235        sp09/screen12.c, sp09/screen14.c: Use rtems_build_id rather than
236        hard-coded hex numbers for bad object Ids.
237
[29a8335]2382009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * sp15/system.h, sp19/system.h: Array of task names should be of type
241        rtems_name not rtems_id. Similarly array of task ids should be
242        rtems_id not rtems_name.
243
[69e10f3]2442008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
245
246        * spsize/size.c: Eliminate _TOD_Microseconds_per_tick.
247
[bb9c80df]2482008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
249
250        * Makefile.am, configure.ac, spfatal06/testcase.h,
251        spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
252        spsize/size.c: Eliminate pointers to API configuration tables in the
253        main configuration table. Reference the main configuration table and
254        the API configuration tables directly using the confdefs.h version
255        rather than obtaining a pointer to it. This eliminated some
256        variables, a potential fatal error, some unnecessary default
257        configuration structures. Overall, about a 4.5% reduction in the code
258        size for minimum and hello on the SPARC.
259        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
260        spfatal10/testcase.h: Removed.
261
[a986c075]2622008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
263
264        * sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
265        sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
266        sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.c: Run all tests
267        successfully with maxixum number of priorities as 16 instead of 256.
268        This was done by temporarily modifying the score priority.h maximum.
269        This allowed testing of all API code to ensure that it worked
270        properly with a reduced number of priorities. Most modifications were
271        to switch from hard-coded maximum to using the API provided methods
272        to determine maximum number of priority levels.
273
[75ed329]2742008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
275
276        * sp46/sp46.scn: Add screen missed earlier.
277
[ed348c8]2782008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
279
280        PR 1348/cpukit
281        * Makefile.am, configure.ac: Add test of special case of resetting cpu
282        usage information while a period is running.
283        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
284        sp46/sp46.scn: New files.
285
[ab29fef]2862008-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
287
288        * sp45/init.c: New file.
289
[a88e2dd]2902008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
291
292        PR 1347/cpukit
293        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
294        Rework Timer Server to ensure that the context allows for blocking,
295        allocating memory, and acquiring semaphores and mutexes.
296        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
297        New files.
298
[1ea0f9d]2992008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
300
301        * sp25/system.h: Add warning and temporary m32c conditional until size
302        type addressed.
303
[29ff6c9c]3042008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
305
306        * sp09/screen07.c: Use INT_MAX as number of messages so always
307        properly sized and no overflow on constant.
308        * sp09/screen10.c: Delay so on targets with simulator idle clock
309        tick driver this will work.
310        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
311        byte boundaries rather than two byte boundaries.
312        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
313        allocate more memory than size_t holds on m32c.
314
[82478ffc]3152008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
316
317        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
318        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
319        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
320        and Region calls. On 16-bit architectures, size_t can be 16-bits
321        which would limit sizes to 64K. Also address constants which
322        overflowed on 16-bit integer targets.
323
[df518cb]3242008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
325
326        * sp43/sp43.scn: Bump version to 4.9.99.0
327
[3ab27952]3282008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
329
330        * sp19/system.h: Use "double" instead of "rtems_double".
331
[2d29741a]3322008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
333
334        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
335
[c502aa3]3362008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
337
338        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
339        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
340        spfatal_support/init.c, spfatal_support/system.h:
341        Convert to "bool".
342
[40c2d41e]3432008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
344
345        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
346        declared in a public place.
347
[6d97132]3482008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
349
350        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
351
[4f6bb5b]3522008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
353
354        * sp43/init.c: Fix derefence of uninitialized pointer.
355
[02d989c]3562008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
357
358        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
359        multiprocessing is not enabled. Saves one more variable from single
360        processor configuration.
361
[cccd632]3622008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
363
364        PR 1212/cpukit
365        * Makefile.am, configure.ac: Time slicing will not happen if the task
366        mode is changed from a non-timeslicing mode to timeslicing mode if it
367        is done by the executing thread (e.g. in its task body). This change
368        includes sp44 to demonstrate the problem and verify the correction.
369        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
370
[ffb9eeb]3712008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
372
373        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
374        architectures they are not supported on.
375
[03b655aa]3762008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
377
378        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
379
[86ad26ac]3802008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
381
382        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
383          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
384
[86db88d2]3852008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
386
387        * sp28/init.c: Corrections to configuration.
388        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
389        * spsize/size.c: _ISR_Vector_table only exists on architectures
390        which use the Simple Vectored Interrupt Model.
391
[d0941512]3922008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
393
394        * spsize/size.c: Convention calls for leading underscore on private
395        RTEMS variables.
396
[c199cf8]3972008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
398
399        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
400        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
401        Refactored and renamed initialization routines to
402        rtems_initialize_data_structures, rtems_initialize_before_drivers,
403        rtems_initialize_device_drivers, and
404        rtems_initialize_start_multitasking. This opened the sequence up so
405        that bootcard() could provide a more robust and flexible framework
406        which is easier to explain and understand. This also lays the
407        groundwork for sharing the division of available memory between the
408        RTEMS workspace and heap and the C library initialization across all
409        BSPs.
410
[ac9d3cf8]4112008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
412
413        * sp32/init.c: Formatting.
414
[5afa393]4152008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
416
417        * sp09/screen01.c: Correct test.
418        * sp09/screen14.c: Update copyright.
419        * sp28/init.c: Correct end of test messages.
420
[60735a30]4212008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
422
423        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
424
[2186ba80]4252008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
426
427        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
428        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
429        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
430        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
431        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
432        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
433        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
434        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
435        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
436        tests. Add a clock_settime case for < 1988.
437
[916b0f30]4382008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
439
440        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
441
[403c507]4422008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
443
444        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
445        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
446        * sp41/sp41.scn: Now has content.
447        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
448        Object Services recently added to API.
449
[6e315132]4502008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
451
452        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
453        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
454        collection. This changed the name of a few previously public but
455        undocumented services and added a some new services.
456        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
457        sp43/system.h: New files.
458
[1ccb8aae]4592008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
460
461        * spfatal10/.cvsignore: New file.
462
[42840b4]4632008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
464
465        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
466        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
467        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
468        New files.
469
[5fdb1e7b]4702008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
471
472        * Makefile.am, configure.ac: Added fatal error tests
473        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
474        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
475        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
476        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
477        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
478        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
479        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
480        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
481        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
482        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
483        spfatal_support/init.c, spfatal_support/system.h: New files.
484
[90f6ea62]4852008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
486
487        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
488        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
489        test messages.
490
[23a368d]4912008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
492
493        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
494        simple type to a union of an unsigned 32 bit integer and a pointer.
495        This should help eliminate weird casts between u32 and pointers in
496        various places. The APIs now have to explicitly call _u32 or _string
497        versions of helper routines. This should also simplify things and
498        eliminate the need for ugly casts in some cases.
499
[f070c86]5002008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
501
502        * sp42/Makefile.am: New file.
503
[4a4aabc]5042008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
505
506        Add sp42 to exercise thread queue with knowledge of the implementation
507        so we can exercise all of the normal paths possible.
508        * Makefile.am, configure.ac: Add sp42.
509        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
510
[9185d61]5112008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
512
513        * sp39/init.c: Add case for long timeout on blocking operation.
514        * Makefile.am, configure.ac: Add new test to exercise thread
515        queue blokcing synchronization. sp39 and sp41 are very similar.
516        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
517        sp41/system.h: New files.
518
[8b7a713]5192008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
520
521        * sp39/init.c: Clean up.
522
[265d9b64]5232008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
524
525        * sp39/init.c: Modify to improve coverage.
526
[0c76166]5272008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
528
529        * sp36/strict_order_mut.c:
530
[c8f8ffd]5312008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
532
533        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
534        driver registration.
535        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
536        sp40/system.h: New files.
537
[14a64dc5]5382008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
539
540        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
541        Add test cases for:
542          + message queue create requesting too many message buffers
543            for the available memory
544          + region extend with address inside existing heap
545          + timer server initiate too large a stack, create error
546        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
547          + task set priority while holding resource
548
[fa98897]5492008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
550
551        * Makefile.am, configure.ac: Added sp38 and sp39.
552        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
553        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
554        sp39/sp39.scn, sp39/system.h: New files.
555
[03c6ff39]5562007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
557
558        * sp36/strict_order_mut.c: New file.
559
[e8f4303a]5602007-12-21      Xi Yang <hiyangxi@gmail.com>
561
562        * Makefile.am, configure.ac: Add support for proper stacking of
563        priority inheritance on mutexes as well as enforce proper order of
564        release.
565        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
566        sp36/sp36.scn: New files.
567
[b5c6ecf]5682007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
569
570        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
571        directive instead of violating RTEMS internals.
572
[79542d7]5732007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
574
575        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
576        Add test cases for User Extension Manager to improve code coverage.
577        * sp21/task1.c: Fix spelling error.
578
[bbd655a3]5792007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
580
581        * spsize/size.c: Account for previous changes in calculation of MPCI
582        receive server stack.
583
[6bc19a1]5842007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
585
586        * sp09/screen07.c, sp09/sp09.scn: Add test for
587        rtems_message_queue_broadcast for bad buffer and count pointers.
588        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
589        with bad priority or initiating twice.
590        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
591        it forces a dispatch.
592        * sp37/init.c: New file.
593
[dcdaba2]5942007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
595
596        * Makefile.am, configure.ac: Add new tests for interrupt disable,
597        enable, flash, and is in progress. These are normally inlines but
598        also have bodies for non-C code. This test also exercises the odd
599        case of calling clock tick from outside an ISR.
600        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
601
[9c691ef]6022007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
603
604        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
605        using notepad with the current task's ID or SELF
606        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
607        test missing test cases for clock_get.
608
[f446e6d]6092007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
610
611        * sp28/init.c: Add test code for task variables to improve coverage.
612
[1383eca]6132007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
614
615        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
616        RTEMS provided accessor macros to obtain configuration fields.
617
[a1f37a0]6182007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
619
620        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
621        Configuration Table. Eliminate CPU Table from all ports. Delete
622        references to CPU Table in all forms.
623
[eb5d942a]6242007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
625
626        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
627
[4650a44c]6282007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
629
630        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
631        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
632        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
633        to improve test coverage.
634
[4d7ae31]6352007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
636
637        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
638        coverage.
639
[7294bc97]6402007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
641
642        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
643
[6a5990e]6442007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
645
646        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
647        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
648        .scn files.
649
[67e024b]6502007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
651
652        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
653        commented out and updated the .scn file.
654
[496274b6]6552007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
656
657        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
658        buffered test IO.
659
[b3117727]6602007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
661
662        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
663        rtems_io_unregister_driver did not have any test code.
664
[3a50a206]6652007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
666
667        * spsize/size.c: Eliminate maximum_drivers configuration parameter
668        since it was used to configure a no longer used feature. Device names
669        are now part of the filesystem not in a table. This also eliminated
670        the variables _IO_Number_of_devices and _IO_Driver_name_table from
671        RTEMS as well as the memory allocation used to populate
672        _IO_Driver_name_table.
673
[2ff6ada3]6742007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
675
676        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
677        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
678        properly.
679
[f851e876]6802007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
681
682        * spsize/size.c: Eliminated the variables
683        _RTEMS_tasks_User_initialization_tasks and
684        _RTEMS_tasks_Number_of_initialization_tasks because they were only
685        used in one place after initialized. It was a waste of space.
686
[e58077c]6872007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
688
689        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
690        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
691        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
692        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
693        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
694        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
695        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
696        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
697        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
698        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
699        spsize/size.c: Add optional managers to Makefiles. Clean up test
700        cases so last output line follows END OF pattern. Make sure test case
701        all run. All tests appeared ok on sis.
702
[dba34ed3]7032007-04-05      Joel Sherrill <joel@OARcorp.com>
704
705        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
706
[67293f6]7072007-04-05      Joel Sherrill <joel@OARcorp.com>
708
709        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
710        CONFIGURE_TEST_NEEDS_XXX configuration constants to
711        CONFIGURE_APPLICATION_NEEDS_XXX.
712
[dfa1f0bc]7132007-04-02      Joel Sherrill <joel@OARcorp.com>
714
715        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
716
[3c68f96d]7172007-04-02      Joel Sherrill <joel@OARcorp.com>
718
719        * spsize/size.c: Convert from Classic API style TOD_Control as
720        fundamental time structure to POSIX struct timespec. Add
721        clock_get_uptime().
722
[8d8571e2]7232007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
724
725        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
726
[f588903]7272007-03-26      Joel Sherrill <joel@OARcorp.com>
728
729        * sp35/priinv.c: Remove warning.
730
[13a2734]7312007-03-10      Joel Sherrill <joel@OARcorp.com>
732
733        * sp26/system.h: Remove incorrect and duplicate
734        CONFIGURE_EXTRA_TASK_STACKS.
735
[88e8cc4d]7362007-03-05      Joel Sherrill <joel@OARcorp.com>
737
738        PR 1222/cpukit
739        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
740        thread that is blocked on a priority based thread queue is changed,
741        that its placement in the queue is reevaluated based upon the new
742        priority. This enhancement includes modifications to the SuperCore as
743        well as new test cases.
744        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
745        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
746        sp35/sp35.doc, sp35/sp35.scn: New files.
747
[99c3730c]7482007-03-05      Joel Sherrill <joel@OARcorp.com>
749
750        * sp26/system.h: Correct memory required for stack sizes.
751
[d6913f24]7522007-02-06      Joel Sherrill <joel@OARcorp.com>
753
754        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
755        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
756        tests.
757
[a27fa6d]7582006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
759
760        * sp33/init.c: Improve barrier test to include normal blocking with
761        manual release and unblocking in barrier deletion.
762
[fcb0cd46]7632006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
764
765        * configure.ac: New BUG-REPORT address.
766
[c338ae2]7672006-11-20      Joel Sherrill <joel@OARcorp.com>
768
769        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
770        and make output more compliant with other tests.
771
[6be472c]7722006-11-17      Joel Sherrill <joel@OARcorp.com>
773
774        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
775        cases intended on all targets possible with new heap algorithm.
776
[47c9f44a]7772006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
778
779        * Makefile.am, configure.ac: Adding Classic API Barriers.
780        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
781        New files.
782
[ba2c04f]7832006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
784
785        * configure.ac: Require autoconf-2.60. Require automake-1.10.
786
[c0069ba8]7872006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
788
789        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
790        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
791        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
792        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
793        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
794        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
795        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
796        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
797        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
798        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
799        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
800        Use rtems_testsdir instead.
801
[0c30bc5]8022006-04-05      Joel Sherrill <joel@OARcorp.com>
803                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
804
805        * spsize/size.c: Victor spotted the problem that
806        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
807        variables and needed to be set to the same value.  I took that
808        idea and just removed _Thread_MP_Receive.  All uses are now
809        _MPCI_Receive_server_tcb.
810
[1fd1595]8112005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
812
813        * configure.ac: Remove RTEMS_ENABLE_BARE,
814        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
815
[8a26f18d]8162005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
817
818        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
819        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
820        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
821        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
822        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
823        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
824        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
825        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
826        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
827        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
828        spfatal/Makefile.am, spsize/Makefile.am:
829        Convert to use *_PROGRAMS.
830
[9567283b]8312005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
832
[dc35ca43]833        * sp01/Makefile.am, sp02/Makefile.am,
834        sp03/Makefile.am, sp04/Makefile.am,
835        sp05/Makefile.am, sp06/Makefile.am,
836        sp07/Makefile.am, sp08/Makefile.am,
837        sp09/Makefile.am, sp11/Makefile.am,
838        sp12/Makefile.am, sp13/Makefile.am,
839        sp14/Makefile.am, sp15/Makefile.am,
840        sp16/Makefile.am, sp17/Makefile.am,
841        sp19/Makefile.am, sp20/Makefile.am,
842        sp21/Makefile.am, sp22/Makefile.am,
843        sp23/Makefile.am, sp24/Makefile.am,
844        sp25/Makefile.am, sp26/Makefile.am,
845        sp27/Makefile.am, sp28/Makefile.am,
846        sp29/Makefile.am, sp30/Makefile.am,
847        sp31/Makefile.am, sp32/Makefile.am,
848        spfatal/Makefile.am, spsize/Makefile.am: Rework.
[9567283b]849
[e570e3fe]8502005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
851
852        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
853        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
854        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
855        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
856        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
857        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
858        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
859        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
860        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
861        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
862        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
863        * sptests.am: Remove.
864
[e3354cd2]8652005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
866
867        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
868        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
869        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
870        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
871        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
872        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
873        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
874        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
875        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
876        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
877        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
878
[e806c23e]8792005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
880
881        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
882
[cd1b4bfc]8832005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
884
[eea423b7]885        * spsize/Makefile.am: Rename TEST to spsize.
886        * spsize/size.scn: Remove.
887        * spsize/spsize.scn: New (renamed from size.scn).
888
8892005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
890
891        * configure.ac: Add spfatal/Makefile.
892        * Makefile.am: Add spfatal to DIST_SUBDIRS.
[f8acc249]893        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
894        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
[cd1b4bfc]895        * sptests.am: Remove LIB_VARIANT.
896
[fb02f605]8972005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
898
899        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
900        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
901        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
902        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
903        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
904        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
905        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
906        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
907        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
908        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
909        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
910
[c32fb8f]9112005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
912
913        * Makefile.am: Cleanup.
914
[6f2593f]9152005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
[099e1112]916
917        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
918        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
919        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
920        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
921        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
922        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
923        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
924        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
925        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
926        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
927        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
928        spfatal/Makefile.am, spsize/Makefile.am:
929        Partial conversion to automake.
930
[df55b0f1]9312005-03-07      Joel Sherrill <joel@OARcorp.com>
932
933        * sp13/task1.c: Removed warnings.
934
[9fa21da0]9352004-09-29      Joel Sherrill <joel@OARcorp.com>
936
937        * spsize/size.c: i960 obsoleted and all references removed.
938
[6f2593f]9392004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]940
941        * configure.ac: Require automake > 1.9.
942
[6f2593f]9432004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[e8064503]944
945        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
946        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
947        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
948        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
949        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
950        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
951        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
952        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
953        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
954        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
955        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
956        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
957        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
958        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
959        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
960        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
961        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
962        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
963        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
964        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
965        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
966        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
967        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
968        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
969        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
970        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
971        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
972        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
973        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
974        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
975        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
976        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
977
[6f2593f]9782004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[65fa6b5]979
980        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
981
[a841314]9822004-03-30      David Querbach <querbach@realtime.bc.ca>
983
984        PR 595/tests
985        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
986        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
987        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
988        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
989        others treat it as a count of longs.
990
[378aed9]9912004-03-30      David Querbach <querbach@realtime.bc.ca>
992
993        PR 596/tests
994        * sp32/init.c: A missing definition of TEST_INIT before including
995        <tmacros.h> means that buffered output will not work even if selected
996        in buffer_test_io.h.
997
[6f2593f]9982004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
[c87608f]999
1000        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
1001        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
1002        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
1003        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
1004        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
1005        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
1006        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
1007        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
1008        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
1009        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
1010        types.
1011
[7c48a2e8]10122004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1013
1014        * configure.ac: Add 2nd arg to RTEMS_TOP.
1015
[6debefee]10162004-03-05      Joel Sherrill <joel@OARcorp.com>
1017
1018        * sp07/buffered_io.c: Remove warning.
1019
[340835b0]10202004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1021
1022        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1023        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1024        * sp02/Makefile.am: Ditto.
1025        * sp03/Makefile.am: Ditto.
1026        * sp04/Makefile.am: Ditto.
1027        * sp05/Makefile.am: Ditto.
1028        * sp06/Makefile.am: Ditto.
1029        * sp07/Makefile.am: Ditto.
1030        * sp08/Makefile.am: Ditto.
1031        * sp09/Makefile.am: Ditto.
1032        * sp11/Makefile.am: Ditto.
1033        * sp12/Makefile.am: Ditto.
1034        * sp13/Makefile.am: Ditto.
1035        * sp14/Makefile.am: Ditto.
1036        * sp15/Makefile.am: Ditto.
1037        * sp16/Makefile.am: Ditto.
1038        * sp17/Makefile.am: Ditto.
1039        * sp19/Makefile.am: Ditto.
1040        * sp20/Makefile.am: Ditto.
1041        * sp21/Makefile.am: Ditto.
1042        * sp22/Makefile.am: Ditto.
1043        * sp23/Makefile.am: Ditto.
1044        * sp24/Makefile.am: Ditto.
1045        * sp25/Makefile.am: Ditto.
1046        * sp26/Makefile.am: Ditto.
1047        * sp27/Makefile.am: Ditto.
1048        * sp28/Makefile.am: Ditto.
1049        * sp29/Makefile.am: Ditto.
1050        * sp30/Makefile.am: Ditto.
1051        * sp31/Makefile.am: Ditto.
1052        * sp32/Makefile.am: Ditto.
1053        * spfatal/Makefile.am: Ditto.
1054        * spsize/Makefile.am: Ditto.
1055
[5813e715]10562003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1057
1058        * sptests.am: Add dirstamp support.
1059
[8234c04]10602003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1061
1062        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1063
[e457190]10642003-12-16      Joel Sherrill <joel@OARcorp.com>
1065
1066        PR 544/tests
1067        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
1068        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
1069        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
1070        make tests account for resources and not print at inappropriate
1071        times.
1072        * sp07/buffered_io.c: New file.
1073
[810720b6]10742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1075
1076        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1077
[6e4e067]10782003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1079
1080        * sp01/Makefile.am: Remove all-local: $(ARCH).
1081        * sp02/Makefile.am: Remove all-local: $(ARCH).
1082        * sp03/Makefile.am: Remove all-local: $(ARCH).
1083        * sp04/Makefile.am: Remove all-local: $(ARCH).
1084        * sp05/Makefile.am: Remove all-local: $(ARCH).
1085        * sp06/Makefile.am: Remove all-local: $(ARCH).
1086        * sp07/Makefile.am: Remove all-local: $(ARCH).
1087        * sp08/Makefile.am: Remove all-local: $(ARCH).
1088        * sp09/Makefile.am: Remove all-local: $(ARCH).
1089        * sp11/Makefile.am: Remove all-local: $(ARCH).
1090        * sp12/Makefile.am: Remove all-local: $(ARCH).
1091        * sp13/Makefile.am: Remove all-local: $(ARCH).
1092        * sp14/Makefile.am: Remove all-local: $(ARCH).
1093        * sp15/Makefile.am: Remove all-local: $(ARCH).
1094        * sp16/Makefile.am: Remove all-local: $(ARCH).
1095        * sp17/Makefile.am: Remove all-local: $(ARCH).
1096        * sp19/Makefile.am: Remove all-local: $(ARCH).
1097        * sp20/Makefile.am: Remove all-local: $(ARCH).
1098        * sp21/Makefile.am: Remove all-local: $(ARCH).
1099        * sp22/Makefile.am: Remove all-local: $(ARCH).
1100        * sp23/Makefile.am: Remove all-local: $(ARCH).
1101        * sp24/Makefile.am: Remove all-local: $(ARCH).
1102        * sp25/Makefile.am: Remove all-local: $(ARCH).
1103        * sp26/Makefile.am: Remove all-local: $(ARCH).
1104        * sp27/Makefile.am: Remove all-local: $(ARCH).
1105        * sp28/Makefile.am: Remove all-local: $(ARCH).
1106        * sp29/Makefile.am: Remove all-local: $(ARCH).
1107        * sp30/Makefile.am: Remove all-local: $(ARCH).
1108        * sp31/Makefile.am: Remove all-local: $(ARCH).
1109        * sp32/Makefile.am: Remove all-local: $(ARCH).
1110        * spfatal/Makefile.am: Remove all-local: $(ARCH).
1111        * spsize/Makefile.am: Remove all-local: $(ARCH).
1112
[5f52d1f]11132003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1114
1115        * configure.ac: Reflect having moved to testsuites/.
1116
[c6328bee]11172003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1118
1119        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1120
[5445ee60]11212003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1122
1123        * configure.ac:Remove RTEMS_CHECK_CPU.
1124
[d2b93bfd]11252003-09-04      Joel Sherrill <joel@OARcorp.com>
1126
1127        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
1128        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
1129        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
1130        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
1131        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
1132        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
1133        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
1134        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
1135        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
1136        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
1137        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
1138        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
1139        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
1140        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
1141        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
1142        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
1143        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
1144        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
1145        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
1146        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
1147        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
1148        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
1149        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
1150        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
1151        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
1152        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
1153        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
1154        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
1155        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
1156        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
1157        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
1158        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
1159        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
1160        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
1161        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
1162        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
1163        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
1164        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
1165        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
1166        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
1167        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
1168        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
1169        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
1170        spsize/size.c, spsize/system.h: URL for license changed.
1171
[35fc6bf9]11722003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
1173
1174        PR 458/tests
1175        * sp30/task1.c: Correct indexing problem.
1176
[7862f888]11772003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1178
1179        * Makefile.am: Reflect having moved aclocal/.
1180
[7f9e5908]11812003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1182
[61d9371]1183        * Makefile.am: Reflect having moved automake/.
1184        * sp01/Makefile.am: Reflect having moved automake/.
1185        * sp02/Makefile.am: Reflect having moved automake/.
1186        * sp03/Makefile.am: Reflect having moved automake/.
1187        * sp04/Makefile.am: Reflect having moved automake/.
1188        * sp05/Makefile.am: Reflect having moved automake/.
1189        * sp06/Makefile.am: Reflect having moved automake/.
1190        * sp07/Makefile.am: Reflect having moved automake/.
1191        * sp08/Makefile.am: Reflect having moved automake/.
1192        * sp09/Makefile.am: Reflect having moved automake/.
1193        * sp11/Makefile.am: Reflect having moved automake/.
1194        * sp12/Makefile.am: Reflect having moved automake/.
1195        * sp13/Makefile.am: Reflect having moved automake/.
1196        * sp14/Makefile.am: Reflect having moved automake/.
1197        * sp15/Makefile.am: Reflect having moved automake/.
1198        * sp16/Makefile.am: Reflect having moved automake/.
1199        * sp17/Makefile.am: Reflect having moved automake/.
1200        * sp19/Makefile.am: Reflect having moved automake/.
1201        * sp20/Makefile.am: Reflect having moved automake/.
1202        * sp21/Makefile.am: Reflect having moved automake/.
1203        * sp22/Makefile.am: Reflect having moved automake/.
1204        * sp23/Makefile.am: Reflect having moved automake/.
1205        * sp24/Makefile.am: Reflect having moved automake/.
1206        * sp25/Makefile.am: Reflect having moved automake/.
1207        * sp26/Makefile.am: Reflect having moved automake/.
1208        * sp27/Makefile.am: Reflect having moved automake/.
1209        * sp28/Makefile.am: Reflect having moved automake/.
1210        * sp29/Makefile.am: Reflect having moved automake/.
1211        * sp30/Makefile.am: Reflect having moved automake/.
1212        * sp31/Makefile.am: Reflect having moved automake/.
1213        * sp32/Makefile.am: Reflect having moved automake/.
1214        * spfatal/Makefile.am: Reflect having moved automake/.
1215        * spsize/Makefile.am: Reflect having moved automake/.
[7f9e5908]1216
[3895f96]12172003-08-14      Joel Sherrill <joel@OARcorp.com>
1218
1219        * sp02/task1.c: Added ID to name lookup service and changed name of
1220        id/name translation status code. This propagated to multiple
1221        functions. The user API service added was rtems_object_id_to_name()
1222
[7dcc3fe]12232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1224
1225        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1226
[18ee864]12272003-05-29      Joel Sherrill <joel@OARcorp.com>
1228
1229        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
1230
[c98849ef]12312003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1232
1233        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1234        CC_CFLAGS_DEFAULT (obsolete).
1235
[78bea14]12362003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1237
1238        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1239        Remove CC_LDFLAGS_PROFILE_V.
1240
[3c55718]12412003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1242
1243        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1244
[ccd81b60]12452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1246
1247        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1248
[9b5c258]12492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1250
1251        * configure.ac: AC_PREREQ(2.57).
1252
[afcd563]12532002-11-14      Joel Sherrill <joel@OARcorp.com>
1254
1255        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
1256        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
1257        update the IDs in the screens.
1258
[8730f45]12592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1260
1261        * .cvsignore: Reformat.
1262        Add autom4te*cache.
1263        Remove autom4te.cache.
1264
[0c0d089]12652002-09-14      Joel Sherrill <joel@OARcorp.com>
1266
1267        * sp32/.cvsignore: New file.
1268
[0af7c20]12692002-09-14      Aaron J. Grier <aaron@frye.com>
1270
1271        * PR271 was not applicable against the current source but included
1272        a nice test that Joel decided to add to the tree as sp32.
1273        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
1274        * Makefile.am, configure.ac: Modified to reflect addition.
1275
[a3a512c]12762002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1277
1278        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
1279        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
1280        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
1281        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
1282        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
1283        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
1284        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
1285        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
1286        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
1287        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
1288        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
1289        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
1290        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
1291        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
1292        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
1293        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
1294        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
1295        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
1296        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
1297        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
1298        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
1299        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
1300        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
1301        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
1302        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
1303        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
1304        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
1305        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
1306        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
1307        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
1308        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
1309
[3aa4c2e0]13102002-08-01      Joel Sherrill <joel@OARcorp.com>
1311
1312        * Per PR47 add support for buffered test output.  This involved
1313        adding defines to redirect output to a buffer and dump it when
1314        full, at "test pause", and at exit.  To avoid problems when redefining
1315        exit(), all tests were modified to call rtems_test_exit().
1316        Some tests, notable psxtests, had to be modified to include
1317        the standard test macro .h file (pmacros.h or tmacros.h) to
1318        enable this support.
1319        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
1320        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
1321        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
1322        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
1323        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
1324        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
1325        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
1326
[3dc936c1]13272002-07-30      Joel Sherrill <joel@OARcorp.com>
1328
1329        * spsize/size.c: Don't reference the RTEMS allocated interrupt
1330        stack if the port doesn't configure using it.
1331
[c3bb68a1]13322002-07-04      Joel Sherrill <joel@OARcorp.com>
1333
1334        * Jump table for single entry point removed.
1335        * spsize/size.c:  Modified to reflect above.
1336
[21bbb92]13372002-07-01      Joel Sherrill <joel@OARcorp.com>
1338
1339        * sp29/init.c: Corrected definitions for task stack usage.
1340
[a9047a0]13412002-07-01      Joel Sherrill <joel@OARcorp.com>
1342
1343        * spsize/size.c: _Thread_queue_Extract_table removed.
1344
[8873684]13452001-05-17      Joel Sherrill <joel@OARcorp.com>
1346
1347        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
1348        number of staticly configured device drivers.
1349
[606926f]13502001-05-14      Joel Sherrill <joel@OARcorp.com>
1351
1352        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
1353        than the configured number of drivers.
1354 
[cb9b2bfc]13552002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1356
1357        * configure.ac: Remove ENABLE_GCC28.
1358
[beaa47bc]13592001-04-04      Joel Sherrill <joel@OARcorp.com>
1360
1361        * spsize/size.c: Reflect SPARC modifcation to get rid of
1362        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1363 
[5729f62]13642001-03-29      Joel Sherrill <joel@OARcorp.com>
1365
1366        * Per PR147 addressed problems when reseting and inserting a timer
1367        into a timer chain that did not honor time passage since the last
1368        time the timer server was scheduled and the new insertion.
1369        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1370
[0a32a21]13712001-03-28      Joel Sherrill <joel@OARcorp.com>
1372
1373        * Side-effect of PR132.
1374        * sp21/system.h: Now must explicitly request NULL driver.
1375
[ac2512ab]13762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1377
1378        * configure.ac:
1379        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1380        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1381        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1382        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1383        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1384        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1385        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1386        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1387        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1388        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1389        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1390        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1391        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1392        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1393        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1394        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1395        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1396        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1397        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1398        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1399        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1400        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1401        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1402        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1403        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1404        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1405        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1406        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1407        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1408        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1409        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1410        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1411        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1412        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1413
[fabacfe]14142002-03-20      Chris Johns <ccj@acm.org>
1415
1416        * PR145.
1417        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1418        in system (e.g. driver tasks).  Also exit on minimum number of
1419        switches not precise number.
1420
[ef70d9b]14212001-01-29      Joel Sherrill <joel@OARcorp.com>
1422
1423        * Fixed bug where resetting a timer that was not at the head
1424        of one of the task timer chains resulted in the Timer Server
1425        task waking up too far in the future.
1426        * Added rtems_timer_get_information() directive to support testing.
1427        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1428        above condition.
1429
[2fc6dc3]14302001-01-22      Joel Sherrill <joel@OARcorp.com>
1431
1432        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1433        because priority added as argument to rtems_timer_initiate_server().
1434
[de569fe]14352001-01-16      Joel Sherrill <joel@OARcorp.com>
1436
1437        * Added tests for task-based timers.  This included the new tests
1438        sp30 and sp31.
1439        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1440        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1441        for task-based timer services.
1442        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1443        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1444        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1445        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1446        sp31/task1.c: New files.
1447
[850f87e]14482001-11-01      Joel Sherrill <joel@OARcorp.com>
1449
1450        * sp26/system.h: Properly account for stack memory used by
1451        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1452        and processed as PR78.
1453
[df25c998]14542001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1455
1456        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1457        * configure.in: Remove.
1458        * configure.ac: New file, generated from configure.in by autoupdate.
1459
[996bfbf]14602001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1461
1462        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1463
[25b9e93c]14642001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1465
1466        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1467        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1468        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1469        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1470        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1471        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1472        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1473        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1474        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1475        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1476        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1477        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1478        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1479        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1480        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1481        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1482        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1483        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1484        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1485        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1486        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1487        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1488        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1489        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1490        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1491        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1492        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1493        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1494        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1495
[94dfe0f7]14962001-08-16      Joel Sherrill <joel@OARcorp.com>
1497
1498        * sp20/system.h: Account for extra task stacks properly.
1499
[11b1063]15002001-08-16      Joel Sherrill <joel@OARcorp.com>
1501
1502        * sp13/sp13.scn: Id in screen had wrong class field value.
1503        * sp13/system.h: Account for message buffer memory.
1504        * sp13/task2.c: Remove unnecessary check for failure.
1505
[95083c0]15062001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1507
1508        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1509
[cf7884b]15102001-04-20      Joel Sherrill <joel@OARcorp.com>
1511
1512        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1513        file.
1514
[dde827b]15152001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1516
1517        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1518
[55a86b4]15192001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1520
1521        * sp21/Makefile.am: Remove libtest.
1522
[feead226]15232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1524
1525        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1526
[a314d3b4]15272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1528
1529        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1530
[cbe7d66]15312000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1532
1533        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1534        Switch to GNU canonicalization.
1535        * sptests.am: Remove DEFS.
1536
[837ab841]15372000-09-29      Joel Sherrill <joel@OARcorp.com>
1538
1539        * sp20/sp20.scn: Corrected to reflect new addition.
1540        * sp20/system.h: Removed comment reflecting history.
1541
[cf42c54c]15422000-09-29      Stephan Merker <merker@decrc.abb.de>
1543
1544        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1545        Added new task to test sequence of altering a period's length
1546        while it is still active.
1547
[e35d6b2]15482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1549
1550        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1551        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1552        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1553        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1554        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1555        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1556        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1557        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1558        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1559        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1560
[e94ad1fe]15612000-08-10      Joel Sherrill <joel@OARcorp.com>
1562
1563        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.