source: rtems/testsuites/sptests/ChangeLog @ 8c444f9a

4.104.114.95
Last change on this file since 8c444f9a was 86db88d2, checked in by Joel Sherrill <joel.sherrill@…>, on 06/05/08 at 14:23:57

2008-06-05 Joel Sherrill <joel.sherrill@…>

  • sp28/init.c: Corrections to configuration.
  • sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
  • spsize/size.c: _ISR_Vector_table only exists on architectures which use the Simple Vectored Interrupt Model.
  • Property mode set to 100644
File size: 45.7 KB
Line 
12008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * sp28/init.c: Corrections to configuration.
4        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
5        * spsize/size.c: _ISR_Vector_table only exists on architectures
6        which use the Simple Vectored Interrupt Model.
7
82008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
9
10        * spsize/size.c: Convention calls for leading underscore on private
11        RTEMS variables.
12
132008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
16        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
17        Refactored and renamed initialization routines to
18        rtems_initialize_data_structures, rtems_initialize_before_drivers,
19        rtems_initialize_device_drivers, and
20        rtems_initialize_start_multitasking. This opened the sequence up so
21        that bootcard() could provide a more robust and flexible framework
22        which is easier to explain and understand. This also lays the
23        groundwork for sharing the division of available memory between the
24        RTEMS workspace and heap and the C library initialization across all
25        BSPs.
26
272008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * sp32/init.c: Formatting.
30
312008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * sp09/screen01.c: Correct test.
34        * sp09/screen14.c: Update copyright.
35        * sp28/init.c: Correct end of test messages.
36
372008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
40
412008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
44        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
45        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
46        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
47        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
48        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
49        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
50        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
51        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
52        tests. Add a clock_settime case for < 1988.
53
542008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
57
582008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
61        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
62        * sp41/sp41.scn: Now has content.
63        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
64        Object Services recently added to API.
65
662008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
69        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
70        collection. This changed the name of a few previously public but
71        undocumented services and added a some new services.
72        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
73        sp43/system.h: New files.
74
752008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * spfatal10/.cvsignore: New file.
78
792008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
82        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
83        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
84        New files.
85
862008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
87
88        * Makefile.am, configure.ac: Added fatal error tests
89        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
90        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
91        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
92        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
93        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
94        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
95        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
96        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
97        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
98        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
99        spfatal_support/init.c, spfatal_support/system.h: New files.
100
1012008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
104        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
105        test messages.
106
1072008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
110        simple type to a union of an unsigned 32 bit integer and a pointer.
111        This should help eliminate weird casts between u32 and pointers in
112        various places. The APIs now have to explicitly call _u32 or _string
113        versions of helper routines. This should also simplify things and
114        eliminate the need for ugly casts in some cases.
115
1162008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
117
118        * sp42/Makefile.am: New file.
119
1202008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        Add sp42 to exercise thread queue with knowledge of the implementation
123        so we can exercise all of the normal paths possible.
124        * Makefile.am, configure.ac: Add sp42.
125        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
126
1272008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * sp39/init.c: Add case for long timeout on blocking operation.
130        * Makefile.am, configure.ac: Add new test to exercise thread
131        queue blokcing synchronization. sp39 and sp41 are very similar.
132        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
133        sp41/system.h: New files.
134
1352008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
136
137        * sp39/init.c: Clean up.
138
1392008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * sp39/init.c: Modify to improve coverage.
142
1432008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
144
145        * sp36/strict_order_mut.c:
146
1472008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
150        driver registration.
151        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
152        sp40/system.h: New files.
153
1542008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
157        Add test cases for:
158          + message queue create requesting too many message buffers
159            for the available memory
160          + region extend with address inside existing heap
161          + timer server initiate too large a stack, create error
162        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
163          + task set priority while holding resource
164
1652008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
166
167        * Makefile.am, configure.ac: Added sp38 and sp39.
168        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
169        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
170        sp39/sp39.scn, sp39/system.h: New files.
171
1722007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
173
174        * sp36/strict_order_mut.c: New file.
175
1762007-12-21      Xi Yang <hiyangxi@gmail.com>
177
178        * Makefile.am, configure.ac: Add support for proper stacking of
179        priority inheritance on mutexes as well as enforce proper order of
180        release.
181        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
182        sp36/sp36.scn: New files.
183
1842007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
187        directive instead of violating RTEMS internals.
188
1892007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
190
191        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
192        Add test cases for User Extension Manager to improve code coverage.
193        * sp21/task1.c: Fix spelling error.
194
1952007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        * spsize/size.c: Account for previous changes in calculation of MPCI
198        receive server stack.
199
2002007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
201
202        * sp09/screen07.c, sp09/sp09.scn: Add test for
203        rtems_message_queue_broadcast for bad buffer and count pointers.
204        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
205        with bad priority or initiating twice.
206        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
207        it forces a dispatch.
208        * sp37/init.c: New file.
209
2102007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
211
212        * Makefile.am, configure.ac: Add new tests for interrupt disable,
213        enable, flash, and is in progress. These are normally inlines but
214        also have bodies for non-C code. This test also exercises the odd
215        case of calling clock tick from outside an ISR.
216        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
217
2182007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
221        using notepad with the current task's ID or SELF
222        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
223        test missing test cases for clock_get.
224
2252007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
226
227        * sp28/init.c: Add test code for task variables to improve coverage.
228
2292007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
230
231        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
232        RTEMS provided accessor macros to obtain configuration fields.
233
2342007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
235
236        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
237        Configuration Table. Eliminate CPU Table from all ports. Delete
238        references to CPU Table in all forms.
239
2402007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
241
242        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
243
2442007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
245
246        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
247        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
248        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
249        to improve test coverage.
250
2512007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
252
253        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
254        coverage.
255
2562007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
257
258        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
259
2602007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
261
262        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
263        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
264        .scn files.
265
2662007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
267
268        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
269        commented out and updated the .scn file.
270
2712007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
272
273        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
274        buffered test IO.
275
2762007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
277
278        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
279        rtems_io_unregister_driver did not have any test code.
280
2812007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
282
283        * spsize/size.c: Eliminate maximum_drivers configuration parameter
284        since it was used to configure a no longer used feature. Device names
285        are now part of the filesystem not in a table. This also eliminated
286        the variables _IO_Number_of_devices and _IO_Driver_name_table from
287        RTEMS as well as the memory allocation used to populate
288        _IO_Driver_name_table.
289
2902007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
291
292        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
293        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
294        properly.
295
2962007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
297
298        * spsize/size.c: Eliminated the variables
299        _RTEMS_tasks_User_initialization_tasks and
300        _RTEMS_tasks_Number_of_initialization_tasks because they were only
301        used in one place after initialized. It was a waste of space.
302
3032007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
304
305        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
306        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
307        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
308        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
309        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
310        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
311        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
312        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
313        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
314        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
315        spsize/size.c: Add optional managers to Makefiles. Clean up test
316        cases so last output line follows END OF pattern. Make sure test case
317        all run. All tests appeared ok on sis.
318
3192007-04-05      Joel Sherrill <joel@OARcorp.com>
320
321        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
322
3232007-04-05      Joel Sherrill <joel@OARcorp.com>
324
325        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
326        CONFIGURE_TEST_NEEDS_XXX configuration constants to
327        CONFIGURE_APPLICATION_NEEDS_XXX.
328
3292007-04-02      Joel Sherrill <joel@OARcorp.com>
330
331        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
332
3332007-04-02      Joel Sherrill <joel@OARcorp.com>
334
335        * spsize/size.c: Convert from Classic API style TOD_Control as
336        fundamental time structure to POSIX struct timespec. Add
337        clock_get_uptime().
338
3392007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
340
341        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
342
3432007-03-26      Joel Sherrill <joel@OARcorp.com>
344
345        * sp35/priinv.c: Remove warning.
346
3472007-03-10      Joel Sherrill <joel@OARcorp.com>
348
349        * sp26/system.h: Remove incorrect and duplicate
350        CONFIGURE_EXTRA_TASK_STACKS.
351
3522007-03-05      Joel Sherrill <joel@OARcorp.com>
353
354        PR 1222/cpukit
355        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
356        thread that is blocked on a priority based thread queue is changed,
357        that its placement in the queue is reevaluated based upon the new
358        priority. This enhancement includes modifications to the SuperCore as
359        well as new test cases.
360        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
361        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
362        sp35/sp35.doc, sp35/sp35.scn: New files.
363
3642007-03-05      Joel Sherrill <joel@OARcorp.com>
365
366        * sp26/system.h: Correct memory required for stack sizes.
367
3682007-02-06      Joel Sherrill <joel@OARcorp.com>
369
370        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
371        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
372        tests.
373
3742006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
375
376        * sp33/init.c: Improve barrier test to include normal blocking with
377        manual release and unblocking in barrier deletion.
378
3792006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
380
381        * configure.ac: New BUG-REPORT address.
382
3832006-11-20      Joel Sherrill <joel@OARcorp.com>
384
385        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
386        and make output more compliant with other tests.
387
3882006-11-17      Joel Sherrill <joel@OARcorp.com>
389
390        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
391        cases intended on all targets possible with new heap algorithm.
392
3932006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
394
395        * Makefile.am, configure.ac: Adding Classic API Barriers.
396        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
397        New files.
398
3992006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
400
401        * configure.ac: Require autoconf-2.60. Require automake-1.10.
402
4032006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
404
405        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
406        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
407        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
408        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
409        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
410        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
411        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
412        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
413        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
414        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
415        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
416        Use rtems_testsdir instead.
417
4182006-04-05      Joel Sherrill <joel@OARcorp.com>
419                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
420
421        * spsize/size.c: Victor spotted the problem that
422        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
423        variables and needed to be set to the same value.  I took that
424        idea and just removed _Thread_MP_Receive.  All uses are now
425        _MPCI_Receive_server_tcb.
426
4272005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
428
429        * configure.ac: Remove RTEMS_ENABLE_BARE,
430        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
431
4322005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
433
434        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
435        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
436        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
437        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
438        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
439        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
440        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
441        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
442        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
443        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
444        spfatal/Makefile.am, spsize/Makefile.am:
445        Convert to use *_PROGRAMS.
446
4472005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
448
449        * sp01/Makefile.am, sp02/Makefile.am,
450        sp03/Makefile.am, sp04/Makefile.am,
451        sp05/Makefile.am, sp06/Makefile.am,
452        sp07/Makefile.am, sp08/Makefile.am,
453        sp09/Makefile.am, sp11/Makefile.am,
454        sp12/Makefile.am, sp13/Makefile.am,
455        sp14/Makefile.am, sp15/Makefile.am,
456        sp16/Makefile.am, sp17/Makefile.am,
457        sp19/Makefile.am, sp20/Makefile.am,
458        sp21/Makefile.am, sp22/Makefile.am,
459        sp23/Makefile.am, sp24/Makefile.am,
460        sp25/Makefile.am, sp26/Makefile.am,
461        sp27/Makefile.am, sp28/Makefile.am,
462        sp29/Makefile.am, sp30/Makefile.am,
463        sp31/Makefile.am, sp32/Makefile.am,
464        spfatal/Makefile.am, spsize/Makefile.am: Rework.
465
4662005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
467
468        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
469        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
470        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
471        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
472        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
473        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
474        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
475        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
476        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
477        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
478        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
479        * sptests.am: Remove.
480
4812005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
482
483        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
484        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
485        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
486        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
487        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
488        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
489        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
490        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
491        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
492        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
493        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
494
4952005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
496
497        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
498
4992005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
500
501        * spsize/Makefile.am: Rename TEST to spsize.
502        * spsize/size.scn: Remove.
503        * spsize/spsize.scn: New (renamed from size.scn).
504
5052005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
506
507        * configure.ac: Add spfatal/Makefile.
508        * Makefile.am: Add spfatal to DIST_SUBDIRS.
509        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
510        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
511        * sptests.am: Remove LIB_VARIANT.
512
5132005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
514
515        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
516        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
517        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
518        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
519        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
520        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
521        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
522        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
523        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
524        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
525        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
526
5272005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
528
529        * Makefile.am: Cleanup.
530
5312005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
532
533        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
534        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
535        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
536        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
537        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
538        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
539        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
540        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
541        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
542        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
543        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
544        spfatal/Makefile.am, spsize/Makefile.am:
545        Partial conversion to automake.
546
5472005-03-07      Joel Sherrill <joel@OARcorp.com>
548
549        * sp13/task1.c: Removed warnings.
550
5512004-09-29      Joel Sherrill <joel@OARcorp.com>
552
553        * spsize/size.c: i960 obsoleted and all references removed.
554
5552004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
556
557        * configure.ac: Require automake > 1.9.
558
5592004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
560
561        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
562        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
563        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
564        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
565        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
566        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
567        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
568        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
569        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
570        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
571        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
572        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
573        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
574        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
575        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
576        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
577        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
578        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
579        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
580        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
581        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
582        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
583        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
584        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
585        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
586        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
587        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
588        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
589        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
590        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
591        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
592        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
593
5942004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
595
596        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
597
5982004-03-30      David Querbach <querbach@realtime.bc.ca>
599
600        PR 595/tests
601        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
602        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
603        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
604        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
605        others treat it as a count of longs.
606
6072004-03-30      David Querbach <querbach@realtime.bc.ca>
608
609        PR 596/tests
610        * sp32/init.c: A missing definition of TEST_INIT before including
611        <tmacros.h> means that buffered output will not work even if selected
612        in buffer_test_io.h.
613
6142004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
615
616        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
617        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
618        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
619        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
620        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
621        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
622        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
623        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
624        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
625        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
626        types.
627
6282004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * configure.ac: Add 2nd arg to RTEMS_TOP.
631
6322004-03-05      Joel Sherrill <joel@OARcorp.com>
633
634        * sp07/buffered_io.c: Remove warning.
635
6362004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
639        Add PRE/TMPINSTALL_FILES to CLEANFILES.
640        * sp02/Makefile.am: Ditto.
641        * sp03/Makefile.am: Ditto.
642        * sp04/Makefile.am: Ditto.
643        * sp05/Makefile.am: Ditto.
644        * sp06/Makefile.am: Ditto.
645        * sp07/Makefile.am: Ditto.
646        * sp08/Makefile.am: Ditto.
647        * sp09/Makefile.am: Ditto.
648        * sp11/Makefile.am: Ditto.
649        * sp12/Makefile.am: Ditto.
650        * sp13/Makefile.am: Ditto.
651        * sp14/Makefile.am: Ditto.
652        * sp15/Makefile.am: Ditto.
653        * sp16/Makefile.am: Ditto.
654        * sp17/Makefile.am: Ditto.
655        * sp19/Makefile.am: Ditto.
656        * sp20/Makefile.am: Ditto.
657        * sp21/Makefile.am: Ditto.
658        * sp22/Makefile.am: Ditto.
659        * sp23/Makefile.am: Ditto.
660        * sp24/Makefile.am: Ditto.
661        * sp25/Makefile.am: Ditto.
662        * sp26/Makefile.am: Ditto.
663        * sp27/Makefile.am: Ditto.
664        * sp28/Makefile.am: Ditto.
665        * sp29/Makefile.am: Ditto.
666        * sp30/Makefile.am: Ditto.
667        * sp31/Makefile.am: Ditto.
668        * sp32/Makefile.am: Ditto.
669        * spfatal/Makefile.am: Ditto.
670        * spsize/Makefile.am: Ditto.
671
6722003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * sptests.am: Add dirstamp support.
675
6762003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
679
6802003-12-16      Joel Sherrill <joel@OARcorp.com>
681
682        PR 544/tests
683        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
684        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
685        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
686        make tests account for resources and not print at inappropriate
687        times.
688        * sp07/buffered_io.c: New file.
689
6902003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
693
6942003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * sp01/Makefile.am: Remove all-local: $(ARCH).
697        * sp02/Makefile.am: Remove all-local: $(ARCH).
698        * sp03/Makefile.am: Remove all-local: $(ARCH).
699        * sp04/Makefile.am: Remove all-local: $(ARCH).
700        * sp05/Makefile.am: Remove all-local: $(ARCH).
701        * sp06/Makefile.am: Remove all-local: $(ARCH).
702        * sp07/Makefile.am: Remove all-local: $(ARCH).
703        * sp08/Makefile.am: Remove all-local: $(ARCH).
704        * sp09/Makefile.am: Remove all-local: $(ARCH).
705        * sp11/Makefile.am: Remove all-local: $(ARCH).
706        * sp12/Makefile.am: Remove all-local: $(ARCH).
707        * sp13/Makefile.am: Remove all-local: $(ARCH).
708        * sp14/Makefile.am: Remove all-local: $(ARCH).
709        * sp15/Makefile.am: Remove all-local: $(ARCH).
710        * sp16/Makefile.am: Remove all-local: $(ARCH).
711        * sp17/Makefile.am: Remove all-local: $(ARCH).
712        * sp19/Makefile.am: Remove all-local: $(ARCH).
713        * sp20/Makefile.am: Remove all-local: $(ARCH).
714        * sp21/Makefile.am: Remove all-local: $(ARCH).
715        * sp22/Makefile.am: Remove all-local: $(ARCH).
716        * sp23/Makefile.am: Remove all-local: $(ARCH).
717        * sp24/Makefile.am: Remove all-local: $(ARCH).
718        * sp25/Makefile.am: Remove all-local: $(ARCH).
719        * sp26/Makefile.am: Remove all-local: $(ARCH).
720        * sp27/Makefile.am: Remove all-local: $(ARCH).
721        * sp28/Makefile.am: Remove all-local: $(ARCH).
722        * sp29/Makefile.am: Remove all-local: $(ARCH).
723        * sp30/Makefile.am: Remove all-local: $(ARCH).
724        * sp31/Makefile.am: Remove all-local: $(ARCH).
725        * sp32/Makefile.am: Remove all-local: $(ARCH).
726        * spfatal/Makefile.am: Remove all-local: $(ARCH).
727        * spsize/Makefile.am: Remove all-local: $(ARCH).
728
7292003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * configure.ac: Reflect having moved to testsuites/.
732
7332003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * configure.ac: Remove RTEMS_CANONICAL_HOST.
736
7372003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * configure.ac:Remove RTEMS_CHECK_CPU.
740
7412003-09-04      Joel Sherrill <joel@OARcorp.com>
742
743        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
744        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
745        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
746        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
747        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
748        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
749        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
750        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
751        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
752        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
753        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
754        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
755        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
756        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
757        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
758        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
759        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
760        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
761        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
762        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
763        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
764        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
765        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
766        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
767        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
768        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
769        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
770        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
771        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
772        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
773        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
774        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
775        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
776        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
777        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
778        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
779        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
780        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
781        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
782        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
783        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
784        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
785        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
786        spsize/size.c, spsize/system.h: URL for license changed.
787
7882003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
789
790        PR 458/tests
791        * sp30/task1.c: Correct indexing problem.
792
7932003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * Makefile.am: Reflect having moved aclocal/.
796
7972003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * Makefile.am: Reflect having moved automake/.
800        * sp01/Makefile.am: Reflect having moved automake/.
801        * sp02/Makefile.am: Reflect having moved automake/.
802        * sp03/Makefile.am: Reflect having moved automake/.
803        * sp04/Makefile.am: Reflect having moved automake/.
804        * sp05/Makefile.am: Reflect having moved automake/.
805        * sp06/Makefile.am: Reflect having moved automake/.
806        * sp07/Makefile.am: Reflect having moved automake/.
807        * sp08/Makefile.am: Reflect having moved automake/.
808        * sp09/Makefile.am: Reflect having moved automake/.
809        * sp11/Makefile.am: Reflect having moved automake/.
810        * sp12/Makefile.am: Reflect having moved automake/.
811        * sp13/Makefile.am: Reflect having moved automake/.
812        * sp14/Makefile.am: Reflect having moved automake/.
813        * sp15/Makefile.am: Reflect having moved automake/.
814        * sp16/Makefile.am: Reflect having moved automake/.
815        * sp17/Makefile.am: Reflect having moved automake/.
816        * sp19/Makefile.am: Reflect having moved automake/.
817        * sp20/Makefile.am: Reflect having moved automake/.
818        * sp21/Makefile.am: Reflect having moved automake/.
819        * sp22/Makefile.am: Reflect having moved automake/.
820        * sp23/Makefile.am: Reflect having moved automake/.
821        * sp24/Makefile.am: Reflect having moved automake/.
822        * sp25/Makefile.am: Reflect having moved automake/.
823        * sp26/Makefile.am: Reflect having moved automake/.
824        * sp27/Makefile.am: Reflect having moved automake/.
825        * sp28/Makefile.am: Reflect having moved automake/.
826        * sp29/Makefile.am: Reflect having moved automake/.
827        * sp30/Makefile.am: Reflect having moved automake/.
828        * sp31/Makefile.am: Reflect having moved automake/.
829        * sp32/Makefile.am: Reflect having moved automake/.
830        * spfatal/Makefile.am: Reflect having moved automake/.
831        * spsize/Makefile.am: Reflect having moved automake/.
832
8332003-08-14      Joel Sherrill <joel@OARcorp.com>
834
835        * sp02/task1.c: Added ID to name lookup service and changed name of
836        id/name translation status code. This propagated to multiple
837        functions. The user API service added was rtems_object_id_to_name()
838
8392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
840
841        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
842
8432003-05-29      Joel Sherrill <joel@OARcorp.com>
844
845        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
846
8472003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
850        CC_CFLAGS_DEFAULT (obsolete).
851
8522003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
855        Remove CC_LDFLAGS_PROFILE_V.
856
8572003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
858
859        * configure.ac: Remove AC_CONFIG_AUX_DIR.
860
8612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
864
8652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * configure.ac: AC_PREREQ(2.57).
868
8692002-11-14      Joel Sherrill <joel@OARcorp.com>
870
871        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
872        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
873        update the IDs in the screens.
874
8752002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
876
877        * .cvsignore: Reformat.
878        Add autom4te*cache.
879        Remove autom4te.cache.
880
8812002-09-14      Joel Sherrill <joel@OARcorp.com>
882
883        * sp32/.cvsignore: New file.
884
8852002-09-14      Aaron J. Grier <aaron@frye.com>
886
887        * PR271 was not applicable against the current source but included
888        a nice test that Joel decided to add to the tree as sp32.
889        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
890        * Makefile.am, configure.ac: Modified to reflect addition.
891
8922002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
895        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
896        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
897        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
898        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
899        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
900        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
901        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
902        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
903        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
904        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
905        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
906        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
907        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
908        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
909        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
910        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
911        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
912        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
913        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
914        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
915        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
916        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
917        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
918        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
919        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
920        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
921        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
922        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
923        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
924        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
925
9262002-08-01      Joel Sherrill <joel@OARcorp.com>
927
928        * Per PR47 add support for buffered test output.  This involved
929        adding defines to redirect output to a buffer and dump it when
930        full, at "test pause", and at exit.  To avoid problems when redefining
931        exit(), all tests were modified to call rtems_test_exit().
932        Some tests, notable psxtests, had to be modified to include
933        the standard test macro .h file (pmacros.h or tmacros.h) to
934        enable this support.
935        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
936        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
937        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
938        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
939        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
940        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
941        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
942
9432002-07-30      Joel Sherrill <joel@OARcorp.com>
944
945        * spsize/size.c: Don't reference the RTEMS allocated interrupt
946        stack if the port doesn't configure using it.
947
9482002-07-04      Joel Sherrill <joel@OARcorp.com>
949
950        * Jump table for single entry point removed.
951        * spsize/size.c:  Modified to reflect above.
952
9532002-07-01      Joel Sherrill <joel@OARcorp.com>
954
955        * sp29/init.c: Corrected definitions for task stack usage.
956
9572002-07-01      Joel Sherrill <joel@OARcorp.com>
958
959        * spsize/size.c: _Thread_queue_Extract_table removed.
960
9612001-05-17      Joel Sherrill <joel@OARcorp.com>
962
963        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
964        number of staticly configured device drivers.
965
9662001-05-14      Joel Sherrill <joel@OARcorp.com>
967
968        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
969        than the configured number of drivers.
970 
9712002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
972
973        * configure.ac: Remove ENABLE_GCC28.
974
9752001-04-04      Joel Sherrill <joel@OARcorp.com>
976
977        * spsize/size.c: Reflect SPARC modifcation to get rid of
978        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
979 
9802001-03-29      Joel Sherrill <joel@OARcorp.com>
981
982        * Per PR147 addressed problems when reseting and inserting a timer
983        into a timer chain that did not honor time passage since the last
984        time the timer server was scheduled and the new insertion.
985        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
986
9872001-03-28      Joel Sherrill <joel@OARcorp.com>
988
989        * Side-effect of PR132.
990        * sp21/system.h: Now must explicitly request NULL driver.
991
9922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
993
994        * configure.ac:
995        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
996        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
997        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
998        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
999        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1000        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1001        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1002        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1003        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1004        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1005        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1006        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1007        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1008        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1009        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1010        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1011        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1012        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1013        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1014        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1015        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1016        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1017        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1018        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1019        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1020        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1021        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1022        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1023        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1024        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1025        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1026        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1027        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1028        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1029
10302002-03-20      Chris Johns <ccj@acm.org>
1031
1032        * PR145.
1033        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1034        in system (e.g. driver tasks).  Also exit on minimum number of
1035        switches not precise number.
1036
10372001-01-29      Joel Sherrill <joel@OARcorp.com>
1038
1039        * Fixed bug where resetting a timer that was not at the head
1040        of one of the task timer chains resulted in the Timer Server
1041        task waking up too far in the future.
1042        * Added rtems_timer_get_information() directive to support testing.
1043        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1044        above condition.
1045
10462001-01-22      Joel Sherrill <joel@OARcorp.com>
1047
1048        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1049        because priority added as argument to rtems_timer_initiate_server().
1050
10512001-01-16      Joel Sherrill <joel@OARcorp.com>
1052
1053        * Added tests for task-based timers.  This included the new tests
1054        sp30 and sp31.
1055        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1056        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1057        for task-based timer services.
1058        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1059        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1060        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1061        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1062        sp31/task1.c: New files.
1063
10642001-11-01      Joel Sherrill <joel@OARcorp.com>
1065
1066        * sp26/system.h: Properly account for stack memory used by
1067        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1068        and processed as PR78.
1069
10702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1071
1072        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1073        * configure.in: Remove.
1074        * configure.ac: New file, generated from configure.in by autoupdate.
1075
10762001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1077
1078        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1079
10802001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1081
1082        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1083        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1084        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1085        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1086        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1087        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1088        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1089        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1090        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1091        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1092        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1093        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1094        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1095        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1096        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1097        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1098        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1099        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1100        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1101        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1102        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1103        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1104        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1105        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1106        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1107        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1108        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1109        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1110        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1111
11122001-08-16      Joel Sherrill <joel@OARcorp.com>
1113
1114        * sp20/system.h: Account for extra task stacks properly.
1115
11162001-08-16      Joel Sherrill <joel@OARcorp.com>
1117
1118        * sp13/sp13.scn: Id in screen had wrong class field value.
1119        * sp13/system.h: Account for message buffer memory.
1120        * sp13/task2.c: Remove unnecessary check for failure.
1121
11222001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1123
1124        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1125
11262001-04-20      Joel Sherrill <joel@OARcorp.com>
1127
1128        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1129        file.
1130
11312001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1132
1133        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1134
11352001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1136
1137        * sp21/Makefile.am: Remove libtest.
1138
11392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1140
1141        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1142
11432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1144
1145        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1146
11472000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1148
1149        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1150        Switch to GNU canonicalization.
1151        * sptests.am: Remove DEFS.
1152
11532000-09-29      Joel Sherrill <joel@OARcorp.com>
1154
1155        * sp20/sp20.scn: Corrected to reflect new addition.
1156        * sp20/system.h: Removed comment reflecting history.
1157
11582000-09-29      Stephan Merker <merker@decrc.abb.de>
1159
1160        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1161        Added new task to test sequence of altering a period's length
1162        while it is still active.
1163
11642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1165
1166        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1167        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1168        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1169        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1170        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1171        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1172        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1173        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1174        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1175        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1176
11772000-08-10      Joel Sherrill <joel@OARcorp.com>
1178
1179        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.