source: rtems/testsuites/sptests/ChangeLog @ 1ea0f9d

4.104.115
Last change on this file since 1ea0f9d was 1ea0f9d, checked in by Joel Sherrill <joel.sherrill@…>, on 11/25/08 at 22:13:36

2008-11-25 Joel Sherrill <joel.sherrill@…>

  • sp25/system.h: Add warning and temporary m32c conditional until size type addressed.
  • Property mode set to 100644
File size: 48.8 KB
Line 
12008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * sp25/system.h: Add warning and temporary m32c conditional until size
4        type addressed.
5
62008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * sp09/screen07.c: Use INT_MAX as number of messages so always
9        properly sized and no overflow on constant.
10        * sp09/screen10.c: Delay so on targets with simulator idle clock
11        tick driver this will work.
12        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
13        byte boundaries rather than two byte boundaries.
14        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
15        allocate more memory than size_t holds on m32c.
16
172008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
20        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
21        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
22        and Region calls. On 16-bit architectures, size_t can be 16-bits
23        which would limit sizes to 64K. Also address constants which
24        overflowed on 16-bit integer targets.
25
262008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * sp43/sp43.scn: Bump version to 4.9.99.0
29
302008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * sp19/system.h: Use "double" instead of "rtems_double".
33
342008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
37
382008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
41        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
42        spfatal_support/init.c, spfatal_support/system.h:
43        Convert to "bool".
44
452008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
48        declared in a public place.
49
502008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
53
542008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * sp43/init.c: Fix derefence of uninitialized pointer.
57
582008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
61        multiprocessing is not enabled. Saves one more variable from single
62        processor configuration.
63
642008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
65
66        PR 1212/cpukit
67        * Makefile.am, configure.ac: Time slicing will not happen if the task
68        mode is changed from a non-timeslicing mode to timeslicing mode if it
69        is done by the executing thread (e.g. in its task body). This change
70        includes sp44 to demonstrate the problem and verify the correction.
71        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
72
732008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
76        architectures they are not supported on.
77
782008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
81
822008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
85          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
86
872008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * sp28/init.c: Corrections to configuration.
90        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
91        * spsize/size.c: _ISR_Vector_table only exists on architectures
92        which use the Simple Vectored Interrupt Model.
93
942008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * spsize/size.c: Convention calls for leading underscore on private
97        RTEMS variables.
98
992008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
102        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
103        Refactored and renamed initialization routines to
104        rtems_initialize_data_structures, rtems_initialize_before_drivers,
105        rtems_initialize_device_drivers, and
106        rtems_initialize_start_multitasking. This opened the sequence up so
107        that bootcard() could provide a more robust and flexible framework
108        which is easier to explain and understand. This also lays the
109        groundwork for sharing the division of available memory between the
110        RTEMS workspace and heap and the C library initialization across all
111        BSPs.
112
1132008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * sp32/init.c: Formatting.
116
1172008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * sp09/screen01.c: Correct test.
120        * sp09/screen14.c: Update copyright.
121        * sp28/init.c: Correct end of test messages.
122
1232008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
126
1272008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
130        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
131        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
132        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
133        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
134        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
135        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
136        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
137        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
138        tests. Add a clock_settime case for < 1988.
139
1402008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
143
1442008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
147        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
148        * sp41/sp41.scn: Now has content.
149        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
150        Object Services recently added to API.
151
1522008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
153
154        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
155        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
156        collection. This changed the name of a few previously public but
157        undocumented services and added a some new services.
158        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
159        sp43/system.h: New files.
160
1612008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * spfatal10/.cvsignore: New file.
164
1652008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
168        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
169        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
170        New files.
171
1722008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
173
174        * Makefile.am, configure.ac: Added fatal error tests
175        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
176        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
177        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
178        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
179        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
180        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
181        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
182        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
183        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
184        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
185        spfatal_support/init.c, spfatal_support/system.h: New files.
186
1872008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
190        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
191        test messages.
192
1932008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
194
195        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
196        simple type to a union of an unsigned 32 bit integer and a pointer.
197        This should help eliminate weird casts between u32 and pointers in
198        various places. The APIs now have to explicitly call _u32 or _string
199        versions of helper routines. This should also simplify things and
200        eliminate the need for ugly casts in some cases.
201
2022008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
203
204        * sp42/Makefile.am: New file.
205
2062008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
207
208        Add sp42 to exercise thread queue with knowledge of the implementation
209        so we can exercise all of the normal paths possible.
210        * Makefile.am, configure.ac: Add sp42.
211        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
212
2132008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
214
215        * sp39/init.c: Add case for long timeout on blocking operation.
216        * Makefile.am, configure.ac: Add new test to exercise thread
217        queue blokcing synchronization. sp39 and sp41 are very similar.
218        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
219        sp41/system.h: New files.
220
2212008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
222
223        * sp39/init.c: Clean up.
224
2252008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
226
227        * sp39/init.c: Modify to improve coverage.
228
2292008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
230
231        * sp36/strict_order_mut.c:
232
2332008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
234
235        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
236        driver registration.
237        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
238        sp40/system.h: New files.
239
2402008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
241
242        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
243        Add test cases for:
244          + message queue create requesting too many message buffers
245            for the available memory
246          + region extend with address inside existing heap
247          + timer server initiate too large a stack, create error
248        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
249          + task set priority while holding resource
250
2512008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
252
253        * Makefile.am, configure.ac: Added sp38 and sp39.
254        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
255        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
256        sp39/sp39.scn, sp39/system.h: New files.
257
2582007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
259
260        * sp36/strict_order_mut.c: New file.
261
2622007-12-21      Xi Yang <hiyangxi@gmail.com>
263
264        * Makefile.am, configure.ac: Add support for proper stacking of
265        priority inheritance on mutexes as well as enforce proper order of
266        release.
267        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
268        sp36/sp36.scn: New files.
269
2702007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
271
272        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
273        directive instead of violating RTEMS internals.
274
2752007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
276
277        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
278        Add test cases for User Extension Manager to improve code coverage.
279        * sp21/task1.c: Fix spelling error.
280
2812007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
282
283        * spsize/size.c: Account for previous changes in calculation of MPCI
284        receive server stack.
285
2862007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
287
288        * sp09/screen07.c, sp09/sp09.scn: Add test for
289        rtems_message_queue_broadcast for bad buffer and count pointers.
290        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
291        with bad priority or initiating twice.
292        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
293        it forces a dispatch.
294        * sp37/init.c: New file.
295
2962007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
297
298        * Makefile.am, configure.ac: Add new tests for interrupt disable,
299        enable, flash, and is in progress. These are normally inlines but
300        also have bodies for non-C code. This test also exercises the odd
301        case of calling clock tick from outside an ISR.
302        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
303
3042007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
305
306        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
307        using notepad with the current task's ID or SELF
308        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
309        test missing test cases for clock_get.
310
3112007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
312
313        * sp28/init.c: Add test code for task variables to improve coverage.
314
3152007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
316
317        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
318        RTEMS provided accessor macros to obtain configuration fields.
319
3202007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
321
322        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
323        Configuration Table. Eliminate CPU Table from all ports. Delete
324        references to CPU Table in all forms.
325
3262007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
327
328        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
329
3302007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
331
332        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
333        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
334        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
335        to improve test coverage.
336
3372007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
338
339        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
340        coverage.
341
3422007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
343
344        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
345
3462007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
347
348        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
349        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
350        .scn files.
351
3522007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
353
354        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
355        commented out and updated the .scn file.
356
3572007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
358
359        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
360        buffered test IO.
361
3622007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
363
364        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
365        rtems_io_unregister_driver did not have any test code.
366
3672007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
368
369        * spsize/size.c: Eliminate maximum_drivers configuration parameter
370        since it was used to configure a no longer used feature. Device names
371        are now part of the filesystem not in a table. This also eliminated
372        the variables _IO_Number_of_devices and _IO_Driver_name_table from
373        RTEMS as well as the memory allocation used to populate
374        _IO_Driver_name_table.
375
3762007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
377
378        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
379        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
380        properly.
381
3822007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
383
384        * spsize/size.c: Eliminated the variables
385        _RTEMS_tasks_User_initialization_tasks and
386        _RTEMS_tasks_Number_of_initialization_tasks because they were only
387        used in one place after initialized. It was a waste of space.
388
3892007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
390
391        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
392        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
393        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
394        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
395        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
396        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
397        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
398        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
399        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
400        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
401        spsize/size.c: Add optional managers to Makefiles. Clean up test
402        cases so last output line follows END OF pattern. Make sure test case
403        all run. All tests appeared ok on sis.
404
4052007-04-05      Joel Sherrill <joel@OARcorp.com>
406
407        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
408
4092007-04-05      Joel Sherrill <joel@OARcorp.com>
410
411        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
412        CONFIGURE_TEST_NEEDS_XXX configuration constants to
413        CONFIGURE_APPLICATION_NEEDS_XXX.
414
4152007-04-02      Joel Sherrill <joel@OARcorp.com>
416
417        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
418
4192007-04-02      Joel Sherrill <joel@OARcorp.com>
420
421        * spsize/size.c: Convert from Classic API style TOD_Control as
422        fundamental time structure to POSIX struct timespec. Add
423        clock_get_uptime().
424
4252007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
426
427        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
428
4292007-03-26      Joel Sherrill <joel@OARcorp.com>
430
431        * sp35/priinv.c: Remove warning.
432
4332007-03-10      Joel Sherrill <joel@OARcorp.com>
434
435        * sp26/system.h: Remove incorrect and duplicate
436        CONFIGURE_EXTRA_TASK_STACKS.
437
4382007-03-05      Joel Sherrill <joel@OARcorp.com>
439
440        PR 1222/cpukit
441        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
442        thread that is blocked on a priority based thread queue is changed,
443        that its placement in the queue is reevaluated based upon the new
444        priority. This enhancement includes modifications to the SuperCore as
445        well as new test cases.
446        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
447        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
448        sp35/sp35.doc, sp35/sp35.scn: New files.
449
4502007-03-05      Joel Sherrill <joel@OARcorp.com>
451
452        * sp26/system.h: Correct memory required for stack sizes.
453
4542007-02-06      Joel Sherrill <joel@OARcorp.com>
455
456        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
457        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
458        tests.
459
4602006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
461
462        * sp33/init.c: Improve barrier test to include normal blocking with
463        manual release and unblocking in barrier deletion.
464
4652006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
466
467        * configure.ac: New BUG-REPORT address.
468
4692006-11-20      Joel Sherrill <joel@OARcorp.com>
470
471        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
472        and make output more compliant with other tests.
473
4742006-11-17      Joel Sherrill <joel@OARcorp.com>
475
476        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
477        cases intended on all targets possible with new heap algorithm.
478
4792006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
480
481        * Makefile.am, configure.ac: Adding Classic API Barriers.
482        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
483        New files.
484
4852006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
486
487        * configure.ac: Require autoconf-2.60. Require automake-1.10.
488
4892006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
490
491        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
492        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
493        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
494        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
495        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
496        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
497        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
498        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
499        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
500        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
501        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
502        Use rtems_testsdir instead.
503
5042006-04-05      Joel Sherrill <joel@OARcorp.com>
505                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
506
507        * spsize/size.c: Victor spotted the problem that
508        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
509        variables and needed to be set to the same value.  I took that
510        idea and just removed _Thread_MP_Receive.  All uses are now
511        _MPCI_Receive_server_tcb.
512
5132005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
514
515        * configure.ac: Remove RTEMS_ENABLE_BARE,
516        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
517
5182005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
519
520        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
521        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
522        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
523        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
524        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
525        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
526        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
527        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
528        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
529        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
530        spfatal/Makefile.am, spsize/Makefile.am:
531        Convert to use *_PROGRAMS.
532
5332005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
534
535        * sp01/Makefile.am, sp02/Makefile.am,
536        sp03/Makefile.am, sp04/Makefile.am,
537        sp05/Makefile.am, sp06/Makefile.am,
538        sp07/Makefile.am, sp08/Makefile.am,
539        sp09/Makefile.am, sp11/Makefile.am,
540        sp12/Makefile.am, sp13/Makefile.am,
541        sp14/Makefile.am, sp15/Makefile.am,
542        sp16/Makefile.am, sp17/Makefile.am,
543        sp19/Makefile.am, sp20/Makefile.am,
544        sp21/Makefile.am, sp22/Makefile.am,
545        sp23/Makefile.am, sp24/Makefile.am,
546        sp25/Makefile.am, sp26/Makefile.am,
547        sp27/Makefile.am, sp28/Makefile.am,
548        sp29/Makefile.am, sp30/Makefile.am,
549        sp31/Makefile.am, sp32/Makefile.am,
550        spfatal/Makefile.am, spsize/Makefile.am: Rework.
551
5522005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
553
554        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
555        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
556        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
557        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
558        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
559        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
560        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
561        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
562        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
563        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
564        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
565        * sptests.am: Remove.
566
5672005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
568
569        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
570        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
571        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
572        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
573        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
574        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
575        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
576        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
577        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
578        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
579        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
580
5812005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
582
583        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
584
5852005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
586
587        * spsize/Makefile.am: Rename TEST to spsize.
588        * spsize/size.scn: Remove.
589        * spsize/spsize.scn: New (renamed from size.scn).
590
5912005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
592
593        * configure.ac: Add spfatal/Makefile.
594        * Makefile.am: Add spfatal to DIST_SUBDIRS.
595        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
596        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
597        * sptests.am: Remove LIB_VARIANT.
598
5992005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
600
601        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
602        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
603        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
604        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
605        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
606        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
607        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
608        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
609        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
610        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
611        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
612
6132005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
614
615        * Makefile.am: Cleanup.
616
6172005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
618
619        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
620        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
621        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
622        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
623        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
624        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
625        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
626        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
627        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
628        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
629        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
630        spfatal/Makefile.am, spsize/Makefile.am:
631        Partial conversion to automake.
632
6332005-03-07      Joel Sherrill <joel@OARcorp.com>
634
635        * sp13/task1.c: Removed warnings.
636
6372004-09-29      Joel Sherrill <joel@OARcorp.com>
638
639        * spsize/size.c: i960 obsoleted and all references removed.
640
6412004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
642
643        * configure.ac: Require automake > 1.9.
644
6452004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
646
647        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
648        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
649        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
650        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
651        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
652        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
653        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
654        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
655        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
656        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
657        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
658        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
659        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
660        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
661        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
662        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
663        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
664        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
665        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
666        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
667        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
668        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
669        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
670        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
671        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
672        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
673        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
674        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
675        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
676        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
677        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
678        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
679
6802004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
681
682        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
683
6842004-03-30      David Querbach <querbach@realtime.bc.ca>
685
686        PR 595/tests
687        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
688        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
689        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
690        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
691        others treat it as a count of longs.
692
6932004-03-30      David Querbach <querbach@realtime.bc.ca>
694
695        PR 596/tests
696        * sp32/init.c: A missing definition of TEST_INIT before including
697        <tmacros.h> means that buffered output will not work even if selected
698        in buffer_test_io.h.
699
7002004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
701
702        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
703        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
704        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
705        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
706        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
707        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
708        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
709        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
710        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
711        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
712        types.
713
7142004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * configure.ac: Add 2nd arg to RTEMS_TOP.
717
7182004-03-05      Joel Sherrill <joel@OARcorp.com>
719
720        * sp07/buffered_io.c: Remove warning.
721
7222004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
725        Add PRE/TMPINSTALL_FILES to CLEANFILES.
726        * sp02/Makefile.am: Ditto.
727        * sp03/Makefile.am: Ditto.
728        * sp04/Makefile.am: Ditto.
729        * sp05/Makefile.am: Ditto.
730        * sp06/Makefile.am: Ditto.
731        * sp07/Makefile.am: Ditto.
732        * sp08/Makefile.am: Ditto.
733        * sp09/Makefile.am: Ditto.
734        * sp11/Makefile.am: Ditto.
735        * sp12/Makefile.am: Ditto.
736        * sp13/Makefile.am: Ditto.
737        * sp14/Makefile.am: Ditto.
738        * sp15/Makefile.am: Ditto.
739        * sp16/Makefile.am: Ditto.
740        * sp17/Makefile.am: Ditto.
741        * sp19/Makefile.am: Ditto.
742        * sp20/Makefile.am: Ditto.
743        * sp21/Makefile.am: Ditto.
744        * sp22/Makefile.am: Ditto.
745        * sp23/Makefile.am: Ditto.
746        * sp24/Makefile.am: Ditto.
747        * sp25/Makefile.am: Ditto.
748        * sp26/Makefile.am: Ditto.
749        * sp27/Makefile.am: Ditto.
750        * sp28/Makefile.am: Ditto.
751        * sp29/Makefile.am: Ditto.
752        * sp30/Makefile.am: Ditto.
753        * sp31/Makefile.am: Ditto.
754        * sp32/Makefile.am: Ditto.
755        * spfatal/Makefile.am: Ditto.
756        * spsize/Makefile.am: Ditto.
757
7582003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * sptests.am: Add dirstamp support.
761
7622003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
763
764        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
765
7662003-12-16      Joel Sherrill <joel@OARcorp.com>
767
768        PR 544/tests
769        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
770        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
771        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
772        make tests account for resources and not print at inappropriate
773        times.
774        * sp07/buffered_io.c: New file.
775
7762003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
779
7802003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * sp01/Makefile.am: Remove all-local: $(ARCH).
783        * sp02/Makefile.am: Remove all-local: $(ARCH).
784        * sp03/Makefile.am: Remove all-local: $(ARCH).
785        * sp04/Makefile.am: Remove all-local: $(ARCH).
786        * sp05/Makefile.am: Remove all-local: $(ARCH).
787        * sp06/Makefile.am: Remove all-local: $(ARCH).
788        * sp07/Makefile.am: Remove all-local: $(ARCH).
789        * sp08/Makefile.am: Remove all-local: $(ARCH).
790        * sp09/Makefile.am: Remove all-local: $(ARCH).
791        * sp11/Makefile.am: Remove all-local: $(ARCH).
792        * sp12/Makefile.am: Remove all-local: $(ARCH).
793        * sp13/Makefile.am: Remove all-local: $(ARCH).
794        * sp14/Makefile.am: Remove all-local: $(ARCH).
795        * sp15/Makefile.am: Remove all-local: $(ARCH).
796        * sp16/Makefile.am: Remove all-local: $(ARCH).
797        * sp17/Makefile.am: Remove all-local: $(ARCH).
798        * sp19/Makefile.am: Remove all-local: $(ARCH).
799        * sp20/Makefile.am: Remove all-local: $(ARCH).
800        * sp21/Makefile.am: Remove all-local: $(ARCH).
801        * sp22/Makefile.am: Remove all-local: $(ARCH).
802        * sp23/Makefile.am: Remove all-local: $(ARCH).
803        * sp24/Makefile.am: Remove all-local: $(ARCH).
804        * sp25/Makefile.am: Remove all-local: $(ARCH).
805        * sp26/Makefile.am: Remove all-local: $(ARCH).
806        * sp27/Makefile.am: Remove all-local: $(ARCH).
807        * sp28/Makefile.am: Remove all-local: $(ARCH).
808        * sp29/Makefile.am: Remove all-local: $(ARCH).
809        * sp30/Makefile.am: Remove all-local: $(ARCH).
810        * sp31/Makefile.am: Remove all-local: $(ARCH).
811        * sp32/Makefile.am: Remove all-local: $(ARCH).
812        * spfatal/Makefile.am: Remove all-local: $(ARCH).
813        * spsize/Makefile.am: Remove all-local: $(ARCH).
814
8152003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
816
817        * configure.ac: Reflect having moved to testsuites/.
818
8192003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * configure.ac: Remove RTEMS_CANONICAL_HOST.
822
8232003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * configure.ac:Remove RTEMS_CHECK_CPU.
826
8272003-09-04      Joel Sherrill <joel@OARcorp.com>
828
829        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
830        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
831        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
832        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
833        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
834        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
835        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
836        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
837        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
838        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
839        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
840        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
841        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
842        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
843        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
844        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
845        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
846        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
847        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
848        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
849        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
850        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
851        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
852        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
853        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
854        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
855        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
856        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
857        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
858        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
859        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
860        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
861        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
862        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
863        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
864        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
865        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
866        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
867        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
868        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
869        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
870        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
871        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
872        spsize/size.c, spsize/system.h: URL for license changed.
873
8742003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
875
876        PR 458/tests
877        * sp30/task1.c: Correct indexing problem.
878
8792003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
880
881        * Makefile.am: Reflect having moved aclocal/.
882
8832003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
884
885        * Makefile.am: Reflect having moved automake/.
886        * sp01/Makefile.am: Reflect having moved automake/.
887        * sp02/Makefile.am: Reflect having moved automake/.
888        * sp03/Makefile.am: Reflect having moved automake/.
889        * sp04/Makefile.am: Reflect having moved automake/.
890        * sp05/Makefile.am: Reflect having moved automake/.
891        * sp06/Makefile.am: Reflect having moved automake/.
892        * sp07/Makefile.am: Reflect having moved automake/.
893        * sp08/Makefile.am: Reflect having moved automake/.
894        * sp09/Makefile.am: Reflect having moved automake/.
895        * sp11/Makefile.am: Reflect having moved automake/.
896        * sp12/Makefile.am: Reflect having moved automake/.
897        * sp13/Makefile.am: Reflect having moved automake/.
898        * sp14/Makefile.am: Reflect having moved automake/.
899        * sp15/Makefile.am: Reflect having moved automake/.
900        * sp16/Makefile.am: Reflect having moved automake/.
901        * sp17/Makefile.am: Reflect having moved automake/.
902        * sp19/Makefile.am: Reflect having moved automake/.
903        * sp20/Makefile.am: Reflect having moved automake/.
904        * sp21/Makefile.am: Reflect having moved automake/.
905        * sp22/Makefile.am: Reflect having moved automake/.
906        * sp23/Makefile.am: Reflect having moved automake/.
907        * sp24/Makefile.am: Reflect having moved automake/.
908        * sp25/Makefile.am: Reflect having moved automake/.
909        * sp26/Makefile.am: Reflect having moved automake/.
910        * sp27/Makefile.am: Reflect having moved automake/.
911        * sp28/Makefile.am: Reflect having moved automake/.
912        * sp29/Makefile.am: Reflect having moved automake/.
913        * sp30/Makefile.am: Reflect having moved automake/.
914        * sp31/Makefile.am: Reflect having moved automake/.
915        * sp32/Makefile.am: Reflect having moved automake/.
916        * spfatal/Makefile.am: Reflect having moved automake/.
917        * spsize/Makefile.am: Reflect having moved automake/.
918
9192003-08-14      Joel Sherrill <joel@OARcorp.com>
920
921        * sp02/task1.c: Added ID to name lookup service and changed name of
922        id/name translation status code. This propagated to multiple
923        functions. The user API service added was rtems_object_id_to_name()
924
9252003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
926
927        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
928
9292003-05-29      Joel Sherrill <joel@OARcorp.com>
930
931        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
932
9332003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
934
935        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
936        CC_CFLAGS_DEFAULT (obsolete).
937
9382003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
939
940        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
941        Remove CC_LDFLAGS_PROFILE_V.
942
9432003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
944
945        * configure.ac: Remove AC_CONFIG_AUX_DIR.
946
9472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
948
949        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
950
9512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
952
953        * configure.ac: AC_PREREQ(2.57).
954
9552002-11-14      Joel Sherrill <joel@OARcorp.com>
956
957        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
958        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
959        update the IDs in the screens.
960
9612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
962
963        * .cvsignore: Reformat.
964        Add autom4te*cache.
965        Remove autom4te.cache.
966
9672002-09-14      Joel Sherrill <joel@OARcorp.com>
968
969        * sp32/.cvsignore: New file.
970
9712002-09-14      Aaron J. Grier <aaron@frye.com>
972
973        * PR271 was not applicable against the current source but included
974        a nice test that Joel decided to add to the tree as sp32.
975        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
976        * Makefile.am, configure.ac: Modified to reflect addition.
977
9782002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
979
980        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
981        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
982        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
983        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
984        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
985        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
986        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
987        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
988        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
989        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
990        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
991        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
992        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
993        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
994        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
995        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
996        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
997        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
998        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
999        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
1000        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
1001        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
1002        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
1003        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
1004        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
1005        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
1006        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
1007        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
1008        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
1009        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
1010        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
1011
10122002-08-01      Joel Sherrill <joel@OARcorp.com>
1013
1014        * Per PR47 add support for buffered test output.  This involved
1015        adding defines to redirect output to a buffer and dump it when
1016        full, at "test pause", and at exit.  To avoid problems when redefining
1017        exit(), all tests were modified to call rtems_test_exit().
1018        Some tests, notable psxtests, had to be modified to include
1019        the standard test macro .h file (pmacros.h or tmacros.h) to
1020        enable this support.
1021        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
1022        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
1023        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
1024        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
1025        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
1026        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
1027        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
1028
10292002-07-30      Joel Sherrill <joel@OARcorp.com>
1030
1031        * spsize/size.c: Don't reference the RTEMS allocated interrupt
1032        stack if the port doesn't configure using it.
1033
10342002-07-04      Joel Sherrill <joel@OARcorp.com>
1035
1036        * Jump table for single entry point removed.
1037        * spsize/size.c:  Modified to reflect above.
1038
10392002-07-01      Joel Sherrill <joel@OARcorp.com>
1040
1041        * sp29/init.c: Corrected definitions for task stack usage.
1042
10432002-07-01      Joel Sherrill <joel@OARcorp.com>
1044
1045        * spsize/size.c: _Thread_queue_Extract_table removed.
1046
10472001-05-17      Joel Sherrill <joel@OARcorp.com>
1048
1049        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
1050        number of staticly configured device drivers.
1051
10522001-05-14      Joel Sherrill <joel@OARcorp.com>
1053
1054        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
1055        than the configured number of drivers.
1056 
10572002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1058
1059        * configure.ac: Remove ENABLE_GCC28.
1060
10612001-04-04      Joel Sherrill <joel@OARcorp.com>
1062
1063        * spsize/size.c: Reflect SPARC modifcation to get rid of
1064        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1065 
10662001-03-29      Joel Sherrill <joel@OARcorp.com>
1067
1068        * Per PR147 addressed problems when reseting and inserting a timer
1069        into a timer chain that did not honor time passage since the last
1070        time the timer server was scheduled and the new insertion.
1071        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1072
10732001-03-28      Joel Sherrill <joel@OARcorp.com>
1074
1075        * Side-effect of PR132.
1076        * sp21/system.h: Now must explicitly request NULL driver.
1077
10782002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1079
1080        * configure.ac:
1081        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1082        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1083        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1084        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1085        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1086        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1087        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1088        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1089        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1090        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1091        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1092        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1093        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1094        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1095        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1096        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1097        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1098        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1099        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1100        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1101        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1102        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1103        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1104        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1105        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1106        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1107        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1108        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1109        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1110        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1111        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1112        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1113        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1114        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1115
11162002-03-20      Chris Johns <ccj@acm.org>
1117
1118        * PR145.
1119        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1120        in system (e.g. driver tasks).  Also exit on minimum number of
1121        switches not precise number.
1122
11232001-01-29      Joel Sherrill <joel@OARcorp.com>
1124
1125        * Fixed bug where resetting a timer that was not at the head
1126        of one of the task timer chains resulted in the Timer Server
1127        task waking up too far in the future.
1128        * Added rtems_timer_get_information() directive to support testing.
1129        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1130        above condition.
1131
11322001-01-22      Joel Sherrill <joel@OARcorp.com>
1133
1134        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1135        because priority added as argument to rtems_timer_initiate_server().
1136
11372001-01-16      Joel Sherrill <joel@OARcorp.com>
1138
1139        * Added tests for task-based timers.  This included the new tests
1140        sp30 and sp31.
1141        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1142        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1143        for task-based timer services.
1144        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1145        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1146        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1147        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1148        sp31/task1.c: New files.
1149
11502001-11-01      Joel Sherrill <joel@OARcorp.com>
1151
1152        * sp26/system.h: Properly account for stack memory used by
1153        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1154        and processed as PR78.
1155
11562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1157
1158        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1159        * configure.in: Remove.
1160        * configure.ac: New file, generated from configure.in by autoupdate.
1161
11622001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1163
1164        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1165
11662001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1167
1168        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1169        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1170        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1171        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1172        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1173        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1174        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1175        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1176        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1177        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1178        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1179        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1180        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1181        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1182        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1183        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1184        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1185        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1186        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1187        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1188        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1189        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1190        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1191        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1192        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1193        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1194        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1195        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1196        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1197
11982001-08-16      Joel Sherrill <joel@OARcorp.com>
1199
1200        * sp20/system.h: Account for extra task stacks properly.
1201
12022001-08-16      Joel Sherrill <joel@OARcorp.com>
1203
1204        * sp13/sp13.scn: Id in screen had wrong class field value.
1205        * sp13/system.h: Account for message buffer memory.
1206        * sp13/task2.c: Remove unnecessary check for failure.
1207
12082001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1209
1210        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1211
12122001-04-20      Joel Sherrill <joel@OARcorp.com>
1213
1214        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1215        file.
1216
12172001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1218
1219        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1220
12212001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1222
1223        * sp21/Makefile.am: Remove libtest.
1224
12252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1226
1227        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1228
12292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1230
1231        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1232
12332000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1234
1235        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1236        Switch to GNU canonicalization.
1237        * sptests.am: Remove DEFS.
1238
12392000-09-29      Joel Sherrill <joel@OARcorp.com>
1240
1241        * sp20/sp20.scn: Corrected to reflect new addition.
1242        * sp20/system.h: Removed comment reflecting history.
1243
12442000-09-29      Stephan Merker <merker@decrc.abb.de>
1245
1246        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1247        Added new task to test sequence of altering a period's length
1248        while it is still active.
1249
12502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1251
1252        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1253        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1254        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1255        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1256        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1257        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1258        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1259        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1260        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1261        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1262
12632000-08-10      Joel Sherrill <joel@OARcorp.com>
1264
1265        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.