source: rtems/testsuites/sptests/ChangeLog @ 8856a19

4.104.115
Last change on this file since 8856a19 was 29ff6c9c, checked in by Joel Sherrill <joel.sherrill@…>, on 10/14/08 at 13:03:38

2008-10-14 Joel Sherrill <joel.sherrill@…>

  • sp09/screen07.c: Use INT_MAX as number of messages so always properly sized and no overflow on constant.
  • sp09/screen10.c: Delay so on targets with simulator idle clock tick driver this will work.
  • sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd byte boundaries rather than two byte boundaries.
  • sp09/screen03.c, sp09/screen14.c: Skip tests which try to allocate more memory than size_t holds on m32c.
  • Property mode set to 100644
File size: 48.7 KB
Line 
12008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * sp09/screen07.c: Use INT_MAX as number of messages so always
4        properly sized and no overflow on constant.
5        * sp09/screen10.c: Delay so on targets with simulator idle clock
6        tick driver this will work.
7        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
8        byte boundaries rather than two byte boundaries.
9        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
10        allocate more memory than size_t holds on m32c.
11
122008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
15        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
16        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
17        and Region calls. On 16-bit architectures, size_t can be 16-bits
18        which would limit sizes to 64K. Also address constants which
19        overflowed on 16-bit integer targets.
20
212008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * sp43/sp43.scn: Bump version to 4.9.99.0
24
252008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * sp19/system.h: Use "double" instead of "rtems_double".
28
292008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
32
332008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
36        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
37        spfatal_support/init.c, spfatal_support/system.h:
38        Convert to "bool".
39
402008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
43        declared in a public place.
44
452008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
48
492008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * sp43/init.c: Fix derefence of uninitialized pointer.
52
532008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
56        multiprocessing is not enabled. Saves one more variable from single
57        processor configuration.
58
592008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
60
61        PR 1212/cpukit
62        * Makefile.am, configure.ac: Time slicing will not happen if the task
63        mode is changed from a non-timeslicing mode to timeslicing mode if it
64        is done by the executing thread (e.g. in its task body). This change
65        includes sp44 to demonstrate the problem and verify the correction.
66        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
67
682008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
71        architectures they are not supported on.
72
732008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
76
772008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
80          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
81
822008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * sp28/init.c: Corrections to configuration.
85        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
86        * spsize/size.c: _ISR_Vector_table only exists on architectures
87        which use the Simple Vectored Interrupt Model.
88
892008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * spsize/size.c: Convention calls for leading underscore on private
92        RTEMS variables.
93
942008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
97        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
98        Refactored and renamed initialization routines to
99        rtems_initialize_data_structures, rtems_initialize_before_drivers,
100        rtems_initialize_device_drivers, and
101        rtems_initialize_start_multitasking. This opened the sequence up so
102        that bootcard() could provide a more robust and flexible framework
103        which is easier to explain and understand. This also lays the
104        groundwork for sharing the division of available memory between the
105        RTEMS workspace and heap and the C library initialization across all
106        BSPs.
107
1082008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * sp32/init.c: Formatting.
111
1122008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * sp09/screen01.c: Correct test.
115        * sp09/screen14.c: Update copyright.
116        * sp28/init.c: Correct end of test messages.
117
1182008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
121
1222008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
125        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
126        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
127        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
128        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
129        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
130        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
131        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
132        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
133        tests. Add a clock_settime case for < 1988.
134
1352008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
138
1392008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
142        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
143        * sp41/sp41.scn: Now has content.
144        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
145        Object Services recently added to API.
146
1472008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
150        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
151        collection. This changed the name of a few previously public but
152        undocumented services and added a some new services.
153        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
154        sp43/system.h: New files.
155
1562008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * spfatal10/.cvsignore: New file.
159
1602008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
163        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
164        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
165        New files.
166
1672008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
168
169        * Makefile.am, configure.ac: Added fatal error tests
170        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
171        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
172        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
173        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
174        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
175        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
176        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
177        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
178        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
179        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
180        spfatal_support/init.c, spfatal_support/system.h: New files.
181
1822008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
183
184        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
185        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
186        test messages.
187
1882008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
191        simple type to a union of an unsigned 32 bit integer and a pointer.
192        This should help eliminate weird casts between u32 and pointers in
193        various places. The APIs now have to explicitly call _u32 or _string
194        versions of helper routines. This should also simplify things and
195        eliminate the need for ugly casts in some cases.
196
1972008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
198
199        * sp42/Makefile.am: New file.
200
2012008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
202
203        Add sp42 to exercise thread queue with knowledge of the implementation
204        so we can exercise all of the normal paths possible.
205        * Makefile.am, configure.ac: Add sp42.
206        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
207
2082008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
209
210        * sp39/init.c: Add case for long timeout on blocking operation.
211        * Makefile.am, configure.ac: Add new test to exercise thread
212        queue blokcing synchronization. sp39 and sp41 are very similar.
213        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
214        sp41/system.h: New files.
215
2162008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
217
218        * sp39/init.c: Clean up.
219
2202008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
221
222        * sp39/init.c: Modify to improve coverage.
223
2242008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
225
226        * sp36/strict_order_mut.c:
227
2282008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
229
230        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
231        driver registration.
232        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
233        sp40/system.h: New files.
234
2352008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
236
237        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
238        Add test cases for:
239          + message queue create requesting too many message buffers
240            for the available memory
241          + region extend with address inside existing heap
242          + timer server initiate too large a stack, create error
243        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
244          + task set priority while holding resource
245
2462008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
247
248        * Makefile.am, configure.ac: Added sp38 and sp39.
249        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
250        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
251        sp39/sp39.scn, sp39/system.h: New files.
252
2532007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
254
255        * sp36/strict_order_mut.c: New file.
256
2572007-12-21      Xi Yang <hiyangxi@gmail.com>
258
259        * Makefile.am, configure.ac: Add support for proper stacking of
260        priority inheritance on mutexes as well as enforce proper order of
261        release.
262        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
263        sp36/sp36.scn: New files.
264
2652007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
266
267        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
268        directive instead of violating RTEMS internals.
269
2702007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
271
272        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
273        Add test cases for User Extension Manager to improve code coverage.
274        * sp21/task1.c: Fix spelling error.
275
2762007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
277
278        * spsize/size.c: Account for previous changes in calculation of MPCI
279        receive server stack.
280
2812007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
282
283        * sp09/screen07.c, sp09/sp09.scn: Add test for
284        rtems_message_queue_broadcast for bad buffer and count pointers.
285        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
286        with bad priority or initiating twice.
287        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
288        it forces a dispatch.
289        * sp37/init.c: New file.
290
2912007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
292
293        * Makefile.am, configure.ac: Add new tests for interrupt disable,
294        enable, flash, and is in progress. These are normally inlines but
295        also have bodies for non-C code. This test also exercises the odd
296        case of calling clock tick from outside an ISR.
297        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
298
2992007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
300
301        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
302        using notepad with the current task's ID or SELF
303        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
304        test missing test cases for clock_get.
305
3062007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
307
308        * sp28/init.c: Add test code for task variables to improve coverage.
309
3102007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
311
312        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
313        RTEMS provided accessor macros to obtain configuration fields.
314
3152007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
316
317        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
318        Configuration Table. Eliminate CPU Table from all ports. Delete
319        references to CPU Table in all forms.
320
3212007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
322
323        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
324
3252007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
326
327        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
328        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
329        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
330        to improve test coverage.
331
3322007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
333
334        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
335        coverage.
336
3372007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
338
339        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
340
3412007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
342
343        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
344        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
345        .scn files.
346
3472007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
348
349        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
350        commented out and updated the .scn file.
351
3522007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
353
354        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
355        buffered test IO.
356
3572007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
358
359        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
360        rtems_io_unregister_driver did not have any test code.
361
3622007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
363
364        * spsize/size.c: Eliminate maximum_drivers configuration parameter
365        since it was used to configure a no longer used feature. Device names
366        are now part of the filesystem not in a table. This also eliminated
367        the variables _IO_Number_of_devices and _IO_Driver_name_table from
368        RTEMS as well as the memory allocation used to populate
369        _IO_Driver_name_table.
370
3712007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
372
373        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
374        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
375        properly.
376
3772007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
378
379        * spsize/size.c: Eliminated the variables
380        _RTEMS_tasks_User_initialization_tasks and
381        _RTEMS_tasks_Number_of_initialization_tasks because they were only
382        used in one place after initialized. It was a waste of space.
383
3842007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
385
386        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
387        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
388        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
389        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
390        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
391        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
392        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
393        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
394        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
395        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
396        spsize/size.c: Add optional managers to Makefiles. Clean up test
397        cases so last output line follows END OF pattern. Make sure test case
398        all run. All tests appeared ok on sis.
399
4002007-04-05      Joel Sherrill <joel@OARcorp.com>
401
402        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
403
4042007-04-05      Joel Sherrill <joel@OARcorp.com>
405
406        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
407        CONFIGURE_TEST_NEEDS_XXX configuration constants to
408        CONFIGURE_APPLICATION_NEEDS_XXX.
409
4102007-04-02      Joel Sherrill <joel@OARcorp.com>
411
412        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
413
4142007-04-02      Joel Sherrill <joel@OARcorp.com>
415
416        * spsize/size.c: Convert from Classic API style TOD_Control as
417        fundamental time structure to POSIX struct timespec. Add
418        clock_get_uptime().
419
4202007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
421
422        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
423
4242007-03-26      Joel Sherrill <joel@OARcorp.com>
425
426        * sp35/priinv.c: Remove warning.
427
4282007-03-10      Joel Sherrill <joel@OARcorp.com>
429
430        * sp26/system.h: Remove incorrect and duplicate
431        CONFIGURE_EXTRA_TASK_STACKS.
432
4332007-03-05      Joel Sherrill <joel@OARcorp.com>
434
435        PR 1222/cpukit
436        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
437        thread that is blocked on a priority based thread queue is changed,
438        that its placement in the queue is reevaluated based upon the new
439        priority. This enhancement includes modifications to the SuperCore as
440        well as new test cases.
441        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
442        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
443        sp35/sp35.doc, sp35/sp35.scn: New files.
444
4452007-03-05      Joel Sherrill <joel@OARcorp.com>
446
447        * sp26/system.h: Correct memory required for stack sizes.
448
4492007-02-06      Joel Sherrill <joel@OARcorp.com>
450
451        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
452        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
453        tests.
454
4552006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
456
457        * sp33/init.c: Improve barrier test to include normal blocking with
458        manual release and unblocking in barrier deletion.
459
4602006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
461
462        * configure.ac: New BUG-REPORT address.
463
4642006-11-20      Joel Sherrill <joel@OARcorp.com>
465
466        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
467        and make output more compliant with other tests.
468
4692006-11-17      Joel Sherrill <joel@OARcorp.com>
470
471        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
472        cases intended on all targets possible with new heap algorithm.
473
4742006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
475
476        * Makefile.am, configure.ac: Adding Classic API Barriers.
477        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
478        New files.
479
4802006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
481
482        * configure.ac: Require autoconf-2.60. Require automake-1.10.
483
4842006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
485
486        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
487        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
488        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
489        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
490        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
491        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
492        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
493        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
494        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
495        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
496        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
497        Use rtems_testsdir instead.
498
4992006-04-05      Joel Sherrill <joel@OARcorp.com>
500                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
501
502        * spsize/size.c: Victor spotted the problem that
503        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
504        variables and needed to be set to the same value.  I took that
505        idea and just removed _Thread_MP_Receive.  All uses are now
506        _MPCI_Receive_server_tcb.
507
5082005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
509
510        * configure.ac: Remove RTEMS_ENABLE_BARE,
511        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
512
5132005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
514
515        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
516        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
517        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
518        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
519        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
520        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
521        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
522        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
523        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
524        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
525        spfatal/Makefile.am, spsize/Makefile.am:
526        Convert to use *_PROGRAMS.
527
5282005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
529
530        * sp01/Makefile.am, sp02/Makefile.am,
531        sp03/Makefile.am, sp04/Makefile.am,
532        sp05/Makefile.am, sp06/Makefile.am,
533        sp07/Makefile.am, sp08/Makefile.am,
534        sp09/Makefile.am, sp11/Makefile.am,
535        sp12/Makefile.am, sp13/Makefile.am,
536        sp14/Makefile.am, sp15/Makefile.am,
537        sp16/Makefile.am, sp17/Makefile.am,
538        sp19/Makefile.am, sp20/Makefile.am,
539        sp21/Makefile.am, sp22/Makefile.am,
540        sp23/Makefile.am, sp24/Makefile.am,
541        sp25/Makefile.am, sp26/Makefile.am,
542        sp27/Makefile.am, sp28/Makefile.am,
543        sp29/Makefile.am, sp30/Makefile.am,
544        sp31/Makefile.am, sp32/Makefile.am,
545        spfatal/Makefile.am, spsize/Makefile.am: Rework.
546
5472005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
548
549        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
550        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
551        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
552        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
553        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
554        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
555        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
556        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
557        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
558        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
559        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
560        * sptests.am: Remove.
561
5622005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
563
564        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
565        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
566        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
567        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
568        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
569        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
570        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
571        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
572        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
573        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
574        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
575
5762005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
577
578        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
579
5802005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
581
582        * spsize/Makefile.am: Rename TEST to spsize.
583        * spsize/size.scn: Remove.
584        * spsize/spsize.scn: New (renamed from size.scn).
585
5862005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
587
588        * configure.ac: Add spfatal/Makefile.
589        * Makefile.am: Add spfatal to DIST_SUBDIRS.
590        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
591        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
592        * sptests.am: Remove LIB_VARIANT.
593
5942005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
595
596        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
597        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
598        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
599        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
600        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
601        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
602        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
603        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
604        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
605        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
606        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
607
6082005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
609
610        * Makefile.am: Cleanup.
611
6122005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
613
614        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
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:
626        Partial conversion to automake.
627
6282005-03-07      Joel Sherrill <joel@OARcorp.com>
629
630        * sp13/task1.c: Removed warnings.
631
6322004-09-29      Joel Sherrill <joel@OARcorp.com>
633
634        * spsize/size.c: i960 obsoleted and all references removed.
635
6362004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
637
638        * configure.ac: Require automake > 1.9.
639
6402004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
641
642        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
643        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
644        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
645        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
646        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
647        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
648        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
649        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
650        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
651        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
652        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
653        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
654        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
655        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
656        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
657        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
658        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
659        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
660        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
661        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
662        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
663        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
664        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
665        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
666        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
667        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
668        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
669        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
670        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
671        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
672        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
673        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
674
6752004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
676
677        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
678
6792004-03-30      David Querbach <querbach@realtime.bc.ca>
680
681        PR 595/tests
682        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
683        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
684        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
685        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
686        others treat it as a count of longs.
687
6882004-03-30      David Querbach <querbach@realtime.bc.ca>
689
690        PR 596/tests
691        * sp32/init.c: A missing definition of TEST_INIT before including
692        <tmacros.h> means that buffered output will not work even if selected
693        in buffer_test_io.h.
694
6952004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
696
697        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
698        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
699        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
700        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
701        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
702        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
703        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
704        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
705        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
706        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
707        types.
708
7092004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * configure.ac: Add 2nd arg to RTEMS_TOP.
712
7132004-03-05      Joel Sherrill <joel@OARcorp.com>
714
715        * sp07/buffered_io.c: Remove warning.
716
7172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
720        Add PRE/TMPINSTALL_FILES to CLEANFILES.
721        * sp02/Makefile.am: Ditto.
722        * sp03/Makefile.am: Ditto.
723        * sp04/Makefile.am: Ditto.
724        * sp05/Makefile.am: Ditto.
725        * sp06/Makefile.am: Ditto.
726        * sp07/Makefile.am: Ditto.
727        * sp08/Makefile.am: Ditto.
728        * sp09/Makefile.am: Ditto.
729        * sp11/Makefile.am: Ditto.
730        * sp12/Makefile.am: Ditto.
731        * sp13/Makefile.am: Ditto.
732        * sp14/Makefile.am: Ditto.
733        * sp15/Makefile.am: Ditto.
734        * sp16/Makefile.am: Ditto.
735        * sp17/Makefile.am: Ditto.
736        * sp19/Makefile.am: Ditto.
737        * sp20/Makefile.am: Ditto.
738        * sp21/Makefile.am: Ditto.
739        * sp22/Makefile.am: Ditto.
740        * sp23/Makefile.am: Ditto.
741        * sp24/Makefile.am: Ditto.
742        * sp25/Makefile.am: Ditto.
743        * sp26/Makefile.am: Ditto.
744        * sp27/Makefile.am: Ditto.
745        * sp28/Makefile.am: Ditto.
746        * sp29/Makefile.am: Ditto.
747        * sp30/Makefile.am: Ditto.
748        * sp31/Makefile.am: Ditto.
749        * sp32/Makefile.am: Ditto.
750        * spfatal/Makefile.am: Ditto.
751        * spsize/Makefile.am: Ditto.
752
7532003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * sptests.am: Add dirstamp support.
756
7572003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
758
759        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
760
7612003-12-16      Joel Sherrill <joel@OARcorp.com>
762
763        PR 544/tests
764        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
765        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
766        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
767        make tests account for resources and not print at inappropriate
768        times.
769        * sp07/buffered_io.c: New file.
770
7712003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
772
773        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
774
7752003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * sp01/Makefile.am: Remove all-local: $(ARCH).
778        * sp02/Makefile.am: Remove all-local: $(ARCH).
779        * sp03/Makefile.am: Remove all-local: $(ARCH).
780        * sp04/Makefile.am: Remove all-local: $(ARCH).
781        * sp05/Makefile.am: Remove all-local: $(ARCH).
782        * sp06/Makefile.am: Remove all-local: $(ARCH).
783        * sp07/Makefile.am: Remove all-local: $(ARCH).
784        * sp08/Makefile.am: Remove all-local: $(ARCH).
785        * sp09/Makefile.am: Remove all-local: $(ARCH).
786        * sp11/Makefile.am: Remove all-local: $(ARCH).
787        * sp12/Makefile.am: Remove all-local: $(ARCH).
788        * sp13/Makefile.am: Remove all-local: $(ARCH).
789        * sp14/Makefile.am: Remove all-local: $(ARCH).
790        * sp15/Makefile.am: Remove all-local: $(ARCH).
791        * sp16/Makefile.am: Remove all-local: $(ARCH).
792        * sp17/Makefile.am: Remove all-local: $(ARCH).
793        * sp19/Makefile.am: Remove all-local: $(ARCH).
794        * sp20/Makefile.am: Remove all-local: $(ARCH).
795        * sp21/Makefile.am: Remove all-local: $(ARCH).
796        * sp22/Makefile.am: Remove all-local: $(ARCH).
797        * sp23/Makefile.am: Remove all-local: $(ARCH).
798        * sp24/Makefile.am: Remove all-local: $(ARCH).
799        * sp25/Makefile.am: Remove all-local: $(ARCH).
800        * sp26/Makefile.am: Remove all-local: $(ARCH).
801        * sp27/Makefile.am: Remove all-local: $(ARCH).
802        * sp28/Makefile.am: Remove all-local: $(ARCH).
803        * sp29/Makefile.am: Remove all-local: $(ARCH).
804        * sp30/Makefile.am: Remove all-local: $(ARCH).
805        * sp31/Makefile.am: Remove all-local: $(ARCH).
806        * sp32/Makefile.am: Remove all-local: $(ARCH).
807        * spfatal/Makefile.am: Remove all-local: $(ARCH).
808        * spsize/Makefile.am: Remove all-local: $(ARCH).
809
8102003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * configure.ac: Reflect having moved to testsuites/.
813
8142003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
815
816        * configure.ac: Remove RTEMS_CANONICAL_HOST.
817
8182003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * configure.ac:Remove RTEMS_CHECK_CPU.
821
8222003-09-04      Joel Sherrill <joel@OARcorp.com>
823
824        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
825        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
826        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
827        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
828        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
829        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
830        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
831        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
832        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
833        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
834        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
835        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
836        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
837        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
838        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
839        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
840        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
841        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
842        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
843        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
844        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
845        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
846        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
847        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
848        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
849        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
850        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
851        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
852        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
853        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
854        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
855        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
856        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
857        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
858        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
859        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
860        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
861        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
862        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
863        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
864        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
865        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
866        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
867        spsize/size.c, spsize/system.h: URL for license changed.
868
8692003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
870
871        PR 458/tests
872        * sp30/task1.c: Correct indexing problem.
873
8742003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
875
876        * Makefile.am: Reflect having moved aclocal/.
877
8782003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
879
880        * Makefile.am: Reflect having moved automake/.
881        * sp01/Makefile.am: Reflect having moved automake/.
882        * sp02/Makefile.am: Reflect having moved automake/.
883        * sp03/Makefile.am: Reflect having moved automake/.
884        * sp04/Makefile.am: Reflect having moved automake/.
885        * sp05/Makefile.am: Reflect having moved automake/.
886        * sp06/Makefile.am: Reflect having moved automake/.
887        * sp07/Makefile.am: Reflect having moved automake/.
888        * sp08/Makefile.am: Reflect having moved automake/.
889        * sp09/Makefile.am: Reflect having moved automake/.
890        * sp11/Makefile.am: Reflect having moved automake/.
891        * sp12/Makefile.am: Reflect having moved automake/.
892        * sp13/Makefile.am: Reflect having moved automake/.
893        * sp14/Makefile.am: Reflect having moved automake/.
894        * sp15/Makefile.am: Reflect having moved automake/.
895        * sp16/Makefile.am: Reflect having moved automake/.
896        * sp17/Makefile.am: Reflect having moved automake/.
897        * sp19/Makefile.am: Reflect having moved automake/.
898        * sp20/Makefile.am: Reflect having moved automake/.
899        * sp21/Makefile.am: Reflect having moved automake/.
900        * sp22/Makefile.am: Reflect having moved automake/.
901        * sp23/Makefile.am: Reflect having moved automake/.
902        * sp24/Makefile.am: Reflect having moved automake/.
903        * sp25/Makefile.am: Reflect having moved automake/.
904        * sp26/Makefile.am: Reflect having moved automake/.
905        * sp27/Makefile.am: Reflect having moved automake/.
906        * sp28/Makefile.am: Reflect having moved automake/.
907        * sp29/Makefile.am: Reflect having moved automake/.
908        * sp30/Makefile.am: Reflect having moved automake/.
909        * sp31/Makefile.am: Reflect having moved automake/.
910        * sp32/Makefile.am: Reflect having moved automake/.
911        * spfatal/Makefile.am: Reflect having moved automake/.
912        * spsize/Makefile.am: Reflect having moved automake/.
913
9142003-08-14      Joel Sherrill <joel@OARcorp.com>
915
916        * sp02/task1.c: Added ID to name lookup service and changed name of
917        id/name translation status code. This propagated to multiple
918        functions. The user API service added was rtems_object_id_to_name()
919
9202003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
921
922        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
923
9242003-05-29      Joel Sherrill <joel@OARcorp.com>
925
926        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
927
9282003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
929
930        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
931        CC_CFLAGS_DEFAULT (obsolete).
932
9332003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
934
935        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
936        Remove CC_LDFLAGS_PROFILE_V.
937
9382003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
939
940        * configure.ac: Remove AC_CONFIG_AUX_DIR.
941
9422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
943
944        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
945
9462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
947
948        * configure.ac: AC_PREREQ(2.57).
949
9502002-11-14      Joel Sherrill <joel@OARcorp.com>
951
952        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
953        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
954        update the IDs in the screens.
955
9562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
957
958        * .cvsignore: Reformat.
959        Add autom4te*cache.
960        Remove autom4te.cache.
961
9622002-09-14      Joel Sherrill <joel@OARcorp.com>
963
964        * sp32/.cvsignore: New file.
965
9662002-09-14      Aaron J. Grier <aaron@frye.com>
967
968        * PR271 was not applicable against the current source but included
969        a nice test that Joel decided to add to the tree as sp32.
970        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
971        * Makefile.am, configure.ac: Modified to reflect addition.
972
9732002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
974
975        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
976        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
977        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
978        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
979        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
980        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
981        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
982        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
983        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
984        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
985        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
986        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
987        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
988        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
989        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
990        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
991        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
992        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
993        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
994        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
995        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
996        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
997        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
998        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
999        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
1000        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
1001        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
1002        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
1003        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
1004        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
1005        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
1006
10072002-08-01      Joel Sherrill <joel@OARcorp.com>
1008
1009        * Per PR47 add support for buffered test output.  This involved
1010        adding defines to redirect output to a buffer and dump it when
1011        full, at "test pause", and at exit.  To avoid problems when redefining
1012        exit(), all tests were modified to call rtems_test_exit().
1013        Some tests, notable psxtests, had to be modified to include
1014        the standard test macro .h file (pmacros.h or tmacros.h) to
1015        enable this support.
1016        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
1017        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
1018        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
1019        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
1020        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
1021        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
1022        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
1023
10242002-07-30      Joel Sherrill <joel@OARcorp.com>
1025
1026        * spsize/size.c: Don't reference the RTEMS allocated interrupt
1027        stack if the port doesn't configure using it.
1028
10292002-07-04      Joel Sherrill <joel@OARcorp.com>
1030
1031        * Jump table for single entry point removed.
1032        * spsize/size.c:  Modified to reflect above.
1033
10342002-07-01      Joel Sherrill <joel@OARcorp.com>
1035
1036        * sp29/init.c: Corrected definitions for task stack usage.
1037
10382002-07-01      Joel Sherrill <joel@OARcorp.com>
1039
1040        * spsize/size.c: _Thread_queue_Extract_table removed.
1041
10422001-05-17      Joel Sherrill <joel@OARcorp.com>
1043
1044        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
1045        number of staticly configured device drivers.
1046
10472001-05-14      Joel Sherrill <joel@OARcorp.com>
1048
1049        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
1050        than the configured number of drivers.
1051 
10522002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1053
1054        * configure.ac: Remove ENABLE_GCC28.
1055
10562001-04-04      Joel Sherrill <joel@OARcorp.com>
1057
1058        * spsize/size.c: Reflect SPARC modifcation to get rid of
1059        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1060 
10612001-03-29      Joel Sherrill <joel@OARcorp.com>
1062
1063        * Per PR147 addressed problems when reseting and inserting a timer
1064        into a timer chain that did not honor time passage since the last
1065        time the timer server was scheduled and the new insertion.
1066        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1067
10682001-03-28      Joel Sherrill <joel@OARcorp.com>
1069
1070        * Side-effect of PR132.
1071        * sp21/system.h: Now must explicitly request NULL driver.
1072
10732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1074
1075        * configure.ac:
1076        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1077        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1078        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1079        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1080        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1081        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1082        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1083        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1084        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1085        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1086        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1087        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1088        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1089        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1090        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1091        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1092        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1093        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1094        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1095        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1096        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1097        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1098        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1099        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1100        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1101        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1102        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1103        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1104        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1105        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1106        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1107        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1108        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1109        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1110
11112002-03-20      Chris Johns <ccj@acm.org>
1112
1113        * PR145.
1114        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1115        in system (e.g. driver tasks).  Also exit on minimum number of
1116        switches not precise number.
1117
11182001-01-29      Joel Sherrill <joel@OARcorp.com>
1119
1120        * Fixed bug where resetting a timer that was not at the head
1121        of one of the task timer chains resulted in the Timer Server
1122        task waking up too far in the future.
1123        * Added rtems_timer_get_information() directive to support testing.
1124        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1125        above condition.
1126
11272001-01-22      Joel Sherrill <joel@OARcorp.com>
1128
1129        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1130        because priority added as argument to rtems_timer_initiate_server().
1131
11322001-01-16      Joel Sherrill <joel@OARcorp.com>
1133
1134        * Added tests for task-based timers.  This included the new tests
1135        sp30 and sp31.
1136        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1137        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1138        for task-based timer services.
1139        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1140        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1141        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1142        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1143        sp31/task1.c: New files.
1144
11452001-11-01      Joel Sherrill <joel@OARcorp.com>
1146
1147        * sp26/system.h: Properly account for stack memory used by
1148        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1149        and processed as PR78.
1150
11512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1152
1153        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1154        * configure.in: Remove.
1155        * configure.ac: New file, generated from configure.in by autoupdate.
1156
11572001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1158
1159        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1160
11612001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1162
1163        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1164        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1165        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1166        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1167        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1168        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1169        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1170        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1171        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1172        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1173        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1174        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1175        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1176        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1177        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1178        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1179        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1180        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1181        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1182        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1183        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1184        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1185        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1186        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1187        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1188        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1189        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1190        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1191        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1192
11932001-08-16      Joel Sherrill <joel@OARcorp.com>
1194
1195        * sp20/system.h: Account for extra task stacks properly.
1196
11972001-08-16      Joel Sherrill <joel@OARcorp.com>
1198
1199        * sp13/sp13.scn: Id in screen had wrong class field value.
1200        * sp13/system.h: Account for message buffer memory.
1201        * sp13/task2.c: Remove unnecessary check for failure.
1202
12032001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1204
1205        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1206
12072001-04-20      Joel Sherrill <joel@OARcorp.com>
1208
1209        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1210        file.
1211
12122001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1213
1214        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1215
12162001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1217
1218        * sp21/Makefile.am: Remove libtest.
1219
12202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1221
1222        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1223
12242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1225
1226        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1227
12282000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1229
1230        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1231        Switch to GNU canonicalization.
1232        * sptests.am: Remove DEFS.
1233
12342000-09-29      Joel Sherrill <joel@OARcorp.com>
1235
1236        * sp20/sp20.scn: Corrected to reflect new addition.
1237        * sp20/system.h: Removed comment reflecting history.
1238
12392000-09-29      Stephan Merker <merker@decrc.abb.de>
1240
1241        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1242        Added new task to test sequence of altering a period's length
1243        while it is still active.
1244
12452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1246
1247        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1248        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1249        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1250        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1251        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1252        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1253        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1254        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1255        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1256        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1257
12582000-08-10      Joel Sherrill <joel@OARcorp.com>
1259
1260        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.