source: rtems/testsuites/sptests/ChangeLog @ e73850b

4.104.115
Last change on this file since e73850b was e73850b, checked in by Joel Sherrill <joel.sherrill@…>, on 05/04/09 at 21:51:08

2009-05-04 Joel Sherrill <joel.sherrill@…>

  • sp25/init.c, sp25/system.h, sp25/task1.c: Reduce size of array from 64k to 20k. No impact on test behavior.
  • Property mode set to 100644
File size: 54.4 KB
Line 
12009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * sp25/init.c, sp25/system.h, sp25/task1.c: Reduce size of array from
4        64k to 20k. No impact on test behavior.
5
62009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.
9
102009-04-20      Santosh G Vattam <vattam.santosh@gmail.com>
11
12        * sp37/init.c, sp37/sp37.scn: Add test case for
13        rtems_interrupt_level_attribute body.
14
152009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
18        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
19        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
20        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
21        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
22        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
23        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
24        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
25        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
26        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
27        sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am,
28        sp36/Makefile.am, sp37/Makefile.am, sp38/Makefile.am,
29        sp39/Makefile.am, sp40/Makefile.am, sp41/Makefile.am,
30        sp42/Makefile.am, sp43/Makefile.am, sp44/Makefile.am,
31        sp45/Makefile.am, sp46/Makefile.am, sp47/Makefile.am,
32        sp48/Makefile.am, spfatal/Makefile.am,
33        spfatal01/Makefile.am, spfatal02/Makefile.am,
34        spfatal03/Makefile.am, spfatal04/Makefile.am,
35        spfatal05/Makefile.am, spfatal06/Makefile.am,
36        spfatal07/Makefile.am, spfatal08/Makefile.am,
37        spfatal09/Makefile.am, spsize/Makefile.am,
38        spwatchdog/Makefile.am:
39        Eliminate _exe_/.exe.
40
412009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        PR 1388/cpukit
44        * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores
45        allow both priority inherit and ceiling attributes to be set on
46        semaphore create. These attributes are mutually exclusive and this
47        should be an error.
48
492009-01-30      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * Makefile.am, configure.ac: Add sp48 which tests that configuring for
52        unlimited objects when configured for a unified workspace works as
53        expected.
54        * sp48/.cvsignore, sp48/Makefile.am, sp48/init.c, sp48/sp48.doc,
55        sp48/sp48.scn: New files.
56
572009-01-21      Nickolay Kolchin <nbkolchin@gmail.com>
58                Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        PR 1357/cpukit
61        * Makefile.am, configure.ac: Ensure creating a task with no ASR is
62        honored.
63        * sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
64        sp47/sp47.scn: New files.
65
662009-01-16      Jennifer Averett <jennifer.averett@OARcorp.com>
67
68        * Makefile.am, configure.ac: Add new test to test Watchdog display
69        helper routines. These reach into the SuperCore.
70        * spwatchdog/.cvsignore, spwatchdog/Makefile.am, spwatchdog/delay.c,
71        spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
72        spwatchdog/system.h, spwatchdog/task1.c: New files.
73
742009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * sp30/task1.c: Cast pointer to id as "void *" rather than task Id.
77
782009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen11.c,
81        sp09/screen12.c, sp09/screen14.c: Use rtems_build_id rather than
82        hard-coded hex numbers for bad object Ids.
83
842009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * sp15/system.h, sp19/system.h: Array of task names should be of type
87        rtems_name not rtems_id. Similarly array of task ids should be
88        rtems_id not rtems_name.
89
902008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * spsize/size.c: Eliminate _TOD_Microseconds_per_tick.
93
942008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * Makefile.am, configure.ac, spfatal06/testcase.h,
97        spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
98        spsize/size.c: Eliminate pointers to API configuration tables in the
99        main configuration table. Reference the main configuration table and
100        the API configuration tables directly using the confdefs.h version
101        rather than obtaining a pointer to it. This eliminated some
102        variables, a potential fatal error, some unnecessary default
103        configuration structures. Overall, about a 4.5% reduction in the code
104        size for minimum and hello on the SPARC.
105        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
106        spfatal10/testcase.h: Removed.
107
1082008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
111        sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
112        sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.c: Run all tests
113        successfully with maxixum number of priorities as 16 instead of 256.
114        This was done by temporarily modifying the score priority.h maximum.
115        This allowed testing of all API code to ensure that it worked
116        properly with a reduced number of priorities. Most modifications were
117        to switch from hard-coded maximum to using the API provided methods
118        to determine maximum number of priority levels.
119
1202008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * sp46/sp46.scn: Add screen missed earlier.
123
1242008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        PR 1348/cpukit
127        * Makefile.am, configure.ac: Add test of special case of resetting cpu
128        usage information while a period is running.
129        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
130        sp46/sp46.scn: New files.
131
1322008-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * sp45/init.c: New file.
135
1362008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        PR 1347/cpukit
139        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
140        Rework Timer Server to ensure that the context allows for blocking,
141        allocating memory, and acquiring semaphores and mutexes.
142        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
143        New files.
144
1452008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * sp25/system.h: Add warning and temporary m32c conditional until size
148        type addressed.
149
1502008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * sp09/screen07.c: Use INT_MAX as number of messages so always
153        properly sized and no overflow on constant.
154        * sp09/screen10.c: Delay so on targets with simulator idle clock
155        tick driver this will work.
156        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
157        byte boundaries rather than two byte boundaries.
158        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
159        allocate more memory than size_t holds on m32c.
160
1612008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
162
163        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
164        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
165        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
166        and Region calls. On 16-bit architectures, size_t can be 16-bits
167        which would limit sizes to 64K. Also address constants which
168        overflowed on 16-bit integer targets.
169
1702008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
171
172        * sp43/sp43.scn: Bump version to 4.9.99.0
173
1742008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * sp19/system.h: Use "double" instead of "rtems_double".
177
1782008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
181
1822008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
185        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
186        spfatal_support/init.c, spfatal_support/system.h:
187        Convert to "bool".
188
1892008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
192        declared in a public place.
193
1942008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
197
1982008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
199
200        * sp43/init.c: Fix derefence of uninitialized pointer.
201
2022008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
203
204        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
205        multiprocessing is not enabled. Saves one more variable from single
206        processor configuration.
207
2082008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
209
210        PR 1212/cpukit
211        * Makefile.am, configure.ac: Time slicing will not happen if the task
212        mode is changed from a non-timeslicing mode to timeslicing mode if it
213        is done by the executing thread (e.g. in its task body). This change
214        includes sp44 to demonstrate the problem and verify the correction.
215        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
216
2172008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
218
219        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
220        architectures they are not supported on.
221
2222008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
223
224        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
225
2262008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
227
228        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
229          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
230
2312008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
232
233        * sp28/init.c: Corrections to configuration.
234        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
235        * spsize/size.c: _ISR_Vector_table only exists on architectures
236        which use the Simple Vectored Interrupt Model.
237
2382008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * spsize/size.c: Convention calls for leading underscore on private
241        RTEMS variables.
242
2432008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
244
245        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
246        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
247        Refactored and renamed initialization routines to
248        rtems_initialize_data_structures, rtems_initialize_before_drivers,
249        rtems_initialize_device_drivers, and
250        rtems_initialize_start_multitasking. This opened the sequence up so
251        that bootcard() could provide a more robust and flexible framework
252        which is easier to explain and understand. This also lays the
253        groundwork for sharing the division of available memory between the
254        RTEMS workspace and heap and the C library initialization across all
255        BSPs.
256
2572008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        * sp32/init.c: Formatting.
260
2612008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
262
263        * sp09/screen01.c: Correct test.
264        * sp09/screen14.c: Update copyright.
265        * sp28/init.c: Correct end of test messages.
266
2672008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
268
269        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
270
2712008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
272
273        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
274        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
275        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
276        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
277        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
278        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
279        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
280        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
281        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
282        tests. Add a clock_settime case for < 1988.
283
2842008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
285
286        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
287
2882008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
289
290        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
291        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
292        * sp41/sp41.scn: Now has content.
293        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
294        Object Services recently added to API.
295
2962008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
297
298        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
299        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
300        collection. This changed the name of a few previously public but
301        undocumented services and added a some new services.
302        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
303        sp43/system.h: New files.
304
3052008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
306
307        * spfatal10/.cvsignore: New file.
308
3092008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
310
311        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
312        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
313        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
314        New files.
315
3162008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
317
318        * Makefile.am, configure.ac: Added fatal error tests
319        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
320        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
321        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
322        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
323        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
324        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
325        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
326        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
327        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
328        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
329        spfatal_support/init.c, spfatal_support/system.h: New files.
330
3312008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
332
333        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
334        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
335        test messages.
336
3372008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
338
339        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
340        simple type to a union of an unsigned 32 bit integer and a pointer.
341        This should help eliminate weird casts between u32 and pointers in
342        various places. The APIs now have to explicitly call _u32 or _string
343        versions of helper routines. This should also simplify things and
344        eliminate the need for ugly casts in some cases.
345
3462008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
347
348        * sp42/Makefile.am: New file.
349
3502008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
351
352        Add sp42 to exercise thread queue with knowledge of the implementation
353        so we can exercise all of the normal paths possible.
354        * Makefile.am, configure.ac: Add sp42.
355        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
356
3572008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
358
359        * sp39/init.c: Add case for long timeout on blocking operation.
360        * Makefile.am, configure.ac: Add new test to exercise thread
361        queue blokcing synchronization. sp39 and sp41 are very similar.
362        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
363        sp41/system.h: New files.
364
3652008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
366
367        * sp39/init.c: Clean up.
368
3692008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        * sp39/init.c: Modify to improve coverage.
372
3732008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
374
375        * sp36/strict_order_mut.c:
376
3772008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
378
379        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
380        driver registration.
381        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
382        sp40/system.h: New files.
383
3842008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
385
386        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
387        Add test cases for:
388          + message queue create requesting too many message buffers
389            for the available memory
390          + region extend with address inside existing heap
391          + timer server initiate too large a stack, create error
392        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
393          + task set priority while holding resource
394
3952008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
396
397        * Makefile.am, configure.ac: Added sp38 and sp39.
398        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
399        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
400        sp39/sp39.scn, sp39/system.h: New files.
401
4022007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
403
404        * sp36/strict_order_mut.c: New file.
405
4062007-12-21      Xi Yang <hiyangxi@gmail.com>
407
408        * Makefile.am, configure.ac: Add support for proper stacking of
409        priority inheritance on mutexes as well as enforce proper order of
410        release.
411        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
412        sp36/sp36.scn: New files.
413
4142007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
415
416        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
417        directive instead of violating RTEMS internals.
418
4192007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
420
421        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
422        Add test cases for User Extension Manager to improve code coverage.
423        * sp21/task1.c: Fix spelling error.
424
4252007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
426
427        * spsize/size.c: Account for previous changes in calculation of MPCI
428        receive server stack.
429
4302007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
431
432        * sp09/screen07.c, sp09/sp09.scn: Add test for
433        rtems_message_queue_broadcast for bad buffer and count pointers.
434        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
435        with bad priority or initiating twice.
436        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
437        it forces a dispatch.
438        * sp37/init.c: New file.
439
4402007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
441
442        * Makefile.am, configure.ac: Add new tests for interrupt disable,
443        enable, flash, and is in progress. These are normally inlines but
444        also have bodies for non-C code. This test also exercises the odd
445        case of calling clock tick from outside an ISR.
446        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
447
4482007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
449
450        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
451        using notepad with the current task's ID or SELF
452        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
453        test missing test cases for clock_get.
454
4552007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
456
457        * sp28/init.c: Add test code for task variables to improve coverage.
458
4592007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
460
461        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
462        RTEMS provided accessor macros to obtain configuration fields.
463
4642007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
465
466        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
467        Configuration Table. Eliminate CPU Table from all ports. Delete
468        references to CPU Table in all forms.
469
4702007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
471
472        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
473
4742007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
475
476        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
477        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
478        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
479        to improve test coverage.
480
4812007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
482
483        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
484        coverage.
485
4862007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
487
488        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
489
4902007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
491
492        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
493        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
494        .scn files.
495
4962007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
497
498        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
499        commented out and updated the .scn file.
500
5012007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
502
503        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
504        buffered test IO.
505
5062007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
507
508        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
509        rtems_io_unregister_driver did not have any test code.
510
5112007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
512
513        * spsize/size.c: Eliminate maximum_drivers configuration parameter
514        since it was used to configure a no longer used feature. Device names
515        are now part of the filesystem not in a table. This also eliminated
516        the variables _IO_Number_of_devices and _IO_Driver_name_table from
517        RTEMS as well as the memory allocation used to populate
518        _IO_Driver_name_table.
519
5202007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
521
522        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
523        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
524        properly.
525
5262007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
527
528        * spsize/size.c: Eliminated the variables
529        _RTEMS_tasks_User_initialization_tasks and
530        _RTEMS_tasks_Number_of_initialization_tasks because they were only
531        used in one place after initialized. It was a waste of space.
532
5332007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
534
535        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
536        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
537        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
538        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
539        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
540        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
541        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
542        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
543        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
544        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
545        spsize/size.c: Add optional managers to Makefiles. Clean up test
546        cases so last output line follows END OF pattern. Make sure test case
547        all run. All tests appeared ok on sis.
548
5492007-04-05      Joel Sherrill <joel@OARcorp.com>
550
551        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
552
5532007-04-05      Joel Sherrill <joel@OARcorp.com>
554
555        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
556        CONFIGURE_TEST_NEEDS_XXX configuration constants to
557        CONFIGURE_APPLICATION_NEEDS_XXX.
558
5592007-04-02      Joel Sherrill <joel@OARcorp.com>
560
561        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
562
5632007-04-02      Joel Sherrill <joel@OARcorp.com>
564
565        * spsize/size.c: Convert from Classic API style TOD_Control as
566        fundamental time structure to POSIX struct timespec. Add
567        clock_get_uptime().
568
5692007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
570
571        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
572
5732007-03-26      Joel Sherrill <joel@OARcorp.com>
574
575        * sp35/priinv.c: Remove warning.
576
5772007-03-10      Joel Sherrill <joel@OARcorp.com>
578
579        * sp26/system.h: Remove incorrect and duplicate
580        CONFIGURE_EXTRA_TASK_STACKS.
581
5822007-03-05      Joel Sherrill <joel@OARcorp.com>
583
584        PR 1222/cpukit
585        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
586        thread that is blocked on a priority based thread queue is changed,
587        that its placement in the queue is reevaluated based upon the new
588        priority. This enhancement includes modifications to the SuperCore as
589        well as new test cases.
590        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
591        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
592        sp35/sp35.doc, sp35/sp35.scn: New files.
593
5942007-03-05      Joel Sherrill <joel@OARcorp.com>
595
596        * sp26/system.h: Correct memory required for stack sizes.
597
5982007-02-06      Joel Sherrill <joel@OARcorp.com>
599
600        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
601        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
602        tests.
603
6042006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
605
606        * sp33/init.c: Improve barrier test to include normal blocking with
607        manual release and unblocking in barrier deletion.
608
6092006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
610
611        * configure.ac: New BUG-REPORT address.
612
6132006-11-20      Joel Sherrill <joel@OARcorp.com>
614
615        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
616        and make output more compliant with other tests.
617
6182006-11-17      Joel Sherrill <joel@OARcorp.com>
619
620        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
621        cases intended on all targets possible with new heap algorithm.
622
6232006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
624
625        * Makefile.am, configure.ac: Adding Classic API Barriers.
626        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
627        New files.
628
6292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
630
631        * configure.ac: Require autoconf-2.60. Require automake-1.10.
632
6332006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
634
635        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
636        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
637        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
638        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
639        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
640        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
641        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
642        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
643        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
644        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
645        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
646        Use rtems_testsdir instead.
647
6482006-04-05      Joel Sherrill <joel@OARcorp.com>
649                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
650
651        * spsize/size.c: Victor spotted the problem that
652        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
653        variables and needed to be set to the same value.  I took that
654        idea and just removed _Thread_MP_Receive.  All uses are now
655        _MPCI_Receive_server_tcb.
656
6572005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
658
659        * configure.ac: Remove RTEMS_ENABLE_BARE,
660        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
661
6622005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
663
664        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
665        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
666        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
667        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
668        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
669        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
670        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
671        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
672        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
673        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
674        spfatal/Makefile.am, spsize/Makefile.am:
675        Convert to use *_PROGRAMS.
676
6772005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
678
679        * sp01/Makefile.am, sp02/Makefile.am,
680        sp03/Makefile.am, sp04/Makefile.am,
681        sp05/Makefile.am, sp06/Makefile.am,
682        sp07/Makefile.am, sp08/Makefile.am,
683        sp09/Makefile.am, sp11/Makefile.am,
684        sp12/Makefile.am, sp13/Makefile.am,
685        sp14/Makefile.am, sp15/Makefile.am,
686        sp16/Makefile.am, sp17/Makefile.am,
687        sp19/Makefile.am, sp20/Makefile.am,
688        sp21/Makefile.am, sp22/Makefile.am,
689        sp23/Makefile.am, sp24/Makefile.am,
690        sp25/Makefile.am, sp26/Makefile.am,
691        sp27/Makefile.am, sp28/Makefile.am,
692        sp29/Makefile.am, sp30/Makefile.am,
693        sp31/Makefile.am, sp32/Makefile.am,
694        spfatal/Makefile.am, spsize/Makefile.am: Rework.
695
6962005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
697
698        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
699        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
700        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
701        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
702        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
703        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
704        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
705        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
706        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
707        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
708        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
709        * sptests.am: Remove.
710
7112005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
712
713        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
714        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
715        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
716        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
717        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
718        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
719        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
720        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
721        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
722        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
723        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
724
7252005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
726
727        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
728
7292005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
730
731        * spsize/Makefile.am: Rename TEST to spsize.
732        * spsize/size.scn: Remove.
733        * spsize/spsize.scn: New (renamed from size.scn).
734
7352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
736
737        * configure.ac: Add spfatal/Makefile.
738        * Makefile.am: Add spfatal to DIST_SUBDIRS.
739        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
740        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
741        * sptests.am: Remove LIB_VARIANT.
742
7432005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
744
745        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
746        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
747        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
748        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
749        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
750        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
751        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
752        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
753        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
754        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
755        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
756
7572005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
758
759        * Makefile.am: Cleanup.
760
7612005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
762
763        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
764        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
765        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
766        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
767        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
768        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
769        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
770        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
771        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
772        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
773        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
774        spfatal/Makefile.am, spsize/Makefile.am:
775        Partial conversion to automake.
776
7772005-03-07      Joel Sherrill <joel@OARcorp.com>
778
779        * sp13/task1.c: Removed warnings.
780
7812004-09-29      Joel Sherrill <joel@OARcorp.com>
782
783        * spsize/size.c: i960 obsoleted and all references removed.
784
7852004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
786
787        * configure.ac: Require automake > 1.9.
788
7892004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
790
791        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
792        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
793        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
794        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
795        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
796        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
797        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
798        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
799        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
800        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
801        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
802        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
803        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
804        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
805        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
806        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
807        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
808        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
809        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
810        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
811        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
812        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
813        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
814        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
815        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
816        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
817        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
818        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
819        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
820        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
821        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
822        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
823
8242004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
825
826        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
827
8282004-03-30      David Querbach <querbach@realtime.bc.ca>
829
830        PR 595/tests
831        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
832        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
833        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
834        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
835        others treat it as a count of longs.
836
8372004-03-30      David Querbach <querbach@realtime.bc.ca>
838
839        PR 596/tests
840        * sp32/init.c: A missing definition of TEST_INIT before including
841        <tmacros.h> means that buffered output will not work even if selected
842        in buffer_test_io.h.
843
8442004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
845
846        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
847        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
848        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
849        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
850        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
851        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
852        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
853        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
854        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
855        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
856        types.
857
8582004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        * configure.ac: Add 2nd arg to RTEMS_TOP.
861
8622004-03-05      Joel Sherrill <joel@OARcorp.com>
863
864        * sp07/buffered_io.c: Remove warning.
865
8662004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
867
868        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
869        Add PRE/TMPINSTALL_FILES to CLEANFILES.
870        * sp02/Makefile.am: Ditto.
871        * sp03/Makefile.am: Ditto.
872        * sp04/Makefile.am: Ditto.
873        * sp05/Makefile.am: Ditto.
874        * sp06/Makefile.am: Ditto.
875        * sp07/Makefile.am: Ditto.
876        * sp08/Makefile.am: Ditto.
877        * sp09/Makefile.am: Ditto.
878        * sp11/Makefile.am: Ditto.
879        * sp12/Makefile.am: Ditto.
880        * sp13/Makefile.am: Ditto.
881        * sp14/Makefile.am: Ditto.
882        * sp15/Makefile.am: Ditto.
883        * sp16/Makefile.am: Ditto.
884        * sp17/Makefile.am: Ditto.
885        * sp19/Makefile.am: Ditto.
886        * sp20/Makefile.am: Ditto.
887        * sp21/Makefile.am: Ditto.
888        * sp22/Makefile.am: Ditto.
889        * sp23/Makefile.am: Ditto.
890        * sp24/Makefile.am: Ditto.
891        * sp25/Makefile.am: Ditto.
892        * sp26/Makefile.am: Ditto.
893        * sp27/Makefile.am: Ditto.
894        * sp28/Makefile.am: Ditto.
895        * sp29/Makefile.am: Ditto.
896        * sp30/Makefile.am: Ditto.
897        * sp31/Makefile.am: Ditto.
898        * sp32/Makefile.am: Ditto.
899        * spfatal/Makefile.am: Ditto.
900        * spsize/Makefile.am: Ditto.
901
9022003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
903
904        * sptests.am: Add dirstamp support.
905
9062003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
907
908        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
909
9102003-12-16      Joel Sherrill <joel@OARcorp.com>
911
912        PR 544/tests
913        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
914        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
915        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
916        make tests account for resources and not print at inappropriate
917        times.
918        * sp07/buffered_io.c: New file.
919
9202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
921
922        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
923
9242003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
925
926        * sp01/Makefile.am: Remove all-local: $(ARCH).
927        * sp02/Makefile.am: Remove all-local: $(ARCH).
928        * sp03/Makefile.am: Remove all-local: $(ARCH).
929        * sp04/Makefile.am: Remove all-local: $(ARCH).
930        * sp05/Makefile.am: Remove all-local: $(ARCH).
931        * sp06/Makefile.am: Remove all-local: $(ARCH).
932        * sp07/Makefile.am: Remove all-local: $(ARCH).
933        * sp08/Makefile.am: Remove all-local: $(ARCH).
934        * sp09/Makefile.am: Remove all-local: $(ARCH).
935        * sp11/Makefile.am: Remove all-local: $(ARCH).
936        * sp12/Makefile.am: Remove all-local: $(ARCH).
937        * sp13/Makefile.am: Remove all-local: $(ARCH).
938        * sp14/Makefile.am: Remove all-local: $(ARCH).
939        * sp15/Makefile.am: Remove all-local: $(ARCH).
940        * sp16/Makefile.am: Remove all-local: $(ARCH).
941        * sp17/Makefile.am: Remove all-local: $(ARCH).
942        * sp19/Makefile.am: Remove all-local: $(ARCH).
943        * sp20/Makefile.am: Remove all-local: $(ARCH).
944        * sp21/Makefile.am: Remove all-local: $(ARCH).
945        * sp22/Makefile.am: Remove all-local: $(ARCH).
946        * sp23/Makefile.am: Remove all-local: $(ARCH).
947        * sp24/Makefile.am: Remove all-local: $(ARCH).
948        * sp25/Makefile.am: Remove all-local: $(ARCH).
949        * sp26/Makefile.am: Remove all-local: $(ARCH).
950        * sp27/Makefile.am: Remove all-local: $(ARCH).
951        * sp28/Makefile.am: Remove all-local: $(ARCH).
952        * sp29/Makefile.am: Remove all-local: $(ARCH).
953        * sp30/Makefile.am: Remove all-local: $(ARCH).
954        * sp31/Makefile.am: Remove all-local: $(ARCH).
955        * sp32/Makefile.am: Remove all-local: $(ARCH).
956        * spfatal/Makefile.am: Remove all-local: $(ARCH).
957        * spsize/Makefile.am: Remove all-local: $(ARCH).
958
9592003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
960
961        * configure.ac: Reflect having moved to testsuites/.
962
9632003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
964
965        * configure.ac: Remove RTEMS_CANONICAL_HOST.
966
9672003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
968
969        * configure.ac:Remove RTEMS_CHECK_CPU.
970
9712003-09-04      Joel Sherrill <joel@OARcorp.com>
972
973        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
974        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
975        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
976        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
977        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
978        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
979        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
980        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
981        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
982        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
983        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
984        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
985        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
986        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
987        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
988        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
989        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
990        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
991        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
992        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
993        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
994        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
995        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
996        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
997        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
998        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
999        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
1000        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
1001        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
1002        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
1003        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
1004        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
1005        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
1006        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
1007        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
1008        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
1009        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
1010        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
1011        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
1012        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
1013        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
1014        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
1015        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
1016        spsize/size.c, spsize/system.h: URL for license changed.
1017
10182003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
1019
1020        PR 458/tests
1021        * sp30/task1.c: Correct indexing problem.
1022
10232003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1024
1025        * Makefile.am: Reflect having moved aclocal/.
1026
10272003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1028
1029        * Makefile.am: Reflect having moved automake/.
1030        * sp01/Makefile.am: Reflect having moved automake/.
1031        * sp02/Makefile.am: Reflect having moved automake/.
1032        * sp03/Makefile.am: Reflect having moved automake/.
1033        * sp04/Makefile.am: Reflect having moved automake/.
1034        * sp05/Makefile.am: Reflect having moved automake/.
1035        * sp06/Makefile.am: Reflect having moved automake/.
1036        * sp07/Makefile.am: Reflect having moved automake/.
1037        * sp08/Makefile.am: Reflect having moved automake/.
1038        * sp09/Makefile.am: Reflect having moved automake/.
1039        * sp11/Makefile.am: Reflect having moved automake/.
1040        * sp12/Makefile.am: Reflect having moved automake/.
1041        * sp13/Makefile.am: Reflect having moved automake/.
1042        * sp14/Makefile.am: Reflect having moved automake/.
1043        * sp15/Makefile.am: Reflect having moved automake/.
1044        * sp16/Makefile.am: Reflect having moved automake/.
1045        * sp17/Makefile.am: Reflect having moved automake/.
1046        * sp19/Makefile.am: Reflect having moved automake/.
1047        * sp20/Makefile.am: Reflect having moved automake/.
1048        * sp21/Makefile.am: Reflect having moved automake/.
1049        * sp22/Makefile.am: Reflect having moved automake/.
1050        * sp23/Makefile.am: Reflect having moved automake/.
1051        * sp24/Makefile.am: Reflect having moved automake/.
1052        * sp25/Makefile.am: Reflect having moved automake/.
1053        * sp26/Makefile.am: Reflect having moved automake/.
1054        * sp27/Makefile.am: Reflect having moved automake/.
1055        * sp28/Makefile.am: Reflect having moved automake/.
1056        * sp29/Makefile.am: Reflect having moved automake/.
1057        * sp30/Makefile.am: Reflect having moved automake/.
1058        * sp31/Makefile.am: Reflect having moved automake/.
1059        * sp32/Makefile.am: Reflect having moved automake/.
1060        * spfatal/Makefile.am: Reflect having moved automake/.
1061        * spsize/Makefile.am: Reflect having moved automake/.
1062
10632003-08-14      Joel Sherrill <joel@OARcorp.com>
1064
1065        * sp02/task1.c: Added ID to name lookup service and changed name of
1066        id/name translation status code. This propagated to multiple
1067        functions. The user API service added was rtems_object_id_to_name()
1068
10692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1070
1071        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1072
10732003-05-29      Joel Sherrill <joel@OARcorp.com>
1074
1075        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
1076
10772003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1078
1079        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1080        CC_CFLAGS_DEFAULT (obsolete).
1081
10822003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1083
1084        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1085        Remove CC_LDFLAGS_PROFILE_V.
1086
10872003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1088
1089        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1090
10912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1092
1093        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1094
10952003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1096
1097        * configure.ac: AC_PREREQ(2.57).
1098
10992002-11-14      Joel Sherrill <joel@OARcorp.com>
1100
1101        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
1102        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
1103        update the IDs in the screens.
1104
11052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1106
1107        * .cvsignore: Reformat.
1108        Add autom4te*cache.
1109        Remove autom4te.cache.
1110
11112002-09-14      Joel Sherrill <joel@OARcorp.com>
1112
1113        * sp32/.cvsignore: New file.
1114
11152002-09-14      Aaron J. Grier <aaron@frye.com>
1116
1117        * PR271 was not applicable against the current source but included
1118        a nice test that Joel decided to add to the tree as sp32.
1119        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
1120        * Makefile.am, configure.ac: Modified to reflect addition.
1121
11222002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1123
1124        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
1125        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
1126        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
1127        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
1128        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
1129        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
1130        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
1131        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
1132        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
1133        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
1134        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
1135        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
1136        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
1137        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
1138        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
1139        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
1140        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
1141        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
1142        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
1143        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
1144        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
1145        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
1146        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
1147        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
1148        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
1149        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
1150        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
1151        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
1152        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
1153        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
1154        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
1155
11562002-08-01      Joel Sherrill <joel@OARcorp.com>
1157
1158        * Per PR47 add support for buffered test output.  This involved
1159        adding defines to redirect output to a buffer and dump it when
1160        full, at "test pause", and at exit.  To avoid problems when redefining
1161        exit(), all tests were modified to call rtems_test_exit().
1162        Some tests, notable psxtests, had to be modified to include
1163        the standard test macro .h file (pmacros.h or tmacros.h) to
1164        enable this support.
1165        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
1166        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
1167        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
1168        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
1169        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
1170        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
1171        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
1172
11732002-07-30      Joel Sherrill <joel@OARcorp.com>
1174
1175        * spsize/size.c: Don't reference the RTEMS allocated interrupt
1176        stack if the port doesn't configure using it.
1177
11782002-07-04      Joel Sherrill <joel@OARcorp.com>
1179
1180        * Jump table for single entry point removed.
1181        * spsize/size.c:  Modified to reflect above.
1182
11832002-07-01      Joel Sherrill <joel@OARcorp.com>
1184
1185        * sp29/init.c: Corrected definitions for task stack usage.
1186
11872002-07-01      Joel Sherrill <joel@OARcorp.com>
1188
1189        * spsize/size.c: _Thread_queue_Extract_table removed.
1190
11912001-05-17      Joel Sherrill <joel@OARcorp.com>
1192
1193        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
1194        number of staticly configured device drivers.
1195
11962001-05-14      Joel Sherrill <joel@OARcorp.com>
1197
1198        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
1199        than the configured number of drivers.
1200 
12012002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1202
1203        * configure.ac: Remove ENABLE_GCC28.
1204
12052001-04-04      Joel Sherrill <joel@OARcorp.com>
1206
1207        * spsize/size.c: Reflect SPARC modifcation to get rid of
1208        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1209 
12102001-03-29      Joel Sherrill <joel@OARcorp.com>
1211
1212        * Per PR147 addressed problems when reseting and inserting a timer
1213        into a timer chain that did not honor time passage since the last
1214        time the timer server was scheduled and the new insertion.
1215        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1216
12172001-03-28      Joel Sherrill <joel@OARcorp.com>
1218
1219        * Side-effect of PR132.
1220        * sp21/system.h: Now must explicitly request NULL driver.
1221
12222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1223
1224        * configure.ac:
1225        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1226        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1227        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1228        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1229        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1230        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1231        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1232        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1233        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1234        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1235        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1236        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1237        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1238        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1239        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1240        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1241        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1242        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1243        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1244        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1245        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1246        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1247        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1248        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1249        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1250        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1251        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1252        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1253        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1254        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1255        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1256        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1257        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1258        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1259
12602002-03-20      Chris Johns <ccj@acm.org>
1261
1262        * PR145.
1263        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1264        in system (e.g. driver tasks).  Also exit on minimum number of
1265        switches not precise number.
1266
12672001-01-29      Joel Sherrill <joel@OARcorp.com>
1268
1269        * Fixed bug where resetting a timer that was not at the head
1270        of one of the task timer chains resulted in the Timer Server
1271        task waking up too far in the future.
1272        * Added rtems_timer_get_information() directive to support testing.
1273        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1274        above condition.
1275
12762001-01-22      Joel Sherrill <joel@OARcorp.com>
1277
1278        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1279        because priority added as argument to rtems_timer_initiate_server().
1280
12812001-01-16      Joel Sherrill <joel@OARcorp.com>
1282
1283        * Added tests for task-based timers.  This included the new tests
1284        sp30 and sp31.
1285        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1286        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1287        for task-based timer services.
1288        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1289        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1290        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1291        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1292        sp31/task1.c: New files.
1293
12942001-11-01      Joel Sherrill <joel@OARcorp.com>
1295
1296        * sp26/system.h: Properly account for stack memory used by
1297        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1298        and processed as PR78.
1299
13002001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1301
1302        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1303        * configure.in: Remove.
1304        * configure.ac: New file, generated from configure.in by autoupdate.
1305
13062001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1307
1308        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1309
13102001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1311
1312        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1313        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1314        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1315        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1316        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1317        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1318        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1319        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1320        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1321        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1322        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1323        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1324        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1325        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1326        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1327        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1328        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1329        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1330        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1331        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1332        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1333        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1334        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1335        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1336        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1337        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1338        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1339        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1340        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1341
13422001-08-16      Joel Sherrill <joel@OARcorp.com>
1343
1344        * sp20/system.h: Account for extra task stacks properly.
1345
13462001-08-16      Joel Sherrill <joel@OARcorp.com>
1347
1348        * sp13/sp13.scn: Id in screen had wrong class field value.
1349        * sp13/system.h: Account for message buffer memory.
1350        * sp13/task2.c: Remove unnecessary check for failure.
1351
13522001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1353
1354        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1355
13562001-04-20      Joel Sherrill <joel@OARcorp.com>
1357
1358        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1359        file.
1360
13612001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1362
1363        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1364
13652001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1366
1367        * sp21/Makefile.am: Remove libtest.
1368
13692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1370
1371        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1372
13732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1374
1375        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1376
13772000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1378
1379        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1380        Switch to GNU canonicalization.
1381        * sptests.am: Remove DEFS.
1382
13832000-09-29      Joel Sherrill <joel@OARcorp.com>
1384
1385        * sp20/sp20.scn: Corrected to reflect new addition.
1386        * sp20/system.h: Removed comment reflecting history.
1387
13882000-09-29      Stephan Merker <merker@decrc.abb.de>
1389
1390        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1391        Added new task to test sequence of altering a period's length
1392        while it is still active.
1393
13942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1395
1396        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1397        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1398        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1399        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1400        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1401        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1402        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1403        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1404        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1405        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1406
14072000-08-10      Joel Sherrill <joel@OARcorp.com>
1408
1409        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.