source: rtems/testsuites/sptests/ChangeLog @ 0e2f369

4.9
Last change on this file since 0e2f369 was 0e2f369, checked in by Joel Sherrill <joel.sherrill@…>, on 01/21/09 at 20:48:07

2009-01-21 Nickolay Kolchin <nbkolchin@…>

Joel Sherrill <joel.sherrill@…>

PR 1357/cpukit

  • rtems/src/tasks.c: Ensure creating a task with no ASR is honored.
  • Property mode set to 100644
File size: 48.7 KB
Line 
12009-01-21      Nickolay Kolchin <nbkolchin@gmail.com>
2                Joel Sherrill <joel.sherrill@oarcorp.com>
3
4        PR 1357/cpukit
5        * Makefile.am, configure.ac: Ensure creating a task with no ASR is
6        honored.
7        * sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
8        sp47/sp47.scn: New files.
9
102008-12-05      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * sp46/sp46.scn: New file.
13
142008-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        PR 1348/cpukit
17        * Makefile.am, configure.ac: Add test of special case of resetting cpu
18        usage information while a period is running.
19        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc: New
20        files.
21
222008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        PR 1347/cpukit
25        * sp45/init.c: New file.
26
272008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        PR 1347/cpukit
30        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
31        Rework Timer Server to ensure that the context allows for blocking,
32        allocating memory, and acquiring semaphores and mutexes.
33        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
34        New files.
35
362008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * sp19/system.h: Use "double" instead of "rtems_double".
39
402008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
43
442008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
47        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
48        spfatal_support/init.c, spfatal_support/system.h:
49        Convert to "bool".
50
512008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
54        declared in a public place.
55
562008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
59
602008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * sp43/init.c: Fix derefence of uninitialized pointer.
63
642008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
67        multiprocessing is not enabled. Saves one more variable from single
68        processor configuration.
69
702008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
71
72        PR 1212/cpukit
73        * Makefile.am, configure.ac: Time slicing will not happen if the task
74        mode is changed from a non-timeslicing mode to timeslicing mode if it
75        is done by the executing thread (e.g. in its task body). This change
76        includes sp44 to demonstrate the problem and verify the correction.
77        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
78
792008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
82        architectures they are not supported on.
83
842008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
87
882008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
91          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
92
932008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * sp28/init.c: Corrections to configuration.
96        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
97        * spsize/size.c: _ISR_Vector_table only exists on architectures
98        which use the Simple Vectored Interrupt Model.
99
1002008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * spsize/size.c: Convention calls for leading underscore on private
103        RTEMS variables.
104
1052008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
108        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
109        Refactored and renamed initialization routines to
110        rtems_initialize_data_structures, rtems_initialize_before_drivers,
111        rtems_initialize_device_drivers, and
112        rtems_initialize_start_multitasking. This opened the sequence up so
113        that bootcard() could provide a more robust and flexible framework
114        which is easier to explain and understand. This also lays the
115        groundwork for sharing the division of available memory between the
116        RTEMS workspace and heap and the C library initialization across all
117        BSPs.
118
1192008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * sp32/init.c: Formatting.
122
1232008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * sp09/screen01.c: Correct test.
126        * sp09/screen14.c: Update copyright.
127        * sp28/init.c: Correct end of test messages.
128
1292008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
132
1332008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
136        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
137        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
138        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
139        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
140        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
141        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
142        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
143        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
144        tests. Add a clock_settime case for < 1988.
145
1462008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
149
1502008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
153        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
154        * sp41/sp41.scn: Now has content.
155        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
156        Object Services recently added to API.
157
1582008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
161        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
162        collection. This changed the name of a few previously public but
163        undocumented services and added a some new services.
164        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
165        sp43/system.h: New files.
166
1672008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * spfatal10/.cvsignore: New file.
170
1712008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
174        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
175        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
176        New files.
177
1782008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
179
180        * Makefile.am, configure.ac: Added fatal error tests
181        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
182        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
183        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
184        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
185        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
186        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
187        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
188        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
189        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
190        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
191        spfatal_support/init.c, spfatal_support/system.h: New files.
192
1932008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
194
195        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
196        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
197        test messages.
198
1992008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
200
201        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
202        simple type to a union of an unsigned 32 bit integer and a pointer.
203        This should help eliminate weird casts between u32 and pointers in
204        various places. The APIs now have to explicitly call _u32 or _string
205        versions of helper routines. This should also simplify things and
206        eliminate the need for ugly casts in some cases.
207
2082008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
209
210        * sp42/Makefile.am: New file.
211
2122008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        Add sp42 to exercise thread queue with knowledge of the implementation
215        so we can exercise all of the normal paths possible.
216        * Makefile.am, configure.ac: Add sp42.
217        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
218
2192008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
220
221        * sp39/init.c: Add case for long timeout on blocking operation.
222        * Makefile.am, configure.ac: Add new test to exercise thread
223        queue blokcing synchronization. sp39 and sp41 are very similar.
224        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
225        sp41/system.h: New files.
226
2272008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
228
229        * sp39/init.c: Clean up.
230
2312008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
232
233        * sp39/init.c: Modify to improve coverage.
234
2352008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
236
237        * sp36/strict_order_mut.c:
238
2392008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
240
241        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
242        driver registration.
243        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
244        sp40/system.h: New files.
245
2462008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
247
248        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
249        Add test cases for:
250          + message queue create requesting too many message buffers
251            for the available memory
252          + region extend with address inside existing heap
253          + timer server initiate too large a stack, create error
254        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
255          + task set priority while holding resource
256
2572008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * Makefile.am, configure.ac: Added sp38 and sp39.
260        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
261        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
262        sp39/sp39.scn, sp39/system.h: New files.
263
2642007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
265
266        * sp36/strict_order_mut.c: New file.
267
2682007-12-21      Xi Yang <hiyangxi@gmail.com>
269
270        * Makefile.am, configure.ac: Add support for proper stacking of
271        priority inheritance on mutexes as well as enforce proper order of
272        release.
273        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
274        sp36/sp36.scn: New files.
275
2762007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
277
278        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
279        directive instead of violating RTEMS internals.
280
2812007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
282
283        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
284        Add test cases for User Extension Manager to improve code coverage.
285        * sp21/task1.c: Fix spelling error.
286
2872007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
288
289        * spsize/size.c: Account for previous changes in calculation of MPCI
290        receive server stack.
291
2922007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
293
294        * sp09/screen07.c, sp09/sp09.scn: Add test for
295        rtems_message_queue_broadcast for bad buffer and count pointers.
296        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
297        with bad priority or initiating twice.
298        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
299        it forces a dispatch.
300        * sp37/init.c: New file.
301
3022007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
303
304        * Makefile.am, configure.ac: Add new tests for interrupt disable,
305        enable, flash, and is in progress. These are normally inlines but
306        also have bodies for non-C code. This test also exercises the odd
307        case of calling clock tick from outside an ISR.
308        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
309
3102007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
311
312        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
313        using notepad with the current task's ID or SELF
314        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
315        test missing test cases for clock_get.
316
3172007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
318
319        * sp28/init.c: Add test code for task variables to improve coverage.
320
3212007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
322
323        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
324        RTEMS provided accessor macros to obtain configuration fields.
325
3262007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
327
328        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
329        Configuration Table. Eliminate CPU Table from all ports. Delete
330        references to CPU Table in all forms.
331
3322007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
333
334        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
335
3362007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
337
338        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
339        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
340        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
341        to improve test coverage.
342
3432007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
344
345        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
346        coverage.
347
3482007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
349
350        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
351
3522007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
353
354        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
355        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
356        .scn files.
357
3582007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
359
360        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
361        commented out and updated the .scn file.
362
3632007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
364
365        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
366        buffered test IO.
367
3682007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
369
370        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
371        rtems_io_unregister_driver did not have any test code.
372
3732007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
374
375        * spsize/size.c: Eliminate maximum_drivers configuration parameter
376        since it was used to configure a no longer used feature. Device names
377        are now part of the filesystem not in a table. This also eliminated
378        the variables _IO_Number_of_devices and _IO_Driver_name_table from
379        RTEMS as well as the memory allocation used to populate
380        _IO_Driver_name_table.
381
3822007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
383
384        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
385        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
386        properly.
387
3882007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
389
390        * spsize/size.c: Eliminated the variables
391        _RTEMS_tasks_User_initialization_tasks and
392        _RTEMS_tasks_Number_of_initialization_tasks because they were only
393        used in one place after initialized. It was a waste of space.
394
3952007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
396
397        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
398        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
399        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
400        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
401        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
402        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
403        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
404        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
405        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
406        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
407        spsize/size.c: Add optional managers to Makefiles. Clean up test
408        cases so last output line follows END OF pattern. Make sure test case
409        all run. All tests appeared ok on sis.
410
4112007-04-05      Joel Sherrill <joel@OARcorp.com>
412
413        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
414
4152007-04-05      Joel Sherrill <joel@OARcorp.com>
416
417        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
418        CONFIGURE_TEST_NEEDS_XXX configuration constants to
419        CONFIGURE_APPLICATION_NEEDS_XXX.
420
4212007-04-02      Joel Sherrill <joel@OARcorp.com>
422
423        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
424
4252007-04-02      Joel Sherrill <joel@OARcorp.com>
426
427        * spsize/size.c: Convert from Classic API style TOD_Control as
428        fundamental time structure to POSIX struct timespec. Add
429        clock_get_uptime().
430
4312007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
432
433        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
434
4352007-03-26      Joel Sherrill <joel@OARcorp.com>
436
437        * sp35/priinv.c: Remove warning.
438
4392007-03-10      Joel Sherrill <joel@OARcorp.com>
440
441        * sp26/system.h: Remove incorrect and duplicate
442        CONFIGURE_EXTRA_TASK_STACKS.
443
4442007-03-05      Joel Sherrill <joel@OARcorp.com>
445
446        PR 1222/cpukit
447        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
448        thread that is blocked on a priority based thread queue is changed,
449        that its placement in the queue is reevaluated based upon the new
450        priority. This enhancement includes modifications to the SuperCore as
451        well as new test cases.
452        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
453        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
454        sp35/sp35.doc, sp35/sp35.scn: New files.
455
4562007-03-05      Joel Sherrill <joel@OARcorp.com>
457
458        * sp26/system.h: Correct memory required for stack sizes.
459
4602007-02-06      Joel Sherrill <joel@OARcorp.com>
461
462        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
463        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
464        tests.
465
4662006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
467
468        * sp33/init.c: Improve barrier test to include normal blocking with
469        manual release and unblocking in barrier deletion.
470
4712006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
472
473        * configure.ac: New BUG-REPORT address.
474
4752006-11-20      Joel Sherrill <joel@OARcorp.com>
476
477        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
478        and make output more compliant with other tests.
479
4802006-11-17      Joel Sherrill <joel@OARcorp.com>
481
482        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
483        cases intended on all targets possible with new heap algorithm.
484
4852006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
486
487        * Makefile.am, configure.ac: Adding Classic API Barriers.
488        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
489        New files.
490
4912006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
492
493        * configure.ac: Require autoconf-2.60. Require automake-1.10.
494
4952006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
496
497        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
498        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
499        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
500        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
501        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
502        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
503        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
504        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
505        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
506        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
507        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
508        Use rtems_testsdir instead.
509
5102006-04-05      Joel Sherrill <joel@OARcorp.com>
511                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
512
513        * spsize/size.c: Victor spotted the problem that
514        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
515        variables and needed to be set to the same value.  I took that
516        idea and just removed _Thread_MP_Receive.  All uses are now
517        _MPCI_Receive_server_tcb.
518
5192005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
520
521        * configure.ac: Remove RTEMS_ENABLE_BARE,
522        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
523
5242005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
525
526        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
527        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
528        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
529        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
530        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
531        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
532        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
533        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
534        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
535        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
536        spfatal/Makefile.am, spsize/Makefile.am:
537        Convert to use *_PROGRAMS.
538
5392005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
540
541        * sp01/Makefile.am, sp02/Makefile.am,
542        sp03/Makefile.am, sp04/Makefile.am,
543        sp05/Makefile.am, sp06/Makefile.am,
544        sp07/Makefile.am, sp08/Makefile.am,
545        sp09/Makefile.am, sp11/Makefile.am,
546        sp12/Makefile.am, sp13/Makefile.am,
547        sp14/Makefile.am, sp15/Makefile.am,
548        sp16/Makefile.am, sp17/Makefile.am,
549        sp19/Makefile.am, sp20/Makefile.am,
550        sp21/Makefile.am, sp22/Makefile.am,
551        sp23/Makefile.am, sp24/Makefile.am,
552        sp25/Makefile.am, sp26/Makefile.am,
553        sp27/Makefile.am, sp28/Makefile.am,
554        sp29/Makefile.am, sp30/Makefile.am,
555        sp31/Makefile.am, sp32/Makefile.am,
556        spfatal/Makefile.am, spsize/Makefile.am: Rework.
557
5582005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
559
560        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
561        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
562        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
563        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
564        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
565        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
566        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
567        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
568        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
569        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
570        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
571        * sptests.am: Remove.
572
5732005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
574
575        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
576        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
577        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
578        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
579        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
580        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
581        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
582        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
583        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
584        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
585        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
586
5872005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
588
589        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
590
5912005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
592
593        * spsize/Makefile.am: Rename TEST to spsize.
594        * spsize/size.scn: Remove.
595        * spsize/spsize.scn: New (renamed from size.scn).
596
5972005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
598
599        * configure.ac: Add spfatal/Makefile.
600        * Makefile.am: Add spfatal to DIST_SUBDIRS.
601        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
602        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
603        * sptests.am: Remove LIB_VARIANT.
604
6052005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
606
607        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
608        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
609        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
610        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
611        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
612        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
613        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
614        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
615        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
616        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
617        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
618
6192005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
620
621        * Makefile.am: Cleanup.
622
6232005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
624
625        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
626        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
627        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
628        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
629        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
630        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
631        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
632        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
633        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
634        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
635        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
636        spfatal/Makefile.am, spsize/Makefile.am:
637        Partial conversion to automake.
638
6392005-03-07      Joel Sherrill <joel@OARcorp.com>
640
641        * sp13/task1.c: Removed warnings.
642
6432004-09-29      Joel Sherrill <joel@OARcorp.com>
644
645        * spsize/size.c: i960 obsoleted and all references removed.
646
6472004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
648
649        * configure.ac: Require automake > 1.9.
650
6512004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
652
653        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
654        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
655        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
656        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
657        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
658        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
659        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
660        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
661        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
662        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
663        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
664        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
665        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
666        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
667        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
668        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
669        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
670        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
671        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
672        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
673        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
674        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
675        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
676        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
677        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
678        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
679        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
680        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
681        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
682        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
683        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
684        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
685
6862004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
687
688        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
689
6902004-03-30      David Querbach <querbach@realtime.bc.ca>
691
692        PR 595/tests
693        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
694        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
695        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
696        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
697        others treat it as a count of longs.
698
6992004-03-30      David Querbach <querbach@realtime.bc.ca>
700
701        PR 596/tests
702        * sp32/init.c: A missing definition of TEST_INIT before including
703        <tmacros.h> means that buffered output will not work even if selected
704        in buffer_test_io.h.
705
7062004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
707
708        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
709        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
710        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
711        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
712        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
713        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
714        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
715        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
716        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
717        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
718        types.
719
7202004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
721
722        * configure.ac: Add 2nd arg to RTEMS_TOP.
723
7242004-03-05      Joel Sherrill <joel@OARcorp.com>
725
726        * sp07/buffered_io.c: Remove warning.
727
7282004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
731        Add PRE/TMPINSTALL_FILES to CLEANFILES.
732        * sp02/Makefile.am: Ditto.
733        * sp03/Makefile.am: Ditto.
734        * sp04/Makefile.am: Ditto.
735        * sp05/Makefile.am: Ditto.
736        * sp06/Makefile.am: Ditto.
737        * sp07/Makefile.am: Ditto.
738        * sp08/Makefile.am: Ditto.
739        * sp09/Makefile.am: Ditto.
740        * sp11/Makefile.am: Ditto.
741        * sp12/Makefile.am: Ditto.
742        * sp13/Makefile.am: Ditto.
743        * sp14/Makefile.am: Ditto.
744        * sp15/Makefile.am: Ditto.
745        * sp16/Makefile.am: Ditto.
746        * sp17/Makefile.am: Ditto.
747        * sp19/Makefile.am: Ditto.
748        * sp20/Makefile.am: Ditto.
749        * sp21/Makefile.am: Ditto.
750        * sp22/Makefile.am: Ditto.
751        * sp23/Makefile.am: Ditto.
752        * sp24/Makefile.am: Ditto.
753        * sp25/Makefile.am: Ditto.
754        * sp26/Makefile.am: Ditto.
755        * sp27/Makefile.am: Ditto.
756        * sp28/Makefile.am: Ditto.
757        * sp29/Makefile.am: Ditto.
758        * sp30/Makefile.am: Ditto.
759        * sp31/Makefile.am: Ditto.
760        * sp32/Makefile.am: Ditto.
761        * spfatal/Makefile.am: Ditto.
762        * spsize/Makefile.am: Ditto.
763
7642003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * sptests.am: Add dirstamp support.
767
7682003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
771
7722003-12-16      Joel Sherrill <joel@OARcorp.com>
773
774        PR 544/tests
775        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
776        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
777        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
778        make tests account for resources and not print at inappropriate
779        times.
780        * sp07/buffered_io.c: New file.
781
7822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
785
7862003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * sp01/Makefile.am: Remove all-local: $(ARCH).
789        * sp02/Makefile.am: Remove all-local: $(ARCH).
790        * sp03/Makefile.am: Remove all-local: $(ARCH).
791        * sp04/Makefile.am: Remove all-local: $(ARCH).
792        * sp05/Makefile.am: Remove all-local: $(ARCH).
793        * sp06/Makefile.am: Remove all-local: $(ARCH).
794        * sp07/Makefile.am: Remove all-local: $(ARCH).
795        * sp08/Makefile.am: Remove all-local: $(ARCH).
796        * sp09/Makefile.am: Remove all-local: $(ARCH).
797        * sp11/Makefile.am: Remove all-local: $(ARCH).
798        * sp12/Makefile.am: Remove all-local: $(ARCH).
799        * sp13/Makefile.am: Remove all-local: $(ARCH).
800        * sp14/Makefile.am: Remove all-local: $(ARCH).
801        * sp15/Makefile.am: Remove all-local: $(ARCH).
802        * sp16/Makefile.am: Remove all-local: $(ARCH).
803        * sp17/Makefile.am: Remove all-local: $(ARCH).
804        * sp19/Makefile.am: Remove all-local: $(ARCH).
805        * sp20/Makefile.am: Remove all-local: $(ARCH).
806        * sp21/Makefile.am: Remove all-local: $(ARCH).
807        * sp22/Makefile.am: Remove all-local: $(ARCH).
808        * sp23/Makefile.am: Remove all-local: $(ARCH).
809        * sp24/Makefile.am: Remove all-local: $(ARCH).
810        * sp25/Makefile.am: Remove all-local: $(ARCH).
811        * sp26/Makefile.am: Remove all-local: $(ARCH).
812        * sp27/Makefile.am: Remove all-local: $(ARCH).
813        * sp28/Makefile.am: Remove all-local: $(ARCH).
814        * sp29/Makefile.am: Remove all-local: $(ARCH).
815        * sp30/Makefile.am: Remove all-local: $(ARCH).
816        * sp31/Makefile.am: Remove all-local: $(ARCH).
817        * sp32/Makefile.am: Remove all-local: $(ARCH).
818        * spfatal/Makefile.am: Remove all-local: $(ARCH).
819        * spsize/Makefile.am: Remove all-local: $(ARCH).
820
8212003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
822
823        * configure.ac: Reflect having moved to testsuites/.
824
8252003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * configure.ac: Remove RTEMS_CANONICAL_HOST.
828
8292003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
830
831        * configure.ac:Remove RTEMS_CHECK_CPU.
832
8332003-09-04      Joel Sherrill <joel@OARcorp.com>
834
835        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
836        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
837        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
838        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
839        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
840        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
841        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
842        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
843        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
844        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
845        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
846        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
847        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
848        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
849        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
850        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
851        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
852        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
853        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
854        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
855        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
856        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
857        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
858        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
859        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
860        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
861        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
862        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
863        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
864        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
865        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
866        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
867        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
868        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
869        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
870        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
871        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
872        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
873        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
874        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
875        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
876        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
877        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
878        spsize/size.c, spsize/system.h: URL for license changed.
879
8802003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
881
882        PR 458/tests
883        * sp30/task1.c: Correct indexing problem.
884
8852003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
886
887        * Makefile.am: Reflect having moved aclocal/.
888
8892003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
890
891        * Makefile.am: Reflect having moved automake/.
892        * sp01/Makefile.am: Reflect having moved automake/.
893        * sp02/Makefile.am: Reflect having moved automake/.
894        * sp03/Makefile.am: Reflect having moved automake/.
895        * sp04/Makefile.am: Reflect having moved automake/.
896        * sp05/Makefile.am: Reflect having moved automake/.
897        * sp06/Makefile.am: Reflect having moved automake/.
898        * sp07/Makefile.am: Reflect having moved automake/.
899        * sp08/Makefile.am: Reflect having moved automake/.
900        * sp09/Makefile.am: Reflect having moved automake/.
901        * sp11/Makefile.am: Reflect having moved automake/.
902        * sp12/Makefile.am: Reflect having moved automake/.
903        * sp13/Makefile.am: Reflect having moved automake/.
904        * sp14/Makefile.am: Reflect having moved automake/.
905        * sp15/Makefile.am: Reflect having moved automake/.
906        * sp16/Makefile.am: Reflect having moved automake/.
907        * sp17/Makefile.am: Reflect having moved automake/.
908        * sp19/Makefile.am: Reflect having moved automake/.
909        * sp20/Makefile.am: Reflect having moved automake/.
910        * sp21/Makefile.am: Reflect having moved automake/.
911        * sp22/Makefile.am: Reflect having moved automake/.
912        * sp23/Makefile.am: Reflect having moved automake/.
913        * sp24/Makefile.am: Reflect having moved automake/.
914        * sp25/Makefile.am: Reflect having moved automake/.
915        * sp26/Makefile.am: Reflect having moved automake/.
916        * sp27/Makefile.am: Reflect having moved automake/.
917        * sp28/Makefile.am: Reflect having moved automake/.
918        * sp29/Makefile.am: Reflect having moved automake/.
919        * sp30/Makefile.am: Reflect having moved automake/.
920        * sp31/Makefile.am: Reflect having moved automake/.
921        * sp32/Makefile.am: Reflect having moved automake/.
922        * spfatal/Makefile.am: Reflect having moved automake/.
923        * spsize/Makefile.am: Reflect having moved automake/.
924
9252003-08-14      Joel Sherrill <joel@OARcorp.com>
926
927        * sp02/task1.c: Added ID to name lookup service and changed name of
928        id/name translation status code. This propagated to multiple
929        functions. The user API service added was rtems_object_id_to_name()
930
9312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
932
933        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
934
9352003-05-29      Joel Sherrill <joel@OARcorp.com>
936
937        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
938
9392003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
940
941        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
942        CC_CFLAGS_DEFAULT (obsolete).
943
9442003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
947        Remove CC_LDFLAGS_PROFILE_V.
948
9492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
950
951        * configure.ac: Remove AC_CONFIG_AUX_DIR.
952
9532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
954
955        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
956
9572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * configure.ac: AC_PREREQ(2.57).
960
9612002-11-14      Joel Sherrill <joel@OARcorp.com>
962
963        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
964        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
965        update the IDs in the screens.
966
9672002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
968
969        * .cvsignore: Reformat.
970        Add autom4te*cache.
971        Remove autom4te.cache.
972
9732002-09-14      Joel Sherrill <joel@OARcorp.com>
974
975        * sp32/.cvsignore: New file.
976
9772002-09-14      Aaron J. Grier <aaron@frye.com>
978
979        * PR271 was not applicable against the current source but included
980        a nice test that Joel decided to add to the tree as sp32.
981        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
982        * Makefile.am, configure.ac: Modified to reflect addition.
983
9842002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
985
986        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
987        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
988        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
989        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
990        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
991        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
992        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
993        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
994        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
995        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
996        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
997        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
998        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
999        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
1000        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
1001        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
1002        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
1003        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
1004        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
1005        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
1006        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
1007        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
1008        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
1009        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
1010        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
1011        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
1012        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
1013        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
1014        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
1015        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
1016        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
1017
10182002-08-01      Joel Sherrill <joel@OARcorp.com>
1019
1020        * Per PR47 add support for buffered test output.  This involved
1021        adding defines to redirect output to a buffer and dump it when
1022        full, at "test pause", and at exit.  To avoid problems when redefining
1023        exit(), all tests were modified to call rtems_test_exit().
1024        Some tests, notable psxtests, had to be modified to include
1025        the standard test macro .h file (pmacros.h or tmacros.h) to
1026        enable this support.
1027        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
1028        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
1029        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
1030        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
1031        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
1032        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
1033        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
1034
10352002-07-30      Joel Sherrill <joel@OARcorp.com>
1036
1037        * spsize/size.c: Don't reference the RTEMS allocated interrupt
1038        stack if the port doesn't configure using it.
1039
10402002-07-04      Joel Sherrill <joel@OARcorp.com>
1041
1042        * Jump table for single entry point removed.
1043        * spsize/size.c:  Modified to reflect above.
1044
10452002-07-01      Joel Sherrill <joel@OARcorp.com>
1046
1047        * sp29/init.c: Corrected definitions for task stack usage.
1048
10492002-07-01      Joel Sherrill <joel@OARcorp.com>
1050
1051        * spsize/size.c: _Thread_queue_Extract_table removed.
1052
10532001-05-17      Joel Sherrill <joel@OARcorp.com>
1054
1055        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
1056        number of staticly configured device drivers.
1057
10582001-05-14      Joel Sherrill <joel@OARcorp.com>
1059
1060        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
1061        than the configured number of drivers.
1062 
10632002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1064
1065        * configure.ac: Remove ENABLE_GCC28.
1066
10672001-04-04      Joel Sherrill <joel@OARcorp.com>
1068
1069        * spsize/size.c: Reflect SPARC modifcation to get rid of
1070        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1071 
10722001-03-29      Joel Sherrill <joel@OARcorp.com>
1073
1074        * Per PR147 addressed problems when reseting and inserting a timer
1075        into a timer chain that did not honor time passage since the last
1076        time the timer server was scheduled and the new insertion.
1077        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1078
10792001-03-28      Joel Sherrill <joel@OARcorp.com>
1080
1081        * Side-effect of PR132.
1082        * sp21/system.h: Now must explicitly request NULL driver.
1083
10842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1085
1086        * configure.ac:
1087        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1088        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1089        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1090        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1091        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1092        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1093        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1094        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1095        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1096        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1097        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1098        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1099        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1100        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1101        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1102        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1103        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1104        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1105        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1106        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1107        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1108        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1109        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1110        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1111        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1112        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1113        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1114        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1115        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1116        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1117        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1118        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1119        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1120        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1121
11222002-03-20      Chris Johns <ccj@acm.org>
1123
1124        * PR145.
1125        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1126        in system (e.g. driver tasks).  Also exit on minimum number of
1127        switches not precise number.
1128
11292001-01-29      Joel Sherrill <joel@OARcorp.com>
1130
1131        * Fixed bug where resetting a timer that was not at the head
1132        of one of the task timer chains resulted in the Timer Server
1133        task waking up too far in the future.
1134        * Added rtems_timer_get_information() directive to support testing.
1135        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1136        above condition.
1137
11382001-01-22      Joel Sherrill <joel@OARcorp.com>
1139
1140        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1141        because priority added as argument to rtems_timer_initiate_server().
1142
11432001-01-16      Joel Sherrill <joel@OARcorp.com>
1144
1145        * Added tests for task-based timers.  This included the new tests
1146        sp30 and sp31.
1147        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1148        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1149        for task-based timer services.
1150        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1151        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1152        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1153        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1154        sp31/task1.c: New files.
1155
11562001-11-01      Joel Sherrill <joel@OARcorp.com>
1157
1158        * sp26/system.h: Properly account for stack memory used by
1159        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1160        and processed as PR78.
1161
11622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1163
1164        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1165        * configure.in: Remove.
1166        * configure.ac: New file, generated from configure.in by autoupdate.
1167
11682001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1169
1170        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1171
11722001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1173
1174        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1175        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1176        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1177        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1178        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1179        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1180        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1181        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1182        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1183        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1184        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1185        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1186        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1187        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1188        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1189        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1190        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1191        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1192        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1193        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1194        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1195        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1196        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1197        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1198        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1199        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1200        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1201        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1202        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1203
12042001-08-16      Joel Sherrill <joel@OARcorp.com>
1205
1206        * sp20/system.h: Account for extra task stacks properly.
1207
12082001-08-16      Joel Sherrill <joel@OARcorp.com>
1209
1210        * sp13/sp13.scn: Id in screen had wrong class field value.
1211        * sp13/system.h: Account for message buffer memory.
1212        * sp13/task2.c: Remove unnecessary check for failure.
1213
12142001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1215
1216        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1217
12182001-04-20      Joel Sherrill <joel@OARcorp.com>
1219
1220        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1221        file.
1222
12232001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1224
1225        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1226
12272001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1228
1229        * sp21/Makefile.am: Remove libtest.
1230
12312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1232
1233        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1234
12352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1236
1237        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1238
12392000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1240
1241        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1242        Switch to GNU canonicalization.
1243        * sptests.am: Remove DEFS.
1244
12452000-09-29      Joel Sherrill <joel@OARcorp.com>
1246
1247        * sp20/sp20.scn: Corrected to reflect new addition.
1248        * sp20/system.h: Removed comment reflecting history.
1249
12502000-09-29      Stephan Merker <merker@decrc.abb.de>
1251
1252        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1253        Added new task to test sequence of altering a period's length
1254        while it is still active.
1255
12562000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1257
1258        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1259        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1260        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1261        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1262        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1263        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1264        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1265        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1266        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1267        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1268
12692000-08-10      Joel Sherrill <joel@OARcorp.com>
1270
1271        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.