source: rtems/testsuites/sptests/ChangeLog @ 22fa9d61

4.104.115
Last change on this file since 22fa9d61 was 22fa9d61, checked in by Jennifer Averett <Jennifer.Averett@…>, on 01/16/09 at 18:57:53

2009-01-16 Jennifer Averett <jennifer.averett@…>

  • Makefile.am, configure.ac: Add new test to test Watchdog display helper routines. These reach into the SuperCore?.
  • spwatchdog/.cvsignore, spwatchdog/Makefile.am, spwatchdog/delay.c, spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn, spwatchdog/system.h, spwatchdog/task1.c: New files.
  • Property mode set to 100644
File size: 52.0 KB
Line 
12009-01-16      Jennifer Averett <jennifer.averett@OARcorp.com>
2
3        * Makefile.am, configure.ac: Add new test to test Watchdog display
4        helper routines. These reach into the SuperCore.
5        * spwatchdog/.cvsignore, spwatchdog/Makefile.am, spwatchdog/delay.c,
6        spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
7        spwatchdog/system.h, spwatchdog/task1.c: New files.
8
92009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * sp30/task1.c: Cast pointer to id as "void *" rather than task Id.
12
132009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen11.c,
16        sp09/screen12.c, sp09/screen14.c: Use rtems_build_id rather than
17        hard-coded hex numbers for bad object Ids.
18
192009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * sp15/system.h, sp19/system.h: Array of task names should be of type
22        rtems_name not rtems_id. Similarly array of task ids should be
23        rtems_id not rtems_name.
24
252008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * spsize/size.c: Eliminate _TOD_Microseconds_per_tick.
28
292008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * Makefile.am, configure.ac, spfatal06/testcase.h,
32        spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
33        spsize/size.c: Eliminate pointers to API configuration tables in the
34        main configuration table. Reference the main configuration table and
35        the API configuration tables directly using the confdefs.h version
36        rather than obtaining a pointer to it. This eliminated some
37        variables, a potential fatal error, some unnecessary default
38        configuration structures. Overall, about a 4.5% reduction in the code
39        size for minimum and hello on the SPARC.
40        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
41        spfatal10/testcase.h: Removed.
42
432008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
46        sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
47        sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.c: Run all tests
48        successfully with maxixum number of priorities as 16 instead of 256.
49        This was done by temporarily modifying the score priority.h maximum.
50        This allowed testing of all API code to ensure that it worked
51        properly with a reduced number of priorities. Most modifications were
52        to switch from hard-coded maximum to using the API provided methods
53        to determine maximum number of priority levels.
54
552008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * sp46/sp46.scn: Add screen missed earlier.
58
592008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        PR 1348/cpukit
62        * Makefile.am, configure.ac: Add test of special case of resetting cpu
63        usage information while a period is running.
64        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
65        sp46/sp46.scn: New files.
66
672008-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * sp45/init.c: New file.
70
712008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        PR 1347/cpukit
74        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
75        Rework Timer Server to ensure that the context allows for blocking,
76        allocating memory, and acquiring semaphores and mutexes.
77        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
78        New files.
79
802008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * sp25/system.h: Add warning and temporary m32c conditional until size
83        type addressed.
84
852008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * sp09/screen07.c: Use INT_MAX as number of messages so always
88        properly sized and no overflow on constant.
89        * sp09/screen10.c: Delay so on targets with simulator idle clock
90        tick driver this will work.
91        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
92        byte boundaries rather than two byte boundaries.
93        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
94        allocate more memory than size_t holds on m32c.
95
962008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
99        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
100        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
101        and Region calls. On 16-bit architectures, size_t can be 16-bits
102        which would limit sizes to 64K. Also address constants which
103        overflowed on 16-bit integer targets.
104
1052008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * sp43/sp43.scn: Bump version to 4.9.99.0
108
1092008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * sp19/system.h: Use "double" instead of "rtems_double".
112
1132008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
116
1172008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
120        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
121        spfatal_support/init.c, spfatal_support/system.h:
122        Convert to "bool".
123
1242008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
127        declared in a public place.
128
1292008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
132
1332008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * sp43/init.c: Fix derefence of uninitialized pointer.
136
1372008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
140        multiprocessing is not enabled. Saves one more variable from single
141        processor configuration.
142
1432008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
144
145        PR 1212/cpukit
146        * Makefile.am, configure.ac: Time slicing will not happen if the task
147        mode is changed from a non-timeslicing mode to timeslicing mode if it
148        is done by the executing thread (e.g. in its task body). This change
149        includes sp44 to demonstrate the problem and verify the correction.
150        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
151
1522008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
153
154        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
155        architectures they are not supported on.
156
1572008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
160
1612008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
164          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
165
1662008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * sp28/init.c: Corrections to configuration.
169        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
170        * spsize/size.c: _ISR_Vector_table only exists on architectures
171        which use the Simple Vectored Interrupt Model.
172
1732008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * spsize/size.c: Convention calls for leading underscore on private
176        RTEMS variables.
177
1782008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
181        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
182        Refactored and renamed initialization routines to
183        rtems_initialize_data_structures, rtems_initialize_before_drivers,
184        rtems_initialize_device_drivers, and
185        rtems_initialize_start_multitasking. This opened the sequence up so
186        that bootcard() could provide a more robust and flexible framework
187        which is easier to explain and understand. This also lays the
188        groundwork for sharing the division of available memory between the
189        RTEMS workspace and heap and the C library initialization across all
190        BSPs.
191
1922008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * sp32/init.c: Formatting.
195
1962008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
197
198        * sp09/screen01.c: Correct test.
199        * sp09/screen14.c: Update copyright.
200        * sp28/init.c: Correct end of test messages.
201
2022008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
205
2062008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
207
208        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
209        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
210        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
211        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
212        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
213        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
214        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
215        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
216        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
217        tests. Add a clock_settime case for < 1988.
218
2192008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
220
221        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
222
2232008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
224
225        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
226        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
227        * sp41/sp41.scn: Now has content.
228        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
229        Object Services recently added to API.
230
2312008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
232
233        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
234        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
235        collection. This changed the name of a few previously public but
236        undocumented services and added a some new services.
237        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
238        sp43/system.h: New files.
239
2402008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
241
242        * spfatal10/.cvsignore: New file.
243
2442008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
245
246        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
247        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
248        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
249        New files.
250
2512008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
252
253        * Makefile.am, configure.ac: Added fatal error tests
254        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
255        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
256        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
257        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
258        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
259        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
260        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
261        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
262        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
263        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
264        spfatal_support/init.c, spfatal_support/system.h: New files.
265
2662008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
267
268        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
269        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
270        test messages.
271
2722008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
273
274        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
275        simple type to a union of an unsigned 32 bit integer and a pointer.
276        This should help eliminate weird casts between u32 and pointers in
277        various places. The APIs now have to explicitly call _u32 or _string
278        versions of helper routines. This should also simplify things and
279        eliminate the need for ugly casts in some cases.
280
2812008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
282
283        * sp42/Makefile.am: New file.
284
2852008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
286
287        Add sp42 to exercise thread queue with knowledge of the implementation
288        so we can exercise all of the normal paths possible.
289        * Makefile.am, configure.ac: Add sp42.
290        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
291
2922008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
293
294        * sp39/init.c: Add case for long timeout on blocking operation.
295        * Makefile.am, configure.ac: Add new test to exercise thread
296        queue blokcing synchronization. sp39 and sp41 are very similar.
297        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
298        sp41/system.h: New files.
299
3002008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
301
302        * sp39/init.c: Clean up.
303
3042008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
305
306        * sp39/init.c: Modify to improve coverage.
307
3082008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
309
310        * sp36/strict_order_mut.c:
311
3122008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
313
314        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
315        driver registration.
316        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
317        sp40/system.h: New files.
318
3192008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
320
321        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
322        Add test cases for:
323          + message queue create requesting too many message buffers
324            for the available memory
325          + region extend with address inside existing heap
326          + timer server initiate too large a stack, create error
327        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
328          + task set priority while holding resource
329
3302008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
331
332        * Makefile.am, configure.ac: Added sp38 and sp39.
333        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
334        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
335        sp39/sp39.scn, sp39/system.h: New files.
336
3372007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
338
339        * sp36/strict_order_mut.c: New file.
340
3412007-12-21      Xi Yang <hiyangxi@gmail.com>
342
343        * Makefile.am, configure.ac: Add support for proper stacking of
344        priority inheritance on mutexes as well as enforce proper order of
345        release.
346        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
347        sp36/sp36.scn: New files.
348
3492007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
350
351        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
352        directive instead of violating RTEMS internals.
353
3542007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
355
356        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
357        Add test cases for User Extension Manager to improve code coverage.
358        * sp21/task1.c: Fix spelling error.
359
3602007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
361
362        * spsize/size.c: Account for previous changes in calculation of MPCI
363        receive server stack.
364
3652007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
366
367        * sp09/screen07.c, sp09/sp09.scn: Add test for
368        rtems_message_queue_broadcast for bad buffer and count pointers.
369        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
370        with bad priority or initiating twice.
371        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
372        it forces a dispatch.
373        * sp37/init.c: New file.
374
3752007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
376
377        * Makefile.am, configure.ac: Add new tests for interrupt disable,
378        enable, flash, and is in progress. These are normally inlines but
379        also have bodies for non-C code. This test also exercises the odd
380        case of calling clock tick from outside an ISR.
381        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
382
3832007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
384
385        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
386        using notepad with the current task's ID or SELF
387        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
388        test missing test cases for clock_get.
389
3902007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
391
392        * sp28/init.c: Add test code for task variables to improve coverage.
393
3942007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
395
396        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
397        RTEMS provided accessor macros to obtain configuration fields.
398
3992007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
400
401        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
402        Configuration Table. Eliminate CPU Table from all ports. Delete
403        references to CPU Table in all forms.
404
4052007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
406
407        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
408
4092007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
410
411        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
412        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
413        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
414        to improve test coverage.
415
4162007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
417
418        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
419        coverage.
420
4212007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
422
423        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
424
4252007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
426
427        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
428        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
429        .scn files.
430
4312007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
432
433        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
434        commented out and updated the .scn file.
435
4362007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
437
438        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
439        buffered test IO.
440
4412007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
442
443        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
444        rtems_io_unregister_driver did not have any test code.
445
4462007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
447
448        * spsize/size.c: Eliminate maximum_drivers configuration parameter
449        since it was used to configure a no longer used feature. Device names
450        are now part of the filesystem not in a table. This also eliminated
451        the variables _IO_Number_of_devices and _IO_Driver_name_table from
452        RTEMS as well as the memory allocation used to populate
453        _IO_Driver_name_table.
454
4552007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
456
457        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
458        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
459        properly.
460
4612007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
462
463        * spsize/size.c: Eliminated the variables
464        _RTEMS_tasks_User_initialization_tasks and
465        _RTEMS_tasks_Number_of_initialization_tasks because they were only
466        used in one place after initialized. It was a waste of space.
467
4682007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
469
470        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
471        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
472        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
473        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
474        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
475        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
476        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
477        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
478        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
479        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
480        spsize/size.c: Add optional managers to Makefiles. Clean up test
481        cases so last output line follows END OF pattern. Make sure test case
482        all run. All tests appeared ok on sis.
483
4842007-04-05      Joel Sherrill <joel@OARcorp.com>
485
486        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
487
4882007-04-05      Joel Sherrill <joel@OARcorp.com>
489
490        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
491        CONFIGURE_TEST_NEEDS_XXX configuration constants to
492        CONFIGURE_APPLICATION_NEEDS_XXX.
493
4942007-04-02      Joel Sherrill <joel@OARcorp.com>
495
496        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
497
4982007-04-02      Joel Sherrill <joel@OARcorp.com>
499
500        * spsize/size.c: Convert from Classic API style TOD_Control as
501        fundamental time structure to POSIX struct timespec. Add
502        clock_get_uptime().
503
5042007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
505
506        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
507
5082007-03-26      Joel Sherrill <joel@OARcorp.com>
509
510        * sp35/priinv.c: Remove warning.
511
5122007-03-10      Joel Sherrill <joel@OARcorp.com>
513
514        * sp26/system.h: Remove incorrect and duplicate
515        CONFIGURE_EXTRA_TASK_STACKS.
516
5172007-03-05      Joel Sherrill <joel@OARcorp.com>
518
519        PR 1222/cpukit
520        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
521        thread that is blocked on a priority based thread queue is changed,
522        that its placement in the queue is reevaluated based upon the new
523        priority. This enhancement includes modifications to the SuperCore as
524        well as new test cases.
525        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
526        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
527        sp35/sp35.doc, sp35/sp35.scn: New files.
528
5292007-03-05      Joel Sherrill <joel@OARcorp.com>
530
531        * sp26/system.h: Correct memory required for stack sizes.
532
5332007-02-06      Joel Sherrill <joel@OARcorp.com>
534
535        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
536        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
537        tests.
538
5392006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
540
541        * sp33/init.c: Improve barrier test to include normal blocking with
542        manual release and unblocking in barrier deletion.
543
5442006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
545
546        * configure.ac: New BUG-REPORT address.
547
5482006-11-20      Joel Sherrill <joel@OARcorp.com>
549
550        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
551        and make output more compliant with other tests.
552
5532006-11-17      Joel Sherrill <joel@OARcorp.com>
554
555        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
556        cases intended on all targets possible with new heap algorithm.
557
5582006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
559
560        * Makefile.am, configure.ac: Adding Classic API Barriers.
561        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
562        New files.
563
5642006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
565
566        * configure.ac: Require autoconf-2.60. Require automake-1.10.
567
5682006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
569
570        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
571        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
572        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
573        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
574        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
575        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
576        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
577        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
578        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
579        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
580        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
581        Use rtems_testsdir instead.
582
5832006-04-05      Joel Sherrill <joel@OARcorp.com>
584                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
585
586        * spsize/size.c: Victor spotted the problem that
587        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
588        variables and needed to be set to the same value.  I took that
589        idea and just removed _Thread_MP_Receive.  All uses are now
590        _MPCI_Receive_server_tcb.
591
5922005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
593
594        * configure.ac: Remove RTEMS_ENABLE_BARE,
595        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
596
5972005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
598
599        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
600        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
601        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
602        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
603        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
604        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
605        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
606        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
607        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
608        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
609        spfatal/Makefile.am, spsize/Makefile.am:
610        Convert to use *_PROGRAMS.
611
6122005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
613
614        * sp01/Makefile.am, sp02/Makefile.am,
615        sp03/Makefile.am, sp04/Makefile.am,
616        sp05/Makefile.am, sp06/Makefile.am,
617        sp07/Makefile.am, sp08/Makefile.am,
618        sp09/Makefile.am, sp11/Makefile.am,
619        sp12/Makefile.am, sp13/Makefile.am,
620        sp14/Makefile.am, sp15/Makefile.am,
621        sp16/Makefile.am, sp17/Makefile.am,
622        sp19/Makefile.am, sp20/Makefile.am,
623        sp21/Makefile.am, sp22/Makefile.am,
624        sp23/Makefile.am, sp24/Makefile.am,
625        sp25/Makefile.am, sp26/Makefile.am,
626        sp27/Makefile.am, sp28/Makefile.am,
627        sp29/Makefile.am, sp30/Makefile.am,
628        sp31/Makefile.am, sp32/Makefile.am,
629        spfatal/Makefile.am, spsize/Makefile.am: Rework.
630
6312005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
632
633        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
634        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
635        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
636        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
637        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
638        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
639        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
640        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
641        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
642        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
643        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
644        * sptests.am: Remove.
645
6462005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
647
648        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
649        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
650        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
651        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
652        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
653        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
654        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
655        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
656        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
657        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
658        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
659
6602005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
661
662        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
663
6642005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
665
666        * spsize/Makefile.am: Rename TEST to spsize.
667        * spsize/size.scn: Remove.
668        * spsize/spsize.scn: New (renamed from size.scn).
669
6702005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
671
672        * configure.ac: Add spfatal/Makefile.
673        * Makefile.am: Add spfatal to DIST_SUBDIRS.
674        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
675        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
676        * sptests.am: Remove LIB_VARIANT.
677
6782005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
679
680        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
681        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
682        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
683        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
684        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
685        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
686        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
687        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
688        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
689        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
690        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
691
6922005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
693
694        * Makefile.am: Cleanup.
695
6962005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
697
698        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
699        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
700        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
701        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
702        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
703        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
704        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
705        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
706        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
707        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
708        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
709        spfatal/Makefile.am, spsize/Makefile.am:
710        Partial conversion to automake.
711
7122005-03-07      Joel Sherrill <joel@OARcorp.com>
713
714        * sp13/task1.c: Removed warnings.
715
7162004-09-29      Joel Sherrill <joel@OARcorp.com>
717
718        * spsize/size.c: i960 obsoleted and all references removed.
719
7202004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
721
722        * configure.ac: Require automake > 1.9.
723
7242004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
725
726        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
727        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
728        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
729        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
730        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
731        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
732        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
733        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
734        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
735        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
736        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
737        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
738        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
739        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
740        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
741        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
742        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
743        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
744        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
745        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
746        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
747        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
748        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
749        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
750        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
751        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
752        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
753        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
754        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
755        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
756        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
757        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
758
7592004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
760
761        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
762
7632004-03-30      David Querbach <querbach@realtime.bc.ca>
764
765        PR 595/tests
766        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
767        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
768        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
769        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
770        others treat it as a count of longs.
771
7722004-03-30      David Querbach <querbach@realtime.bc.ca>
773
774        PR 596/tests
775        * sp32/init.c: A missing definition of TEST_INIT before including
776        <tmacros.h> means that buffered output will not work even if selected
777        in buffer_test_io.h.
778
7792004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
780
781        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
782        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
783        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
784        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
785        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
786        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
787        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
788        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
789        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
790        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
791        types.
792
7932004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * configure.ac: Add 2nd arg to RTEMS_TOP.
796
7972004-03-05      Joel Sherrill <joel@OARcorp.com>
798
799        * sp07/buffered_io.c: Remove warning.
800
8012004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802
803        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
804        Add PRE/TMPINSTALL_FILES to CLEANFILES.
805        * sp02/Makefile.am: Ditto.
806        * sp03/Makefile.am: Ditto.
807        * sp04/Makefile.am: Ditto.
808        * sp05/Makefile.am: Ditto.
809        * sp06/Makefile.am: Ditto.
810        * sp07/Makefile.am: Ditto.
811        * sp08/Makefile.am: Ditto.
812        * sp09/Makefile.am: Ditto.
813        * sp11/Makefile.am: Ditto.
814        * sp12/Makefile.am: Ditto.
815        * sp13/Makefile.am: Ditto.
816        * sp14/Makefile.am: Ditto.
817        * sp15/Makefile.am: Ditto.
818        * sp16/Makefile.am: Ditto.
819        * sp17/Makefile.am: Ditto.
820        * sp19/Makefile.am: Ditto.
821        * sp20/Makefile.am: Ditto.
822        * sp21/Makefile.am: Ditto.
823        * sp22/Makefile.am: Ditto.
824        * sp23/Makefile.am: Ditto.
825        * sp24/Makefile.am: Ditto.
826        * sp25/Makefile.am: Ditto.
827        * sp26/Makefile.am: Ditto.
828        * sp27/Makefile.am: Ditto.
829        * sp28/Makefile.am: Ditto.
830        * sp29/Makefile.am: Ditto.
831        * sp30/Makefile.am: Ditto.
832        * sp31/Makefile.am: Ditto.
833        * sp32/Makefile.am: Ditto.
834        * spfatal/Makefile.am: Ditto.
835        * spsize/Makefile.am: Ditto.
836
8372003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * sptests.am: Add dirstamp support.
840
8412003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
844
8452003-12-16      Joel Sherrill <joel@OARcorp.com>
846
847        PR 544/tests
848        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
849        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
850        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
851        make tests account for resources and not print at inappropriate
852        times.
853        * sp07/buffered_io.c: New file.
854
8552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
856
857        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
858
8592003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
860
861        * sp01/Makefile.am: Remove all-local: $(ARCH).
862        * sp02/Makefile.am: Remove all-local: $(ARCH).
863        * sp03/Makefile.am: Remove all-local: $(ARCH).
864        * sp04/Makefile.am: Remove all-local: $(ARCH).
865        * sp05/Makefile.am: Remove all-local: $(ARCH).
866        * sp06/Makefile.am: Remove all-local: $(ARCH).
867        * sp07/Makefile.am: Remove all-local: $(ARCH).
868        * sp08/Makefile.am: Remove all-local: $(ARCH).
869        * sp09/Makefile.am: Remove all-local: $(ARCH).
870        * sp11/Makefile.am: Remove all-local: $(ARCH).
871        * sp12/Makefile.am: Remove all-local: $(ARCH).
872        * sp13/Makefile.am: Remove all-local: $(ARCH).
873        * sp14/Makefile.am: Remove all-local: $(ARCH).
874        * sp15/Makefile.am: Remove all-local: $(ARCH).
875        * sp16/Makefile.am: Remove all-local: $(ARCH).
876        * sp17/Makefile.am: Remove all-local: $(ARCH).
877        * sp19/Makefile.am: Remove all-local: $(ARCH).
878        * sp20/Makefile.am: Remove all-local: $(ARCH).
879        * sp21/Makefile.am: Remove all-local: $(ARCH).
880        * sp22/Makefile.am: Remove all-local: $(ARCH).
881        * sp23/Makefile.am: Remove all-local: $(ARCH).
882        * sp24/Makefile.am: Remove all-local: $(ARCH).
883        * sp25/Makefile.am: Remove all-local: $(ARCH).
884        * sp26/Makefile.am: Remove all-local: $(ARCH).
885        * sp27/Makefile.am: Remove all-local: $(ARCH).
886        * sp28/Makefile.am: Remove all-local: $(ARCH).
887        * sp29/Makefile.am: Remove all-local: $(ARCH).
888        * sp30/Makefile.am: Remove all-local: $(ARCH).
889        * sp31/Makefile.am: Remove all-local: $(ARCH).
890        * sp32/Makefile.am: Remove all-local: $(ARCH).
891        * spfatal/Makefile.am: Remove all-local: $(ARCH).
892        * spsize/Makefile.am: Remove all-local: $(ARCH).
893
8942003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
895
896        * configure.ac: Reflect having moved to testsuites/.
897
8982003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
899
900        * configure.ac: Remove RTEMS_CANONICAL_HOST.
901
9022003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
903
904        * configure.ac:Remove RTEMS_CHECK_CPU.
905
9062003-09-04      Joel Sherrill <joel@OARcorp.com>
907
908        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
909        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
910        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
911        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
912        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
913        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
914        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
915        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
916        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
917        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
918        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
919        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
920        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
921        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
922        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
923        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
924        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
925        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
926        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
927        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
928        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
929        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
930        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
931        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
932        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
933        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
934        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
935        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
936        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
937        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
938        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
939        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
940        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
941        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
942        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
943        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
944        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
945        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
946        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
947        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
948        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
949        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
950        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
951        spsize/size.c, spsize/system.h: URL for license changed.
952
9532003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
954
955        PR 458/tests
956        * sp30/task1.c: Correct indexing problem.
957
9582003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
959
960        * Makefile.am: Reflect having moved aclocal/.
961
9622003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
963
964        * Makefile.am: Reflect having moved automake/.
965        * sp01/Makefile.am: Reflect having moved automake/.
966        * sp02/Makefile.am: Reflect having moved automake/.
967        * sp03/Makefile.am: Reflect having moved automake/.
968        * sp04/Makefile.am: Reflect having moved automake/.
969        * sp05/Makefile.am: Reflect having moved automake/.
970        * sp06/Makefile.am: Reflect having moved automake/.
971        * sp07/Makefile.am: Reflect having moved automake/.
972        * sp08/Makefile.am: Reflect having moved automake/.
973        * sp09/Makefile.am: Reflect having moved automake/.
974        * sp11/Makefile.am: Reflect having moved automake/.
975        * sp12/Makefile.am: Reflect having moved automake/.
976        * sp13/Makefile.am: Reflect having moved automake/.
977        * sp14/Makefile.am: Reflect having moved automake/.
978        * sp15/Makefile.am: Reflect having moved automake/.
979        * sp16/Makefile.am: Reflect having moved automake/.
980        * sp17/Makefile.am: Reflect having moved automake/.
981        * sp19/Makefile.am: Reflect having moved automake/.
982        * sp20/Makefile.am: Reflect having moved automake/.
983        * sp21/Makefile.am: Reflect having moved automake/.
984        * sp22/Makefile.am: Reflect having moved automake/.
985        * sp23/Makefile.am: Reflect having moved automake/.
986        * sp24/Makefile.am: Reflect having moved automake/.
987        * sp25/Makefile.am: Reflect having moved automake/.
988        * sp26/Makefile.am: Reflect having moved automake/.
989        * sp27/Makefile.am: Reflect having moved automake/.
990        * sp28/Makefile.am: Reflect having moved automake/.
991        * sp29/Makefile.am: Reflect having moved automake/.
992        * sp30/Makefile.am: Reflect having moved automake/.
993        * sp31/Makefile.am: Reflect having moved automake/.
994        * sp32/Makefile.am: Reflect having moved automake/.
995        * spfatal/Makefile.am: Reflect having moved automake/.
996        * spsize/Makefile.am: Reflect having moved automake/.
997
9982003-08-14      Joel Sherrill <joel@OARcorp.com>
999
1000        * sp02/task1.c: Added ID to name lookup service and changed name of
1001        id/name translation status code. This propagated to multiple
1002        functions. The user API service added was rtems_object_id_to_name()
1003
10042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1005
1006        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1007
10082003-05-29      Joel Sherrill <joel@OARcorp.com>
1009
1010        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
1011
10122003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1013
1014        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1015        CC_CFLAGS_DEFAULT (obsolete).
1016
10172003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1018
1019        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1020        Remove CC_LDFLAGS_PROFILE_V.
1021
10222003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1023
1024        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1025
10262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1027
1028        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1029
10302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1031
1032        * configure.ac: AC_PREREQ(2.57).
1033
10342002-11-14      Joel Sherrill <joel@OARcorp.com>
1035
1036        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
1037        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
1038        update the IDs in the screens.
1039
10402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1041
1042        * .cvsignore: Reformat.
1043        Add autom4te*cache.
1044        Remove autom4te.cache.
1045
10462002-09-14      Joel Sherrill <joel@OARcorp.com>
1047
1048        * sp32/.cvsignore: New file.
1049
10502002-09-14      Aaron J. Grier <aaron@frye.com>
1051
1052        * PR271 was not applicable against the current source but included
1053        a nice test that Joel decided to add to the tree as sp32.
1054        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
1055        * Makefile.am, configure.ac: Modified to reflect addition.
1056
10572002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1058
1059        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
1060        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
1061        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
1062        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
1063        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
1064        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
1065        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
1066        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
1067        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
1068        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
1069        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
1070        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
1071        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
1072        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
1073        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
1074        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
1075        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
1076        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
1077        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
1078        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
1079        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
1080        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
1081        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
1082        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
1083        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
1084        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
1085        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
1086        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
1087        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
1088        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
1089        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
1090
10912002-08-01      Joel Sherrill <joel@OARcorp.com>
1092
1093        * Per PR47 add support for buffered test output.  This involved
1094        adding defines to redirect output to a buffer and dump it when
1095        full, at "test pause", and at exit.  To avoid problems when redefining
1096        exit(), all tests were modified to call rtems_test_exit().
1097        Some tests, notable psxtests, had to be modified to include
1098        the standard test macro .h file (pmacros.h or tmacros.h) to
1099        enable this support.
1100        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
1101        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
1102        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
1103        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
1104        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
1105        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
1106        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
1107
11082002-07-30      Joel Sherrill <joel@OARcorp.com>
1109
1110        * spsize/size.c: Don't reference the RTEMS allocated interrupt
1111        stack if the port doesn't configure using it.
1112
11132002-07-04      Joel Sherrill <joel@OARcorp.com>
1114
1115        * Jump table for single entry point removed.
1116        * spsize/size.c:  Modified to reflect above.
1117
11182002-07-01      Joel Sherrill <joel@OARcorp.com>
1119
1120        * sp29/init.c: Corrected definitions for task stack usage.
1121
11222002-07-01      Joel Sherrill <joel@OARcorp.com>
1123
1124        * spsize/size.c: _Thread_queue_Extract_table removed.
1125
11262001-05-17      Joel Sherrill <joel@OARcorp.com>
1127
1128        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
1129        number of staticly configured device drivers.
1130
11312001-05-14      Joel Sherrill <joel@OARcorp.com>
1132
1133        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
1134        than the configured number of drivers.
1135 
11362002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1137
1138        * configure.ac: Remove ENABLE_GCC28.
1139
11402001-04-04      Joel Sherrill <joel@OARcorp.com>
1141
1142        * spsize/size.c: Reflect SPARC modifcation to get rid of
1143        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1144 
11452001-03-29      Joel Sherrill <joel@OARcorp.com>
1146
1147        * Per PR147 addressed problems when reseting and inserting a timer
1148        into a timer chain that did not honor time passage since the last
1149        time the timer server was scheduled and the new insertion.
1150        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1151
11522001-03-28      Joel Sherrill <joel@OARcorp.com>
1153
1154        * Side-effect of PR132.
1155        * sp21/system.h: Now must explicitly request NULL driver.
1156
11572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1158
1159        * configure.ac:
1160        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1161        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1162        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1163        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1164        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1165        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1166        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1167        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1168        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1169        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1170        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1171        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1172        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1173        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1174        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1175        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1176        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1177        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1178        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1179        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1180        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1181        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1182        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1183        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1184        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1185        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1186        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1187        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1188        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1189        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1190        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1191        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1192        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1193        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1194
11952002-03-20      Chris Johns <ccj@acm.org>
1196
1197        * PR145.
1198        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1199        in system (e.g. driver tasks).  Also exit on minimum number of
1200        switches not precise number.
1201
12022001-01-29      Joel Sherrill <joel@OARcorp.com>
1203
1204        * Fixed bug where resetting a timer that was not at the head
1205        of one of the task timer chains resulted in the Timer Server
1206        task waking up too far in the future.
1207        * Added rtems_timer_get_information() directive to support testing.
1208        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1209        above condition.
1210
12112001-01-22      Joel Sherrill <joel@OARcorp.com>
1212
1213        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1214        because priority added as argument to rtems_timer_initiate_server().
1215
12162001-01-16      Joel Sherrill <joel@OARcorp.com>
1217
1218        * Added tests for task-based timers.  This included the new tests
1219        sp30 and sp31.
1220        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1221        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1222        for task-based timer services.
1223        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1224        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1225        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1226        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1227        sp31/task1.c: New files.
1228
12292001-11-01      Joel Sherrill <joel@OARcorp.com>
1230
1231        * sp26/system.h: Properly account for stack memory used by
1232        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1233        and processed as PR78.
1234
12352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1236
1237        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1238        * configure.in: Remove.
1239        * configure.ac: New file, generated from configure.in by autoupdate.
1240
12412001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1242
1243        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1244
12452001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1246
1247        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1248        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1249        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1250        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1251        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1252        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1253        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1254        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1255        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1256        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1257        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1258        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1259        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1260        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1261        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1262        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1263        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1264        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1265        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1266        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1267        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1268        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1269        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1270        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1271        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1272        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1273        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1274        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1275        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1276
12772001-08-16      Joel Sherrill <joel@OARcorp.com>
1278
1279        * sp20/system.h: Account for extra task stacks properly.
1280
12812001-08-16      Joel Sherrill <joel@OARcorp.com>
1282
1283        * sp13/sp13.scn: Id in screen had wrong class field value.
1284        * sp13/system.h: Account for message buffer memory.
1285        * sp13/task2.c: Remove unnecessary check for failure.
1286
12872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1288
1289        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1290
12912001-04-20      Joel Sherrill <joel@OARcorp.com>
1292
1293        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1294        file.
1295
12962001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1297
1298        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1299
13002001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1301
1302        * sp21/Makefile.am: Remove libtest.
1303
13042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1305
1306        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1307
13082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1309
1310        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1311
13122000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1313
1314        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1315        Switch to GNU canonicalization.
1316        * sptests.am: Remove DEFS.
1317
13182000-09-29      Joel Sherrill <joel@OARcorp.com>
1319
1320        * sp20/sp20.scn: Corrected to reflect new addition.
1321        * sp20/system.h: Removed comment reflecting history.
1322
13232000-09-29      Stephan Merker <merker@decrc.abb.de>
1324
1325        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1326        Added new task to test sequence of altering a period's length
1327        while it is still active.
1328
13292000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1330
1331        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1332        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1333        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1334        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1335        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1336        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1337        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1338        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1339        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1340        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1341
13422000-08-10      Joel Sherrill <joel@OARcorp.com>
1343
1344        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.