source: rtems/testsuites/sptests/ChangeLog @ ff79baf0

4.9
Last change on this file since ff79baf0 was ff79baf0, checked in by Joel Sherrill <joel.sherrill@…>, on 09/09/09 at 18:28:00

2009-09-09 Joel Sherrill <joel.sherrill@…>

  • sp46/init.c, sp46/sp46.scn: Fix numbering.
  • Property mode set to 100644
File size: 49.1 KB
RevLine 
[ff79baf0]12009-09-09      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * sp46/init.c, sp46/sp46.scn: Fix numbering.
4
[15fa865]52009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        PR 1388/cpukit
8        * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores
9        allow both priority inherit and ceiling attributes to be set on
10        semaphore create. These attributes are mutually exclusive and this
11        should be an error.
12
[0e2f369]132009-01-21      Nickolay Kolchin <nbkolchin@gmail.com>
14                Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        PR 1357/cpukit
17        * Makefile.am, configure.ac: Ensure creating a task with no ASR is
18        honored.
19        * sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
20        sp47/sp47.scn: New files.
21
[aaf92738]222008-12-05      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * sp46/sp46.scn: New file.
25
[d377e68]262008-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        PR 1348/cpukit
29        * Makefile.am, configure.ac: Add test of special case of resetting cpu
30        usage information while a period is running.
31        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc: New
32        files.
33
[7dbdb91]342008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        PR 1347/cpukit
37        * sp45/init.c: New file.
38
[58b727f6]392008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        PR 1347/cpukit
42        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
43        Rework Timer Server to ensure that the context allows for blocking,
44        allocating memory, and acquiring semaphores and mutexes.
45        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
46        New files.
47
[ee70857]482008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * sp19/system.h: Use "double" instead of "rtems_double".
51
[2d29741a]522008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
55
[c502aa3]562008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
59        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
60        spfatal_support/init.c, spfatal_support/system.h:
61        Convert to "bool".
62
[40c2d41e]632008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
66        declared in a public place.
67
[6d97132]682008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
71
[4f6bb5b]722008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * sp43/init.c: Fix derefence of uninitialized pointer.
75
[02d989c]762008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
79        multiprocessing is not enabled. Saves one more variable from single
80        processor configuration.
81
[cccd632]822008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
83
84        PR 1212/cpukit
85        * Makefile.am, configure.ac: Time slicing will not happen if the task
86        mode is changed from a non-timeslicing mode to timeslicing mode if it
87        is done by the executing thread (e.g. in its task body). This change
88        includes sp44 to demonstrate the problem and verify the correction.
89        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
90
[ffb9eeb]912008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
94        architectures they are not supported on.
95
[03b655aa]962008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
99
[86ad26ac]1002008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
103          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
104
[86db88d2]1052008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * sp28/init.c: Corrections to configuration.
108        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
109        * spsize/size.c: _ISR_Vector_table only exists on architectures
110        which use the Simple Vectored Interrupt Model.
111
[d0941512]1122008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * spsize/size.c: Convention calls for leading underscore on private
115        RTEMS variables.
116
[c199cf8]1172008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
120        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
121        Refactored and renamed initialization routines to
122        rtems_initialize_data_structures, rtems_initialize_before_drivers,
123        rtems_initialize_device_drivers, and
124        rtems_initialize_start_multitasking. This opened the sequence up so
125        that bootcard() could provide a more robust and flexible framework
126        which is easier to explain and understand. This also lays the
127        groundwork for sharing the division of available memory between the
128        RTEMS workspace and heap and the C library initialization across all
129        BSPs.
130
[ac9d3cf8]1312008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * sp32/init.c: Formatting.
134
[5afa393]1352008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
136
137        * sp09/screen01.c: Correct test.
138        * sp09/screen14.c: Update copyright.
139        * sp28/init.c: Correct end of test messages.
140
[60735a30]1412008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
144
[2186ba80]1452008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
148        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
149        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
150        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
151        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
152        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
153        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
154        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
155        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
156        tests. Add a clock_settime case for < 1988.
157
[916b0f30]1582008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
161
[403c507]1622008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
165        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
166        * sp41/sp41.scn: Now has content.
167        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
168        Object Services recently added to API.
169
[6e315132]1702008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
171
172        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
173        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
174        collection. This changed the name of a few previously public but
175        undocumented services and added a some new services.
176        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
177        sp43/system.h: New files.
178
[1ccb8aae]1792008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        * spfatal10/.cvsignore: New file.
182
[42840b4]1832008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
184
185        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
186        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
187        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
188        New files.
189
[5fdb1e7b]1902008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
191
192        * Makefile.am, configure.ac: Added fatal error tests
193        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
194        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
195        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
196        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
197        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
198        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
199        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
200        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
201        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
202        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
203        spfatal_support/init.c, spfatal_support/system.h: New files.
204
[90f6ea62]2052008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
206
207        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
208        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
209        test messages.
210
[23a368d]2112008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
212
213        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
214        simple type to a union of an unsigned 32 bit integer and a pointer.
215        This should help eliminate weird casts between u32 and pointers in
216        various places. The APIs now have to explicitly call _u32 or _string
217        versions of helper routines. This should also simplify things and
218        eliminate the need for ugly casts in some cases.
219
[f070c86]2202008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
221
222        * sp42/Makefile.am: New file.
223
[4a4aabc]2242008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
225
226        Add sp42 to exercise thread queue with knowledge of the implementation
227        so we can exercise all of the normal paths possible.
228        * Makefile.am, configure.ac: Add sp42.
229        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
230
[9185d61]2312008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
232
233        * sp39/init.c: Add case for long timeout on blocking operation.
234        * Makefile.am, configure.ac: Add new test to exercise thread
235        queue blokcing synchronization. sp39 and sp41 are very similar.
236        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
237        sp41/system.h: New files.
238
[8b7a713]2392008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
240
241        * sp39/init.c: Clean up.
242
[265d9b64]2432008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
244
245        * sp39/init.c: Modify to improve coverage.
246
[0c76166]2472008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
248
249        * sp36/strict_order_mut.c:
250
[c8f8ffd]2512008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
252
253        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
254        driver registration.
255        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
256        sp40/system.h: New files.
257
[14a64dc5]2582008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
259
260        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
261        Add test cases for:
262          + message queue create requesting too many message buffers
263            for the available memory
264          + region extend with address inside existing heap
265          + timer server initiate too large a stack, create error
266        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
267          + task set priority while holding resource
268
[fa98897]2692008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
270
271        * Makefile.am, configure.ac: Added sp38 and sp39.
272        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
273        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
274        sp39/sp39.scn, sp39/system.h: New files.
275
[03c6ff39]2762007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
277
278        * sp36/strict_order_mut.c: New file.
279
[e8f4303a]2802007-12-21      Xi Yang <hiyangxi@gmail.com>
281
282        * Makefile.am, configure.ac: Add support for proper stacking of
283        priority inheritance on mutexes as well as enforce proper order of
284        release.
285        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
286        sp36/sp36.scn: New files.
287
[b5c6ecf]2882007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
289
290        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
291        directive instead of violating RTEMS internals.
292
[79542d7]2932007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
294
295        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
296        Add test cases for User Extension Manager to improve code coverage.
297        * sp21/task1.c: Fix spelling error.
298
[bbd655a3]2992007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
300
301        * spsize/size.c: Account for previous changes in calculation of MPCI
302        receive server stack.
303
[6bc19a1]3042007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
305
306        * sp09/screen07.c, sp09/sp09.scn: Add test for
307        rtems_message_queue_broadcast for bad buffer and count pointers.
308        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
309        with bad priority or initiating twice.
310        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
311        it forces a dispatch.
312        * sp37/init.c: New file.
313
[dcdaba2]3142007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
315
316        * Makefile.am, configure.ac: Add new tests for interrupt disable,
317        enable, flash, and is in progress. These are normally inlines but
318        also have bodies for non-C code. This test also exercises the odd
319        case of calling clock tick from outside an ISR.
320        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
321
[9c691ef]3222007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
323
324        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
325        using notepad with the current task's ID or SELF
326        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
327        test missing test cases for clock_get.
328
[f446e6d]3292007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
330
331        * sp28/init.c: Add test code for task variables to improve coverage.
332
[1383eca]3332007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
334
335        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
336        RTEMS provided accessor macros to obtain configuration fields.
337
[a1f37a0]3382007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
339
340        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
341        Configuration Table. Eliminate CPU Table from all ports. Delete
342        references to CPU Table in all forms.
343
[eb5d942a]3442007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
345
346        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
347
[4650a44c]3482007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
349
350        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
351        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
352        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
353        to improve test coverage.
354
[4d7ae31]3552007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
356
357        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
358        coverage.
359
[7294bc97]3602007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
361
362        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
363
[6a5990e]3642007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
365
366        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
367        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
368        .scn files.
369
[67e024b]3702007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
371
372        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
373        commented out and updated the .scn file.
374
[496274b6]3752007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
376
377        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
378        buffered test IO.
379
[b3117727]3802007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
381
382        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
383        rtems_io_unregister_driver did not have any test code.
384
[3a50a206]3852007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
386
387        * spsize/size.c: Eliminate maximum_drivers configuration parameter
388        since it was used to configure a no longer used feature. Device names
389        are now part of the filesystem not in a table. This also eliminated
390        the variables _IO_Number_of_devices and _IO_Driver_name_table from
391        RTEMS as well as the memory allocation used to populate
392        _IO_Driver_name_table.
393
[2ff6ada3]3942007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
395
396        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
397        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
398        properly.
399
[f851e876]4002007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
401
402        * spsize/size.c: Eliminated the variables
403        _RTEMS_tasks_User_initialization_tasks and
404        _RTEMS_tasks_Number_of_initialization_tasks because they were only
405        used in one place after initialized. It was a waste of space.
406
[e58077c]4072007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
408
409        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
410        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
411        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
412        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
413        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
414        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
415        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
416        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
417        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
418        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
419        spsize/size.c: Add optional managers to Makefiles. Clean up test
420        cases so last output line follows END OF pattern. Make sure test case
421        all run. All tests appeared ok on sis.
422
[dba34ed3]4232007-04-05      Joel Sherrill <joel@OARcorp.com>
424
425        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
426
[67293f6]4272007-04-05      Joel Sherrill <joel@OARcorp.com>
428
429        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
430        CONFIGURE_TEST_NEEDS_XXX configuration constants to
431        CONFIGURE_APPLICATION_NEEDS_XXX.
432
[dfa1f0bc]4332007-04-02      Joel Sherrill <joel@OARcorp.com>
434
435        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
436
[3c68f96d]4372007-04-02      Joel Sherrill <joel@OARcorp.com>
438
439        * spsize/size.c: Convert from Classic API style TOD_Control as
440        fundamental time structure to POSIX struct timespec. Add
441        clock_get_uptime().
442
[8d8571e2]4432007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
444
445        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
446
[f588903]4472007-03-26      Joel Sherrill <joel@OARcorp.com>
448
449        * sp35/priinv.c: Remove warning.
450
[13a2734]4512007-03-10      Joel Sherrill <joel@OARcorp.com>
452
453        * sp26/system.h: Remove incorrect and duplicate
454        CONFIGURE_EXTRA_TASK_STACKS.
455
[88e8cc4d]4562007-03-05      Joel Sherrill <joel@OARcorp.com>
457
458        PR 1222/cpukit
459        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
460        thread that is blocked on a priority based thread queue is changed,
461        that its placement in the queue is reevaluated based upon the new
462        priority. This enhancement includes modifications to the SuperCore as
463        well as new test cases.
464        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
465        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
466        sp35/sp35.doc, sp35/sp35.scn: New files.
467
[99c3730c]4682007-03-05      Joel Sherrill <joel@OARcorp.com>
469
470        * sp26/system.h: Correct memory required for stack sizes.
471
[d6913f24]4722007-02-06      Joel Sherrill <joel@OARcorp.com>
473
474        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
475        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
476        tests.
477
[a27fa6d]4782006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
479
480        * sp33/init.c: Improve barrier test to include normal blocking with
481        manual release and unblocking in barrier deletion.
482
[fcb0cd46]4832006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
484
485        * configure.ac: New BUG-REPORT address.
486
[c338ae2]4872006-11-20      Joel Sherrill <joel@OARcorp.com>
488
489        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
490        and make output more compliant with other tests.
491
[6be472c]4922006-11-17      Joel Sherrill <joel@OARcorp.com>
493
494        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
495        cases intended on all targets possible with new heap algorithm.
496
[47c9f44a]4972006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
498
499        * Makefile.am, configure.ac: Adding Classic API Barriers.
500        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
501        New files.
502
[ba2c04f]5032006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
504
505        * configure.ac: Require autoconf-2.60. Require automake-1.10.
506
[c0069ba8]5072006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
508
509        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
510        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
511        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
512        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
513        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
514        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
515        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
516        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
517        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
518        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
519        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
520        Use rtems_testsdir instead.
521
[0c30bc5]5222006-04-05      Joel Sherrill <joel@OARcorp.com>
523                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
524
525        * spsize/size.c: Victor spotted the problem that
526        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
527        variables and needed to be set to the same value.  I took that
528        idea and just removed _Thread_MP_Receive.  All uses are now
529        _MPCI_Receive_server_tcb.
530
[1fd1595]5312005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
532
533        * configure.ac: Remove RTEMS_ENABLE_BARE,
534        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
535
[8a26f18d]5362005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
537
538        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
539        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
540        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
541        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
542        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
543        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
544        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
545        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
546        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
547        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
548        spfatal/Makefile.am, spsize/Makefile.am:
549        Convert to use *_PROGRAMS.
550
[9567283b]5512005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
552
[dc35ca43]553        * sp01/Makefile.am, sp02/Makefile.am,
554        sp03/Makefile.am, sp04/Makefile.am,
555        sp05/Makefile.am, sp06/Makefile.am,
556        sp07/Makefile.am, sp08/Makefile.am,
557        sp09/Makefile.am, sp11/Makefile.am,
558        sp12/Makefile.am, sp13/Makefile.am,
559        sp14/Makefile.am, sp15/Makefile.am,
560        sp16/Makefile.am, sp17/Makefile.am,
561        sp19/Makefile.am, sp20/Makefile.am,
562        sp21/Makefile.am, sp22/Makefile.am,
563        sp23/Makefile.am, sp24/Makefile.am,
564        sp25/Makefile.am, sp26/Makefile.am,
565        sp27/Makefile.am, sp28/Makefile.am,
566        sp29/Makefile.am, sp30/Makefile.am,
567        sp31/Makefile.am, sp32/Makefile.am,
568        spfatal/Makefile.am, spsize/Makefile.am: Rework.
[9567283b]569
[e570e3fe]5702005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
571
572        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
573        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
574        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
575        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
576        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
577        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
578        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
579        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
580        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
581        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
582        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
583        * sptests.am: Remove.
584
[e3354cd2]5852005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
586
587        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
588        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
589        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
590        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
591        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
592        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
593        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
594        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
595        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
596        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
597        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
598
[e806c23e]5992005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
600
601        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
602
[cd1b4bfc]6032005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
604
[eea423b7]605        * spsize/Makefile.am: Rename TEST to spsize.
606        * spsize/size.scn: Remove.
607        * spsize/spsize.scn: New (renamed from size.scn).
608
6092005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
610
611        * configure.ac: Add spfatal/Makefile.
612        * Makefile.am: Add spfatal to DIST_SUBDIRS.
[f8acc249]613        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
614        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
[cd1b4bfc]615        * sptests.am: Remove LIB_VARIANT.
616
[fb02f605]6172005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
618
619        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
620        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
621        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
622        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
623        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
624        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
625        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
626        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
627        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
628        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
629        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
630
[c32fb8f]6312005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
632
633        * Makefile.am: Cleanup.
634
[6f2593f]6352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
[099e1112]636
637        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
638        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
639        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
640        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
641        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
642        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
643        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
644        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
645        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
646        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
647        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
648        spfatal/Makefile.am, spsize/Makefile.am:
649        Partial conversion to automake.
650
[df55b0f1]6512005-03-07      Joel Sherrill <joel@OARcorp.com>
652
653        * sp13/task1.c: Removed warnings.
654
[9fa21da0]6552004-09-29      Joel Sherrill <joel@OARcorp.com>
656
657        * spsize/size.c: i960 obsoleted and all references removed.
658
[6f2593f]6592004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]660
661        * configure.ac: Require automake > 1.9.
662
[6f2593f]6632004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[e8064503]664
665        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
666        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
667        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
668        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
669        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
670        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
671        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
672        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
673        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
674        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
675        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
676        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
677        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
678        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
679        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
680        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
681        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
682        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
683        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
684        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
685        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
686        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
687        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
688        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
689        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
690        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
691        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
692        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
693        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
694        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
695        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
696        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
697
[6f2593f]6982004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[65fa6b5]699
700        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
701
[a841314]7022004-03-30      David Querbach <querbach@realtime.bc.ca>
703
704        PR 595/tests
705        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
706        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
707        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
708        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
709        others treat it as a count of longs.
710
[378aed9]7112004-03-30      David Querbach <querbach@realtime.bc.ca>
712
713        PR 596/tests
714        * sp32/init.c: A missing definition of TEST_INIT before including
715        <tmacros.h> means that buffered output will not work even if selected
716        in buffer_test_io.h.
717
[6f2593f]7182004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
[c87608f]719
720        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
721        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
722        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
723        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
724        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
725        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
726        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
727        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
728        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
729        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
730        types.
731
[7c48a2e8]7322004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * configure.ac: Add 2nd arg to RTEMS_TOP.
735
[6debefee]7362004-03-05      Joel Sherrill <joel@OARcorp.com>
737
738        * sp07/buffered_io.c: Remove warning.
739
[340835b0]7402004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
743        Add PRE/TMPINSTALL_FILES to CLEANFILES.
744        * sp02/Makefile.am: Ditto.
745        * sp03/Makefile.am: Ditto.
746        * sp04/Makefile.am: Ditto.
747        * sp05/Makefile.am: Ditto.
748        * sp06/Makefile.am: Ditto.
749        * sp07/Makefile.am: Ditto.
750        * sp08/Makefile.am: Ditto.
751        * sp09/Makefile.am: Ditto.
752        * sp11/Makefile.am: Ditto.
753        * sp12/Makefile.am: Ditto.
754        * sp13/Makefile.am: Ditto.
755        * sp14/Makefile.am: Ditto.
756        * sp15/Makefile.am: Ditto.
757        * sp16/Makefile.am: Ditto.
758        * sp17/Makefile.am: Ditto.
759        * sp19/Makefile.am: Ditto.
760        * sp20/Makefile.am: Ditto.
761        * sp21/Makefile.am: Ditto.
762        * sp22/Makefile.am: Ditto.
763        * sp23/Makefile.am: Ditto.
764        * sp24/Makefile.am: Ditto.
765        * sp25/Makefile.am: Ditto.
766        * sp26/Makefile.am: Ditto.
767        * sp27/Makefile.am: Ditto.
768        * sp28/Makefile.am: Ditto.
769        * sp29/Makefile.am: Ditto.
770        * sp30/Makefile.am: Ditto.
771        * sp31/Makefile.am: Ditto.
772        * sp32/Makefile.am: Ditto.
773        * spfatal/Makefile.am: Ditto.
774        * spsize/Makefile.am: Ditto.
775
[5813e715]7762003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * sptests.am: Add dirstamp support.
779
[8234c04]7802003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
783
[e457190]7842003-12-16      Joel Sherrill <joel@OARcorp.com>
785
786        PR 544/tests
787        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
788        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
789        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
790        make tests account for resources and not print at inappropriate
791        times.
792        * sp07/buffered_io.c: New file.
793
[810720b6]7942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
795
796        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
797
[6e4e067]7982003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * sp01/Makefile.am: Remove all-local: $(ARCH).
801        * sp02/Makefile.am: Remove all-local: $(ARCH).
802        * sp03/Makefile.am: Remove all-local: $(ARCH).
803        * sp04/Makefile.am: Remove all-local: $(ARCH).
804        * sp05/Makefile.am: Remove all-local: $(ARCH).
805        * sp06/Makefile.am: Remove all-local: $(ARCH).
806        * sp07/Makefile.am: Remove all-local: $(ARCH).
807        * sp08/Makefile.am: Remove all-local: $(ARCH).
808        * sp09/Makefile.am: Remove all-local: $(ARCH).
809        * sp11/Makefile.am: Remove all-local: $(ARCH).
810        * sp12/Makefile.am: Remove all-local: $(ARCH).
811        * sp13/Makefile.am: Remove all-local: $(ARCH).
812        * sp14/Makefile.am: Remove all-local: $(ARCH).
813        * sp15/Makefile.am: Remove all-local: $(ARCH).
814        * sp16/Makefile.am: Remove all-local: $(ARCH).
815        * sp17/Makefile.am: Remove all-local: $(ARCH).
816        * sp19/Makefile.am: Remove all-local: $(ARCH).
817        * sp20/Makefile.am: Remove all-local: $(ARCH).
818        * sp21/Makefile.am: Remove all-local: $(ARCH).
819        * sp22/Makefile.am: Remove all-local: $(ARCH).
820        * sp23/Makefile.am: Remove all-local: $(ARCH).
821        * sp24/Makefile.am: Remove all-local: $(ARCH).
822        * sp25/Makefile.am: Remove all-local: $(ARCH).
823        * sp26/Makefile.am: Remove all-local: $(ARCH).
824        * sp27/Makefile.am: Remove all-local: $(ARCH).
825        * sp28/Makefile.am: Remove all-local: $(ARCH).
826        * sp29/Makefile.am: Remove all-local: $(ARCH).
827        * sp30/Makefile.am: Remove all-local: $(ARCH).
828        * sp31/Makefile.am: Remove all-local: $(ARCH).
829        * sp32/Makefile.am: Remove all-local: $(ARCH).
830        * spfatal/Makefile.am: Remove all-local: $(ARCH).
831        * spsize/Makefile.am: Remove all-local: $(ARCH).
832
[5f52d1f]8332003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * configure.ac: Reflect having moved to testsuites/.
836
[c6328bee]8372003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * configure.ac: Remove RTEMS_CANONICAL_HOST.
840
[5445ee60]8412003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * configure.ac:Remove RTEMS_CHECK_CPU.
844
[d2b93bfd]8452003-09-04      Joel Sherrill <joel@OARcorp.com>
846
847        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
848        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
849        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
850        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
851        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
852        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
853        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
854        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
855        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
856        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
857        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
858        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
859        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
860        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
861        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
862        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
863        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
864        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
865        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
866        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
867        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
868        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
869        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
870        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
871        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
872        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
873        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
874        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
875        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
876        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
877        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
878        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
879        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
880        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
881        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
882        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
883        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
884        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
885        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
886        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
887        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
888        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
889        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
890        spsize/size.c, spsize/system.h: URL for license changed.
891
[35fc6bf9]8922003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
893
894        PR 458/tests
895        * sp30/task1.c: Correct indexing problem.
896
[7862f888]8972003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
898
899        * Makefile.am: Reflect having moved aclocal/.
900
[7f9e5908]9012003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
[61d9371]903        * Makefile.am: Reflect having moved automake/.
904        * sp01/Makefile.am: Reflect having moved automake/.
905        * sp02/Makefile.am: Reflect having moved automake/.
906        * sp03/Makefile.am: Reflect having moved automake/.
907        * sp04/Makefile.am: Reflect having moved automake/.
908        * sp05/Makefile.am: Reflect having moved automake/.
909        * sp06/Makefile.am: Reflect having moved automake/.
910        * sp07/Makefile.am: Reflect having moved automake/.
911        * sp08/Makefile.am: Reflect having moved automake/.
912        * sp09/Makefile.am: Reflect having moved automake/.
913        * sp11/Makefile.am: Reflect having moved automake/.
914        * sp12/Makefile.am: Reflect having moved automake/.
915        * sp13/Makefile.am: Reflect having moved automake/.
916        * sp14/Makefile.am: Reflect having moved automake/.
917        * sp15/Makefile.am: Reflect having moved automake/.
918        * sp16/Makefile.am: Reflect having moved automake/.
919        * sp17/Makefile.am: Reflect having moved automake/.
920        * sp19/Makefile.am: Reflect having moved automake/.
921        * sp20/Makefile.am: Reflect having moved automake/.
922        * sp21/Makefile.am: Reflect having moved automake/.
923        * sp22/Makefile.am: Reflect having moved automake/.
924        * sp23/Makefile.am: Reflect having moved automake/.
925        * sp24/Makefile.am: Reflect having moved automake/.
926        * sp25/Makefile.am: Reflect having moved automake/.
927        * sp26/Makefile.am: Reflect having moved automake/.
928        * sp27/Makefile.am: Reflect having moved automake/.
929        * sp28/Makefile.am: Reflect having moved automake/.
930        * sp29/Makefile.am: Reflect having moved automake/.
931        * sp30/Makefile.am: Reflect having moved automake/.
932        * sp31/Makefile.am: Reflect having moved automake/.
933        * sp32/Makefile.am: Reflect having moved automake/.
934        * spfatal/Makefile.am: Reflect having moved automake/.
935        * spsize/Makefile.am: Reflect having moved automake/.
[7f9e5908]936
[3895f96]9372003-08-14      Joel Sherrill <joel@OARcorp.com>
938
939        * sp02/task1.c: Added ID to name lookup service and changed name of
940        id/name translation status code. This propagated to multiple
941        functions. The user API service added was rtems_object_id_to_name()
942
[7dcc3fe]9432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
944
945        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
946
[18ee864]9472003-05-29      Joel Sherrill <joel@OARcorp.com>
948
949        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
950
[c98849ef]9512003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
952
953        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
954        CC_CFLAGS_DEFAULT (obsolete).
955
[78bea14]9562003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
957
958        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
959        Remove CC_LDFLAGS_PROFILE_V.
960
[3c55718]9612003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
962
963        * configure.ac: Remove AC_CONFIG_AUX_DIR.
964
[ccd81b60]9652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
966
967        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
968
[9b5c258]9692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971        * configure.ac: AC_PREREQ(2.57).
972
[afcd563]9732002-11-14      Joel Sherrill <joel@OARcorp.com>
974
975        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
976        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
977        update the IDs in the screens.
978
[8730f45]9792002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
980
981        * .cvsignore: Reformat.
982        Add autom4te*cache.
983        Remove autom4te.cache.
984
[0c0d089]9852002-09-14      Joel Sherrill <joel@OARcorp.com>
986
987        * sp32/.cvsignore: New file.
988
[0af7c20]9892002-09-14      Aaron J. Grier <aaron@frye.com>
990
991        * PR271 was not applicable against the current source but included
992        a nice test that Joel decided to add to the tree as sp32.
993        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
994        * Makefile.am, configure.ac: Modified to reflect addition.
995
[a3a512c]9962002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
997
998        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
999        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
1000        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
1001        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
1002        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
1003        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
1004        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
1005        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
1006        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
1007        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
1008        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
1009        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
1010        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
1011        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
1012        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
1013        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
1014        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
1015        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
1016        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
1017        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
1018        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
1019        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
1020        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
1021        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
1022        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
1023        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
1024        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
1025        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
1026        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
1027        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
1028        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
1029
[3aa4c2e0]10302002-08-01      Joel Sherrill <joel@OARcorp.com>
1031
1032        * Per PR47 add support for buffered test output.  This involved
1033        adding defines to redirect output to a buffer and dump it when
1034        full, at "test pause", and at exit.  To avoid problems when redefining
1035        exit(), all tests were modified to call rtems_test_exit().
1036        Some tests, notable psxtests, had to be modified to include
1037        the standard test macro .h file (pmacros.h or tmacros.h) to
1038        enable this support.
1039        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
1040        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
1041        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
1042        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
1043        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
1044        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
1045        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
1046
[3dc936c1]10472002-07-30      Joel Sherrill <joel@OARcorp.com>
1048
1049        * spsize/size.c: Don't reference the RTEMS allocated interrupt
1050        stack if the port doesn't configure using it.
1051
[c3bb68a1]10522002-07-04      Joel Sherrill <joel@OARcorp.com>
1053
1054        * Jump table for single entry point removed.
1055        * spsize/size.c:  Modified to reflect above.
1056
[21bbb92]10572002-07-01      Joel Sherrill <joel@OARcorp.com>
1058
1059        * sp29/init.c: Corrected definitions for task stack usage.
1060
[a9047a0]10612002-07-01      Joel Sherrill <joel@OARcorp.com>
1062
1063        * spsize/size.c: _Thread_queue_Extract_table removed.
1064
[8873684]10652001-05-17      Joel Sherrill <joel@OARcorp.com>
1066
1067        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
1068        number of staticly configured device drivers.
1069
[606926f]10702001-05-14      Joel Sherrill <joel@OARcorp.com>
1071
1072        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
1073        than the configured number of drivers.
1074 
[cb9b2bfc]10752002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1076
1077        * configure.ac: Remove ENABLE_GCC28.
1078
[beaa47bc]10792001-04-04      Joel Sherrill <joel@OARcorp.com>
1080
1081        * spsize/size.c: Reflect SPARC modifcation to get rid of
1082        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1083 
[5729f62]10842001-03-29      Joel Sherrill <joel@OARcorp.com>
1085
1086        * Per PR147 addressed problems when reseting and inserting a timer
1087        into a timer chain that did not honor time passage since the last
1088        time the timer server was scheduled and the new insertion.
1089        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1090
[0a32a21]10912001-03-28      Joel Sherrill <joel@OARcorp.com>
1092
1093        * Side-effect of PR132.
1094        * sp21/system.h: Now must explicitly request NULL driver.
1095
[ac2512ab]10962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1097
1098        * configure.ac:
1099        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1100        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1101        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1102        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1103        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1104        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1105        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1106        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1107        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1108        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1109        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1110        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1111        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1112        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1113        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1114        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1115        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1116        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1117        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1118        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1119        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1120        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1121        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1122        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1123        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1124        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1125        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1126        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1127        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1128        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1129        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1130        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1131        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1132        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1133
[fabacfe]11342002-03-20      Chris Johns <ccj@acm.org>
1135
1136        * PR145.
1137        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1138        in system (e.g. driver tasks).  Also exit on minimum number of
1139        switches not precise number.
1140
[ef70d9b]11412001-01-29      Joel Sherrill <joel@OARcorp.com>
1142
1143        * Fixed bug where resetting a timer that was not at the head
1144        of one of the task timer chains resulted in the Timer Server
1145        task waking up too far in the future.
1146        * Added rtems_timer_get_information() directive to support testing.
1147        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1148        above condition.
1149
[2fc6dc3]11502001-01-22      Joel Sherrill <joel@OARcorp.com>
1151
1152        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1153        because priority added as argument to rtems_timer_initiate_server().
1154
[de569fe]11552001-01-16      Joel Sherrill <joel@OARcorp.com>
1156
1157        * Added tests for task-based timers.  This included the new tests
1158        sp30 and sp31.
1159        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1160        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1161        for task-based timer services.
1162        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1163        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1164        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1165        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1166        sp31/task1.c: New files.
1167
[850f87e]11682001-11-01      Joel Sherrill <joel@OARcorp.com>
1169
1170        * sp26/system.h: Properly account for stack memory used by
1171        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1172        and processed as PR78.
1173
[df25c998]11742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1175
1176        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1177        * configure.in: Remove.
1178        * configure.ac: New file, generated from configure.in by autoupdate.
1179
[996bfbf]11802001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1181
1182        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1183
[25b9e93c]11842001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1185
1186        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1187        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1188        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1189        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1190        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1191        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1192        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1193        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1194        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1195        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1196        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1197        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1198        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1199        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1200        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1201        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1202        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1203        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1204        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1205        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1206        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1207        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1208        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1209        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1210        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1211        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1212        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1213        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1214        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1215
[94dfe0f7]12162001-08-16      Joel Sherrill <joel@OARcorp.com>
1217
1218        * sp20/system.h: Account for extra task stacks properly.
1219
[11b1063]12202001-08-16      Joel Sherrill <joel@OARcorp.com>
1221
1222        * sp13/sp13.scn: Id in screen had wrong class field value.
1223        * sp13/system.h: Account for message buffer memory.
1224        * sp13/task2.c: Remove unnecessary check for failure.
1225
[95083c0]12262001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1227
1228        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1229
[cf7884b]12302001-04-20      Joel Sherrill <joel@OARcorp.com>
1231
1232        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1233        file.
1234
[dde827b]12352001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1236
1237        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1238
[55a86b4]12392001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1240
1241        * sp21/Makefile.am: Remove libtest.
1242
[feead226]12432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1244
1245        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1246
[a314d3b4]12472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1248
1249        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1250
[cbe7d66]12512000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1252
1253        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1254        Switch to GNU canonicalization.
1255        * sptests.am: Remove DEFS.
1256
[837ab841]12572000-09-29      Joel Sherrill <joel@OARcorp.com>
1258
1259        * sp20/sp20.scn: Corrected to reflect new addition.
1260        * sp20/system.h: Removed comment reflecting history.
1261
[cf42c54c]12622000-09-29      Stephan Merker <merker@decrc.abb.de>
1263
1264        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1265        Added new task to test sequence of altering a period's length
1266        while it is still active.
1267
[e35d6b2]12682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1269
1270        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1271        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1272        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1273        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1274        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1275        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1276        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1277        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1278        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1279        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1280
[e94ad1fe]12812000-08-10      Joel Sherrill <joel@OARcorp.com>
1282
1283        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.