source: rtems/testsuites/sptests/ChangeLog @ 2186ba80

4.104.114.95
Last change on this file since 2186ba80 was 2186ba80, checked in by Joel Sherrill <joel.sherrill@…>, on 02/01/08 at 00:45:11

2008-01-31 Joel Sherrill <joel.sherrill@…>

  • sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c, sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c, sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c, sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c, sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c, sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c, sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c, spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a clock_settime case for < 1988.
  • Property mode set to 100644
File size: 44.3 KB
Line 
12008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
4        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
5        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
6        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
7        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
8        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
9        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
10        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
11        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
12        tests. Add a clock_settime case for < 1988.
13
142008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
17
182008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
21        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
22        * sp41/sp41.scn: Now has content.
23        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
24        Object Services recently added to API.
25
262008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
29        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
30        collection. This changed the name of a few previously public but
31        undocumented services and added a some new services.
32        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
33        sp43/system.h: New files.
34
352008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * spfatal10/.cvsignore: New file.
38
392008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
42        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
43        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
44        New files.
45
462008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
47
48        * Makefile.am, configure.ac: Added fatal error tests
49        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
50        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
51        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
52        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
53        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
54        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
55        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
56        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
57        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
58        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
59        spfatal_support/init.c, spfatal_support/system.h: New files.
60
612008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
64        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
65        test messages.
66
672008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
70        simple type to a union of an unsigned 32 bit integer and a pointer.
71        This should help eliminate weird casts between u32 and pointers in
72        various places. The APIs now have to explicitly call _u32 or _string
73        versions of helper routines. This should also simplify things and
74        eliminate the need for ugly casts in some cases.
75
762008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
77
78        * sp42/Makefile.am: New file.
79
802008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        Add sp42 to exercise thread queue with knowledge of the implementation
83        so we can exercise all of the normal paths possible.
84        * Makefile.am, configure.ac: Add sp42.
85        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
86
872008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * sp39/init.c: Add case for long timeout on blocking operation.
90        * Makefile.am, configure.ac: Add new test to exercise thread
91        queue blokcing synchronization. sp39 and sp41 are very similar.
92        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
93        sp41/system.h: New files.
94
952008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * sp39/init.c: Clean up.
98
992008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * sp39/init.c: Modify to improve coverage.
102
1032008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
104
105        * sp36/strict_order_mut.c:
106
1072008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
110        driver registration.
111        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
112        sp40/system.h: New files.
113
1142008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
117        Add test cases for:
118          + message queue create requesting too many message buffers
119            for the available memory
120          + region extend with address inside existing heap
121          + timer server initiate too large a stack, create error
122        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
123          + task set priority while holding resource
124
1252008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * Makefile.am, configure.ac: Added sp38 and sp39.
128        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
129        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
130        sp39/sp39.scn, sp39/system.h: New files.
131
1322007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * sp36/strict_order_mut.c: New file.
135
1362007-12-21      Xi Yang <hiyangxi@gmail.com>
137
138        * Makefile.am, configure.ac: Add support for proper stacking of
139        priority inheritance on mutexes as well as enforce proper order of
140        release.
141        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
142        sp36/sp36.scn: New files.
143
1442007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
147        directive instead of violating RTEMS internals.
148
1492007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
152        Add test cases for User Extension Manager to improve code coverage.
153        * sp21/task1.c: Fix spelling error.
154
1552007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
156
157        * spsize/size.c: Account for previous changes in calculation of MPCI
158        receive server stack.
159
1602007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * sp09/screen07.c, sp09/sp09.scn: Add test for
163        rtems_message_queue_broadcast for bad buffer and count pointers.
164        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
165        with bad priority or initiating twice.
166        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
167        it forces a dispatch.
168        * sp37/init.c: New file.
169
1702007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * Makefile.am, configure.ac: Add new tests for interrupt disable,
173        enable, flash, and is in progress. These are normally inlines but
174        also have bodies for non-C code. This test also exercises the odd
175        case of calling clock tick from outside an ISR.
176        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
177
1782007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
181        using notepad with the current task's ID or SELF
182        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
183        test missing test cases for clock_get.
184
1852007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * sp28/init.c: Add test code for task variables to improve coverage.
188
1892007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
190
191        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
192        RTEMS provided accessor macros to obtain configuration fields.
193
1942007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
197        Configuration Table. Eliminate CPU Table from all ports. Delete
198        references to CPU Table in all forms.
199
2002007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
201
202        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
203
2042007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
205
206        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
207        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
208        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
209        to improve test coverage.
210
2112007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
212
213        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
214        coverage.
215
2162007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
217
218        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
219
2202007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
221
222        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
223        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
224        .scn files.
225
2262007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
227
228        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
229        commented out and updated the .scn file.
230
2312007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
232
233        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
234        buffered test IO.
235
2362007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
237
238        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
239        rtems_io_unregister_driver did not have any test code.
240
2412007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
242
243        * spsize/size.c: Eliminate maximum_drivers configuration parameter
244        since it was used to configure a no longer used feature. Device names
245        are now part of the filesystem not in a table. This also eliminated
246        the variables _IO_Number_of_devices and _IO_Driver_name_table from
247        RTEMS as well as the memory allocation used to populate
248        _IO_Driver_name_table.
249
2502007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
251
252        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
253        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
254        properly.
255
2562007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
257
258        * spsize/size.c: Eliminated the variables
259        _RTEMS_tasks_User_initialization_tasks and
260        _RTEMS_tasks_Number_of_initialization_tasks because they were only
261        used in one place after initialized. It was a waste of space.
262
2632007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
264
265        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
266        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
267        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
268        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
269        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
270        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
271        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
272        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
273        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
274        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
275        spsize/size.c: Add optional managers to Makefiles. Clean up test
276        cases so last output line follows END OF pattern. Make sure test case
277        all run. All tests appeared ok on sis.
278
2792007-04-05      Joel Sherrill <joel@OARcorp.com>
280
281        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
282
2832007-04-05      Joel Sherrill <joel@OARcorp.com>
284
285        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
286        CONFIGURE_TEST_NEEDS_XXX configuration constants to
287        CONFIGURE_APPLICATION_NEEDS_XXX.
288
2892007-04-02      Joel Sherrill <joel@OARcorp.com>
290
291        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
292
2932007-04-02      Joel Sherrill <joel@OARcorp.com>
294
295        * spsize/size.c: Convert from Classic API style TOD_Control as
296        fundamental time structure to POSIX struct timespec. Add
297        clock_get_uptime().
298
2992007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
300
301        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
302
3032007-03-26      Joel Sherrill <joel@OARcorp.com>
304
305        * sp35/priinv.c: Remove warning.
306
3072007-03-10      Joel Sherrill <joel@OARcorp.com>
308
309        * sp26/system.h: Remove incorrect and duplicate
310        CONFIGURE_EXTRA_TASK_STACKS.
311
3122007-03-05      Joel Sherrill <joel@OARcorp.com>
313
314        PR 1222/cpukit
315        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
316        thread that is blocked on a priority based thread queue is changed,
317        that its placement in the queue is reevaluated based upon the new
318        priority. This enhancement includes modifications to the SuperCore as
319        well as new test cases.
320        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
321        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
322        sp35/sp35.doc, sp35/sp35.scn: New files.
323
3242007-03-05      Joel Sherrill <joel@OARcorp.com>
325
326        * sp26/system.h: Correct memory required for stack sizes.
327
3282007-02-06      Joel Sherrill <joel@OARcorp.com>
329
330        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
331        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
332        tests.
333
3342006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
335
336        * sp33/init.c: Improve barrier test to include normal blocking with
337        manual release and unblocking in barrier deletion.
338
3392006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
340
341        * configure.ac: New BUG-REPORT address.
342
3432006-11-20      Joel Sherrill <joel@OARcorp.com>
344
345        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
346        and make output more compliant with other tests.
347
3482006-11-17      Joel Sherrill <joel@OARcorp.com>
349
350        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
351        cases intended on all targets possible with new heap algorithm.
352
3532006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
354
355        * Makefile.am, configure.ac: Adding Classic API Barriers.
356        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
357        New files.
358
3592006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
360
361        * configure.ac: Require autoconf-2.60. Require automake-1.10.
362
3632006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
364
365        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
366        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
367        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
368        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
369        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
370        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
371        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
372        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
373        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
374        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
375        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
376        Use rtems_testsdir instead.
377
3782006-04-05      Joel Sherrill <joel@OARcorp.com>
379                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
380
381        * spsize/size.c: Victor spotted the problem that
382        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
383        variables and needed to be set to the same value.  I took that
384        idea and just removed _Thread_MP_Receive.  All uses are now
385        _MPCI_Receive_server_tcb.
386
3872005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
388
389        * configure.ac: Remove RTEMS_ENABLE_BARE,
390        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
391
3922005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
393
394        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
395        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
396        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
397        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
398        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
399        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
400        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
401        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
402        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
403        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
404        spfatal/Makefile.am, spsize/Makefile.am:
405        Convert to use *_PROGRAMS.
406
4072005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
408
409        * sp01/Makefile.am, sp02/Makefile.am,
410        sp03/Makefile.am, sp04/Makefile.am,
411        sp05/Makefile.am, sp06/Makefile.am,
412        sp07/Makefile.am, sp08/Makefile.am,
413        sp09/Makefile.am, sp11/Makefile.am,
414        sp12/Makefile.am, sp13/Makefile.am,
415        sp14/Makefile.am, sp15/Makefile.am,
416        sp16/Makefile.am, sp17/Makefile.am,
417        sp19/Makefile.am, sp20/Makefile.am,
418        sp21/Makefile.am, sp22/Makefile.am,
419        sp23/Makefile.am, sp24/Makefile.am,
420        sp25/Makefile.am, sp26/Makefile.am,
421        sp27/Makefile.am, sp28/Makefile.am,
422        sp29/Makefile.am, sp30/Makefile.am,
423        sp31/Makefile.am, sp32/Makefile.am,
424        spfatal/Makefile.am, spsize/Makefile.am: Rework.
425
4262005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
427
428        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
429        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
430        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
431        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
432        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
433        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
434        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
435        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
436        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
437        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
438        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
439        * sptests.am: Remove.
440
4412005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
442
443        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
444        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
445        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
446        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
447        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
448        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
449        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
450        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
451        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
452        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
453        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
454
4552005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
456
457        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
458
4592005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
460
461        * spsize/Makefile.am: Rename TEST to spsize.
462        * spsize/size.scn: Remove.
463        * spsize/spsize.scn: New (renamed from size.scn).
464
4652005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
466
467        * configure.ac: Add spfatal/Makefile.
468        * Makefile.am: Add spfatal to DIST_SUBDIRS.
469        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
470        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
471        * sptests.am: Remove LIB_VARIANT.
472
4732005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
474
475        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
476        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
477        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
478        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
479        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
480        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
481        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
482        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
483        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
484        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
485        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
486
4872005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
488
489        * Makefile.am: Cleanup.
490
4912005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
492
493        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
494        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
495        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
496        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
497        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
498        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
499        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
500        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
501        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
502        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
503        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
504        spfatal/Makefile.am, spsize/Makefile.am:
505        Partial conversion to automake.
506
5072005-03-07      Joel Sherrill <joel@OARcorp.com>
508
509        * sp13/task1.c: Removed warnings.
510
5112004-09-29      Joel Sherrill <joel@OARcorp.com>
512
513        * spsize/size.c: i960 obsoleted and all references removed.
514
5152004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
516
517        * configure.ac: Require automake > 1.9.
518
5192004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
520
521        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
522        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
523        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
524        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
525        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
526        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
527        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
528        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
529        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
530        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
531        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
532        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
533        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
534        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
535        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
536        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
537        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
538        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
539        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
540        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
541        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
542        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
543        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
544        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
545        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
546        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
547        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
548        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
549        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
550        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
551        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
552        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
553
5542004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
555
556        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
557
5582004-03-30      David Querbach <querbach@realtime.bc.ca>
559
560        PR 595/tests
561        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
562        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
563        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
564        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
565        others treat it as a count of longs.
566
5672004-03-30      David Querbach <querbach@realtime.bc.ca>
568
569        PR 596/tests
570        * sp32/init.c: A missing definition of TEST_INIT before including
571        <tmacros.h> means that buffered output will not work even if selected
572        in buffer_test_io.h.
573
5742004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
575
576        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
577        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
578        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
579        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
580        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
581        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
582        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
583        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
584        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
585        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
586        types.
587
5882004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * configure.ac: Add 2nd arg to RTEMS_TOP.
591
5922004-03-05      Joel Sherrill <joel@OARcorp.com>
593
594        * sp07/buffered_io.c: Remove warning.
595
5962004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
599        Add PRE/TMPINSTALL_FILES to CLEANFILES.
600        * sp02/Makefile.am: Ditto.
601        * sp03/Makefile.am: Ditto.
602        * sp04/Makefile.am: Ditto.
603        * sp05/Makefile.am: Ditto.
604        * sp06/Makefile.am: Ditto.
605        * sp07/Makefile.am: Ditto.
606        * sp08/Makefile.am: Ditto.
607        * sp09/Makefile.am: Ditto.
608        * sp11/Makefile.am: Ditto.
609        * sp12/Makefile.am: Ditto.
610        * sp13/Makefile.am: Ditto.
611        * sp14/Makefile.am: Ditto.
612        * sp15/Makefile.am: Ditto.
613        * sp16/Makefile.am: Ditto.
614        * sp17/Makefile.am: Ditto.
615        * sp19/Makefile.am: Ditto.
616        * sp20/Makefile.am: Ditto.
617        * sp21/Makefile.am: Ditto.
618        * sp22/Makefile.am: Ditto.
619        * sp23/Makefile.am: Ditto.
620        * sp24/Makefile.am: Ditto.
621        * sp25/Makefile.am: Ditto.
622        * sp26/Makefile.am: Ditto.
623        * sp27/Makefile.am: Ditto.
624        * sp28/Makefile.am: Ditto.
625        * sp29/Makefile.am: Ditto.
626        * sp30/Makefile.am: Ditto.
627        * sp31/Makefile.am: Ditto.
628        * sp32/Makefile.am: Ditto.
629        * spfatal/Makefile.am: Ditto.
630        * spsize/Makefile.am: Ditto.
631
6322003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * sptests.am: Add dirstamp support.
635
6362003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
639
6402003-12-16      Joel Sherrill <joel@OARcorp.com>
641
642        PR 544/tests
643        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
644        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
645        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
646        make tests account for resources and not print at inappropriate
647        times.
648        * sp07/buffered_io.c: New file.
649
6502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
653
6542003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
655
656        * sp01/Makefile.am: Remove all-local: $(ARCH).
657        * sp02/Makefile.am: Remove all-local: $(ARCH).
658        * sp03/Makefile.am: Remove all-local: $(ARCH).
659        * sp04/Makefile.am: Remove all-local: $(ARCH).
660        * sp05/Makefile.am: Remove all-local: $(ARCH).
661        * sp06/Makefile.am: Remove all-local: $(ARCH).
662        * sp07/Makefile.am: Remove all-local: $(ARCH).
663        * sp08/Makefile.am: Remove all-local: $(ARCH).
664        * sp09/Makefile.am: Remove all-local: $(ARCH).
665        * sp11/Makefile.am: Remove all-local: $(ARCH).
666        * sp12/Makefile.am: Remove all-local: $(ARCH).
667        * sp13/Makefile.am: Remove all-local: $(ARCH).
668        * sp14/Makefile.am: Remove all-local: $(ARCH).
669        * sp15/Makefile.am: Remove all-local: $(ARCH).
670        * sp16/Makefile.am: Remove all-local: $(ARCH).
671        * sp17/Makefile.am: Remove all-local: $(ARCH).
672        * sp19/Makefile.am: Remove all-local: $(ARCH).
673        * sp20/Makefile.am: Remove all-local: $(ARCH).
674        * sp21/Makefile.am: Remove all-local: $(ARCH).
675        * sp22/Makefile.am: Remove all-local: $(ARCH).
676        * sp23/Makefile.am: Remove all-local: $(ARCH).
677        * sp24/Makefile.am: Remove all-local: $(ARCH).
678        * sp25/Makefile.am: Remove all-local: $(ARCH).
679        * sp26/Makefile.am: Remove all-local: $(ARCH).
680        * sp27/Makefile.am: Remove all-local: $(ARCH).
681        * sp28/Makefile.am: Remove all-local: $(ARCH).
682        * sp29/Makefile.am: Remove all-local: $(ARCH).
683        * sp30/Makefile.am: Remove all-local: $(ARCH).
684        * sp31/Makefile.am: Remove all-local: $(ARCH).
685        * sp32/Makefile.am: Remove all-local: $(ARCH).
686        * spfatal/Makefile.am: Remove all-local: $(ARCH).
687        * spsize/Makefile.am: Remove all-local: $(ARCH).
688
6892003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * configure.ac: Reflect having moved to testsuites/.
692
6932003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * configure.ac: Remove RTEMS_CANONICAL_HOST.
696
6972003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * configure.ac:Remove RTEMS_CHECK_CPU.
700
7012003-09-04      Joel Sherrill <joel@OARcorp.com>
702
703        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
704        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
705        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
706        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
707        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
708        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
709        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
710        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
711        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
712        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
713        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
714        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
715        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
716        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
717        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
718        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
719        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
720        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
721        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
722        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
723        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
724        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
725        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
726        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
727        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
728        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
729        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
730        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
731        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
732        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
733        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
734        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
735        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
736        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
737        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
738        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
739        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
740        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
741        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
742        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
743        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
744        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
745        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
746        spsize/size.c, spsize/system.h: URL for license changed.
747
7482003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
749
750        PR 458/tests
751        * sp30/task1.c: Correct indexing problem.
752
7532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * Makefile.am: Reflect having moved aclocal/.
756
7572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
758
759        * Makefile.am: Reflect having moved automake/.
760        * sp01/Makefile.am: Reflect having moved automake/.
761        * sp02/Makefile.am: Reflect having moved automake/.
762        * sp03/Makefile.am: Reflect having moved automake/.
763        * sp04/Makefile.am: Reflect having moved automake/.
764        * sp05/Makefile.am: Reflect having moved automake/.
765        * sp06/Makefile.am: Reflect having moved automake/.
766        * sp07/Makefile.am: Reflect having moved automake/.
767        * sp08/Makefile.am: Reflect having moved automake/.
768        * sp09/Makefile.am: Reflect having moved automake/.
769        * sp11/Makefile.am: Reflect having moved automake/.
770        * sp12/Makefile.am: Reflect having moved automake/.
771        * sp13/Makefile.am: Reflect having moved automake/.
772        * sp14/Makefile.am: Reflect having moved automake/.
773        * sp15/Makefile.am: Reflect having moved automake/.
774        * sp16/Makefile.am: Reflect having moved automake/.
775        * sp17/Makefile.am: Reflect having moved automake/.
776        * sp19/Makefile.am: Reflect having moved automake/.
777        * sp20/Makefile.am: Reflect having moved automake/.
778        * sp21/Makefile.am: Reflect having moved automake/.
779        * sp22/Makefile.am: Reflect having moved automake/.
780        * sp23/Makefile.am: Reflect having moved automake/.
781        * sp24/Makefile.am: Reflect having moved automake/.
782        * sp25/Makefile.am: Reflect having moved automake/.
783        * sp26/Makefile.am: Reflect having moved automake/.
784        * sp27/Makefile.am: Reflect having moved automake/.
785        * sp28/Makefile.am: Reflect having moved automake/.
786        * sp29/Makefile.am: Reflect having moved automake/.
787        * sp30/Makefile.am: Reflect having moved automake/.
788        * sp31/Makefile.am: Reflect having moved automake/.
789        * sp32/Makefile.am: Reflect having moved automake/.
790        * spfatal/Makefile.am: Reflect having moved automake/.
791        * spsize/Makefile.am: Reflect having moved automake/.
792
7932003-08-14      Joel Sherrill <joel@OARcorp.com>
794
795        * sp02/task1.c: Added ID to name lookup service and changed name of
796        id/name translation status code. This propagated to multiple
797        functions. The user API service added was rtems_object_id_to_name()
798
7992003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
800
801        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
802
8032003-05-29      Joel Sherrill <joel@OARcorp.com>
804
805        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
806
8072003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
808
809        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
810        CC_CFLAGS_DEFAULT (obsolete).
811
8122003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
813
814        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
815        Remove CC_LDFLAGS_PROFILE_V.
816
8172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
818
819        * configure.ac: Remove AC_CONFIG_AUX_DIR.
820
8212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
822
823        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
824
8252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * configure.ac: AC_PREREQ(2.57).
828
8292002-11-14      Joel Sherrill <joel@OARcorp.com>
830
831        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
832        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
833        update the IDs in the screens.
834
8352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
836
837        * .cvsignore: Reformat.
838        Add autom4te*cache.
839        Remove autom4te.cache.
840
8412002-09-14      Joel Sherrill <joel@OARcorp.com>
842
843        * sp32/.cvsignore: New file.
844
8452002-09-14      Aaron J. Grier <aaron@frye.com>
846
847        * PR271 was not applicable against the current source but included
848        a nice test that Joel decided to add to the tree as sp32.
849        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
850        * Makefile.am, configure.ac: Modified to reflect addition.
851
8522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
855        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
856        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
857        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
858        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
859        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
860        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
861        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
862        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
863        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
864        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
865        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
866        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
867        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
868        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
869        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
870        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
871        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
872        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
873        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
874        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
875        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
876        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
877        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
878        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
879        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
880        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
881        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
882        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
883        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
884        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
885
8862002-08-01      Joel Sherrill <joel@OARcorp.com>
887
888        * Per PR47 add support for buffered test output.  This involved
889        adding defines to redirect output to a buffer and dump it when
890        full, at "test pause", and at exit.  To avoid problems when redefining
891        exit(), all tests were modified to call rtems_test_exit().
892        Some tests, notable psxtests, had to be modified to include
893        the standard test macro .h file (pmacros.h or tmacros.h) to
894        enable this support.
895        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
896        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
897        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
898        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
899        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
900        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
901        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
902
9032002-07-30      Joel Sherrill <joel@OARcorp.com>
904
905        * spsize/size.c: Don't reference the RTEMS allocated interrupt
906        stack if the port doesn't configure using it.
907
9082002-07-04      Joel Sherrill <joel@OARcorp.com>
909
910        * Jump table for single entry point removed.
911        * spsize/size.c:  Modified to reflect above.
912
9132002-07-01      Joel Sherrill <joel@OARcorp.com>
914
915        * sp29/init.c: Corrected definitions for task stack usage.
916
9172002-07-01      Joel Sherrill <joel@OARcorp.com>
918
919        * spsize/size.c: _Thread_queue_Extract_table removed.
920
9212001-05-17      Joel Sherrill <joel@OARcorp.com>
922
923        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
924        number of staticly configured device drivers.
925
9262001-05-14      Joel Sherrill <joel@OARcorp.com>
927
928        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
929        than the configured number of drivers.
930 
9312002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
932
933        * configure.ac: Remove ENABLE_GCC28.
934
9352001-04-04      Joel Sherrill <joel@OARcorp.com>
936
937        * spsize/size.c: Reflect SPARC modifcation to get rid of
938        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
939 
9402001-03-29      Joel Sherrill <joel@OARcorp.com>
941
942        * Per PR147 addressed problems when reseting and inserting a timer
943        into a timer chain that did not honor time passage since the last
944        time the timer server was scheduled and the new insertion.
945        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
946
9472001-03-28      Joel Sherrill <joel@OARcorp.com>
948
949        * Side-effect of PR132.
950        * sp21/system.h: Now must explicitly request NULL driver.
951
9522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
953
954        * configure.ac:
955        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
956        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
957        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
958        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
959        * Makefile.am: Remove AUTOMAKE_OPTIONS.
960        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
961        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
962        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
963        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
964        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
965        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
966        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
967        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
968        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
969        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
970        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
971        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
972        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
973        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
974        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
975        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
976        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
977        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
978        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
979        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
980        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
981        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
982        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
983        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
984        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
985        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
986        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
987        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
988        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
989
9902002-03-20      Chris Johns <ccj@acm.org>
991
992        * PR145.
993        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
994        in system (e.g. driver tasks).  Also exit on minimum number of
995        switches not precise number.
996
9972001-01-29      Joel Sherrill <joel@OARcorp.com>
998
999        * Fixed bug where resetting a timer that was not at the head
1000        of one of the task timer chains resulted in the Timer Server
1001        task waking up too far in the future.
1002        * Added rtems_timer_get_information() directive to support testing.
1003        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1004        above condition.
1005
10062001-01-22      Joel Sherrill <joel@OARcorp.com>
1007
1008        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1009        because priority added as argument to rtems_timer_initiate_server().
1010
10112001-01-16      Joel Sherrill <joel@OARcorp.com>
1012
1013        * Added tests for task-based timers.  This included the new tests
1014        sp30 and sp31.
1015        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1016        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1017        for task-based timer services.
1018        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1019        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1020        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1021        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1022        sp31/task1.c: New files.
1023
10242001-11-01      Joel Sherrill <joel@OARcorp.com>
1025
1026        * sp26/system.h: Properly account for stack memory used by
1027        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1028        and processed as PR78.
1029
10302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1031
1032        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1033        * configure.in: Remove.
1034        * configure.ac: New file, generated from configure.in by autoupdate.
1035
10362001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1037
1038        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1039
10402001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1041
1042        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1043        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1044        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1045        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1046        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1047        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1048        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1049        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1050        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1051        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1052        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1053        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1054        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1055        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1056        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1057        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1058        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1059        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1060        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1061        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1062        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1063        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1064        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1065        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1066        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1067        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1068        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1069        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1070        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1071
10722001-08-16      Joel Sherrill <joel@OARcorp.com>
1073
1074        * sp20/system.h: Account for extra task stacks properly.
1075
10762001-08-16      Joel Sherrill <joel@OARcorp.com>
1077
1078        * sp13/sp13.scn: Id in screen had wrong class field value.
1079        * sp13/system.h: Account for message buffer memory.
1080        * sp13/task2.c: Remove unnecessary check for failure.
1081
10822001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1083
1084        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1085
10862001-04-20      Joel Sherrill <joel@OARcorp.com>
1087
1088        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1089        file.
1090
10912001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1092
1093        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1094
10952001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1096
1097        * sp21/Makefile.am: Remove libtest.
1098
10992000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1100
1101        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1102
11032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1104
1105        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1106
11072000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1108
1109        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1110        Switch to GNU canonicalization.
1111        * sptests.am: Remove DEFS.
1112
11132000-09-29      Joel Sherrill <joel@OARcorp.com>
1114
1115        * sp20/sp20.scn: Corrected to reflect new addition.
1116        * sp20/system.h: Removed comment reflecting history.
1117
11182000-09-29      Stephan Merker <merker@decrc.abb.de>
1119
1120        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1121        Added new task to test sequence of altering a period's length
1122        while it is still active.
1123
11242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1125
1126        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1127        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1128        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1129        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1130        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1131        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1132        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1133        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1134        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1135        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1136
11372000-08-10      Joel Sherrill <joel@OARcorp.com>
1138
1139        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.