source: rtems/testsuites/sptests/ChangeLog @ c14c2f0

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

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

  • Makefile.am, configure.ac: Add initial test of _Objects_Get_next.
  • spobjgetnext/.cvsignore, spobjgetnext/Makefile.am, spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn, spobjgetnext/system.h: New files.
  • Property mode set to 100644
File size: 54.7 KB
Line 
12009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac: Add initial test of _Objects_Get_next.
4        * spobjgetnext/.cvsignore, spobjgetnext/Makefile.am,
5        spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn,
6        spobjgetnext/system.h: New files.
7
82009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
9
10        * sp25/init.c, sp25/system.h, sp25/task1.c: Reduce size of array from
11        64k to 20k. No impact on test behavior.
12
132009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.
16
172009-04-20      Santosh G Vattam <vattam.santosh@gmail.com>
18
19        * sp37/init.c, sp37/sp37.scn: Add test case for
20        rtems_interrupt_level_attribute body.
21
222009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
25        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
26        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
27        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
28        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
29        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
30        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
31        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
32        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
33        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
34        sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am,
35        sp36/Makefile.am, sp37/Makefile.am, sp38/Makefile.am,
36        sp39/Makefile.am, sp40/Makefile.am, sp41/Makefile.am,
37        sp42/Makefile.am, sp43/Makefile.am, sp44/Makefile.am,
38        sp45/Makefile.am, sp46/Makefile.am, sp47/Makefile.am,
39        sp48/Makefile.am, spfatal/Makefile.am,
40        spfatal01/Makefile.am, spfatal02/Makefile.am,
41        spfatal03/Makefile.am, spfatal04/Makefile.am,
42        spfatal05/Makefile.am, spfatal06/Makefile.am,
43        spfatal07/Makefile.am, spfatal08/Makefile.am,
44        spfatal09/Makefile.am, spsize/Makefile.am,
45        spwatchdog/Makefile.am:
46        Eliminate _exe_/.exe.
47
482009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        PR 1388/cpukit
51        * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores
52        allow both priority inherit and ceiling attributes to be set on
53        semaphore create. These attributes are mutually exclusive and this
54        should be an error.
55
562009-01-30      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * Makefile.am, configure.ac: Add sp48 which tests that configuring for
59        unlimited objects when configured for a unified workspace works as
60        expected.
61        * sp48/.cvsignore, sp48/Makefile.am, sp48/init.c, sp48/sp48.doc,
62        sp48/sp48.scn: New files.
63
642009-01-21      Nickolay Kolchin <nbkolchin@gmail.com>
65                Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        PR 1357/cpukit
68        * Makefile.am, configure.ac: Ensure creating a task with no ASR is
69        honored.
70        * sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
71        sp47/sp47.scn: New files.
72
732009-01-16      Jennifer Averett <jennifer.averett@OARcorp.com>
74
75        * Makefile.am, configure.ac: Add new test to test Watchdog display
76        helper routines. These reach into the SuperCore.
77        * spwatchdog/.cvsignore, spwatchdog/Makefile.am, spwatchdog/delay.c,
78        spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
79        spwatchdog/system.h, spwatchdog/task1.c: New files.
80
812009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * sp30/task1.c: Cast pointer to id as "void *" rather than task Id.
84
852009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen11.c,
88        sp09/screen12.c, sp09/screen14.c: Use rtems_build_id rather than
89        hard-coded hex numbers for bad object Ids.
90
912009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * sp15/system.h, sp19/system.h: Array of task names should be of type
94        rtems_name not rtems_id. Similarly array of task ids should be
95        rtems_id not rtems_name.
96
972008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * spsize/size.c: Eliminate _TOD_Microseconds_per_tick.
100
1012008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * Makefile.am, configure.ac, spfatal06/testcase.h,
104        spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
105        spsize/size.c: Eliminate pointers to API configuration tables in the
106        main configuration table. Reference the main configuration table and
107        the API configuration tables directly using the confdefs.h version
108        rather than obtaining a pointer to it. This eliminated some
109        variables, a potential fatal error, some unnecessary default
110        configuration structures. Overall, about a 4.5% reduction in the code
111        size for minimum and hello on the SPARC.
112        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
113        spfatal10/testcase.h: Removed.
114
1152008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
118        sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
119        sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.c: Run all tests
120        successfully with maxixum number of priorities as 16 instead of 256.
121        This was done by temporarily modifying the score priority.h maximum.
122        This allowed testing of all API code to ensure that it worked
123        properly with a reduced number of priorities. Most modifications were
124        to switch from hard-coded maximum to using the API provided methods
125        to determine maximum number of priority levels.
126
1272008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * sp46/sp46.scn: Add screen missed earlier.
130
1312008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        PR 1348/cpukit
134        * Makefile.am, configure.ac: Add test of special case of resetting cpu
135        usage information while a period is running.
136        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
137        sp46/sp46.scn: New files.
138
1392008-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * sp45/init.c: New file.
142
1432008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        PR 1347/cpukit
146        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
147        Rework Timer Server to ensure that the context allows for blocking,
148        allocating memory, and acquiring semaphores and mutexes.
149        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
150        New files.
151
1522008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
153
154        * sp25/system.h: Add warning and temporary m32c conditional until size
155        type addressed.
156
1572008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * sp09/screen07.c: Use INT_MAX as number of messages so always
160        properly sized and no overflow on constant.
161        * sp09/screen10.c: Delay so on targets with simulator idle clock
162        tick driver this will work.
163        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
164        byte boundaries rather than two byte boundaries.
165        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
166        allocate more memory than size_t holds on m32c.
167
1682008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
171        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
172        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
173        and Region calls. On 16-bit architectures, size_t can be 16-bits
174        which would limit sizes to 64K. Also address constants which
175        overflowed on 16-bit integer targets.
176
1772008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
178
179        * sp43/sp43.scn: Bump version to 4.9.99.0
180
1812008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * sp19/system.h: Use "double" instead of "rtems_double".
184
1852008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
188
1892008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
192        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
193        spfatal_support/init.c, spfatal_support/system.h:
194        Convert to "bool".
195
1962008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
197
198        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
199        declared in a public place.
200
2012008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
202
203        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
204
2052008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
206
207        * sp43/init.c: Fix derefence of uninitialized pointer.
208
2092008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
212        multiprocessing is not enabled. Saves one more variable from single
213        processor configuration.
214
2152008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
216
217        PR 1212/cpukit
218        * Makefile.am, configure.ac: Time slicing will not happen if the task
219        mode is changed from a non-timeslicing mode to timeslicing mode if it
220        is done by the executing thread (e.g. in its task body). This change
221        includes sp44 to demonstrate the problem and verify the correction.
222        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
223
2242008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
225
226        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
227        architectures they are not supported on.
228
2292008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
232
2332008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
234
235        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
236          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
237
2382008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
239
240        * sp28/init.c: Corrections to configuration.
241        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
242        * spsize/size.c: _ISR_Vector_table only exists on architectures
243        which use the Simple Vectored Interrupt Model.
244
2452008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
246
247        * spsize/size.c: Convention calls for leading underscore on private
248        RTEMS variables.
249
2502008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
251
252        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
253        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
254        Refactored and renamed initialization routines to
255        rtems_initialize_data_structures, rtems_initialize_before_drivers,
256        rtems_initialize_device_drivers, and
257        rtems_initialize_start_multitasking. This opened the sequence up so
258        that bootcard() could provide a more robust and flexible framework
259        which is easier to explain and understand. This also lays the
260        groundwork for sharing the division of available memory between the
261        RTEMS workspace and heap and the C library initialization across all
262        BSPs.
263
2642008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
265
266        * sp32/init.c: Formatting.
267
2682008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
269
270        * sp09/screen01.c: Correct test.
271        * sp09/screen14.c: Update copyright.
272        * sp28/init.c: Correct end of test messages.
273
2742008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
275
276        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
277
2782008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
279
280        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
281        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
282        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
283        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
284        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
285        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
286        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
287        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
288        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
289        tests. Add a clock_settime case for < 1988.
290
2912008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
292
293        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
294
2952008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
296
297        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
298        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
299        * sp41/sp41.scn: Now has content.
300        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
301        Object Services recently added to API.
302
3032008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
304
305        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
306        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
307        collection. This changed the name of a few previously public but
308        undocumented services and added a some new services.
309        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
310        sp43/system.h: New files.
311
3122008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
313
314        * spfatal10/.cvsignore: New file.
315
3162008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
317
318        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
319        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
320        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
321        New files.
322
3232008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
324
325        * Makefile.am, configure.ac: Added fatal error tests
326        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
327        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
328        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
329        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
330        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
331        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
332        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
333        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
334        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
335        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
336        spfatal_support/init.c, spfatal_support/system.h: New files.
337
3382008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
339
340        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
341        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
342        test messages.
343
3442008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
345
346        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
347        simple type to a union of an unsigned 32 bit integer and a pointer.
348        This should help eliminate weird casts between u32 and pointers in
349        various places. The APIs now have to explicitly call _u32 or _string
350        versions of helper routines. This should also simplify things and
351        eliminate the need for ugly casts in some cases.
352
3532008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
354
355        * sp42/Makefile.am: New file.
356
3572008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
358
359        Add sp42 to exercise thread queue with knowledge of the implementation
360        so we can exercise all of the normal paths possible.
361        * Makefile.am, configure.ac: Add sp42.
362        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
363
3642008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
365
366        * sp39/init.c: Add case for long timeout on blocking operation.
367        * Makefile.am, configure.ac: Add new test to exercise thread
368        queue blokcing synchronization. sp39 and sp41 are very similar.
369        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
370        sp41/system.h: New files.
371
3722008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
373
374        * sp39/init.c: Clean up.
375
3762008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
377
378        * sp39/init.c: Modify to improve coverage.
379
3802008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
381
382        * sp36/strict_order_mut.c:
383
3842008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
385
386        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
387        driver registration.
388        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
389        sp40/system.h: New files.
390
3912008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
392
393        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
394        Add test cases for:
395          + message queue create requesting too many message buffers
396            for the available memory
397          + region extend with address inside existing heap
398          + timer server initiate too large a stack, create error
399        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
400          + task set priority while holding resource
401
4022008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
403
404        * Makefile.am, configure.ac: Added sp38 and sp39.
405        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
406        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
407        sp39/sp39.scn, sp39/system.h: New files.
408
4092007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
410
411        * sp36/strict_order_mut.c: New file.
412
4132007-12-21      Xi Yang <hiyangxi@gmail.com>
414
415        * Makefile.am, configure.ac: Add support for proper stacking of
416        priority inheritance on mutexes as well as enforce proper order of
417        release.
418        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
419        sp36/sp36.scn: New files.
420
4212007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
422
423        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
424        directive instead of violating RTEMS internals.
425
4262007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
427
428        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
429        Add test cases for User Extension Manager to improve code coverage.
430        * sp21/task1.c: Fix spelling error.
431
4322007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
433
434        * spsize/size.c: Account for previous changes in calculation of MPCI
435        receive server stack.
436
4372007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
438
439        * sp09/screen07.c, sp09/sp09.scn: Add test for
440        rtems_message_queue_broadcast for bad buffer and count pointers.
441        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
442        with bad priority or initiating twice.
443        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
444        it forces a dispatch.
445        * sp37/init.c: New file.
446
4472007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
448
449        * Makefile.am, configure.ac: Add new tests for interrupt disable,
450        enable, flash, and is in progress. These are normally inlines but
451        also have bodies for non-C code. This test also exercises the odd
452        case of calling clock tick from outside an ISR.
453        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
454
4552007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
456
457        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
458        using notepad with the current task's ID or SELF
459        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
460        test missing test cases for clock_get.
461
4622007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
463
464        * sp28/init.c: Add test code for task variables to improve coverage.
465
4662007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
467
468        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
469        RTEMS provided accessor macros to obtain configuration fields.
470
4712007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
472
473        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
474        Configuration Table. Eliminate CPU Table from all ports. Delete
475        references to CPU Table in all forms.
476
4772007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
478
479        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
480
4812007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
482
483        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
484        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
485        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
486        to improve test coverage.
487
4882007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
489
490        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
491        coverage.
492
4932007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
494
495        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
496
4972007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
498
499        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
500        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
501        .scn files.
502
5032007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
504
505        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
506        commented out and updated the .scn file.
507
5082007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
509
510        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
511        buffered test IO.
512
5132007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
514
515        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
516        rtems_io_unregister_driver did not have any test code.
517
5182007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
519
520        * spsize/size.c: Eliminate maximum_drivers configuration parameter
521        since it was used to configure a no longer used feature. Device names
522        are now part of the filesystem not in a table. This also eliminated
523        the variables _IO_Number_of_devices and _IO_Driver_name_table from
524        RTEMS as well as the memory allocation used to populate
525        _IO_Driver_name_table.
526
5272007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
528
529        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
530        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
531        properly.
532
5332007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
534
535        * spsize/size.c: Eliminated the variables
536        _RTEMS_tasks_User_initialization_tasks and
537        _RTEMS_tasks_Number_of_initialization_tasks because they were only
538        used in one place after initialized. It was a waste of space.
539
5402007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
541
542        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
543        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
544        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
545        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
546        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
547        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
548        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
549        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
550        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
551        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
552        spsize/size.c: Add optional managers to Makefiles. Clean up test
553        cases so last output line follows END OF pattern. Make sure test case
554        all run. All tests appeared ok on sis.
555
5562007-04-05      Joel Sherrill <joel@OARcorp.com>
557
558        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
559
5602007-04-05      Joel Sherrill <joel@OARcorp.com>
561
562        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
563        CONFIGURE_TEST_NEEDS_XXX configuration constants to
564        CONFIGURE_APPLICATION_NEEDS_XXX.
565
5662007-04-02      Joel Sherrill <joel@OARcorp.com>
567
568        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
569
5702007-04-02      Joel Sherrill <joel@OARcorp.com>
571
572        * spsize/size.c: Convert from Classic API style TOD_Control as
573        fundamental time structure to POSIX struct timespec. Add
574        clock_get_uptime().
575
5762007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
577
578        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
579
5802007-03-26      Joel Sherrill <joel@OARcorp.com>
581
582        * sp35/priinv.c: Remove warning.
583
5842007-03-10      Joel Sherrill <joel@OARcorp.com>
585
586        * sp26/system.h: Remove incorrect and duplicate
587        CONFIGURE_EXTRA_TASK_STACKS.
588
5892007-03-05      Joel Sherrill <joel@OARcorp.com>
590
591        PR 1222/cpukit
592        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
593        thread that is blocked on a priority based thread queue is changed,
594        that its placement in the queue is reevaluated based upon the new
595        priority. This enhancement includes modifications to the SuperCore as
596        well as new test cases.
597        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
598        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
599        sp35/sp35.doc, sp35/sp35.scn: New files.
600
6012007-03-05      Joel Sherrill <joel@OARcorp.com>
602
603        * sp26/system.h: Correct memory required for stack sizes.
604
6052007-02-06      Joel Sherrill <joel@OARcorp.com>
606
607        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
608        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
609        tests.
610
6112006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
612
613        * sp33/init.c: Improve barrier test to include normal blocking with
614        manual release and unblocking in barrier deletion.
615
6162006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
617
618        * configure.ac: New BUG-REPORT address.
619
6202006-11-20      Joel Sherrill <joel@OARcorp.com>
621
622        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
623        and make output more compliant with other tests.
624
6252006-11-17      Joel Sherrill <joel@OARcorp.com>
626
627        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
628        cases intended on all targets possible with new heap algorithm.
629
6302006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
631
632        * Makefile.am, configure.ac: Adding Classic API Barriers.
633        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
634        New files.
635
6362006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
637
638        * configure.ac: Require autoconf-2.60. Require automake-1.10.
639
6402006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
641
642        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
643        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
644        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
645        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
646        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
647        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
648        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
649        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
650        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
651        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
652        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
653        Use rtems_testsdir instead.
654
6552006-04-05      Joel Sherrill <joel@OARcorp.com>
656                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
657
658        * spsize/size.c: Victor spotted the problem that
659        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
660        variables and needed to be set to the same value.  I took that
661        idea and just removed _Thread_MP_Receive.  All uses are now
662        _MPCI_Receive_server_tcb.
663
6642005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
665
666        * configure.ac: Remove RTEMS_ENABLE_BARE,
667        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
668
6692005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
670
671        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
672        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
673        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
674        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
675        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
676        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
677        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
678        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
679        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
680        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
681        spfatal/Makefile.am, spsize/Makefile.am:
682        Convert to use *_PROGRAMS.
683
6842005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
685
686        * sp01/Makefile.am, sp02/Makefile.am,
687        sp03/Makefile.am, sp04/Makefile.am,
688        sp05/Makefile.am, sp06/Makefile.am,
689        sp07/Makefile.am, sp08/Makefile.am,
690        sp09/Makefile.am, sp11/Makefile.am,
691        sp12/Makefile.am, sp13/Makefile.am,
692        sp14/Makefile.am, sp15/Makefile.am,
693        sp16/Makefile.am, sp17/Makefile.am,
694        sp19/Makefile.am, sp20/Makefile.am,
695        sp21/Makefile.am, sp22/Makefile.am,
696        sp23/Makefile.am, sp24/Makefile.am,
697        sp25/Makefile.am, sp26/Makefile.am,
698        sp27/Makefile.am, sp28/Makefile.am,
699        sp29/Makefile.am, sp30/Makefile.am,
700        sp31/Makefile.am, sp32/Makefile.am,
701        spfatal/Makefile.am, spsize/Makefile.am: Rework.
702
7032005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
704
705        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
706        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
707        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
708        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
709        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
710        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
711        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
712        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
713        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
714        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
715        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
716        * sptests.am: Remove.
717
7182005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
719
720        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
721        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
722        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
723        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
724        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
725        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
726        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
727        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
728        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
729        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
730        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
731
7322005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
733
734        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
735
7362005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
737
738        * spsize/Makefile.am: Rename TEST to spsize.
739        * spsize/size.scn: Remove.
740        * spsize/spsize.scn: New (renamed from size.scn).
741
7422005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
743
744        * configure.ac: Add spfatal/Makefile.
745        * Makefile.am: Add spfatal to DIST_SUBDIRS.
746        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
747        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
748        * sptests.am: Remove LIB_VARIANT.
749
7502005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
751
752        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
753        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
754        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
755        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
756        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
757        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
758        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
759        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
760        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
761        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
762        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
763
7642005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
765
766        * Makefile.am: Cleanup.
767
7682005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
769
770        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
771        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
772        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
773        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
774        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
775        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
776        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
777        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
778        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
779        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
780        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
781        spfatal/Makefile.am, spsize/Makefile.am:
782        Partial conversion to automake.
783
7842005-03-07      Joel Sherrill <joel@OARcorp.com>
785
786        * sp13/task1.c: Removed warnings.
787
7882004-09-29      Joel Sherrill <joel@OARcorp.com>
789
790        * spsize/size.c: i960 obsoleted and all references removed.
791
7922004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
793
794        * configure.ac: Require automake > 1.9.
795
7962004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
797
798        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
799        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
800        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
801        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
802        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
803        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
804        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
805        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
806        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
807        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
808        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
809        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
810        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
811        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
812        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
813        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
814        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
815        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
816        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
817        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
818        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
819        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
820        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
821        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
822        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
823        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
824        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
825        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
826        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
827        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
828        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
829        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
830
8312004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
832
833        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
834
8352004-03-30      David Querbach <querbach@realtime.bc.ca>
836
837        PR 595/tests
838        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
839        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
840        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
841        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
842        others treat it as a count of longs.
843
8442004-03-30      David Querbach <querbach@realtime.bc.ca>
845
846        PR 596/tests
847        * sp32/init.c: A missing definition of TEST_INIT before including
848        <tmacros.h> means that buffered output will not work even if selected
849        in buffer_test_io.h.
850
8512004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
852
853        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
854        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
855        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
856        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
857        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
858        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
859        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
860        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
861        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
862        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
863        types.
864
8652004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * configure.ac: Add 2nd arg to RTEMS_TOP.
868
8692004-03-05      Joel Sherrill <joel@OARcorp.com>
870
871        * sp07/buffered_io.c: Remove warning.
872
8732004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
874
875        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
876        Add PRE/TMPINSTALL_FILES to CLEANFILES.
877        * sp02/Makefile.am: Ditto.
878        * sp03/Makefile.am: Ditto.
879        * sp04/Makefile.am: Ditto.
880        * sp05/Makefile.am: Ditto.
881        * sp06/Makefile.am: Ditto.
882        * sp07/Makefile.am: Ditto.
883        * sp08/Makefile.am: Ditto.
884        * sp09/Makefile.am: Ditto.
885        * sp11/Makefile.am: Ditto.
886        * sp12/Makefile.am: Ditto.
887        * sp13/Makefile.am: Ditto.
888        * sp14/Makefile.am: Ditto.
889        * sp15/Makefile.am: Ditto.
890        * sp16/Makefile.am: Ditto.
891        * sp17/Makefile.am: Ditto.
892        * sp19/Makefile.am: Ditto.
893        * sp20/Makefile.am: Ditto.
894        * sp21/Makefile.am: Ditto.
895        * sp22/Makefile.am: Ditto.
896        * sp23/Makefile.am: Ditto.
897        * sp24/Makefile.am: Ditto.
898        * sp25/Makefile.am: Ditto.
899        * sp26/Makefile.am: Ditto.
900        * sp27/Makefile.am: Ditto.
901        * sp28/Makefile.am: Ditto.
902        * sp29/Makefile.am: Ditto.
903        * sp30/Makefile.am: Ditto.
904        * sp31/Makefile.am: Ditto.
905        * sp32/Makefile.am: Ditto.
906        * spfatal/Makefile.am: Ditto.
907        * spsize/Makefile.am: Ditto.
908
9092003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
910
911        * sptests.am: Add dirstamp support.
912
9132003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
914
915        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
916
9172003-12-16      Joel Sherrill <joel@OARcorp.com>
918
919        PR 544/tests
920        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
921        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
922        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
923        make tests account for resources and not print at inappropriate
924        times.
925        * sp07/buffered_io.c: New file.
926
9272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
928
929        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
930
9312003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
932
933        * sp01/Makefile.am: Remove all-local: $(ARCH).
934        * sp02/Makefile.am: Remove all-local: $(ARCH).
935        * sp03/Makefile.am: Remove all-local: $(ARCH).
936        * sp04/Makefile.am: Remove all-local: $(ARCH).
937        * sp05/Makefile.am: Remove all-local: $(ARCH).
938        * sp06/Makefile.am: Remove all-local: $(ARCH).
939        * sp07/Makefile.am: Remove all-local: $(ARCH).
940        * sp08/Makefile.am: Remove all-local: $(ARCH).
941        * sp09/Makefile.am: Remove all-local: $(ARCH).
942        * sp11/Makefile.am: Remove all-local: $(ARCH).
943        * sp12/Makefile.am: Remove all-local: $(ARCH).
944        * sp13/Makefile.am: Remove all-local: $(ARCH).
945        * sp14/Makefile.am: Remove all-local: $(ARCH).
946        * sp15/Makefile.am: Remove all-local: $(ARCH).
947        * sp16/Makefile.am: Remove all-local: $(ARCH).
948        * sp17/Makefile.am: Remove all-local: $(ARCH).
949        * sp19/Makefile.am: Remove all-local: $(ARCH).
950        * sp20/Makefile.am: Remove all-local: $(ARCH).
951        * sp21/Makefile.am: Remove all-local: $(ARCH).
952        * sp22/Makefile.am: Remove all-local: $(ARCH).
953        * sp23/Makefile.am: Remove all-local: $(ARCH).
954        * sp24/Makefile.am: Remove all-local: $(ARCH).
955        * sp25/Makefile.am: Remove all-local: $(ARCH).
956        * sp26/Makefile.am: Remove all-local: $(ARCH).
957        * sp27/Makefile.am: Remove all-local: $(ARCH).
958        * sp28/Makefile.am: Remove all-local: $(ARCH).
959        * sp29/Makefile.am: Remove all-local: $(ARCH).
960        * sp30/Makefile.am: Remove all-local: $(ARCH).
961        * sp31/Makefile.am: Remove all-local: $(ARCH).
962        * sp32/Makefile.am: Remove all-local: $(ARCH).
963        * spfatal/Makefile.am: Remove all-local: $(ARCH).
964        * spsize/Makefile.am: Remove all-local: $(ARCH).
965
9662003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
967
968        * configure.ac: Reflect having moved to testsuites/.
969
9702003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
971
972        * configure.ac: Remove RTEMS_CANONICAL_HOST.
973
9742003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
975
976        * configure.ac:Remove RTEMS_CHECK_CPU.
977
9782003-09-04      Joel Sherrill <joel@OARcorp.com>
979
980        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
981        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
982        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
983        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
984        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
985        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
986        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
987        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
988        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
989        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
990        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
991        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
992        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
993        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
994        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
995        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
996        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
997        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
998        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
999        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
1000        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
1001        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
1002        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
1003        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
1004        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
1005        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
1006        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
1007        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
1008        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
1009        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
1010        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
1011        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
1012        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
1013        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
1014        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
1015        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
1016        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
1017        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
1018        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
1019        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
1020        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
1021        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
1022        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
1023        spsize/size.c, spsize/system.h: URL for license changed.
1024
10252003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
1026
1027        PR 458/tests
1028        * sp30/task1.c: Correct indexing problem.
1029
10302003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1031
1032        * Makefile.am: Reflect having moved aclocal/.
1033
10342003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1035
1036        * Makefile.am: Reflect having moved automake/.
1037        * sp01/Makefile.am: Reflect having moved automake/.
1038        * sp02/Makefile.am: Reflect having moved automake/.
1039        * sp03/Makefile.am: Reflect having moved automake/.
1040        * sp04/Makefile.am: Reflect having moved automake/.
1041        * sp05/Makefile.am: Reflect having moved automake/.
1042        * sp06/Makefile.am: Reflect having moved automake/.
1043        * sp07/Makefile.am: Reflect having moved automake/.
1044        * sp08/Makefile.am: Reflect having moved automake/.
1045        * sp09/Makefile.am: Reflect having moved automake/.
1046        * sp11/Makefile.am: Reflect having moved automake/.
1047        * sp12/Makefile.am: Reflect having moved automake/.
1048        * sp13/Makefile.am: Reflect having moved automake/.
1049        * sp14/Makefile.am: Reflect having moved automake/.
1050        * sp15/Makefile.am: Reflect having moved automake/.
1051        * sp16/Makefile.am: Reflect having moved automake/.
1052        * sp17/Makefile.am: Reflect having moved automake/.
1053        * sp19/Makefile.am: Reflect having moved automake/.
1054        * sp20/Makefile.am: Reflect having moved automake/.
1055        * sp21/Makefile.am: Reflect having moved automake/.
1056        * sp22/Makefile.am: Reflect having moved automake/.
1057        * sp23/Makefile.am: Reflect having moved automake/.
1058        * sp24/Makefile.am: Reflect having moved automake/.
1059        * sp25/Makefile.am: Reflect having moved automake/.
1060        * sp26/Makefile.am: Reflect having moved automake/.
1061        * sp27/Makefile.am: Reflect having moved automake/.
1062        * sp28/Makefile.am: Reflect having moved automake/.
1063        * sp29/Makefile.am: Reflect having moved automake/.
1064        * sp30/Makefile.am: Reflect having moved automake/.
1065        * sp31/Makefile.am: Reflect having moved automake/.
1066        * sp32/Makefile.am: Reflect having moved automake/.
1067        * spfatal/Makefile.am: Reflect having moved automake/.
1068        * spsize/Makefile.am: Reflect having moved automake/.
1069
10702003-08-14      Joel Sherrill <joel@OARcorp.com>
1071
1072        * sp02/task1.c: Added ID to name lookup service and changed name of
1073        id/name translation status code. This propagated to multiple
1074        functions. The user API service added was rtems_object_id_to_name()
1075
10762003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1077
1078        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1079
10802003-05-29      Joel Sherrill <joel@OARcorp.com>
1081
1082        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
1083
10842003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1085
1086        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1087        CC_CFLAGS_DEFAULT (obsolete).
1088
10892003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1090
1091        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1092        Remove CC_LDFLAGS_PROFILE_V.
1093
10942003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1095
1096        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1097
10982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1099
1100        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1101
11022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1103
1104        * configure.ac: AC_PREREQ(2.57).
1105
11062002-11-14      Joel Sherrill <joel@OARcorp.com>
1107
1108        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
1109        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
1110        update the IDs in the screens.
1111
11122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1113
1114        * .cvsignore: Reformat.
1115        Add autom4te*cache.
1116        Remove autom4te.cache.
1117
11182002-09-14      Joel Sherrill <joel@OARcorp.com>
1119
1120        * sp32/.cvsignore: New file.
1121
11222002-09-14      Aaron J. Grier <aaron@frye.com>
1123
1124        * PR271 was not applicable against the current source but included
1125        a nice test that Joel decided to add to the tree as sp32.
1126        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
1127        * Makefile.am, configure.ac: Modified to reflect addition.
1128
11292002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1130
1131        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
1132        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
1133        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
1134        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
1135        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
1136        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
1137        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
1138        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
1139        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
1140        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
1141        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
1142        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
1143        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
1144        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
1145        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
1146        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
1147        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
1148        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
1149        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
1150        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
1151        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
1152        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
1153        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
1154        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
1155        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
1156        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
1157        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
1158        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
1159        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
1160        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
1161        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
1162
11632002-08-01      Joel Sherrill <joel@OARcorp.com>
1164
1165        * Per PR47 add support for buffered test output.  This involved
1166        adding defines to redirect output to a buffer and dump it when
1167        full, at "test pause", and at exit.  To avoid problems when redefining
1168        exit(), all tests were modified to call rtems_test_exit().
1169        Some tests, notable psxtests, had to be modified to include
1170        the standard test macro .h file (pmacros.h or tmacros.h) to
1171        enable this support.
1172        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
1173        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
1174        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
1175        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
1176        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
1177        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
1178        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
1179
11802002-07-30      Joel Sherrill <joel@OARcorp.com>
1181
1182        * spsize/size.c: Don't reference the RTEMS allocated interrupt
1183        stack if the port doesn't configure using it.
1184
11852002-07-04      Joel Sherrill <joel@OARcorp.com>
1186
1187        * Jump table for single entry point removed.
1188        * spsize/size.c:  Modified to reflect above.
1189
11902002-07-01      Joel Sherrill <joel@OARcorp.com>
1191
1192        * sp29/init.c: Corrected definitions for task stack usage.
1193
11942002-07-01      Joel Sherrill <joel@OARcorp.com>
1195
1196        * spsize/size.c: _Thread_queue_Extract_table removed.
1197
11982001-05-17      Joel Sherrill <joel@OARcorp.com>
1199
1200        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
1201        number of staticly configured device drivers.
1202
12032001-05-14      Joel Sherrill <joel@OARcorp.com>
1204
1205        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
1206        than the configured number of drivers.
1207 
12082002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1209
1210        * configure.ac: Remove ENABLE_GCC28.
1211
12122001-04-04      Joel Sherrill <joel@OARcorp.com>
1213
1214        * spsize/size.c: Reflect SPARC modifcation to get rid of
1215        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1216 
12172001-03-29      Joel Sherrill <joel@OARcorp.com>
1218
1219        * Per PR147 addressed problems when reseting and inserting a timer
1220        into a timer chain that did not honor time passage since the last
1221        time the timer server was scheduled and the new insertion.
1222        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1223
12242001-03-28      Joel Sherrill <joel@OARcorp.com>
1225
1226        * Side-effect of PR132.
1227        * sp21/system.h: Now must explicitly request NULL driver.
1228
12292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1230
1231        * configure.ac:
1232        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1233        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1234        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1235        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1236        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1237        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1238        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1239        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1240        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1241        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1242        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1243        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1244        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1245        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1246        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1247        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1248        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1249        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1250        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1251        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1252        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1253        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1254        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1255        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1256        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1257        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1258        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1259        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1260        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1261        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1262        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1263        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1264        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1265        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1266
12672002-03-20      Chris Johns <ccj@acm.org>
1268
1269        * PR145.
1270        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1271        in system (e.g. driver tasks).  Also exit on minimum number of
1272        switches not precise number.
1273
12742001-01-29      Joel Sherrill <joel@OARcorp.com>
1275
1276        * Fixed bug where resetting a timer that was not at the head
1277        of one of the task timer chains resulted in the Timer Server
1278        task waking up too far in the future.
1279        * Added rtems_timer_get_information() directive to support testing.
1280        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1281        above condition.
1282
12832001-01-22      Joel Sherrill <joel@OARcorp.com>
1284
1285        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1286        because priority added as argument to rtems_timer_initiate_server().
1287
12882001-01-16      Joel Sherrill <joel@OARcorp.com>
1289
1290        * Added tests for task-based timers.  This included the new tests
1291        sp30 and sp31.
1292        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1293        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1294        for task-based timer services.
1295        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1296        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1297        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1298        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1299        sp31/task1.c: New files.
1300
13012001-11-01      Joel Sherrill <joel@OARcorp.com>
1302
1303        * sp26/system.h: Properly account for stack memory used by
1304        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1305        and processed as PR78.
1306
13072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1308
1309        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1310        * configure.in: Remove.
1311        * configure.ac: New file, generated from configure.in by autoupdate.
1312
13132001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1314
1315        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1316
13172001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1318
1319        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1320        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1321        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1322        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1323        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1324        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1325        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1326        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1327        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1328        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1329        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1330        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1331        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1332        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1333        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1334        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1335        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1336        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1337        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1338        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1339        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1340        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1341        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1342        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1343        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1344        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1345        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1346        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1347        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1348
13492001-08-16      Joel Sherrill <joel@OARcorp.com>
1350
1351        * sp20/system.h: Account for extra task stacks properly.
1352
13532001-08-16      Joel Sherrill <joel@OARcorp.com>
1354
1355        * sp13/sp13.scn: Id in screen had wrong class field value.
1356        * sp13/system.h: Account for message buffer memory.
1357        * sp13/task2.c: Remove unnecessary check for failure.
1358
13592001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1360
1361        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1362
13632001-04-20      Joel Sherrill <joel@OARcorp.com>
1364
1365        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1366        file.
1367
13682001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1369
1370        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1371
13722001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1373
1374        * sp21/Makefile.am: Remove libtest.
1375
13762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1377
1378        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1379
13802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1381
1382        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1383
13842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1385
1386        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1387        Switch to GNU canonicalization.
1388        * sptests.am: Remove DEFS.
1389
13902000-09-29      Joel Sherrill <joel@OARcorp.com>
1391
1392        * sp20/sp20.scn: Corrected to reflect new addition.
1393        * sp20/system.h: Removed comment reflecting history.
1394
13952000-09-29      Stephan Merker <merker@decrc.abb.de>
1396
1397        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1398        Added new task to test sequence of altering a period's length
1399        while it is still active.
1400
14012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1402
1403        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1404        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1405        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1406        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1407        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1408        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1409        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1410        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1411        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1412        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1413
14142000-08-10      Joel Sherrill <joel@OARcorp.com>
1415
1416        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.