source: rtems/testsuites/sptests/ChangeLog @ cccd632

4.104.114.95
Last change on this file since cccd632 was cccd632, checked in by Joel Sherrill <joel.sherrill@…>, on 08/05/08 at 13:10:26

2008-08-05 Xudong Guan <xudong.guan@…>

PR 1212/cpukit

  • Makefile.am, configure.ac: Time slicing will not happen if the task mode is changed from a non-timeslicing mode to timeslicing mode if it is done by the executing thread (e.g. in its task body). This change includes sp44 to demonstrate the problem and verify the correction.
  • sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
  • Property mode set to 100644
File size: 46.6 KB
Line 
12008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
2
3        PR 1212/cpukit
4        * Makefile.am, configure.ac: Time slicing will not happen if the task
5        mode is changed from a non-timeslicing mode to timeslicing mode if it
6        is done by the executing thread (e.g. in its task body). This change
7        includes sp44 to demonstrate the problem and verify the correction.
8        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
9
102008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
13        architectures they are not supported on.
14
152008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
18
192008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
22          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
23
242008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * sp28/init.c: Corrections to configuration.
27        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
28        * spsize/size.c: _ISR_Vector_table only exists on architectures
29        which use the Simple Vectored Interrupt Model.
30
312008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * spsize/size.c: Convention calls for leading underscore on private
34        RTEMS variables.
35
362008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
39        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
40        Refactored and renamed initialization routines to
41        rtems_initialize_data_structures, rtems_initialize_before_drivers,
42        rtems_initialize_device_drivers, and
43        rtems_initialize_start_multitasking. This opened the sequence up so
44        that bootcard() could provide a more robust and flexible framework
45        which is easier to explain and understand. This also lays the
46        groundwork for sharing the division of available memory between the
47        RTEMS workspace and heap and the C library initialization across all
48        BSPs.
49
502008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * sp32/init.c: Formatting.
53
542008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * sp09/screen01.c: Correct test.
57        * sp09/screen14.c: Update copyright.
58        * sp28/init.c: Correct end of test messages.
59
602008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
63
642008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
67        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
68        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
69        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
70        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
71        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
72        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
73        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
74        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
75        tests. Add a clock_settime case for < 1988.
76
772008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
80
812008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
84        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
85        * sp41/sp41.scn: Now has content.
86        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
87        Object Services recently added to API.
88
892008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
92        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
93        collection. This changed the name of a few previously public but
94        undocumented services and added a some new services.
95        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
96        sp43/system.h: New files.
97
982008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * spfatal10/.cvsignore: New file.
101
1022008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
105        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
106        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
107        New files.
108
1092008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
110
111        * Makefile.am, configure.ac: Added fatal error tests
112        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
113        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
114        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
115        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
116        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
117        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
118        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
119        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
120        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
121        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
122        spfatal_support/init.c, spfatal_support/system.h: New files.
123
1242008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
127        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
128        test messages.
129
1302008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
133        simple type to a union of an unsigned 32 bit integer and a pointer.
134        This should help eliminate weird casts between u32 and pointers in
135        various places. The APIs now have to explicitly call _u32 or _string
136        versions of helper routines. This should also simplify things and
137        eliminate the need for ugly casts in some cases.
138
1392008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
140
141        * sp42/Makefile.am: New file.
142
1432008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        Add sp42 to exercise thread queue with knowledge of the implementation
146        so we can exercise all of the normal paths possible.
147        * Makefile.am, configure.ac: Add sp42.
148        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
149
1502008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * sp39/init.c: Add case for long timeout on blocking operation.
153        * Makefile.am, configure.ac: Add new test to exercise thread
154        queue blokcing synchronization. sp39 and sp41 are very similar.
155        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
156        sp41/system.h: New files.
157
1582008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * sp39/init.c: Clean up.
161
1622008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * sp39/init.c: Modify to improve coverage.
165
1662008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
167
168        * sp36/strict_order_mut.c:
169
1702008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
173        driver registration.
174        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
175        sp40/system.h: New files.
176
1772008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
178
179        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
180        Add test cases for:
181          + message queue create requesting too many message buffers
182            for the available memory
183          + region extend with address inside existing heap
184          + timer server initiate too large a stack, create error
185        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
186          + task set priority while holding resource
187
1882008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * Makefile.am, configure.ac: Added sp38 and sp39.
191        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
192        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
193        sp39/sp39.scn, sp39/system.h: New files.
194
1952007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        * sp36/strict_order_mut.c: New file.
198
1992007-12-21      Xi Yang <hiyangxi@gmail.com>
200
201        * Makefile.am, configure.ac: Add support for proper stacking of
202        priority inheritance on mutexes as well as enforce proper order of
203        release.
204        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
205        sp36/sp36.scn: New files.
206
2072007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
208
209        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
210        directive instead of violating RTEMS internals.
211
2122007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
215        Add test cases for User Extension Manager to improve code coverage.
216        * sp21/task1.c: Fix spelling error.
217
2182007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * spsize/size.c: Account for previous changes in calculation of MPCI
221        receive server stack.
222
2232007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
224
225        * sp09/screen07.c, sp09/sp09.scn: Add test for
226        rtems_message_queue_broadcast for bad buffer and count pointers.
227        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
228        with bad priority or initiating twice.
229        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
230        it forces a dispatch.
231        * sp37/init.c: New file.
232
2332007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
234
235        * Makefile.am, configure.ac: Add new tests for interrupt disable,
236        enable, flash, and is in progress. These are normally inlines but
237        also have bodies for non-C code. This test also exercises the odd
238        case of calling clock tick from outside an ISR.
239        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
240
2412007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
242
243        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
244        using notepad with the current task's ID or SELF
245        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
246        test missing test cases for clock_get.
247
2482007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
249
250        * sp28/init.c: Add test code for task variables to improve coverage.
251
2522007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
253
254        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
255        RTEMS provided accessor macros to obtain configuration fields.
256
2572007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
260        Configuration Table. Eliminate CPU Table from all ports. Delete
261        references to CPU Table in all forms.
262
2632007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
264
265        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
266
2672007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
268
269        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
270        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
271        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
272        to improve test coverage.
273
2742007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
275
276        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
277        coverage.
278
2792007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
280
281        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
282
2832007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
284
285        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
286        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
287        .scn files.
288
2892007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
290
291        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
292        commented out and updated the .scn file.
293
2942007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
295
296        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
297        buffered test IO.
298
2992007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
300
301        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
302        rtems_io_unregister_driver did not have any test code.
303
3042007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
305
306        * spsize/size.c: Eliminate maximum_drivers configuration parameter
307        since it was used to configure a no longer used feature. Device names
308        are now part of the filesystem not in a table. This also eliminated
309        the variables _IO_Number_of_devices and _IO_Driver_name_table from
310        RTEMS as well as the memory allocation used to populate
311        _IO_Driver_name_table.
312
3132007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
314
315        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
316        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
317        properly.
318
3192007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
320
321        * spsize/size.c: Eliminated the variables
322        _RTEMS_tasks_User_initialization_tasks and
323        _RTEMS_tasks_Number_of_initialization_tasks because they were only
324        used in one place after initialized. It was a waste of space.
325
3262007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
327
328        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
329        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
330        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
331        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
332        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
333        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
334        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
335        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
336        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
337        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
338        spsize/size.c: Add optional managers to Makefiles. Clean up test
339        cases so last output line follows END OF pattern. Make sure test case
340        all run. All tests appeared ok on sis.
341
3422007-04-05      Joel Sherrill <joel@OARcorp.com>
343
344        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
345
3462007-04-05      Joel Sherrill <joel@OARcorp.com>
347
348        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
349        CONFIGURE_TEST_NEEDS_XXX configuration constants to
350        CONFIGURE_APPLICATION_NEEDS_XXX.
351
3522007-04-02      Joel Sherrill <joel@OARcorp.com>
353
354        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
355
3562007-04-02      Joel Sherrill <joel@OARcorp.com>
357
358        * spsize/size.c: Convert from Classic API style TOD_Control as
359        fundamental time structure to POSIX struct timespec. Add
360        clock_get_uptime().
361
3622007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
363
364        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
365
3662007-03-26      Joel Sherrill <joel@OARcorp.com>
367
368        * sp35/priinv.c: Remove warning.
369
3702007-03-10      Joel Sherrill <joel@OARcorp.com>
371
372        * sp26/system.h: Remove incorrect and duplicate
373        CONFIGURE_EXTRA_TASK_STACKS.
374
3752007-03-05      Joel Sherrill <joel@OARcorp.com>
376
377        PR 1222/cpukit
378        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
379        thread that is blocked on a priority based thread queue is changed,
380        that its placement in the queue is reevaluated based upon the new
381        priority. This enhancement includes modifications to the SuperCore as
382        well as new test cases.
383        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
384        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
385        sp35/sp35.doc, sp35/sp35.scn: New files.
386
3872007-03-05      Joel Sherrill <joel@OARcorp.com>
388
389        * sp26/system.h: Correct memory required for stack sizes.
390
3912007-02-06      Joel Sherrill <joel@OARcorp.com>
392
393        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
394        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
395        tests.
396
3972006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
398
399        * sp33/init.c: Improve barrier test to include normal blocking with
400        manual release and unblocking in barrier deletion.
401
4022006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
403
404        * configure.ac: New BUG-REPORT address.
405
4062006-11-20      Joel Sherrill <joel@OARcorp.com>
407
408        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
409        and make output more compliant with other tests.
410
4112006-11-17      Joel Sherrill <joel@OARcorp.com>
412
413        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
414        cases intended on all targets possible with new heap algorithm.
415
4162006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
417
418        * Makefile.am, configure.ac: Adding Classic API Barriers.
419        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
420        New files.
421
4222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
423
424        * configure.ac: Require autoconf-2.60. Require automake-1.10.
425
4262006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
427
428        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
429        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
430        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
431        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
432        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
433        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
434        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
435        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
436        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
437        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
438        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
439        Use rtems_testsdir instead.
440
4412006-04-05      Joel Sherrill <joel@OARcorp.com>
442                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
443
444        * spsize/size.c: Victor spotted the problem that
445        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
446        variables and needed to be set to the same value.  I took that
447        idea and just removed _Thread_MP_Receive.  All uses are now
448        _MPCI_Receive_server_tcb.
449
4502005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
451
452        * configure.ac: Remove RTEMS_ENABLE_BARE,
453        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
454
4552005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
456
457        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
458        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
459        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
460        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
461        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
462        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
463        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
464        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
465        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
466        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
467        spfatal/Makefile.am, spsize/Makefile.am:
468        Convert to use *_PROGRAMS.
469
4702005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
471
472        * sp01/Makefile.am, sp02/Makefile.am,
473        sp03/Makefile.am, sp04/Makefile.am,
474        sp05/Makefile.am, sp06/Makefile.am,
475        sp07/Makefile.am, sp08/Makefile.am,
476        sp09/Makefile.am, sp11/Makefile.am,
477        sp12/Makefile.am, sp13/Makefile.am,
478        sp14/Makefile.am, sp15/Makefile.am,
479        sp16/Makefile.am, sp17/Makefile.am,
480        sp19/Makefile.am, sp20/Makefile.am,
481        sp21/Makefile.am, sp22/Makefile.am,
482        sp23/Makefile.am, sp24/Makefile.am,
483        sp25/Makefile.am, sp26/Makefile.am,
484        sp27/Makefile.am, sp28/Makefile.am,
485        sp29/Makefile.am, sp30/Makefile.am,
486        sp31/Makefile.am, sp32/Makefile.am,
487        spfatal/Makefile.am, spsize/Makefile.am: Rework.
488
4892005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
490
491        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
492        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
493        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
494        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
495        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
496        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
497        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
498        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
499        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
500        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
501        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
502        * sptests.am: Remove.
503
5042005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
505
506        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
507        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
508        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
509        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
510        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
511        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
512        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
513        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
514        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
515        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
516        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
517
5182005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
519
520        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
521
5222005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
523
524        * spsize/Makefile.am: Rename TEST to spsize.
525        * spsize/size.scn: Remove.
526        * spsize/spsize.scn: New (renamed from size.scn).
527
5282005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
529
530        * configure.ac: Add spfatal/Makefile.
531        * Makefile.am: Add spfatal to DIST_SUBDIRS.
532        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
533        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
534        * sptests.am: Remove LIB_VARIANT.
535
5362005-11-07      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: Remove SRC, PRINT_SRC.
549
5502005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
551
552        * Makefile.am: Cleanup.
553
5542005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
555
556        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
557        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
558        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
559        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
560        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
561        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
562        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
563        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
564        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
565        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
566        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
567        spfatal/Makefile.am, spsize/Makefile.am:
568        Partial conversion to automake.
569
5702005-03-07      Joel Sherrill <joel@OARcorp.com>
571
572        * sp13/task1.c: Removed warnings.
573
5742004-09-29      Joel Sherrill <joel@OARcorp.com>
575
576        * spsize/size.c: i960 obsoleted and all references removed.
577
5782004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
579
580        * configure.ac: Require automake > 1.9.
581
5822004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
583
584        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
585        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
586        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
587        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
588        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
589        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
590        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
591        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
592        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
593        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
594        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
595        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
596        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
597        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
598        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
599        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
600        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
601        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
602        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
603        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
604        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
605        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
606        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
607        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
608        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
609        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
610        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
611        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
612        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
613        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
614        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
615        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
616
6172004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
618
619        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
620
6212004-03-30      David Querbach <querbach@realtime.bc.ca>
622
623        PR 595/tests
624        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
625        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
626        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
627        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
628        others treat it as a count of longs.
629
6302004-03-30      David Querbach <querbach@realtime.bc.ca>
631
632        PR 596/tests
633        * sp32/init.c: A missing definition of TEST_INIT before including
634        <tmacros.h> means that buffered output will not work even if selected
635        in buffer_test_io.h.
636
6372004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
638
639        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
640        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
641        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
642        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
643        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
644        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
645        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
646        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
647        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
648        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
649        types.
650
6512004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * configure.ac: Add 2nd arg to RTEMS_TOP.
654
6552004-03-05      Joel Sherrill <joel@OARcorp.com>
656
657        * sp07/buffered_io.c: Remove warning.
658
6592004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
662        Add PRE/TMPINSTALL_FILES to CLEANFILES.
663        * sp02/Makefile.am: Ditto.
664        * sp03/Makefile.am: Ditto.
665        * sp04/Makefile.am: Ditto.
666        * sp05/Makefile.am: Ditto.
667        * sp06/Makefile.am: Ditto.
668        * sp07/Makefile.am: Ditto.
669        * sp08/Makefile.am: Ditto.
670        * sp09/Makefile.am: Ditto.
671        * sp11/Makefile.am: Ditto.
672        * sp12/Makefile.am: Ditto.
673        * sp13/Makefile.am: Ditto.
674        * sp14/Makefile.am: Ditto.
675        * sp15/Makefile.am: Ditto.
676        * sp16/Makefile.am: Ditto.
677        * sp17/Makefile.am: Ditto.
678        * sp19/Makefile.am: Ditto.
679        * sp20/Makefile.am: Ditto.
680        * sp21/Makefile.am: Ditto.
681        * sp22/Makefile.am: Ditto.
682        * sp23/Makefile.am: Ditto.
683        * sp24/Makefile.am: Ditto.
684        * sp25/Makefile.am: Ditto.
685        * sp26/Makefile.am: Ditto.
686        * sp27/Makefile.am: Ditto.
687        * sp28/Makefile.am: Ditto.
688        * sp29/Makefile.am: Ditto.
689        * sp30/Makefile.am: Ditto.
690        * sp31/Makefile.am: Ditto.
691        * sp32/Makefile.am: Ditto.
692        * spfatal/Makefile.am: Ditto.
693        * spsize/Makefile.am: Ditto.
694
6952003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * sptests.am: Add dirstamp support.
698
6992003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
702
7032003-12-16      Joel Sherrill <joel@OARcorp.com>
704
705        PR 544/tests
706        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
707        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
708        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
709        make tests account for resources and not print at inappropriate
710        times.
711        * sp07/buffered_io.c: New file.
712
7132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
716
7172003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * sp01/Makefile.am: Remove all-local: $(ARCH).
720        * sp02/Makefile.am: Remove all-local: $(ARCH).
721        * sp03/Makefile.am: Remove all-local: $(ARCH).
722        * sp04/Makefile.am: Remove all-local: $(ARCH).
723        * sp05/Makefile.am: Remove all-local: $(ARCH).
724        * sp06/Makefile.am: Remove all-local: $(ARCH).
725        * sp07/Makefile.am: Remove all-local: $(ARCH).
726        * sp08/Makefile.am: Remove all-local: $(ARCH).
727        * sp09/Makefile.am: Remove all-local: $(ARCH).
728        * sp11/Makefile.am: Remove all-local: $(ARCH).
729        * sp12/Makefile.am: Remove all-local: $(ARCH).
730        * sp13/Makefile.am: Remove all-local: $(ARCH).
731        * sp14/Makefile.am: Remove all-local: $(ARCH).
732        * sp15/Makefile.am: Remove all-local: $(ARCH).
733        * sp16/Makefile.am: Remove all-local: $(ARCH).
734        * sp17/Makefile.am: Remove all-local: $(ARCH).
735        * sp19/Makefile.am: Remove all-local: $(ARCH).
736        * sp20/Makefile.am: Remove all-local: $(ARCH).
737        * sp21/Makefile.am: Remove all-local: $(ARCH).
738        * sp22/Makefile.am: Remove all-local: $(ARCH).
739        * sp23/Makefile.am: Remove all-local: $(ARCH).
740        * sp24/Makefile.am: Remove all-local: $(ARCH).
741        * sp25/Makefile.am: Remove all-local: $(ARCH).
742        * sp26/Makefile.am: Remove all-local: $(ARCH).
743        * sp27/Makefile.am: Remove all-local: $(ARCH).
744        * sp28/Makefile.am: Remove all-local: $(ARCH).
745        * sp29/Makefile.am: Remove all-local: $(ARCH).
746        * sp30/Makefile.am: Remove all-local: $(ARCH).
747        * sp31/Makefile.am: Remove all-local: $(ARCH).
748        * sp32/Makefile.am: Remove all-local: $(ARCH).
749        * spfatal/Makefile.am: Remove all-local: $(ARCH).
750        * spsize/Makefile.am: Remove all-local: $(ARCH).
751
7522003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * configure.ac: Reflect having moved to testsuites/.
755
7562003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * configure.ac: Remove RTEMS_CANONICAL_HOST.
759
7602003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * configure.ac:Remove RTEMS_CHECK_CPU.
763
7642003-09-04      Joel Sherrill <joel@OARcorp.com>
765
766        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
767        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
768        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
769        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
770        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
771        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
772        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
773        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
774        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
775        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
776        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
777        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
778        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
779        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
780        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
781        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
782        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
783        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
784        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
785        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
786        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
787        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
788        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
789        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
790        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
791        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
792        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
793        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
794        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
795        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
796        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
797        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
798        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
799        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
800        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
801        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
802        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
803        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
804        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
805        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
806        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
807        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
808        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
809        spsize/size.c, spsize/system.h: URL for license changed.
810
8112003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
812
813        PR 458/tests
814        * sp30/task1.c: Correct indexing problem.
815
8162003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
817
818        * Makefile.am: Reflect having moved aclocal/.
819
8202003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        * Makefile.am: Reflect having moved automake/.
823        * sp01/Makefile.am: Reflect having moved automake/.
824        * sp02/Makefile.am: Reflect having moved automake/.
825        * sp03/Makefile.am: Reflect having moved automake/.
826        * sp04/Makefile.am: Reflect having moved automake/.
827        * sp05/Makefile.am: Reflect having moved automake/.
828        * sp06/Makefile.am: Reflect having moved automake/.
829        * sp07/Makefile.am: Reflect having moved automake/.
830        * sp08/Makefile.am: Reflect having moved automake/.
831        * sp09/Makefile.am: Reflect having moved automake/.
832        * sp11/Makefile.am: Reflect having moved automake/.
833        * sp12/Makefile.am: Reflect having moved automake/.
834        * sp13/Makefile.am: Reflect having moved automake/.
835        * sp14/Makefile.am: Reflect having moved automake/.
836        * sp15/Makefile.am: Reflect having moved automake/.
837        * sp16/Makefile.am: Reflect having moved automake/.
838        * sp17/Makefile.am: Reflect having moved automake/.
839        * sp19/Makefile.am: Reflect having moved automake/.
840        * sp20/Makefile.am: Reflect having moved automake/.
841        * sp21/Makefile.am: Reflect having moved automake/.
842        * sp22/Makefile.am: Reflect having moved automake/.
843        * sp23/Makefile.am: Reflect having moved automake/.
844        * sp24/Makefile.am: Reflect having moved automake/.
845        * sp25/Makefile.am: Reflect having moved automake/.
846        * sp26/Makefile.am: Reflect having moved automake/.
847        * sp27/Makefile.am: Reflect having moved automake/.
848        * sp28/Makefile.am: Reflect having moved automake/.
849        * sp29/Makefile.am: Reflect having moved automake/.
850        * sp30/Makefile.am: Reflect having moved automake/.
851        * sp31/Makefile.am: Reflect having moved automake/.
852        * sp32/Makefile.am: Reflect having moved automake/.
853        * spfatal/Makefile.am: Reflect having moved automake/.
854        * spsize/Makefile.am: Reflect having moved automake/.
855
8562003-08-14      Joel Sherrill <joel@OARcorp.com>
857
858        * sp02/task1.c: Added ID to name lookup service and changed name of
859        id/name translation status code. This propagated to multiple
860        functions. The user API service added was rtems_object_id_to_name()
861
8622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
863
864        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
865
8662003-05-29      Joel Sherrill <joel@OARcorp.com>
867
868        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
869
8702003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
873        CC_CFLAGS_DEFAULT (obsolete).
874
8752003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
876
877        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
878        Remove CC_LDFLAGS_PROFILE_V.
879
8802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * configure.ac: Remove AC_CONFIG_AUX_DIR.
883
8842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885
886        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
887
8882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * configure.ac: AC_PREREQ(2.57).
891
8922002-11-14      Joel Sherrill <joel@OARcorp.com>
893
894        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
895        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
896        update the IDs in the screens.
897
8982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
899
900        * .cvsignore: Reformat.
901        Add autom4te*cache.
902        Remove autom4te.cache.
903
9042002-09-14      Joel Sherrill <joel@OARcorp.com>
905
906        * sp32/.cvsignore: New file.
907
9082002-09-14      Aaron J. Grier <aaron@frye.com>
909
910        * PR271 was not applicable against the current source but included
911        a nice test that Joel decided to add to the tree as sp32.
912        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
913        * Makefile.am, configure.ac: Modified to reflect addition.
914
9152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
916
917        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
918        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
919        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
920        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
921        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
922        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
923        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
924        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
925        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
926        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
927        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
928        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
929        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
930        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
931        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
932        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
933        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
934        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
935        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
936        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
937        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
938        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
939        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
940        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
941        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
942        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
943        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
944        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
945        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
946        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
947        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
948
9492002-08-01      Joel Sherrill <joel@OARcorp.com>
950
951        * Per PR47 add support for buffered test output.  This involved
952        adding defines to redirect output to a buffer and dump it when
953        full, at "test pause", and at exit.  To avoid problems when redefining
954        exit(), all tests were modified to call rtems_test_exit().
955        Some tests, notable psxtests, had to be modified to include
956        the standard test macro .h file (pmacros.h or tmacros.h) to
957        enable this support.
958        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
959        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
960        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
961        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
962        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
963        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
964        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
965
9662002-07-30      Joel Sherrill <joel@OARcorp.com>
967
968        * spsize/size.c: Don't reference the RTEMS allocated interrupt
969        stack if the port doesn't configure using it.
970
9712002-07-04      Joel Sherrill <joel@OARcorp.com>
972
973        * Jump table for single entry point removed.
974        * spsize/size.c:  Modified to reflect above.
975
9762002-07-01      Joel Sherrill <joel@OARcorp.com>
977
978        * sp29/init.c: Corrected definitions for task stack usage.
979
9802002-07-01      Joel Sherrill <joel@OARcorp.com>
981
982        * spsize/size.c: _Thread_queue_Extract_table removed.
983
9842001-05-17      Joel Sherrill <joel@OARcorp.com>
985
986        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
987        number of staticly configured device drivers.
988
9892001-05-14      Joel Sherrill <joel@OARcorp.com>
990
991        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
992        than the configured number of drivers.
993 
9942002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
995
996        * configure.ac: Remove ENABLE_GCC28.
997
9982001-04-04      Joel Sherrill <joel@OARcorp.com>
999
1000        * spsize/size.c: Reflect SPARC modifcation to get rid of
1001        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1002 
10032001-03-29      Joel Sherrill <joel@OARcorp.com>
1004
1005        * Per PR147 addressed problems when reseting and inserting a timer
1006        into a timer chain that did not honor time passage since the last
1007        time the timer server was scheduled and the new insertion.
1008        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1009
10102001-03-28      Joel Sherrill <joel@OARcorp.com>
1011
1012        * Side-effect of PR132.
1013        * sp21/system.h: Now must explicitly request NULL driver.
1014
10152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1016
1017        * configure.ac:
1018        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1019        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1020        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1021        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1022        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1023        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1024        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1025        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1026        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1027        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1028        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1029        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1030        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1031        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1032        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1033        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1034        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1035        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1036        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1037        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1038        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1039        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1040        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1041        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1042        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1043        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1044        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1045        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1046        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1047        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1048        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1049        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1050        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1051        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1052
10532002-03-20      Chris Johns <ccj@acm.org>
1054
1055        * PR145.
1056        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1057        in system (e.g. driver tasks).  Also exit on minimum number of
1058        switches not precise number.
1059
10602001-01-29      Joel Sherrill <joel@OARcorp.com>
1061
1062        * Fixed bug where resetting a timer that was not at the head
1063        of one of the task timer chains resulted in the Timer Server
1064        task waking up too far in the future.
1065        * Added rtems_timer_get_information() directive to support testing.
1066        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1067        above condition.
1068
10692001-01-22      Joel Sherrill <joel@OARcorp.com>
1070
1071        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1072        because priority added as argument to rtems_timer_initiate_server().
1073
10742001-01-16      Joel Sherrill <joel@OARcorp.com>
1075
1076        * Added tests for task-based timers.  This included the new tests
1077        sp30 and sp31.
1078        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1079        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1080        for task-based timer services.
1081        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1082        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1083        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1084        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1085        sp31/task1.c: New files.
1086
10872001-11-01      Joel Sherrill <joel@OARcorp.com>
1088
1089        * sp26/system.h: Properly account for stack memory used by
1090        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1091        and processed as PR78.
1092
10932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1094
1095        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1096        * configure.in: Remove.
1097        * configure.ac: New file, generated from configure.in by autoupdate.
1098
10992001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1100
1101        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1102
11032001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1104
1105        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1106        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1107        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1108        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1109        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1110        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1111        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1112        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1113        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1114        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1115        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1116        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1117        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1118        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1119        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1120        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1121        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1122        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1123        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1124        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1125        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1126        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1127        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1128        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1129        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1130        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1131        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1132        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1133        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1134
11352001-08-16      Joel Sherrill <joel@OARcorp.com>
1136
1137        * sp20/system.h: Account for extra task stacks properly.
1138
11392001-08-16      Joel Sherrill <joel@OARcorp.com>
1140
1141        * sp13/sp13.scn: Id in screen had wrong class field value.
1142        * sp13/system.h: Account for message buffer memory.
1143        * sp13/task2.c: Remove unnecessary check for failure.
1144
11452001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1146
1147        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1148
11492001-04-20      Joel Sherrill <joel@OARcorp.com>
1150
1151        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1152        file.
1153
11542001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1155
1156        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1157
11582001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1159
1160        * sp21/Makefile.am: Remove libtest.
1161
11622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1163
1164        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1165
11662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1167
1168        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1169
11702000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1171
1172        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1173        Switch to GNU canonicalization.
1174        * sptests.am: Remove DEFS.
1175
11762000-09-29      Joel Sherrill <joel@OARcorp.com>
1177
1178        * sp20/sp20.scn: Corrected to reflect new addition.
1179        * sp20/system.h: Removed comment reflecting history.
1180
11812000-09-29      Stephan Merker <merker@decrc.abb.de>
1182
1183        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1184        Added new task to test sequence of altering a period's length
1185        while it is still active.
1186
11872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1188
1189        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1190        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1191        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1192        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1193        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1194        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1195        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1196        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1197        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1198        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1199
12002000-08-10      Joel Sherrill <joel@OARcorp.com>
1201
1202        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.