source: rtems/testsuites/sptests/ChangeLog @ 22629ee

4.9
Last change on this file since 22629ee was ee70857, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/15/08 at 13:55:52

2008-09-15 Ralf Corsépius <ralf.corsepius@…>

  • sp19/system.h: Use "double" instead of "rtems_double".
  • Property mode set to 100644
File size: 47.7 KB
Line 
12008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * sp19/system.h: Use "double" instead of "rtems_double".
4
52008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
8
92008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
12        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
13        spfatal_support/init.c, spfatal_support/system.h:
14        Convert to "bool".
15
162008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
19        declared in a public place.
20
212008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
24
252008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * sp43/init.c: Fix derefence of uninitialized pointer.
28
292008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
32        multiprocessing is not enabled. Saves one more variable from single
33        processor configuration.
34
352008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
36
37        PR 1212/cpukit
38        * Makefile.am, configure.ac: Time slicing will not happen if the task
39        mode is changed from a non-timeslicing mode to timeslicing mode if it
40        is done by the executing thread (e.g. in its task body). This change
41        includes sp44 to demonstrate the problem and verify the correction.
42        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
43
442008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
47        architectures they are not supported on.
48
492008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
52
532008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
56          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
57
582008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * sp28/init.c: Corrections to configuration.
61        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
62        * spsize/size.c: _ISR_Vector_table only exists on architectures
63        which use the Simple Vectored Interrupt Model.
64
652008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * spsize/size.c: Convention calls for leading underscore on private
68        RTEMS variables.
69
702008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
73        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
74        Refactored and renamed initialization routines to
75        rtems_initialize_data_structures, rtems_initialize_before_drivers,
76        rtems_initialize_device_drivers, and
77        rtems_initialize_start_multitasking. This opened the sequence up so
78        that bootcard() could provide a more robust and flexible framework
79        which is easier to explain and understand. This also lays the
80        groundwork for sharing the division of available memory between the
81        RTEMS workspace and heap and the C library initialization across all
82        BSPs.
83
842008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * sp32/init.c: Formatting.
87
882008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * sp09/screen01.c: Correct test.
91        * sp09/screen14.c: Update copyright.
92        * sp28/init.c: Correct end of test messages.
93
942008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
97
982008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
101        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
102        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
103        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
104        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
105        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
106        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
107        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
108        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
109        tests. Add a clock_settime case for < 1988.
110
1112008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
114
1152008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
118        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
119        * sp41/sp41.scn: Now has content.
120        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
121        Object Services recently added to API.
122
1232008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
126        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
127        collection. This changed the name of a few previously public but
128        undocumented services and added a some new services.
129        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
130        sp43/system.h: New files.
131
1322008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * spfatal10/.cvsignore: New file.
135
1362008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
139        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
140        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
141        New files.
142
1432008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
144
145        * Makefile.am, configure.ac: Added fatal error tests
146        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
147        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
148        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
149        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
150        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
151        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
152        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
153        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
154        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
155        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
156        spfatal_support/init.c, spfatal_support/system.h: New files.
157
1582008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
161        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
162        test messages.
163
1642008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
165
166        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
167        simple type to a union of an unsigned 32 bit integer and a pointer.
168        This should help eliminate weird casts between u32 and pointers in
169        various places. The APIs now have to explicitly call _u32 or _string
170        versions of helper routines. This should also simplify things and
171        eliminate the need for ugly casts in some cases.
172
1732008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
174
175        * sp42/Makefile.am: New file.
176
1772008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        Add sp42 to exercise thread queue with knowledge of the implementation
180        so we can exercise all of the normal paths possible.
181        * Makefile.am, configure.ac: Add sp42.
182        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
183
1842008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * sp39/init.c: Add case for long timeout on blocking operation.
187        * Makefile.am, configure.ac: Add new test to exercise thread
188        queue blokcing synchronization. sp39 and sp41 are very similar.
189        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
190        sp41/system.h: New files.
191
1922008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
193
194        * sp39/init.c: Clean up.
195
1962008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
197
198        * sp39/init.c: Modify to improve coverage.
199
2002008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
201
202        * sp36/strict_order_mut.c:
203
2042008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
205
206        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
207        driver registration.
208        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
209        sp40/system.h: New files.
210
2112008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
212
213        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
214        Add test cases for:
215          + message queue create requesting too many message buffers
216            for the available memory
217          + region extend with address inside existing heap
218          + timer server initiate too large a stack, create error
219        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
220          + task set priority while holding resource
221
2222008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
223
224        * Makefile.am, configure.ac: Added sp38 and sp39.
225        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
226        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
227        sp39/sp39.scn, sp39/system.h: New files.
228
2292007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
230
231        * sp36/strict_order_mut.c: New file.
232
2332007-12-21      Xi Yang <hiyangxi@gmail.com>
234
235        * Makefile.am, configure.ac: Add support for proper stacking of
236        priority inheritance on mutexes as well as enforce proper order of
237        release.
238        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
239        sp36/sp36.scn: New files.
240
2412007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
244        directive instead of violating RTEMS internals.
245
2462007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
247
248        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
249        Add test cases for User Extension Manager to improve code coverage.
250        * sp21/task1.c: Fix spelling error.
251
2522007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
253
254        * spsize/size.c: Account for previous changes in calculation of MPCI
255        receive server stack.
256
2572007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        * sp09/screen07.c, sp09/sp09.scn: Add test for
260        rtems_message_queue_broadcast for bad buffer and count pointers.
261        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
262        with bad priority or initiating twice.
263        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
264        it forces a dispatch.
265        * sp37/init.c: New file.
266
2672007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
268
269        * Makefile.am, configure.ac: Add new tests for interrupt disable,
270        enable, flash, and is in progress. These are normally inlines but
271        also have bodies for non-C code. This test also exercises the odd
272        case of calling clock tick from outside an ISR.
273        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
274
2752007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
276
277        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
278        using notepad with the current task's ID or SELF
279        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
280        test missing test cases for clock_get.
281
2822007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
283
284        * sp28/init.c: Add test code for task variables to improve coverage.
285
2862007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
287
288        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
289        RTEMS provided accessor macros to obtain configuration fields.
290
2912007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
292
293        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
294        Configuration Table. Eliminate CPU Table from all ports. Delete
295        references to CPU Table in all forms.
296
2972007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
298
299        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
300
3012007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
302
303        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
304        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
305        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
306        to improve test coverage.
307
3082007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
309
310        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
311        coverage.
312
3132007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
314
315        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
316
3172007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
318
319        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
320        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
321        .scn files.
322
3232007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
324
325        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
326        commented out and updated the .scn file.
327
3282007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
329
330        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
331        buffered test IO.
332
3332007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
334
335        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
336        rtems_io_unregister_driver did not have any test code.
337
3382007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
339
340        * spsize/size.c: Eliminate maximum_drivers configuration parameter
341        since it was used to configure a no longer used feature. Device names
342        are now part of the filesystem not in a table. This also eliminated
343        the variables _IO_Number_of_devices and _IO_Driver_name_table from
344        RTEMS as well as the memory allocation used to populate
345        _IO_Driver_name_table.
346
3472007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
348
349        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
350        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
351        properly.
352
3532007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
354
355        * spsize/size.c: Eliminated the variables
356        _RTEMS_tasks_User_initialization_tasks and
357        _RTEMS_tasks_Number_of_initialization_tasks because they were only
358        used in one place after initialized. It was a waste of space.
359
3602007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
361
362        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
363        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
364        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
365        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
366        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
367        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
368        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
369        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
370        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
371        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
372        spsize/size.c: Add optional managers to Makefiles. Clean up test
373        cases so last output line follows END OF pattern. Make sure test case
374        all run. All tests appeared ok on sis.
375
3762007-04-05      Joel Sherrill <joel@OARcorp.com>
377
378        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
379
3802007-04-05      Joel Sherrill <joel@OARcorp.com>
381
382        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
383        CONFIGURE_TEST_NEEDS_XXX configuration constants to
384        CONFIGURE_APPLICATION_NEEDS_XXX.
385
3862007-04-02      Joel Sherrill <joel@OARcorp.com>
387
388        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
389
3902007-04-02      Joel Sherrill <joel@OARcorp.com>
391
392        * spsize/size.c: Convert from Classic API style TOD_Control as
393        fundamental time structure to POSIX struct timespec. Add
394        clock_get_uptime().
395
3962007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
397
398        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
399
4002007-03-26      Joel Sherrill <joel@OARcorp.com>
401
402        * sp35/priinv.c: Remove warning.
403
4042007-03-10      Joel Sherrill <joel@OARcorp.com>
405
406        * sp26/system.h: Remove incorrect and duplicate
407        CONFIGURE_EXTRA_TASK_STACKS.
408
4092007-03-05      Joel Sherrill <joel@OARcorp.com>
410
411        PR 1222/cpukit
412        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
413        thread that is blocked on a priority based thread queue is changed,
414        that its placement in the queue is reevaluated based upon the new
415        priority. This enhancement includes modifications to the SuperCore as
416        well as new test cases.
417        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
418        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
419        sp35/sp35.doc, sp35/sp35.scn: New files.
420
4212007-03-05      Joel Sherrill <joel@OARcorp.com>
422
423        * sp26/system.h: Correct memory required for stack sizes.
424
4252007-02-06      Joel Sherrill <joel@OARcorp.com>
426
427        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
428        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
429        tests.
430
4312006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
432
433        * sp33/init.c: Improve barrier test to include normal blocking with
434        manual release and unblocking in barrier deletion.
435
4362006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
437
438        * configure.ac: New BUG-REPORT address.
439
4402006-11-20      Joel Sherrill <joel@OARcorp.com>
441
442        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
443        and make output more compliant with other tests.
444
4452006-11-17      Joel Sherrill <joel@OARcorp.com>
446
447        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
448        cases intended on all targets possible with new heap algorithm.
449
4502006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
451
452        * Makefile.am, configure.ac: Adding Classic API Barriers.
453        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
454        New files.
455
4562006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
457
458        * configure.ac: Require autoconf-2.60. Require automake-1.10.
459
4602006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
461
462        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
463        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
464        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
465        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
466        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
467        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
468        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
469        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
470        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
471        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
472        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
473        Use rtems_testsdir instead.
474
4752006-04-05      Joel Sherrill <joel@OARcorp.com>
476                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
477
478        * spsize/size.c: Victor spotted the problem that
479        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
480        variables and needed to be set to the same value.  I took that
481        idea and just removed _Thread_MP_Receive.  All uses are now
482        _MPCI_Receive_server_tcb.
483
4842005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
485
486        * configure.ac: Remove RTEMS_ENABLE_BARE,
487        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
488
4892005-11-13      Ralf Corsepius <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:
502        Convert to use *_PROGRAMS.
503
5042005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
505
506        * sp01/Makefile.am, sp02/Makefile.am,
507        sp03/Makefile.am, sp04/Makefile.am,
508        sp05/Makefile.am, sp06/Makefile.am,
509        sp07/Makefile.am, sp08/Makefile.am,
510        sp09/Makefile.am, sp11/Makefile.am,
511        sp12/Makefile.am, sp13/Makefile.am,
512        sp14/Makefile.am, sp15/Makefile.am,
513        sp16/Makefile.am, sp17/Makefile.am,
514        sp19/Makefile.am, sp20/Makefile.am,
515        sp21/Makefile.am, sp22/Makefile.am,
516        sp23/Makefile.am, sp24/Makefile.am,
517        sp25/Makefile.am, sp26/Makefile.am,
518        sp27/Makefile.am, sp28/Makefile.am,
519        sp29/Makefile.am, sp30/Makefile.am,
520        sp31/Makefile.am, sp32/Makefile.am,
521        spfatal/Makefile.am, spsize/Makefile.am: Rework.
522
5232005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
524
525        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
526        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
527        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
528        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
529        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
530        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
531        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
532        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
533        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
534        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
535        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
536        * sptests.am: Remove.
537
5382005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
539
540        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
541        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
542        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
543        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
544        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
545        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
546        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
547        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
548        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
549        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
550        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
551
5522005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
553
554        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
555
5562005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
557
558        * spsize/Makefile.am: Rename TEST to spsize.
559        * spsize/size.scn: Remove.
560        * spsize/spsize.scn: New (renamed from size.scn).
561
5622005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
563
564        * configure.ac: Add spfatal/Makefile.
565        * Makefile.am: Add spfatal to DIST_SUBDIRS.
566        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
567        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
568        * sptests.am: Remove LIB_VARIANT.
569
5702005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
571
572        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
573        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
574        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
575        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
576        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
577        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
578        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
579        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
580        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
581        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
582        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
583
5842005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
585
586        * Makefile.am: Cleanup.
587
5882005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
589
590        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
591        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
592        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
593        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
594        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
595        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
596        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
597        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
598        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
599        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
600        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
601        spfatal/Makefile.am, spsize/Makefile.am:
602        Partial conversion to automake.
603
6042005-03-07      Joel Sherrill <joel@OARcorp.com>
605
606        * sp13/task1.c: Removed warnings.
607
6082004-09-29      Joel Sherrill <joel@OARcorp.com>
609
610        * spsize/size.c: i960 obsoleted and all references removed.
611
6122004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
613
614        * configure.ac: Require automake > 1.9.
615
6162004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
617
618        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
619        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
620        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
621        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
622        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
623        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
624        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
625        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
626        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
627        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
628        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
629        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
630        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
631        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
632        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
633        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
634        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
635        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
636        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
637        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
638        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
639        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
640        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
641        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
642        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
643        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
644        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
645        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
646        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
647        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
648        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
649        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
650
6512004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
652
653        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
654
6552004-03-30      David Querbach <querbach@realtime.bc.ca>
656
657        PR 595/tests
658        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
659        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
660        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
661        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
662        others treat it as a count of longs.
663
6642004-03-30      David Querbach <querbach@realtime.bc.ca>
665
666        PR 596/tests
667        * sp32/init.c: A missing definition of TEST_INIT before including
668        <tmacros.h> means that buffered output will not work even if selected
669        in buffer_test_io.h.
670
6712004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
672
673        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
674        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
675        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
676        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
677        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
678        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
679        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
680        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
681        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
682        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
683        types.
684
6852004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * configure.ac: Add 2nd arg to RTEMS_TOP.
688
6892004-03-05      Joel Sherrill <joel@OARcorp.com>
690
691        * sp07/buffered_io.c: Remove warning.
692
6932004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
696        Add PRE/TMPINSTALL_FILES to CLEANFILES.
697        * sp02/Makefile.am: Ditto.
698        * sp03/Makefile.am: Ditto.
699        * sp04/Makefile.am: Ditto.
700        * sp05/Makefile.am: Ditto.
701        * sp06/Makefile.am: Ditto.
702        * sp07/Makefile.am: Ditto.
703        * sp08/Makefile.am: Ditto.
704        * sp09/Makefile.am: Ditto.
705        * sp11/Makefile.am: Ditto.
706        * sp12/Makefile.am: Ditto.
707        * sp13/Makefile.am: Ditto.
708        * sp14/Makefile.am: Ditto.
709        * sp15/Makefile.am: Ditto.
710        * sp16/Makefile.am: Ditto.
711        * sp17/Makefile.am: Ditto.
712        * sp19/Makefile.am: Ditto.
713        * sp20/Makefile.am: Ditto.
714        * sp21/Makefile.am: Ditto.
715        * sp22/Makefile.am: Ditto.
716        * sp23/Makefile.am: Ditto.
717        * sp24/Makefile.am: Ditto.
718        * sp25/Makefile.am: Ditto.
719        * sp26/Makefile.am: Ditto.
720        * sp27/Makefile.am: Ditto.
721        * sp28/Makefile.am: Ditto.
722        * sp29/Makefile.am: Ditto.
723        * sp30/Makefile.am: Ditto.
724        * sp31/Makefile.am: Ditto.
725        * sp32/Makefile.am: Ditto.
726        * spfatal/Makefile.am: Ditto.
727        * spsize/Makefile.am: Ditto.
728
7292003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * sptests.am: Add dirstamp support.
732
7332003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
736
7372003-12-16      Joel Sherrill <joel@OARcorp.com>
738
739        PR 544/tests
740        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
741        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
742        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
743        make tests account for resources and not print at inappropriate
744        times.
745        * sp07/buffered_io.c: New file.
746
7472003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
750
7512003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
752
753        * sp01/Makefile.am: Remove all-local: $(ARCH).
754        * sp02/Makefile.am: Remove all-local: $(ARCH).
755        * sp03/Makefile.am: Remove all-local: $(ARCH).
756        * sp04/Makefile.am: Remove all-local: $(ARCH).
757        * sp05/Makefile.am: Remove all-local: $(ARCH).
758        * sp06/Makefile.am: Remove all-local: $(ARCH).
759        * sp07/Makefile.am: Remove all-local: $(ARCH).
760        * sp08/Makefile.am: Remove all-local: $(ARCH).
761        * sp09/Makefile.am: Remove all-local: $(ARCH).
762        * sp11/Makefile.am: Remove all-local: $(ARCH).
763        * sp12/Makefile.am: Remove all-local: $(ARCH).
764        * sp13/Makefile.am: Remove all-local: $(ARCH).
765        * sp14/Makefile.am: Remove all-local: $(ARCH).
766        * sp15/Makefile.am: Remove all-local: $(ARCH).
767        * sp16/Makefile.am: Remove all-local: $(ARCH).
768        * sp17/Makefile.am: Remove all-local: $(ARCH).
769        * sp19/Makefile.am: Remove all-local: $(ARCH).
770        * sp20/Makefile.am: Remove all-local: $(ARCH).
771        * sp21/Makefile.am: Remove all-local: $(ARCH).
772        * sp22/Makefile.am: Remove all-local: $(ARCH).
773        * sp23/Makefile.am: Remove all-local: $(ARCH).
774        * sp24/Makefile.am: Remove all-local: $(ARCH).
775        * sp25/Makefile.am: Remove all-local: $(ARCH).
776        * sp26/Makefile.am: Remove all-local: $(ARCH).
777        * sp27/Makefile.am: Remove all-local: $(ARCH).
778        * sp28/Makefile.am: Remove all-local: $(ARCH).
779        * sp29/Makefile.am: Remove all-local: $(ARCH).
780        * sp30/Makefile.am: Remove all-local: $(ARCH).
781        * sp31/Makefile.am: Remove all-local: $(ARCH).
782        * sp32/Makefile.am: Remove all-local: $(ARCH).
783        * spfatal/Makefile.am: Remove all-local: $(ARCH).
784        * spsize/Makefile.am: Remove all-local: $(ARCH).
785
7862003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * configure.ac: Reflect having moved to testsuites/.
789
7902003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
791
792        * configure.ac: Remove RTEMS_CANONICAL_HOST.
793
7942003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
795
796        * configure.ac:Remove RTEMS_CHECK_CPU.
797
7982003-09-04      Joel Sherrill <joel@OARcorp.com>
799
800        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
801        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
802        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
803        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
804        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
805        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
806        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
807        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
808        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
809        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
810        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
811        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
812        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
813        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
814        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
815        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
816        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
817        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
818        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
819        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
820        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
821        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
822        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
823        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
824        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
825        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
826        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
827        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
828        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
829        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
830        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
831        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
832        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
833        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
834        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
835        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
836        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
837        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
838        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
839        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
840        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
841        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
842        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
843        spsize/size.c, spsize/system.h: URL for license changed.
844
8452003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
846
847        PR 458/tests
848        * sp30/task1.c: Correct indexing problem.
849
8502003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
851
852        * Makefile.am: Reflect having moved aclocal/.
853
8542003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
855
856        * Makefile.am: Reflect having moved automake/.
857        * sp01/Makefile.am: Reflect having moved automake/.
858        * sp02/Makefile.am: Reflect having moved automake/.
859        * sp03/Makefile.am: Reflect having moved automake/.
860        * sp04/Makefile.am: Reflect having moved automake/.
861        * sp05/Makefile.am: Reflect having moved automake/.
862        * sp06/Makefile.am: Reflect having moved automake/.
863        * sp07/Makefile.am: Reflect having moved automake/.
864        * sp08/Makefile.am: Reflect having moved automake/.
865        * sp09/Makefile.am: Reflect having moved automake/.
866        * sp11/Makefile.am: Reflect having moved automake/.
867        * sp12/Makefile.am: Reflect having moved automake/.
868        * sp13/Makefile.am: Reflect having moved automake/.
869        * sp14/Makefile.am: Reflect having moved automake/.
870        * sp15/Makefile.am: Reflect having moved automake/.
871        * sp16/Makefile.am: Reflect having moved automake/.
872        * sp17/Makefile.am: Reflect having moved automake/.
873        * sp19/Makefile.am: Reflect having moved automake/.
874        * sp20/Makefile.am: Reflect having moved automake/.
875        * sp21/Makefile.am: Reflect having moved automake/.
876        * sp22/Makefile.am: Reflect having moved automake/.
877        * sp23/Makefile.am: Reflect having moved automake/.
878        * sp24/Makefile.am: Reflect having moved automake/.
879        * sp25/Makefile.am: Reflect having moved automake/.
880        * sp26/Makefile.am: Reflect having moved automake/.
881        * sp27/Makefile.am: Reflect having moved automake/.
882        * sp28/Makefile.am: Reflect having moved automake/.
883        * sp29/Makefile.am: Reflect having moved automake/.
884        * sp30/Makefile.am: Reflect having moved automake/.
885        * sp31/Makefile.am: Reflect having moved automake/.
886        * sp32/Makefile.am: Reflect having moved automake/.
887        * spfatal/Makefile.am: Reflect having moved automake/.
888        * spsize/Makefile.am: Reflect having moved automake/.
889
8902003-08-14      Joel Sherrill <joel@OARcorp.com>
891
892        * sp02/task1.c: Added ID to name lookup service and changed name of
893        id/name translation status code. This propagated to multiple
894        functions. The user API service added was rtems_object_id_to_name()
895
8962003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
897
898        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
899
9002003-05-29      Joel Sherrill <joel@OARcorp.com>
901
902        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
903
9042003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
907        CC_CFLAGS_DEFAULT (obsolete).
908
9092003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
910
911        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
912        Remove CC_LDFLAGS_PROFILE_V.
913
9142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
915
916        * configure.ac: Remove AC_CONFIG_AUX_DIR.
917
9182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
919
920        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
921
9222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
923
924        * configure.ac: AC_PREREQ(2.57).
925
9262002-11-14      Joel Sherrill <joel@OARcorp.com>
927
928        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
929        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
930        update the IDs in the screens.
931
9322002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
933
934        * .cvsignore: Reformat.
935        Add autom4te*cache.
936        Remove autom4te.cache.
937
9382002-09-14      Joel Sherrill <joel@OARcorp.com>
939
940        * sp32/.cvsignore: New file.
941
9422002-09-14      Aaron J. Grier <aaron@frye.com>
943
944        * PR271 was not applicable against the current source but included
945        a nice test that Joel decided to add to the tree as sp32.
946        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
947        * Makefile.am, configure.ac: Modified to reflect addition.
948
9492002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
950
951        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
952        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
953        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
954        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
955        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
956        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
957        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
958        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
959        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
960        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
961        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
962        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
963        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
964        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
965        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
966        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
967        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
968        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
969        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
970        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
971        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
972        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
973        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
974        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
975        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
976        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
977        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
978        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
979        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
980        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
981        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
982
9832002-08-01      Joel Sherrill <joel@OARcorp.com>
984
985        * Per PR47 add support for buffered test output.  This involved
986        adding defines to redirect output to a buffer and dump it when
987        full, at "test pause", and at exit.  To avoid problems when redefining
988        exit(), all tests were modified to call rtems_test_exit().
989        Some tests, notable psxtests, had to be modified to include
990        the standard test macro .h file (pmacros.h or tmacros.h) to
991        enable this support.
992        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
993        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
994        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
995        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
996        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
997        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
998        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
999
10002002-07-30      Joel Sherrill <joel@OARcorp.com>
1001
1002        * spsize/size.c: Don't reference the RTEMS allocated interrupt
1003        stack if the port doesn't configure using it.
1004
10052002-07-04      Joel Sherrill <joel@OARcorp.com>
1006
1007        * Jump table for single entry point removed.
1008        * spsize/size.c:  Modified to reflect above.
1009
10102002-07-01      Joel Sherrill <joel@OARcorp.com>
1011
1012        * sp29/init.c: Corrected definitions for task stack usage.
1013
10142002-07-01      Joel Sherrill <joel@OARcorp.com>
1015
1016        * spsize/size.c: _Thread_queue_Extract_table removed.
1017
10182001-05-17      Joel Sherrill <joel@OARcorp.com>
1019
1020        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
1021        number of staticly configured device drivers.
1022
10232001-05-14      Joel Sherrill <joel@OARcorp.com>
1024
1025        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
1026        than the configured number of drivers.
1027 
10282002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1029
1030        * configure.ac: Remove ENABLE_GCC28.
1031
10322001-04-04      Joel Sherrill <joel@OARcorp.com>
1033
1034        * spsize/size.c: Reflect SPARC modifcation to get rid of
1035        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1036 
10372001-03-29      Joel Sherrill <joel@OARcorp.com>
1038
1039        * Per PR147 addressed problems when reseting and inserting a timer
1040        into a timer chain that did not honor time passage since the last
1041        time the timer server was scheduled and the new insertion.
1042        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1043
10442001-03-28      Joel Sherrill <joel@OARcorp.com>
1045
1046        * Side-effect of PR132.
1047        * sp21/system.h: Now must explicitly request NULL driver.
1048
10492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1050
1051        * configure.ac:
1052        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1053        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1054        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1055        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1056        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1057        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1058        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1059        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1060        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1061        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1062        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1063        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1064        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1065        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1066        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1067        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1068        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1069        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1070        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1071        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1072        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1073        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1074        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1075        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1076        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1077        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1078        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1079        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1080        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1081        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1082        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1083        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1084        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1085        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1086
10872002-03-20      Chris Johns <ccj@acm.org>
1088
1089        * PR145.
1090        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1091        in system (e.g. driver tasks).  Also exit on minimum number of
1092        switches not precise number.
1093
10942001-01-29      Joel Sherrill <joel@OARcorp.com>
1095
1096        * Fixed bug where resetting a timer that was not at the head
1097        of one of the task timer chains resulted in the Timer Server
1098        task waking up too far in the future.
1099        * Added rtems_timer_get_information() directive to support testing.
1100        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1101        above condition.
1102
11032001-01-22      Joel Sherrill <joel@OARcorp.com>
1104
1105        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1106        because priority added as argument to rtems_timer_initiate_server().
1107
11082001-01-16      Joel Sherrill <joel@OARcorp.com>
1109
1110        * Added tests for task-based timers.  This included the new tests
1111        sp30 and sp31.
1112        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1113        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1114        for task-based timer services.
1115        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1116        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1117        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1118        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1119        sp31/task1.c: New files.
1120
11212001-11-01      Joel Sherrill <joel@OARcorp.com>
1122
1123        * sp26/system.h: Properly account for stack memory used by
1124        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1125        and processed as PR78.
1126
11272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1128
1129        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1130        * configure.in: Remove.
1131        * configure.ac: New file, generated from configure.in by autoupdate.
1132
11332001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1134
1135        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1136
11372001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1138
1139        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1140        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1141        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1142        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1143        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1144        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1145        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1146        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1147        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1148        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1149        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1150        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1151        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1152        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1153        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1154        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1155        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1156        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1157        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1158        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1159        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1160        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1161        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1162        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1163        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1164        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1165        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1166        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1167        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1168
11692001-08-16      Joel Sherrill <joel@OARcorp.com>
1170
1171        * sp20/system.h: Account for extra task stacks properly.
1172
11732001-08-16      Joel Sherrill <joel@OARcorp.com>
1174
1175        * sp13/sp13.scn: Id in screen had wrong class field value.
1176        * sp13/system.h: Account for message buffer memory.
1177        * sp13/task2.c: Remove unnecessary check for failure.
1178
11792001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1180
1181        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1182
11832001-04-20      Joel Sherrill <joel@OARcorp.com>
1184
1185        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1186        file.
1187
11882001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1189
1190        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1191
11922001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1193
1194        * sp21/Makefile.am: Remove libtest.
1195
11962000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1197
1198        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1199
12002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1201
1202        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1203
12042000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1205
1206        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1207        Switch to GNU canonicalization.
1208        * sptests.am: Remove DEFS.
1209
12102000-09-29      Joel Sherrill <joel@OARcorp.com>
1211
1212        * sp20/sp20.scn: Corrected to reflect new addition.
1213        * sp20/system.h: Removed comment reflecting history.
1214
12152000-09-29      Stephan Merker <merker@decrc.abb.de>
1216
1217        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1218        Added new task to test sequence of altering a period's length
1219        while it is still active.
1220
12212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1222
1223        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1224        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1225        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1226        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1227        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1228        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1229        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1230        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1231        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1232        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1233
12342000-08-10      Joel Sherrill <joel@OARcorp.com>
1235
1236        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.