source: rtems/testsuites/sptests/ChangeLog @ 9149e767

4.104.115
Last change on this file since 9149e767 was 9149e767, checked in by Joel Sherrill <joel.sherrill@…>, on 05/04/09 at 20:34:24

2009-05-04 Joel Sherrill <joel.sherrill@…>

  • sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.
  • Property mode set to 100644
File size: 54.3 KB
Line 
12009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.
4
52009-04-20      Santosh G Vattam <vattam.santosh@gmail.com>
6
7        * sp37/init.c, sp37/sp37.scn: Add test case for
8        rtems_interrupt_level_attribute body.
9
102009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
13        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
14        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
15        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
16        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
17        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
18        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
19        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
20        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
21        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
22        sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am,
23        sp36/Makefile.am, sp37/Makefile.am, sp38/Makefile.am,
24        sp39/Makefile.am, sp40/Makefile.am, sp41/Makefile.am,
25        sp42/Makefile.am, sp43/Makefile.am, sp44/Makefile.am,
26        sp45/Makefile.am, sp46/Makefile.am, sp47/Makefile.am,
27        sp48/Makefile.am, spfatal/Makefile.am,
28        spfatal01/Makefile.am, spfatal02/Makefile.am,
29        spfatal03/Makefile.am, spfatal04/Makefile.am,
30        spfatal05/Makefile.am, spfatal06/Makefile.am,
31        spfatal07/Makefile.am, spfatal08/Makefile.am,
32        spfatal09/Makefile.am, spsize/Makefile.am,
33        spwatchdog/Makefile.am:
34        Eliminate _exe_/.exe.
35
362009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        PR 1388/cpukit
39        * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores
40        allow both priority inherit and ceiling attributes to be set on
41        semaphore create. These attributes are mutually exclusive and this
42        should be an error.
43
442009-01-30      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile.am, configure.ac: Add sp48 which tests that configuring for
47        unlimited objects when configured for a unified workspace works as
48        expected.
49        * sp48/.cvsignore, sp48/Makefile.am, sp48/init.c, sp48/sp48.doc,
50        sp48/sp48.scn: New files.
51
522009-01-21      Nickolay Kolchin <nbkolchin@gmail.com>
53                Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        PR 1357/cpukit
56        * Makefile.am, configure.ac: Ensure creating a task with no ASR is
57        honored.
58        * sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
59        sp47/sp47.scn: New files.
60
612009-01-16      Jennifer Averett <jennifer.averett@OARcorp.com>
62
63        * Makefile.am, configure.ac: Add new test to test Watchdog display
64        helper routines. These reach into the SuperCore.
65        * spwatchdog/.cvsignore, spwatchdog/Makefile.am, spwatchdog/delay.c,
66        spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
67        spwatchdog/system.h, spwatchdog/task1.c: New files.
68
692009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * sp30/task1.c: Cast pointer to id as "void *" rather than task Id.
72
732009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen11.c,
76        sp09/screen12.c, sp09/screen14.c: Use rtems_build_id rather than
77        hard-coded hex numbers for bad object Ids.
78
792009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * sp15/system.h, sp19/system.h: Array of task names should be of type
82        rtems_name not rtems_id. Similarly array of task ids should be
83        rtems_id not rtems_name.
84
852008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * spsize/size.c: Eliminate _TOD_Microseconds_per_tick.
88
892008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * Makefile.am, configure.ac, spfatal06/testcase.h,
92        spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
93        spsize/size.c: Eliminate pointers to API configuration tables in the
94        main configuration table. Reference the main configuration table and
95        the API configuration tables directly using the confdefs.h version
96        rather than obtaining a pointer to it. This eliminated some
97        variables, a potential fatal error, some unnecessary default
98        configuration structures. Overall, about a 4.5% reduction in the code
99        size for minimum and hello on the SPARC.
100        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
101        spfatal10/testcase.h: Removed.
102
1032008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
106        sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
107        sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.c: Run all tests
108        successfully with maxixum number of priorities as 16 instead of 256.
109        This was done by temporarily modifying the score priority.h maximum.
110        This allowed testing of all API code to ensure that it worked
111        properly with a reduced number of priorities. Most modifications were
112        to switch from hard-coded maximum to using the API provided methods
113        to determine maximum number of priority levels.
114
1152008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * sp46/sp46.scn: Add screen missed earlier.
118
1192008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        PR 1348/cpukit
122        * Makefile.am, configure.ac: Add test of special case of resetting cpu
123        usage information while a period is running.
124        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
125        sp46/sp46.scn: New files.
126
1272008-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * sp45/init.c: New file.
130
1312008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        PR 1347/cpukit
134        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
135        Rework Timer Server to ensure that the context allows for blocking,
136        allocating memory, and acquiring semaphores and mutexes.
137        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
138        New files.
139
1402008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * sp25/system.h: Add warning and temporary m32c conditional until size
143        type addressed.
144
1452008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * sp09/screen07.c: Use INT_MAX as number of messages so always
148        properly sized and no overflow on constant.
149        * sp09/screen10.c: Delay so on targets with simulator idle clock
150        tick driver this will work.
151        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
152        byte boundaries rather than two byte boundaries.
153        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
154        allocate more memory than size_t holds on m32c.
155
1562008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
159        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
160        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
161        and Region calls. On 16-bit architectures, size_t can be 16-bits
162        which would limit sizes to 64K. Also address constants which
163        overflowed on 16-bit integer targets.
164
1652008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
166
167        * sp43/sp43.scn: Bump version to 4.9.99.0
168
1692008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * sp19/system.h: Use "double" instead of "rtems_double".
172
1732008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
174
175        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
176
1772008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
180        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
181        spfatal_support/init.c, spfatal_support/system.h:
182        Convert to "bool".
183
1842008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
187        declared in a public place.
188
1892008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
190
191        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
192
1932008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * sp43/init.c: Fix derefence of uninitialized pointer.
196
1972008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
198
199        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
200        multiprocessing is not enabled. Saves one more variable from single
201        processor configuration.
202
2032008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
204
205        PR 1212/cpukit
206        * Makefile.am, configure.ac: Time slicing will not happen if the task
207        mode is changed from a non-timeslicing mode to timeslicing mode if it
208        is done by the executing thread (e.g. in its task body). This change
209        includes sp44 to demonstrate the problem and verify the correction.
210        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
211
2122008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
213
214        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
215        architectures they are not supported on.
216
2172008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
218
219        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
220
2212008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
224          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
225
2262008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
227
228        * sp28/init.c: Corrections to configuration.
229        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
230        * spsize/size.c: _ISR_Vector_table only exists on architectures
231        which use the Simple Vectored Interrupt Model.
232
2332008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * spsize/size.c: Convention calls for leading underscore on private
236        RTEMS variables.
237
2382008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
239
240        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
241        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
242        Refactored and renamed initialization routines to
243        rtems_initialize_data_structures, rtems_initialize_before_drivers,
244        rtems_initialize_device_drivers, and
245        rtems_initialize_start_multitasking. This opened the sequence up so
246        that bootcard() could provide a more robust and flexible framework
247        which is easier to explain and understand. This also lays the
248        groundwork for sharing the division of available memory between the
249        RTEMS workspace and heap and the C library initialization across all
250        BSPs.
251
2522008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
253
254        * sp32/init.c: Formatting.
255
2562008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
257
258        * sp09/screen01.c: Correct test.
259        * sp09/screen14.c: Update copyright.
260        * sp28/init.c: Correct end of test messages.
261
2622008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
263
264        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
265
2662008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
267
268        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
269        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
270        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
271        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
272        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
273        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
274        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
275        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
276        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
277        tests. Add a clock_settime case for < 1988.
278
2792008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
280
281        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
282
2832008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
284
285        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
286        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
287        * sp41/sp41.scn: Now has content.
288        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
289        Object Services recently added to API.
290
2912008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
292
293        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
294        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
295        collection. This changed the name of a few previously public but
296        undocumented services and added a some new services.
297        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
298        sp43/system.h: New files.
299
3002008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
301
302        * spfatal10/.cvsignore: New file.
303
3042008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
305
306        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
307        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
308        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
309        New files.
310
3112008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
312
313        * Makefile.am, configure.ac: Added fatal error tests
314        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
315        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
316        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
317        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
318        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
319        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
320        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
321        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
322        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
323        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
324        spfatal_support/init.c, spfatal_support/system.h: New files.
325
3262008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
327
328        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
329        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
330        test messages.
331
3322008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
333
334        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
335        simple type to a union of an unsigned 32 bit integer and a pointer.
336        This should help eliminate weird casts between u32 and pointers in
337        various places. The APIs now have to explicitly call _u32 or _string
338        versions of helper routines. This should also simplify things and
339        eliminate the need for ugly casts in some cases.
340
3412008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
342
343        * sp42/Makefile.am: New file.
344
3452008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
346
347        Add sp42 to exercise thread queue with knowledge of the implementation
348        so we can exercise all of the normal paths possible.
349        * Makefile.am, configure.ac: Add sp42.
350        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
351
3522008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
353
354        * sp39/init.c: Add case for long timeout on blocking operation.
355        * Makefile.am, configure.ac: Add new test to exercise thread
356        queue blokcing synchronization. sp39 and sp41 are very similar.
357        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
358        sp41/system.h: New files.
359
3602008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
361
362        * sp39/init.c: Clean up.
363
3642008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
365
366        * sp39/init.c: Modify to improve coverage.
367
3682008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
369
370        * sp36/strict_order_mut.c:
371
3722008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
373
374        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
375        driver registration.
376        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
377        sp40/system.h: New files.
378
3792008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
380
381        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
382        Add test cases for:
383          + message queue create requesting too many message buffers
384            for the available memory
385          + region extend with address inside existing heap
386          + timer server initiate too large a stack, create error
387        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
388          + task set priority while holding resource
389
3902008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
391
392        * Makefile.am, configure.ac: Added sp38 and sp39.
393        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
394        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
395        sp39/sp39.scn, sp39/system.h: New files.
396
3972007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
398
399        * sp36/strict_order_mut.c: New file.
400
4012007-12-21      Xi Yang <hiyangxi@gmail.com>
402
403        * Makefile.am, configure.ac: Add support for proper stacking of
404        priority inheritance on mutexes as well as enforce proper order of
405        release.
406        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
407        sp36/sp36.scn: New files.
408
4092007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
410
411        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
412        directive instead of violating RTEMS internals.
413
4142007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
415
416        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
417        Add test cases for User Extension Manager to improve code coverage.
418        * sp21/task1.c: Fix spelling error.
419
4202007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
421
422        * spsize/size.c: Account for previous changes in calculation of MPCI
423        receive server stack.
424
4252007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
426
427        * sp09/screen07.c, sp09/sp09.scn: Add test for
428        rtems_message_queue_broadcast for bad buffer and count pointers.
429        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
430        with bad priority or initiating twice.
431        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
432        it forces a dispatch.
433        * sp37/init.c: New file.
434
4352007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
436
437        * Makefile.am, configure.ac: Add new tests for interrupt disable,
438        enable, flash, and is in progress. These are normally inlines but
439        also have bodies for non-C code. This test also exercises the odd
440        case of calling clock tick from outside an ISR.
441        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
442
4432007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
444
445        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
446        using notepad with the current task's ID or SELF
447        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
448        test missing test cases for clock_get.
449
4502007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
451
452        * sp28/init.c: Add test code for task variables to improve coverage.
453
4542007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
455
456        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
457        RTEMS provided accessor macros to obtain configuration fields.
458
4592007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
460
461        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
462        Configuration Table. Eliminate CPU Table from all ports. Delete
463        references to CPU Table in all forms.
464
4652007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
466
467        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
468
4692007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
470
471        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
472        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
473        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
474        to improve test coverage.
475
4762007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
477
478        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
479        coverage.
480
4812007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
482
483        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
484
4852007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
486
487        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
488        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
489        .scn files.
490
4912007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
492
493        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
494        commented out and updated the .scn file.
495
4962007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
497
498        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
499        buffered test IO.
500
5012007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
502
503        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
504        rtems_io_unregister_driver did not have any test code.
505
5062007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
507
508        * spsize/size.c: Eliminate maximum_drivers configuration parameter
509        since it was used to configure a no longer used feature. Device names
510        are now part of the filesystem not in a table. This also eliminated
511        the variables _IO_Number_of_devices and _IO_Driver_name_table from
512        RTEMS as well as the memory allocation used to populate
513        _IO_Driver_name_table.
514
5152007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
516
517        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
518        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
519        properly.
520
5212007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
522
523        * spsize/size.c: Eliminated the variables
524        _RTEMS_tasks_User_initialization_tasks and
525        _RTEMS_tasks_Number_of_initialization_tasks because they were only
526        used in one place after initialized. It was a waste of space.
527
5282007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
529
530        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
531        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
532        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
533        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
534        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
535        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
536        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
537        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
538        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
539        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
540        spsize/size.c: Add optional managers to Makefiles. Clean up test
541        cases so last output line follows END OF pattern. Make sure test case
542        all run. All tests appeared ok on sis.
543
5442007-04-05      Joel Sherrill <joel@OARcorp.com>
545
546        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
547
5482007-04-05      Joel Sherrill <joel@OARcorp.com>
549
550        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
551        CONFIGURE_TEST_NEEDS_XXX configuration constants to
552        CONFIGURE_APPLICATION_NEEDS_XXX.
553
5542007-04-02      Joel Sherrill <joel@OARcorp.com>
555
556        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
557
5582007-04-02      Joel Sherrill <joel@OARcorp.com>
559
560        * spsize/size.c: Convert from Classic API style TOD_Control as
561        fundamental time structure to POSIX struct timespec. Add
562        clock_get_uptime().
563
5642007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
565
566        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
567
5682007-03-26      Joel Sherrill <joel@OARcorp.com>
569
570        * sp35/priinv.c: Remove warning.
571
5722007-03-10      Joel Sherrill <joel@OARcorp.com>
573
574        * sp26/system.h: Remove incorrect and duplicate
575        CONFIGURE_EXTRA_TASK_STACKS.
576
5772007-03-05      Joel Sherrill <joel@OARcorp.com>
578
579        PR 1222/cpukit
580        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
581        thread that is blocked on a priority based thread queue is changed,
582        that its placement in the queue is reevaluated based upon the new
583        priority. This enhancement includes modifications to the SuperCore as
584        well as new test cases.
585        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
586        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
587        sp35/sp35.doc, sp35/sp35.scn: New files.
588
5892007-03-05      Joel Sherrill <joel@OARcorp.com>
590
591        * sp26/system.h: Correct memory required for stack sizes.
592
5932007-02-06      Joel Sherrill <joel@OARcorp.com>
594
595        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
596        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
597        tests.
598
5992006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
600
601        * sp33/init.c: Improve barrier test to include normal blocking with
602        manual release and unblocking in barrier deletion.
603
6042006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
605
606        * configure.ac: New BUG-REPORT address.
607
6082006-11-20      Joel Sherrill <joel@OARcorp.com>
609
610        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
611        and make output more compliant with other tests.
612
6132006-11-17      Joel Sherrill <joel@OARcorp.com>
614
615        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
616        cases intended on all targets possible with new heap algorithm.
617
6182006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
619
620        * Makefile.am, configure.ac: Adding Classic API Barriers.
621        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
622        New files.
623
6242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
625
626        * configure.ac: Require autoconf-2.60. Require automake-1.10.
627
6282006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
629
630        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
631        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
632        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
633        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
634        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
635        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
636        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
637        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
638        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
639        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
640        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
641        Use rtems_testsdir instead.
642
6432006-04-05      Joel Sherrill <joel@OARcorp.com>
644                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
645
646        * spsize/size.c: Victor spotted the problem that
647        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
648        variables and needed to be set to the same value.  I took that
649        idea and just removed _Thread_MP_Receive.  All uses are now
650        _MPCI_Receive_server_tcb.
651
6522005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
653
654        * configure.ac: Remove RTEMS_ENABLE_BARE,
655        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
656
6572005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
658
659        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
660        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
661        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
662        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
663        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
664        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
665        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
666        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
667        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
668        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
669        spfatal/Makefile.am, spsize/Makefile.am:
670        Convert to use *_PROGRAMS.
671
6722005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
673
674        * sp01/Makefile.am, sp02/Makefile.am,
675        sp03/Makefile.am, sp04/Makefile.am,
676        sp05/Makefile.am, sp06/Makefile.am,
677        sp07/Makefile.am, sp08/Makefile.am,
678        sp09/Makefile.am, sp11/Makefile.am,
679        sp12/Makefile.am, sp13/Makefile.am,
680        sp14/Makefile.am, sp15/Makefile.am,
681        sp16/Makefile.am, sp17/Makefile.am,
682        sp19/Makefile.am, sp20/Makefile.am,
683        sp21/Makefile.am, sp22/Makefile.am,
684        sp23/Makefile.am, sp24/Makefile.am,
685        sp25/Makefile.am, sp26/Makefile.am,
686        sp27/Makefile.am, sp28/Makefile.am,
687        sp29/Makefile.am, sp30/Makefile.am,
688        sp31/Makefile.am, sp32/Makefile.am,
689        spfatal/Makefile.am, spsize/Makefile.am: Rework.
690
6912005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
692
693        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
694        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
695        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
696        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
697        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
698        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
699        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
700        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
701        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
702        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
703        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
704        * sptests.am: Remove.
705
7062005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
707
708        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
709        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
710        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
711        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
712        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
713        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
714        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
715        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
716        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
717        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
718        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
719
7202005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
721
722        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
723
7242005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
725
726        * spsize/Makefile.am: Rename TEST to spsize.
727        * spsize/size.scn: Remove.
728        * spsize/spsize.scn: New (renamed from size.scn).
729
7302005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
731
732        * configure.ac: Add spfatal/Makefile.
733        * Makefile.am: Add spfatal to DIST_SUBDIRS.
734        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
735        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
736        * sptests.am: Remove LIB_VARIANT.
737
7382005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
739
740        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
741        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
742        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
743        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
744        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
745        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
746        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
747        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
748        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
749        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
750        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
751
7522005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
753
754        * Makefile.am: Cleanup.
755
7562005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
757
758        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
759        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
760        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
761        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
762        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
763        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
764        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
765        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
766        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
767        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
768        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
769        spfatal/Makefile.am, spsize/Makefile.am:
770        Partial conversion to automake.
771
7722005-03-07      Joel Sherrill <joel@OARcorp.com>
773
774        * sp13/task1.c: Removed warnings.
775
7762004-09-29      Joel Sherrill <joel@OARcorp.com>
777
778        * spsize/size.c: i960 obsoleted and all references removed.
779
7802004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
781
782        * configure.ac: Require automake > 1.9.
783
7842004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
785
786        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
787        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
788        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
789        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
790        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
791        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
792        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
793        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
794        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
795        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
796        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
797        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
798        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
799        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
800        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
801        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
802        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
803        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
804        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
805        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
806        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
807        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
808        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
809        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
810        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
811        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
812        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
813        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
814        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
815        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
816        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
817        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
818
8192004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
820
821        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
822
8232004-03-30      David Querbach <querbach@realtime.bc.ca>
824
825        PR 595/tests
826        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
827        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
828        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
829        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
830        others treat it as a count of longs.
831
8322004-03-30      David Querbach <querbach@realtime.bc.ca>
833
834        PR 596/tests
835        * sp32/init.c: A missing definition of TEST_INIT before including
836        <tmacros.h> means that buffered output will not work even if selected
837        in buffer_test_io.h.
838
8392004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
840
841        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
842        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
843        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
844        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
845        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
846        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
847        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
848        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
849        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
850        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
851        types.
852
8532004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
854
855        * configure.ac: Add 2nd arg to RTEMS_TOP.
856
8572004-03-05      Joel Sherrill <joel@OARcorp.com>
858
859        * sp07/buffered_io.c: Remove warning.
860
8612004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
864        Add PRE/TMPINSTALL_FILES to CLEANFILES.
865        * sp02/Makefile.am: Ditto.
866        * sp03/Makefile.am: Ditto.
867        * sp04/Makefile.am: Ditto.
868        * sp05/Makefile.am: Ditto.
869        * sp06/Makefile.am: Ditto.
870        * sp07/Makefile.am: Ditto.
871        * sp08/Makefile.am: Ditto.
872        * sp09/Makefile.am: Ditto.
873        * sp11/Makefile.am: Ditto.
874        * sp12/Makefile.am: Ditto.
875        * sp13/Makefile.am: Ditto.
876        * sp14/Makefile.am: Ditto.
877        * sp15/Makefile.am: Ditto.
878        * sp16/Makefile.am: Ditto.
879        * sp17/Makefile.am: Ditto.
880        * sp19/Makefile.am: Ditto.
881        * sp20/Makefile.am: Ditto.
882        * sp21/Makefile.am: Ditto.
883        * sp22/Makefile.am: Ditto.
884        * sp23/Makefile.am: Ditto.
885        * sp24/Makefile.am: Ditto.
886        * sp25/Makefile.am: Ditto.
887        * sp26/Makefile.am: Ditto.
888        * sp27/Makefile.am: Ditto.
889        * sp28/Makefile.am: Ditto.
890        * sp29/Makefile.am: Ditto.
891        * sp30/Makefile.am: Ditto.
892        * sp31/Makefile.am: Ditto.
893        * sp32/Makefile.am: Ditto.
894        * spfatal/Makefile.am: Ditto.
895        * spsize/Makefile.am: Ditto.
896
8972003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
898
899        * sptests.am: Add dirstamp support.
900
9012003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
903        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
904
9052003-12-16      Joel Sherrill <joel@OARcorp.com>
906
907        PR 544/tests
908        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
909        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
910        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
911        make tests account for resources and not print at inappropriate
912        times.
913        * sp07/buffered_io.c: New file.
914
9152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
916
917        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
918
9192003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
920
921        * sp01/Makefile.am: Remove all-local: $(ARCH).
922        * sp02/Makefile.am: Remove all-local: $(ARCH).
923        * sp03/Makefile.am: Remove all-local: $(ARCH).
924        * sp04/Makefile.am: Remove all-local: $(ARCH).
925        * sp05/Makefile.am: Remove all-local: $(ARCH).
926        * sp06/Makefile.am: Remove all-local: $(ARCH).
927        * sp07/Makefile.am: Remove all-local: $(ARCH).
928        * sp08/Makefile.am: Remove all-local: $(ARCH).
929        * sp09/Makefile.am: Remove all-local: $(ARCH).
930        * sp11/Makefile.am: Remove all-local: $(ARCH).
931        * sp12/Makefile.am: Remove all-local: $(ARCH).
932        * sp13/Makefile.am: Remove all-local: $(ARCH).
933        * sp14/Makefile.am: Remove all-local: $(ARCH).
934        * sp15/Makefile.am: Remove all-local: $(ARCH).
935        * sp16/Makefile.am: Remove all-local: $(ARCH).
936        * sp17/Makefile.am: Remove all-local: $(ARCH).
937        * sp19/Makefile.am: Remove all-local: $(ARCH).
938        * sp20/Makefile.am: Remove all-local: $(ARCH).
939        * sp21/Makefile.am: Remove all-local: $(ARCH).
940        * sp22/Makefile.am: Remove all-local: $(ARCH).
941        * sp23/Makefile.am: Remove all-local: $(ARCH).
942        * sp24/Makefile.am: Remove all-local: $(ARCH).
943        * sp25/Makefile.am: Remove all-local: $(ARCH).
944        * sp26/Makefile.am: Remove all-local: $(ARCH).
945        * sp27/Makefile.am: Remove all-local: $(ARCH).
946        * sp28/Makefile.am: Remove all-local: $(ARCH).
947        * sp29/Makefile.am: Remove all-local: $(ARCH).
948        * sp30/Makefile.am: Remove all-local: $(ARCH).
949        * sp31/Makefile.am: Remove all-local: $(ARCH).
950        * sp32/Makefile.am: Remove all-local: $(ARCH).
951        * spfatal/Makefile.am: Remove all-local: $(ARCH).
952        * spsize/Makefile.am: Remove all-local: $(ARCH).
953
9542003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
955
956        * configure.ac: Reflect having moved to testsuites/.
957
9582003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
959
960        * configure.ac: Remove RTEMS_CANONICAL_HOST.
961
9622003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
963
964        * configure.ac:Remove RTEMS_CHECK_CPU.
965
9662003-09-04      Joel Sherrill <joel@OARcorp.com>
967
968        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
969        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
970        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
971        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
972        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
973        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
974        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
975        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
976        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
977        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
978        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
979        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
980        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
981        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
982        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
983        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
984        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
985        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
986        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
987        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
988        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
989        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
990        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
991        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
992        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
993        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
994        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
995        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
996        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
997        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
998        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
999        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
1000        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
1001        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
1002        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
1003        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
1004        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
1005        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
1006        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
1007        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
1008        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
1009        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
1010        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
1011        spsize/size.c, spsize/system.h: URL for license changed.
1012
10132003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
1014
1015        PR 458/tests
1016        * sp30/task1.c: Correct indexing problem.
1017
10182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1019
1020        * Makefile.am: Reflect having moved aclocal/.
1021
10222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1023
1024        * Makefile.am: Reflect having moved automake/.
1025        * sp01/Makefile.am: Reflect having moved automake/.
1026        * sp02/Makefile.am: Reflect having moved automake/.
1027        * sp03/Makefile.am: Reflect having moved automake/.
1028        * sp04/Makefile.am: Reflect having moved automake/.
1029        * sp05/Makefile.am: Reflect having moved automake/.
1030        * sp06/Makefile.am: Reflect having moved automake/.
1031        * sp07/Makefile.am: Reflect having moved automake/.
1032        * sp08/Makefile.am: Reflect having moved automake/.
1033        * sp09/Makefile.am: Reflect having moved automake/.
1034        * sp11/Makefile.am: Reflect having moved automake/.
1035        * sp12/Makefile.am: Reflect having moved automake/.
1036        * sp13/Makefile.am: Reflect having moved automake/.
1037        * sp14/Makefile.am: Reflect having moved automake/.
1038        * sp15/Makefile.am: Reflect having moved automake/.
1039        * sp16/Makefile.am: Reflect having moved automake/.
1040        * sp17/Makefile.am: Reflect having moved automake/.
1041        * sp19/Makefile.am: Reflect having moved automake/.
1042        * sp20/Makefile.am: Reflect having moved automake/.
1043        * sp21/Makefile.am: Reflect having moved automake/.
1044        * sp22/Makefile.am: Reflect having moved automake/.
1045        * sp23/Makefile.am: Reflect having moved automake/.
1046        * sp24/Makefile.am: Reflect having moved automake/.
1047        * sp25/Makefile.am: Reflect having moved automake/.
1048        * sp26/Makefile.am: Reflect having moved automake/.
1049        * sp27/Makefile.am: Reflect having moved automake/.
1050        * sp28/Makefile.am: Reflect having moved automake/.
1051        * sp29/Makefile.am: Reflect having moved automake/.
1052        * sp30/Makefile.am: Reflect having moved automake/.
1053        * sp31/Makefile.am: Reflect having moved automake/.
1054        * sp32/Makefile.am: Reflect having moved automake/.
1055        * spfatal/Makefile.am: Reflect having moved automake/.
1056        * spsize/Makefile.am: Reflect having moved automake/.
1057
10582003-08-14      Joel Sherrill <joel@OARcorp.com>
1059
1060        * sp02/task1.c: Added ID to name lookup service and changed name of
1061        id/name translation status code. This propagated to multiple
1062        functions. The user API service added was rtems_object_id_to_name()
1063
10642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1065
1066        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1067
10682003-05-29      Joel Sherrill <joel@OARcorp.com>
1069
1070        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
1071
10722003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1073
1074        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1075        CC_CFLAGS_DEFAULT (obsolete).
1076
10772003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1078
1079        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1080        Remove CC_LDFLAGS_PROFILE_V.
1081
10822003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1083
1084        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1085
10862003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1087
1088        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1089
10902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1091
1092        * configure.ac: AC_PREREQ(2.57).
1093
10942002-11-14      Joel Sherrill <joel@OARcorp.com>
1095
1096        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
1097        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
1098        update the IDs in the screens.
1099
11002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1101
1102        * .cvsignore: Reformat.
1103        Add autom4te*cache.
1104        Remove autom4te.cache.
1105
11062002-09-14      Joel Sherrill <joel@OARcorp.com>
1107
1108        * sp32/.cvsignore: New file.
1109
11102002-09-14      Aaron J. Grier <aaron@frye.com>
1111
1112        * PR271 was not applicable against the current source but included
1113        a nice test that Joel decided to add to the tree as sp32.
1114        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
1115        * Makefile.am, configure.ac: Modified to reflect addition.
1116
11172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1118
1119        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
1120        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
1121        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
1122        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
1123        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
1124        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
1125        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
1126        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
1127        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
1128        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
1129        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
1130        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
1131        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
1132        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
1133        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
1134        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
1135        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
1136        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
1137        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
1138        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
1139        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
1140        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
1141        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
1142        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
1143        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
1144        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
1145        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
1146        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
1147        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
1148        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
1149        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
1150
11512002-08-01      Joel Sherrill <joel@OARcorp.com>
1152
1153        * Per PR47 add support for buffered test output.  This involved
1154        adding defines to redirect output to a buffer and dump it when
1155        full, at "test pause", and at exit.  To avoid problems when redefining
1156        exit(), all tests were modified to call rtems_test_exit().
1157        Some tests, notable psxtests, had to be modified to include
1158        the standard test macro .h file (pmacros.h or tmacros.h) to
1159        enable this support.
1160        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
1161        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
1162        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
1163        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
1164        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
1165        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
1166        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
1167
11682002-07-30      Joel Sherrill <joel@OARcorp.com>
1169
1170        * spsize/size.c: Don't reference the RTEMS allocated interrupt
1171        stack if the port doesn't configure using it.
1172
11732002-07-04      Joel Sherrill <joel@OARcorp.com>
1174
1175        * Jump table for single entry point removed.
1176        * spsize/size.c:  Modified to reflect above.
1177
11782002-07-01      Joel Sherrill <joel@OARcorp.com>
1179
1180        * sp29/init.c: Corrected definitions for task stack usage.
1181
11822002-07-01      Joel Sherrill <joel@OARcorp.com>
1183
1184        * spsize/size.c: _Thread_queue_Extract_table removed.
1185
11862001-05-17      Joel Sherrill <joel@OARcorp.com>
1187
1188        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
1189        number of staticly configured device drivers.
1190
11912001-05-14      Joel Sherrill <joel@OARcorp.com>
1192
1193        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
1194        than the configured number of drivers.
1195 
11962002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1197
1198        * configure.ac: Remove ENABLE_GCC28.
1199
12002001-04-04      Joel Sherrill <joel@OARcorp.com>
1201
1202        * spsize/size.c: Reflect SPARC modifcation to get rid of
1203        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1204 
12052001-03-29      Joel Sherrill <joel@OARcorp.com>
1206
1207        * Per PR147 addressed problems when reseting and inserting a timer
1208        into a timer chain that did not honor time passage since the last
1209        time the timer server was scheduled and the new insertion.
1210        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1211
12122001-03-28      Joel Sherrill <joel@OARcorp.com>
1213
1214        * Side-effect of PR132.
1215        * sp21/system.h: Now must explicitly request NULL driver.
1216
12172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1218
1219        * configure.ac:
1220        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1221        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1222        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1223        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1224        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1225        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1226        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1227        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1228        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1229        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1230        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1231        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1232        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1233        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1234        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1235        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1236        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1237        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1238        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1239        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1240        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1241        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1242        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1243        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1244        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1245        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1246        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1247        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1248        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1249        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1250        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1251        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1252        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1253        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1254
12552002-03-20      Chris Johns <ccj@acm.org>
1256
1257        * PR145.
1258        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1259        in system (e.g. driver tasks).  Also exit on minimum number of
1260        switches not precise number.
1261
12622001-01-29      Joel Sherrill <joel@OARcorp.com>
1263
1264        * Fixed bug where resetting a timer that was not at the head
1265        of one of the task timer chains resulted in the Timer Server
1266        task waking up too far in the future.
1267        * Added rtems_timer_get_information() directive to support testing.
1268        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1269        above condition.
1270
12712001-01-22      Joel Sherrill <joel@OARcorp.com>
1272
1273        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1274        because priority added as argument to rtems_timer_initiate_server().
1275
12762001-01-16      Joel Sherrill <joel@OARcorp.com>
1277
1278        * Added tests for task-based timers.  This included the new tests
1279        sp30 and sp31.
1280        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1281        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1282        for task-based timer services.
1283        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1284        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1285        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1286        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1287        sp31/task1.c: New files.
1288
12892001-11-01      Joel Sherrill <joel@OARcorp.com>
1290
1291        * sp26/system.h: Properly account for stack memory used by
1292        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1293        and processed as PR78.
1294
12952001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1296
1297        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1298        * configure.in: Remove.
1299        * configure.ac: New file, generated from configure.in by autoupdate.
1300
13012001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1302
1303        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1304
13052001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1306
1307        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1308        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1309        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1310        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1311        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1312        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1313        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1314        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1315        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1316        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1317        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1318        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1319        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1320        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1321        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1322        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1323        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1324        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1325        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1326        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1327        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1328        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1329        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1330        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1331        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1332        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1333        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1334        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1335        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1336
13372001-08-16      Joel Sherrill <joel@OARcorp.com>
1338
1339        * sp20/system.h: Account for extra task stacks properly.
1340
13412001-08-16      Joel Sherrill <joel@OARcorp.com>
1342
1343        * sp13/sp13.scn: Id in screen had wrong class field value.
1344        * sp13/system.h: Account for message buffer memory.
1345        * sp13/task2.c: Remove unnecessary check for failure.
1346
13472001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1348
1349        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1350
13512001-04-20      Joel Sherrill <joel@OARcorp.com>
1352
1353        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1354        file.
1355
13562001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1357
1358        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1359
13602001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1361
1362        * sp21/Makefile.am: Remove libtest.
1363
13642000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1365
1366        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1367
13682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1369
1370        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1371
13722000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1373
1374        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1375        Switch to GNU canonicalization.
1376        * sptests.am: Remove DEFS.
1377
13782000-09-29      Joel Sherrill <joel@OARcorp.com>
1379
1380        * sp20/sp20.scn: Corrected to reflect new addition.
1381        * sp20/system.h: Removed comment reflecting history.
1382
13832000-09-29      Stephan Merker <merker@decrc.abb.de>
1384
1385        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1386        Added new task to test sequence of altering a period's length
1387        while it is still active.
1388
13892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1390
1391        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1392        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1393        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1394        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1395        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1396        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1397        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1398        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1399        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1400        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1401
14022000-08-10      Joel Sherrill <joel@OARcorp.com>
1403
1404        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.