source: rtems/testsuites/sptests/ChangeLog @ 29a8335

4.104.115
Last change on this file since 29a8335 was 29a8335, checked in by Joel Sherrill <joel.sherrill@…>, on 01/05/09 at 19:44:53

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

  • sp15/system.h, sp19/system.h: Array of task names should be of type rtems_name not rtems_id. Similarly array of task ids should be rtems_id not rtems_name.
  • Property mode set to 100644
File size: 51.2 KB
Line 
12009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * sp15/system.h, sp19/system.h: Array of task names should be of type
4        rtems_name not rtems_id. Similarly array of task ids should be
5        rtems_id not rtems_name.
6
72008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * spsize/size.c: Eliminate _TOD_Microseconds_per_tick.
10
112008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * Makefile.am, configure.ac, spfatal06/testcase.h,
14        spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
15        spsize/size.c: Eliminate pointers to API configuration tables in the
16        main configuration table. Reference the main configuration table and
17        the API configuration tables directly using the confdefs.h version
18        rather than obtaining a pointer to it. This eliminated some
19        variables, a potential fatal error, some unnecessary default
20        configuration structures. Overall, about a 4.5% reduction in the code
21        size for minimum and hello on the SPARC.
22        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
23        spfatal10/testcase.h: Removed.
24
252008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
28        sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
29        sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.c: Run all tests
30        successfully with maxixum number of priorities as 16 instead of 256.
31        This was done by temporarily modifying the score priority.h maximum.
32        This allowed testing of all API code to ensure that it worked
33        properly with a reduced number of priorities. Most modifications were
34        to switch from hard-coded maximum to using the API provided methods
35        to determine maximum number of priority levels.
36
372008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * sp46/sp46.scn: Add screen missed earlier.
40
412008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        PR 1348/cpukit
44        * Makefile.am, configure.ac: Add test of special case of resetting cpu
45        usage information while a period is running.
46        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
47        sp46/sp46.scn: New files.
48
492008-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * sp45/init.c: New file.
52
532008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        PR 1347/cpukit
56        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
57        Rework Timer Server to ensure that the context allows for blocking,
58        allocating memory, and acquiring semaphores and mutexes.
59        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
60        New files.
61
622008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * sp25/system.h: Add warning and temporary m32c conditional until size
65        type addressed.
66
672008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * sp09/screen07.c: Use INT_MAX as number of messages so always
70        properly sized and no overflow on constant.
71        * sp09/screen10.c: Delay so on targets with simulator idle clock
72        tick driver this will work.
73        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
74        byte boundaries rather than two byte boundaries.
75        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
76        allocate more memory than size_t holds on m32c.
77
782008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
81        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
82        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
83        and Region calls. On 16-bit architectures, size_t can be 16-bits
84        which would limit sizes to 64K. Also address constants which
85        overflowed on 16-bit integer targets.
86
872008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * sp43/sp43.scn: Bump version to 4.9.99.0
90
912008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * sp19/system.h: Use "double" instead of "rtems_double".
94
952008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
98
992008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
102        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
103        spfatal_support/init.c, spfatal_support/system.h:
104        Convert to "bool".
105
1062008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
109        declared in a public place.
110
1112008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
114
1152008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * sp43/init.c: Fix derefence of uninitialized pointer.
118
1192008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
122        multiprocessing is not enabled. Saves one more variable from single
123        processor configuration.
124
1252008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
126
127        PR 1212/cpukit
128        * Makefile.am, configure.ac: Time slicing will not happen if the task
129        mode is changed from a non-timeslicing mode to timeslicing mode if it
130        is done by the executing thread (e.g. in its task body). This change
131        includes sp44 to demonstrate the problem and verify the correction.
132        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
133
1342008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
137        architectures they are not supported on.
138
1392008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
142
1432008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
146          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
147
1482008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * sp28/init.c: Corrections to configuration.
151        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
152        * spsize/size.c: _ISR_Vector_table only exists on architectures
153        which use the Simple Vectored Interrupt Model.
154
1552008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * spsize/size.c: Convention calls for leading underscore on private
158        RTEMS variables.
159
1602008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
163        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
164        Refactored and renamed initialization routines to
165        rtems_initialize_data_structures, rtems_initialize_before_drivers,
166        rtems_initialize_device_drivers, and
167        rtems_initialize_start_multitasking. This opened the sequence up so
168        that bootcard() could provide a more robust and flexible framework
169        which is easier to explain and understand. This also lays the
170        groundwork for sharing the division of available memory between the
171        RTEMS workspace and heap and the C library initialization across all
172        BSPs.
173
1742008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * sp32/init.c: Formatting.
177
1782008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        * sp09/screen01.c: Correct test.
181        * sp09/screen14.c: Update copyright.
182        * sp28/init.c: Correct end of test messages.
183
1842008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
187
1882008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
191        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
192        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
193        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
194        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
195        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
196        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
197        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
198        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
199        tests. Add a clock_settime case for < 1988.
200
2012008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
202
203        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
204
2052008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
206
207        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
208        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
209        * sp41/sp41.scn: Now has content.
210        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
211        Object Services recently added to API.
212
2132008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
214
215        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
216        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
217        collection. This changed the name of a few previously public but
218        undocumented services and added a some new services.
219        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
220        sp43/system.h: New files.
221
2222008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
223
224        * spfatal10/.cvsignore: New file.
225
2262008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
227
228        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
229        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
230        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
231        New files.
232
2332008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
234
235        * Makefile.am, configure.ac: Added fatal error tests
236        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
237        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
238        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
239        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
240        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
241        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
242        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
243        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
244        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
245        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
246        spfatal_support/init.c, spfatal_support/system.h: New files.
247
2482008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
249
250        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
251        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
252        test messages.
253
2542008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
255
256        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
257        simple type to a union of an unsigned 32 bit integer and a pointer.
258        This should help eliminate weird casts between u32 and pointers in
259        various places. The APIs now have to explicitly call _u32 or _string
260        versions of helper routines. This should also simplify things and
261        eliminate the need for ugly casts in some cases.
262
2632008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
264
265        * sp42/Makefile.am: New file.
266
2672008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
268
269        Add sp42 to exercise thread queue with knowledge of the implementation
270        so we can exercise all of the normal paths possible.
271        * Makefile.am, configure.ac: Add sp42.
272        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
273
2742008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
275
276        * sp39/init.c: Add case for long timeout on blocking operation.
277        * Makefile.am, configure.ac: Add new test to exercise thread
278        queue blokcing synchronization. sp39 and sp41 are very similar.
279        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
280        sp41/system.h: New files.
281
2822008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
283
284        * sp39/init.c: Clean up.
285
2862008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
287
288        * sp39/init.c: Modify to improve coverage.
289
2902008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
291
292        * sp36/strict_order_mut.c:
293
2942008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
295
296        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
297        driver registration.
298        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
299        sp40/system.h: New files.
300
3012008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
302
303        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
304        Add test cases for:
305          + message queue create requesting too many message buffers
306            for the available memory
307          + region extend with address inside existing heap
308          + timer server initiate too large a stack, create error
309        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
310          + task set priority while holding resource
311
3122008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
313
314        * Makefile.am, configure.ac: Added sp38 and sp39.
315        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
316        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
317        sp39/sp39.scn, sp39/system.h: New files.
318
3192007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
320
321        * sp36/strict_order_mut.c: New file.
322
3232007-12-21      Xi Yang <hiyangxi@gmail.com>
324
325        * Makefile.am, configure.ac: Add support for proper stacking of
326        priority inheritance on mutexes as well as enforce proper order of
327        release.
328        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
329        sp36/sp36.scn: New files.
330
3312007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
332
333        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
334        directive instead of violating RTEMS internals.
335
3362007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
337
338        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
339        Add test cases for User Extension Manager to improve code coverage.
340        * sp21/task1.c: Fix spelling error.
341
3422007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
343
344        * spsize/size.c: Account for previous changes in calculation of MPCI
345        receive server stack.
346
3472007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
348
349        * sp09/screen07.c, sp09/sp09.scn: Add test for
350        rtems_message_queue_broadcast for bad buffer and count pointers.
351        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
352        with bad priority or initiating twice.
353        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
354        it forces a dispatch.
355        * sp37/init.c: New file.
356
3572007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
358
359        * Makefile.am, configure.ac: Add new tests for interrupt disable,
360        enable, flash, and is in progress. These are normally inlines but
361        also have bodies for non-C code. This test also exercises the odd
362        case of calling clock tick from outside an ISR.
363        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
364
3652007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
366
367        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
368        using notepad with the current task's ID or SELF
369        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
370        test missing test cases for clock_get.
371
3722007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
373
374        * sp28/init.c: Add test code for task variables to improve coverage.
375
3762007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
377
378        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
379        RTEMS provided accessor macros to obtain configuration fields.
380
3812007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
382
383        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
384        Configuration Table. Eliminate CPU Table from all ports. Delete
385        references to CPU Table in all forms.
386
3872007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
388
389        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
390
3912007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
392
393        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
394        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
395        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
396        to improve test coverage.
397
3982007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
399
400        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
401        coverage.
402
4032007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
404
405        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
406
4072007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
408
409        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
410        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
411        .scn files.
412
4132007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
414
415        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
416        commented out and updated the .scn file.
417
4182007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
419
420        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
421        buffered test IO.
422
4232007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
424
425        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
426        rtems_io_unregister_driver did not have any test code.
427
4282007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
429
430        * spsize/size.c: Eliminate maximum_drivers configuration parameter
431        since it was used to configure a no longer used feature. Device names
432        are now part of the filesystem not in a table. This also eliminated
433        the variables _IO_Number_of_devices and _IO_Driver_name_table from
434        RTEMS as well as the memory allocation used to populate
435        _IO_Driver_name_table.
436
4372007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
438
439        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
440        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
441        properly.
442
4432007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
444
445        * spsize/size.c: Eliminated the variables
446        _RTEMS_tasks_User_initialization_tasks and
447        _RTEMS_tasks_Number_of_initialization_tasks because they were only
448        used in one place after initialized. It was a waste of space.
449
4502007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
451
452        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
453        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
454        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
455        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
456        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
457        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
458        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
459        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
460        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
461        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
462        spsize/size.c: Add optional managers to Makefiles. Clean up test
463        cases so last output line follows END OF pattern. Make sure test case
464        all run. All tests appeared ok on sis.
465
4662007-04-05      Joel Sherrill <joel@OARcorp.com>
467
468        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
469
4702007-04-05      Joel Sherrill <joel@OARcorp.com>
471
472        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
473        CONFIGURE_TEST_NEEDS_XXX configuration constants to
474        CONFIGURE_APPLICATION_NEEDS_XXX.
475
4762007-04-02      Joel Sherrill <joel@OARcorp.com>
477
478        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
479
4802007-04-02      Joel Sherrill <joel@OARcorp.com>
481
482        * spsize/size.c: Convert from Classic API style TOD_Control as
483        fundamental time structure to POSIX struct timespec. Add
484        clock_get_uptime().
485
4862007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
487
488        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
489
4902007-03-26      Joel Sherrill <joel@OARcorp.com>
491
492        * sp35/priinv.c: Remove warning.
493
4942007-03-10      Joel Sherrill <joel@OARcorp.com>
495
496        * sp26/system.h: Remove incorrect and duplicate
497        CONFIGURE_EXTRA_TASK_STACKS.
498
4992007-03-05      Joel Sherrill <joel@OARcorp.com>
500
501        PR 1222/cpukit
502        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
503        thread that is blocked on a priority based thread queue is changed,
504        that its placement in the queue is reevaluated based upon the new
505        priority. This enhancement includes modifications to the SuperCore as
506        well as new test cases.
507        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
508        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
509        sp35/sp35.doc, sp35/sp35.scn: New files.
510
5112007-03-05      Joel Sherrill <joel@OARcorp.com>
512
513        * sp26/system.h: Correct memory required for stack sizes.
514
5152007-02-06      Joel Sherrill <joel@OARcorp.com>
516
517        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
518        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
519        tests.
520
5212006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
522
523        * sp33/init.c: Improve barrier test to include normal blocking with
524        manual release and unblocking in barrier deletion.
525
5262006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
527
528        * configure.ac: New BUG-REPORT address.
529
5302006-11-20      Joel Sherrill <joel@OARcorp.com>
531
532        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
533        and make output more compliant with other tests.
534
5352006-11-17      Joel Sherrill <joel@OARcorp.com>
536
537        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
538        cases intended on all targets possible with new heap algorithm.
539
5402006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
541
542        * Makefile.am, configure.ac: Adding Classic API Barriers.
543        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
544        New files.
545
5462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
547
548        * configure.ac: Require autoconf-2.60. Require automake-1.10.
549
5502006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
551
552        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
553        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
554        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
555        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
556        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
557        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
558        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
559        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
560        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
561        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
562        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
563        Use rtems_testsdir instead.
564
5652006-04-05      Joel Sherrill <joel@OARcorp.com>
566                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
567
568        * spsize/size.c: Victor spotted the problem that
569        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
570        variables and needed to be set to the same value.  I took that
571        idea and just removed _Thread_MP_Receive.  All uses are now
572        _MPCI_Receive_server_tcb.
573
5742005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
575
576        * configure.ac: Remove RTEMS_ENABLE_BARE,
577        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
578
5792005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
580
581        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
582        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
583        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
584        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
585        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
586        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
587        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
588        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
589        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
590        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
591        spfatal/Makefile.am, spsize/Makefile.am:
592        Convert to use *_PROGRAMS.
593
5942005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
595
596        * sp01/Makefile.am, sp02/Makefile.am,
597        sp03/Makefile.am, sp04/Makefile.am,
598        sp05/Makefile.am, sp06/Makefile.am,
599        sp07/Makefile.am, sp08/Makefile.am,
600        sp09/Makefile.am, sp11/Makefile.am,
601        sp12/Makefile.am, sp13/Makefile.am,
602        sp14/Makefile.am, sp15/Makefile.am,
603        sp16/Makefile.am, sp17/Makefile.am,
604        sp19/Makefile.am, sp20/Makefile.am,
605        sp21/Makefile.am, sp22/Makefile.am,
606        sp23/Makefile.am, sp24/Makefile.am,
607        sp25/Makefile.am, sp26/Makefile.am,
608        sp27/Makefile.am, sp28/Makefile.am,
609        sp29/Makefile.am, sp30/Makefile.am,
610        sp31/Makefile.am, sp32/Makefile.am,
611        spfatal/Makefile.am, spsize/Makefile.am: Rework.
612
6132005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
614
615        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
616        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
617        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
618        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
619        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
620        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
621        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
622        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
623        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
624        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
625        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
626        * sptests.am: Remove.
627
6282005-11-09      Ralf Corsepius <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        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
639        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
640        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
641
6422005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
643
644        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
645
6462005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
647
648        * spsize/Makefile.am: Rename TEST to spsize.
649        * spsize/size.scn: Remove.
650        * spsize/spsize.scn: New (renamed from size.scn).
651
6522005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
653
654        * configure.ac: Add spfatal/Makefile.
655        * Makefile.am: Add spfatal to DIST_SUBDIRS.
656        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
657        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
658        * sptests.am: Remove LIB_VARIANT.
659
6602005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
661
662        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
663        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
664        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
665        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
666        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
667        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
668        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
669        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
670        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
671        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
672        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
673
6742005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
675
676        * Makefile.am: Cleanup.
677
6782005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
679
680        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
681        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
682        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
683        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
684        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
685        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
686        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
687        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
688        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
689        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
690        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
691        spfatal/Makefile.am, spsize/Makefile.am:
692        Partial conversion to automake.
693
6942005-03-07      Joel Sherrill <joel@OARcorp.com>
695
696        * sp13/task1.c: Removed warnings.
697
6982004-09-29      Joel Sherrill <joel@OARcorp.com>
699
700        * spsize/size.c: i960 obsoleted and all references removed.
701
7022004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
703
704        * configure.ac: Require automake > 1.9.
705
7062004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
707
708        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
709        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
710        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
711        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
712        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
713        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
714        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
715        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
716        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
717        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
718        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
719        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
720        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
721        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
722        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
723        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
724        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
725        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
726        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
727        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
728        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
729        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
730        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
731        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
732        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
733        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
734        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
735        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
736        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
737        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
738        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
739        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
740
7412004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
742
743        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
744
7452004-03-30      David Querbach <querbach@realtime.bc.ca>
746
747        PR 595/tests
748        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
749        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
750        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
751        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
752        others treat it as a count of longs.
753
7542004-03-30      David Querbach <querbach@realtime.bc.ca>
755
756        PR 596/tests
757        * sp32/init.c: A missing definition of TEST_INIT before including
758        <tmacros.h> means that buffered output will not work even if selected
759        in buffer_test_io.h.
760
7612004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
762
763        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
764        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
765        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
766        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
767        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
768        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
769        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
770        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
771        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
772        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
773        types.
774
7752004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * configure.ac: Add 2nd arg to RTEMS_TOP.
778
7792004-03-05      Joel Sherrill <joel@OARcorp.com>
780
781        * sp07/buffered_io.c: Remove warning.
782
7832004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
784
785        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
786        Add PRE/TMPINSTALL_FILES to CLEANFILES.
787        * sp02/Makefile.am: Ditto.
788        * sp03/Makefile.am: Ditto.
789        * sp04/Makefile.am: Ditto.
790        * sp05/Makefile.am: Ditto.
791        * sp06/Makefile.am: Ditto.
792        * sp07/Makefile.am: Ditto.
793        * sp08/Makefile.am: Ditto.
794        * sp09/Makefile.am: Ditto.
795        * sp11/Makefile.am: Ditto.
796        * sp12/Makefile.am: Ditto.
797        * sp13/Makefile.am: Ditto.
798        * sp14/Makefile.am: Ditto.
799        * sp15/Makefile.am: Ditto.
800        * sp16/Makefile.am: Ditto.
801        * sp17/Makefile.am: Ditto.
802        * sp19/Makefile.am: Ditto.
803        * sp20/Makefile.am: Ditto.
804        * sp21/Makefile.am: Ditto.
805        * sp22/Makefile.am: Ditto.
806        * sp23/Makefile.am: Ditto.
807        * sp24/Makefile.am: Ditto.
808        * sp25/Makefile.am: Ditto.
809        * sp26/Makefile.am: Ditto.
810        * sp27/Makefile.am: Ditto.
811        * sp28/Makefile.am: Ditto.
812        * sp29/Makefile.am: Ditto.
813        * sp30/Makefile.am: Ditto.
814        * sp31/Makefile.am: Ditto.
815        * sp32/Makefile.am: Ditto.
816        * spfatal/Makefile.am: Ditto.
817        * spsize/Makefile.am: Ditto.
818
8192003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * sptests.am: Add dirstamp support.
822
8232003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
826
8272003-12-16      Joel Sherrill <joel@OARcorp.com>
828
829        PR 544/tests
830        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
831        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
832        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
833        make tests account for resources and not print at inappropriate
834        times.
835        * sp07/buffered_io.c: New file.
836
8372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
840
8412003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * sp01/Makefile.am: Remove all-local: $(ARCH).
844        * sp02/Makefile.am: Remove all-local: $(ARCH).
845        * sp03/Makefile.am: Remove all-local: $(ARCH).
846        * sp04/Makefile.am: Remove all-local: $(ARCH).
847        * sp05/Makefile.am: Remove all-local: $(ARCH).
848        * sp06/Makefile.am: Remove all-local: $(ARCH).
849        * sp07/Makefile.am: Remove all-local: $(ARCH).
850        * sp08/Makefile.am: Remove all-local: $(ARCH).
851        * sp09/Makefile.am: Remove all-local: $(ARCH).
852        * sp11/Makefile.am: Remove all-local: $(ARCH).
853        * sp12/Makefile.am: Remove all-local: $(ARCH).
854        * sp13/Makefile.am: Remove all-local: $(ARCH).
855        * sp14/Makefile.am: Remove all-local: $(ARCH).
856        * sp15/Makefile.am: Remove all-local: $(ARCH).
857        * sp16/Makefile.am: Remove all-local: $(ARCH).
858        * sp17/Makefile.am: Remove all-local: $(ARCH).
859        * sp19/Makefile.am: Remove all-local: $(ARCH).
860        * sp20/Makefile.am: Remove all-local: $(ARCH).
861        * sp21/Makefile.am: Remove all-local: $(ARCH).
862        * sp22/Makefile.am: Remove all-local: $(ARCH).
863        * sp23/Makefile.am: Remove all-local: $(ARCH).
864        * sp24/Makefile.am: Remove all-local: $(ARCH).
865        * sp25/Makefile.am: Remove all-local: $(ARCH).
866        * sp26/Makefile.am: Remove all-local: $(ARCH).
867        * sp27/Makefile.am: Remove all-local: $(ARCH).
868        * sp28/Makefile.am: Remove all-local: $(ARCH).
869        * sp29/Makefile.am: Remove all-local: $(ARCH).
870        * sp30/Makefile.am: Remove all-local: $(ARCH).
871        * sp31/Makefile.am: Remove all-local: $(ARCH).
872        * sp32/Makefile.am: Remove all-local: $(ARCH).
873        * spfatal/Makefile.am: Remove all-local: $(ARCH).
874        * spsize/Makefile.am: Remove all-local: $(ARCH).
875
8762003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * configure.ac: Reflect having moved to testsuites/.
879
8802003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * configure.ac: Remove RTEMS_CANONICAL_HOST.
883
8842003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885
886        * configure.ac:Remove RTEMS_CHECK_CPU.
887
8882003-09-04      Joel Sherrill <joel@OARcorp.com>
889
890        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
891        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
892        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
893        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
894        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
895        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
896        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
897        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
898        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
899        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
900        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
901        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
902        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
903        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
904        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
905        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
906        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
907        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
908        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
909        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
910        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
911        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
912        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
913        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
914        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
915        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
916        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
917        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
918        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
919        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
920        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
921        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
922        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
923        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
924        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
925        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
926        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
927        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
928        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
929        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
930        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
931        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
932        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
933        spsize/size.c, spsize/system.h: URL for license changed.
934
9352003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
936
937        PR 458/tests
938        * sp30/task1.c: Correct indexing problem.
939
9402003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941
942        * Makefile.am: Reflect having moved aclocal/.
943
9442003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946        * Makefile.am: Reflect having moved automake/.
947        * sp01/Makefile.am: Reflect having moved automake/.
948        * sp02/Makefile.am: Reflect having moved automake/.
949        * sp03/Makefile.am: Reflect having moved automake/.
950        * sp04/Makefile.am: Reflect having moved automake/.
951        * sp05/Makefile.am: Reflect having moved automake/.
952        * sp06/Makefile.am: Reflect having moved automake/.
953        * sp07/Makefile.am: Reflect having moved automake/.
954        * sp08/Makefile.am: Reflect having moved automake/.
955        * sp09/Makefile.am: Reflect having moved automake/.
956        * sp11/Makefile.am: Reflect having moved automake/.
957        * sp12/Makefile.am: Reflect having moved automake/.
958        * sp13/Makefile.am: Reflect having moved automake/.
959        * sp14/Makefile.am: Reflect having moved automake/.
960        * sp15/Makefile.am: Reflect having moved automake/.
961        * sp16/Makefile.am: Reflect having moved automake/.
962        * sp17/Makefile.am: Reflect having moved automake/.
963        * sp19/Makefile.am: Reflect having moved automake/.
964        * sp20/Makefile.am: Reflect having moved automake/.
965        * sp21/Makefile.am: Reflect having moved automake/.
966        * sp22/Makefile.am: Reflect having moved automake/.
967        * sp23/Makefile.am: Reflect having moved automake/.
968        * sp24/Makefile.am: Reflect having moved automake/.
969        * sp25/Makefile.am: Reflect having moved automake/.
970        * sp26/Makefile.am: Reflect having moved automake/.
971        * sp27/Makefile.am: Reflect having moved automake/.
972        * sp28/Makefile.am: Reflect having moved automake/.
973        * sp29/Makefile.am: Reflect having moved automake/.
974        * sp30/Makefile.am: Reflect having moved automake/.
975        * sp31/Makefile.am: Reflect having moved automake/.
976        * sp32/Makefile.am: Reflect having moved automake/.
977        * spfatal/Makefile.am: Reflect having moved automake/.
978        * spsize/Makefile.am: Reflect having moved automake/.
979
9802003-08-14      Joel Sherrill <joel@OARcorp.com>
981
982        * sp02/task1.c: Added ID to name lookup service and changed name of
983        id/name translation status code. This propagated to multiple
984        functions. The user API service added was rtems_object_id_to_name()
985
9862003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
987
988        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
989
9902003-05-29      Joel Sherrill <joel@OARcorp.com>
991
992        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
993
9942003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
995
996        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
997        CC_CFLAGS_DEFAULT (obsolete).
998
9992003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1000
1001        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1002        Remove CC_LDFLAGS_PROFILE_V.
1003
10042003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1005
1006        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1007
10082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1009
1010        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1011
10122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1013
1014        * configure.ac: AC_PREREQ(2.57).
1015
10162002-11-14      Joel Sherrill <joel@OARcorp.com>
1017
1018        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
1019        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
1020        update the IDs in the screens.
1021
10222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1023
1024        * .cvsignore: Reformat.
1025        Add autom4te*cache.
1026        Remove autom4te.cache.
1027
10282002-09-14      Joel Sherrill <joel@OARcorp.com>
1029
1030        * sp32/.cvsignore: New file.
1031
10322002-09-14      Aaron J. Grier <aaron@frye.com>
1033
1034        * PR271 was not applicable against the current source but included
1035        a nice test that Joel decided to add to the tree as sp32.
1036        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
1037        * Makefile.am, configure.ac: Modified to reflect addition.
1038
10392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
1042        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
1043        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
1044        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
1045        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
1046        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
1047        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
1048        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
1049        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
1050        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
1051        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
1052        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
1053        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
1054        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
1055        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
1056        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
1057        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
1058        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
1059        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
1060        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
1061        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
1062        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
1063        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
1064        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
1065        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
1066        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
1067        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
1068        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
1069        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
1070        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
1071        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
1072
10732002-08-01      Joel Sherrill <joel@OARcorp.com>
1074
1075        * Per PR47 add support for buffered test output.  This involved
1076        adding defines to redirect output to a buffer and dump it when
1077        full, at "test pause", and at exit.  To avoid problems when redefining
1078        exit(), all tests were modified to call rtems_test_exit().
1079        Some tests, notable psxtests, had to be modified to include
1080        the standard test macro .h file (pmacros.h or tmacros.h) to
1081        enable this support.
1082        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
1083        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
1084        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
1085        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
1086        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
1087        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
1088        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
1089
10902002-07-30      Joel Sherrill <joel@OARcorp.com>
1091
1092        * spsize/size.c: Don't reference the RTEMS allocated interrupt
1093        stack if the port doesn't configure using it.
1094
10952002-07-04      Joel Sherrill <joel@OARcorp.com>
1096
1097        * Jump table for single entry point removed.
1098        * spsize/size.c:  Modified to reflect above.
1099
11002002-07-01      Joel Sherrill <joel@OARcorp.com>
1101
1102        * sp29/init.c: Corrected definitions for task stack usage.
1103
11042002-07-01      Joel Sherrill <joel@OARcorp.com>
1105
1106        * spsize/size.c: _Thread_queue_Extract_table removed.
1107
11082001-05-17      Joel Sherrill <joel@OARcorp.com>
1109
1110        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
1111        number of staticly configured device drivers.
1112
11132001-05-14      Joel Sherrill <joel@OARcorp.com>
1114
1115        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
1116        than the configured number of drivers.
1117 
11182002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1119
1120        * configure.ac: Remove ENABLE_GCC28.
1121
11222001-04-04      Joel Sherrill <joel@OARcorp.com>
1123
1124        * spsize/size.c: Reflect SPARC modifcation to get rid of
1125        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1126 
11272001-03-29      Joel Sherrill <joel@OARcorp.com>
1128
1129        * Per PR147 addressed problems when reseting and inserting a timer
1130        into a timer chain that did not honor time passage since the last
1131        time the timer server was scheduled and the new insertion.
1132        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1133
11342001-03-28      Joel Sherrill <joel@OARcorp.com>
1135
1136        * Side-effect of PR132.
1137        * sp21/system.h: Now must explicitly request NULL driver.
1138
11392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1140
1141        * configure.ac:
1142        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1143        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1144        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1145        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1146        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1147        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1148        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1149        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1150        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1151        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1152        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1153        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1154        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1155        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1156        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1157        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1158        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1159        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1160        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1161        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1162        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1163        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1164        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1165        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1166        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1167        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1168        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1169        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1170        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1171        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1172        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1173        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1174        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1175        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1176
11772002-03-20      Chris Johns <ccj@acm.org>
1178
1179        * PR145.
1180        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1181        in system (e.g. driver tasks).  Also exit on minimum number of
1182        switches not precise number.
1183
11842001-01-29      Joel Sherrill <joel@OARcorp.com>
1185
1186        * Fixed bug where resetting a timer that was not at the head
1187        of one of the task timer chains resulted in the Timer Server
1188        task waking up too far in the future.
1189        * Added rtems_timer_get_information() directive to support testing.
1190        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1191        above condition.
1192
11932001-01-22      Joel Sherrill <joel@OARcorp.com>
1194
1195        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1196        because priority added as argument to rtems_timer_initiate_server().
1197
11982001-01-16      Joel Sherrill <joel@OARcorp.com>
1199
1200        * Added tests for task-based timers.  This included the new tests
1201        sp30 and sp31.
1202        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1203        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1204        for task-based timer services.
1205        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1206        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1207        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1208        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1209        sp31/task1.c: New files.
1210
12112001-11-01      Joel Sherrill <joel@OARcorp.com>
1212
1213        * sp26/system.h: Properly account for stack memory used by
1214        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1215        and processed as PR78.
1216
12172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1218
1219        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1220        * configure.in: Remove.
1221        * configure.ac: New file, generated from configure.in by autoupdate.
1222
12232001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1224
1225        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1226
12272001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1228
1229        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1230        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1231        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1232        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1233        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1234        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1235        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1236        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1237        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1238        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1239        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1240        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1241        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1242        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1243        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1244        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1245        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1246        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1247        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1248        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1249        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1250        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1251        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1252        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1253        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1254        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1255        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1256        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1257        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1258
12592001-08-16      Joel Sherrill <joel@OARcorp.com>
1260
1261        * sp20/system.h: Account for extra task stacks properly.
1262
12632001-08-16      Joel Sherrill <joel@OARcorp.com>
1264
1265        * sp13/sp13.scn: Id in screen had wrong class field value.
1266        * sp13/system.h: Account for message buffer memory.
1267        * sp13/task2.c: Remove unnecessary check for failure.
1268
12692001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1270
1271        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1272
12732001-04-20      Joel Sherrill <joel@OARcorp.com>
1274
1275        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1276        file.
1277
12782001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1279
1280        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1281
12822001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1283
1284        * sp21/Makefile.am: Remove libtest.
1285
12862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1287
1288        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1289
12902000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1291
1292        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1293
12942000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1295
1296        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1297        Switch to GNU canonicalization.
1298        * sptests.am: Remove DEFS.
1299
13002000-09-29      Joel Sherrill <joel@OARcorp.com>
1301
1302        * sp20/sp20.scn: Corrected to reflect new addition.
1303        * sp20/system.h: Removed comment reflecting history.
1304
13052000-09-29      Stephan Merker <merker@decrc.abb.de>
1306
1307        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1308        Added new task to test sequence of altering a period's length
1309        while it is still active.
1310
13112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1312
1313        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1314        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1315        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1316        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1317        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1318        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1319        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1320        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1321        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1322        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1323
13242000-08-10      Joel Sherrill <joel@OARcorp.com>
1325
1326        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.