source: rtems/testsuites/sptests/ChangeLog @ 02d989c

4.104.114.95
Last change on this file since 02d989c was 02d989c, checked in by Joel Sherrill <joel.sherrill@…>, on 08/07/08 at 18:23:54

2008-08-07 Joel Sherrill <joel.sherrill@…>

  • spsize/size.c: Make _System_state_Is_multiprocessing unused when multiprocessing is not enabled. Saves one more variable from single processor configuration.
  • Property mode set to 100644
File size: 46.8 KB
Line 
12008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
4        multiprocessing is not enabled. Saves one more variable from single
5        processor configuration.
6
72008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
8
9        PR 1212/cpukit
10        * Makefile.am, configure.ac: Time slicing will not happen if the task
11        mode is changed from a non-timeslicing mode to timeslicing mode if it
12        is done by the executing thread (e.g. in its task body). This change
13        includes sp44 to demonstrate the problem and verify the correction.
14        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
15
162008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
19        architectures they are not supported on.
20
212008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
24
252008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
28          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
29
302008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * sp28/init.c: Corrections to configuration.
33        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
34        * spsize/size.c: _ISR_Vector_table only exists on architectures
35        which use the Simple Vectored Interrupt Model.
36
372008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * spsize/size.c: Convention calls for leading underscore on private
40        RTEMS variables.
41
422008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
45        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
46        Refactored and renamed initialization routines to
47        rtems_initialize_data_structures, rtems_initialize_before_drivers,
48        rtems_initialize_device_drivers, and
49        rtems_initialize_start_multitasking. This opened the sequence up so
50        that bootcard() could provide a more robust and flexible framework
51        which is easier to explain and understand. This also lays the
52        groundwork for sharing the division of available memory between the
53        RTEMS workspace and heap and the C library initialization across all
54        BSPs.
55
562008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * sp32/init.c: Formatting.
59
602008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * sp09/screen01.c: Correct test.
63        * sp09/screen14.c: Update copyright.
64        * sp28/init.c: Correct end of test messages.
65
662008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
69
702008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
73        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
74        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
75        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
76        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
77        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
78        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
79        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
80        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
81        tests. Add a clock_settime case for < 1988.
82
832008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
86
872008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
90        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
91        * sp41/sp41.scn: Now has content.
92        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
93        Object Services recently added to API.
94
952008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
98        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
99        collection. This changed the name of a few previously public but
100        undocumented services and added a some new services.
101        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
102        sp43/system.h: New files.
103
1042008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * spfatal10/.cvsignore: New file.
107
1082008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
111        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
112        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
113        New files.
114
1152008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
116
117        * Makefile.am, configure.ac: Added fatal error tests
118        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
119        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
120        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
121        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
122        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
123        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
124        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
125        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
126        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
127        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
128        spfatal_support/init.c, spfatal_support/system.h: New files.
129
1302008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
133        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
134        test messages.
135
1362008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
139        simple type to a union of an unsigned 32 bit integer and a pointer.
140        This should help eliminate weird casts between u32 and pointers in
141        various places. The APIs now have to explicitly call _u32 or _string
142        versions of helper routines. This should also simplify things and
143        eliminate the need for ugly casts in some cases.
144
1452008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
146
147        * sp42/Makefile.am: New file.
148
1492008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        Add sp42 to exercise thread queue with knowledge of the implementation
152        so we can exercise all of the normal paths possible.
153        * Makefile.am, configure.ac: Add sp42.
154        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
155
1562008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * sp39/init.c: Add case for long timeout on blocking operation.
159        * Makefile.am, configure.ac: Add new test to exercise thread
160        queue blokcing synchronization. sp39 and sp41 are very similar.
161        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
162        sp41/system.h: New files.
163
1642008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
165
166        * sp39/init.c: Clean up.
167
1682008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * sp39/init.c: Modify to improve coverage.
171
1722008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
173
174        * sp36/strict_order_mut.c:
175
1762008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
177
178        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
179        driver registration.
180        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
181        sp40/system.h: New files.
182
1832008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
184
185        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
186        Add test cases for:
187          + message queue create requesting too many message buffers
188            for the available memory
189          + region extend with address inside existing heap
190          + timer server initiate too large a stack, create error
191        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
192          + task set priority while holding resource
193
1942008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
195
196        * Makefile.am, configure.ac: Added sp38 and sp39.
197        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
198        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
199        sp39/sp39.scn, sp39/system.h: New files.
200
2012007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
202
203        * sp36/strict_order_mut.c: New file.
204
2052007-12-21      Xi Yang <hiyangxi@gmail.com>
206
207        * Makefile.am, configure.ac: Add support for proper stacking of
208        priority inheritance on mutexes as well as enforce proper order of
209        release.
210        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
211        sp36/sp36.scn: New files.
212
2132007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
214
215        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
216        directive instead of violating RTEMS internals.
217
2182007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
221        Add test cases for User Extension Manager to improve code coverage.
222        * sp21/task1.c: Fix spelling error.
223
2242007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
225
226        * spsize/size.c: Account for previous changes in calculation of MPCI
227        receive server stack.
228
2292007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
230
231        * sp09/screen07.c, sp09/sp09.scn: Add test for
232        rtems_message_queue_broadcast for bad buffer and count pointers.
233        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
234        with bad priority or initiating twice.
235        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
236        it forces a dispatch.
237        * sp37/init.c: New file.
238
2392007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
240
241        * Makefile.am, configure.ac: Add new tests for interrupt disable,
242        enable, flash, and is in progress. These are normally inlines but
243        also have bodies for non-C code. This test also exercises the odd
244        case of calling clock tick from outside an ISR.
245        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
246
2472007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
248
249        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
250        using notepad with the current task's ID or SELF
251        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
252        test missing test cases for clock_get.
253
2542007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
255
256        * sp28/init.c: Add test code for task variables to improve coverage.
257
2582007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
259
260        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
261        RTEMS provided accessor macros to obtain configuration fields.
262
2632007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
264
265        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
266        Configuration Table. Eliminate CPU Table from all ports. Delete
267        references to CPU Table in all forms.
268
2692007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
270
271        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
272
2732007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
274
275        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
276        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
277        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
278        to improve test coverage.
279
2802007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
281
282        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
283        coverage.
284
2852007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
286
287        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
288
2892007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
290
291        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
292        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
293        .scn files.
294
2952007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
296
297        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
298        commented out and updated the .scn file.
299
3002007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
301
302        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
303        buffered test IO.
304
3052007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
306
307        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
308        rtems_io_unregister_driver did not have any test code.
309
3102007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
311
312        * spsize/size.c: Eliminate maximum_drivers configuration parameter
313        since it was used to configure a no longer used feature. Device names
314        are now part of the filesystem not in a table. This also eliminated
315        the variables _IO_Number_of_devices and _IO_Driver_name_table from
316        RTEMS as well as the memory allocation used to populate
317        _IO_Driver_name_table.
318
3192007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
320
321        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
322        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
323        properly.
324
3252007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
326
327        * spsize/size.c: Eliminated the variables
328        _RTEMS_tasks_User_initialization_tasks and
329        _RTEMS_tasks_Number_of_initialization_tasks because they were only
330        used in one place after initialized. It was a waste of space.
331
3322007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
333
334        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
335        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
336        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
337        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
338        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
339        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
340        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
341        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
342        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
343        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
344        spsize/size.c: Add optional managers to Makefiles. Clean up test
345        cases so last output line follows END OF pattern. Make sure test case
346        all run. All tests appeared ok on sis.
347
3482007-04-05      Joel Sherrill <joel@OARcorp.com>
349
350        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
351
3522007-04-05      Joel Sherrill <joel@OARcorp.com>
353
354        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
355        CONFIGURE_TEST_NEEDS_XXX configuration constants to
356        CONFIGURE_APPLICATION_NEEDS_XXX.
357
3582007-04-02      Joel Sherrill <joel@OARcorp.com>
359
360        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
361
3622007-04-02      Joel Sherrill <joel@OARcorp.com>
363
364        * spsize/size.c: Convert from Classic API style TOD_Control as
365        fundamental time structure to POSIX struct timespec. Add
366        clock_get_uptime().
367
3682007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
369
370        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
371
3722007-03-26      Joel Sherrill <joel@OARcorp.com>
373
374        * sp35/priinv.c: Remove warning.
375
3762007-03-10      Joel Sherrill <joel@OARcorp.com>
377
378        * sp26/system.h: Remove incorrect and duplicate
379        CONFIGURE_EXTRA_TASK_STACKS.
380
3812007-03-05      Joel Sherrill <joel@OARcorp.com>
382
383        PR 1222/cpukit
384        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
385        thread that is blocked on a priority based thread queue is changed,
386        that its placement in the queue is reevaluated based upon the new
387        priority. This enhancement includes modifications to the SuperCore as
388        well as new test cases.
389        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
390        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
391        sp35/sp35.doc, sp35/sp35.scn: New files.
392
3932007-03-05      Joel Sherrill <joel@OARcorp.com>
394
395        * sp26/system.h: Correct memory required for stack sizes.
396
3972007-02-06      Joel Sherrill <joel@OARcorp.com>
398
399        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
400        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
401        tests.
402
4032006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
404
405        * sp33/init.c: Improve barrier test to include normal blocking with
406        manual release and unblocking in barrier deletion.
407
4082006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
409
410        * configure.ac: New BUG-REPORT address.
411
4122006-11-20      Joel Sherrill <joel@OARcorp.com>
413
414        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
415        and make output more compliant with other tests.
416
4172006-11-17      Joel Sherrill <joel@OARcorp.com>
418
419        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
420        cases intended on all targets possible with new heap algorithm.
421
4222006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
423
424        * Makefile.am, configure.ac: Adding Classic API Barriers.
425        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
426        New files.
427
4282006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
429
430        * configure.ac: Require autoconf-2.60. Require automake-1.10.
431
4322006-07-11      Ralf Corsépius <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: Eliminate scndir, docdir.
445        Use rtems_testsdir instead.
446
4472006-04-05      Joel Sherrill <joel@OARcorp.com>
448                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
449
450        * spsize/size.c: Victor spotted the problem that
451        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
452        variables and needed to be set to the same value.  I took that
453        idea and just removed _Thread_MP_Receive.  All uses are now
454        _MPCI_Receive_server_tcb.
455
4562005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
457
458        * configure.ac: Remove RTEMS_ENABLE_BARE,
459        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
460
4612005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
462
463        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
464        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
465        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
466        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
467        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
468        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
469        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
470        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
471        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
472        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
473        spfatal/Makefile.am, spsize/Makefile.am:
474        Convert to use *_PROGRAMS.
475
4762005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
477
478        * sp01/Makefile.am, sp02/Makefile.am,
479        sp03/Makefile.am, sp04/Makefile.am,
480        sp05/Makefile.am, sp06/Makefile.am,
481        sp07/Makefile.am, sp08/Makefile.am,
482        sp09/Makefile.am, sp11/Makefile.am,
483        sp12/Makefile.am, sp13/Makefile.am,
484        sp14/Makefile.am, sp15/Makefile.am,
485        sp16/Makefile.am, sp17/Makefile.am,
486        sp19/Makefile.am, sp20/Makefile.am,
487        sp21/Makefile.am, sp22/Makefile.am,
488        sp23/Makefile.am, sp24/Makefile.am,
489        sp25/Makefile.am, sp26/Makefile.am,
490        sp27/Makefile.am, sp28/Makefile.am,
491        sp29/Makefile.am, sp30/Makefile.am,
492        sp31/Makefile.am, sp32/Makefile.am,
493        spfatal/Makefile.am, spsize/Makefile.am: Rework.
494
4952005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
496
497        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
498        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
499        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
500        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
501        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
502        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
503        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
504        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
505        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
506        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
507        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
508        * sptests.am: Remove.
509
5102005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
511
512        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
513        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
514        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
515        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
516        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
517        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
518        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
519        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
520        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
521        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
522        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
523
5242005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
525
526        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
527
5282005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
529
530        * spsize/Makefile.am: Rename TEST to spsize.
531        * spsize/size.scn: Remove.
532        * spsize/spsize.scn: New (renamed from size.scn).
533
5342005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
535
536        * configure.ac: Add spfatal/Makefile.
537        * Makefile.am: Add spfatal to DIST_SUBDIRS.
538        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
539        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
540        * sptests.am: Remove LIB_VARIANT.
541
5422005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
543
544        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
545        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
546        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
547        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
548        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
549        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
550        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
551        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
552        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
553        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
554        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
555
5562005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
557
558        * Makefile.am: Cleanup.
559
5602005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
561
562        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
563        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
564        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
565        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
566        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
567        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
568        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
569        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
570        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
571        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
572        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
573        spfatal/Makefile.am, spsize/Makefile.am:
574        Partial conversion to automake.
575
5762005-03-07      Joel Sherrill <joel@OARcorp.com>
577
578        * sp13/task1.c: Removed warnings.
579
5802004-09-29      Joel Sherrill <joel@OARcorp.com>
581
582        * spsize/size.c: i960 obsoleted and all references removed.
583
5842004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
585
586        * configure.ac: Require automake > 1.9.
587
5882004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
589
590        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
591        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
592        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
593        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
594        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
595        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
596        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
597        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
598        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
599        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
600        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
601        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
602        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
603        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
604        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
605        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
606        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
607        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
608        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
609        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
610        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
611        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
612        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
613        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
614        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
615        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
616        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
617        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
618        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
619        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
620        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
621        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
622
6232004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
624
625        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
626
6272004-03-30      David Querbach <querbach@realtime.bc.ca>
628
629        PR 595/tests
630        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
631        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
632        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
633        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
634        others treat it as a count of longs.
635
6362004-03-30      David Querbach <querbach@realtime.bc.ca>
637
638        PR 596/tests
639        * sp32/init.c: A missing definition of TEST_INIT before including
640        <tmacros.h> means that buffered output will not work even if selected
641        in buffer_test_io.h.
642
6432004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
644
645        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
646        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
647        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
648        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
649        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
650        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
651        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
652        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
653        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
654        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
655        types.
656
6572004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * configure.ac: Add 2nd arg to RTEMS_TOP.
660
6612004-03-05      Joel Sherrill <joel@OARcorp.com>
662
663        * sp07/buffered_io.c: Remove warning.
664
6652004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
668        Add PRE/TMPINSTALL_FILES to CLEANFILES.
669        * sp02/Makefile.am: Ditto.
670        * sp03/Makefile.am: Ditto.
671        * sp04/Makefile.am: Ditto.
672        * sp05/Makefile.am: Ditto.
673        * sp06/Makefile.am: Ditto.
674        * sp07/Makefile.am: Ditto.
675        * sp08/Makefile.am: Ditto.
676        * sp09/Makefile.am: Ditto.
677        * sp11/Makefile.am: Ditto.
678        * sp12/Makefile.am: Ditto.
679        * sp13/Makefile.am: Ditto.
680        * sp14/Makefile.am: Ditto.
681        * sp15/Makefile.am: Ditto.
682        * sp16/Makefile.am: Ditto.
683        * sp17/Makefile.am: Ditto.
684        * sp19/Makefile.am: Ditto.
685        * sp20/Makefile.am: Ditto.
686        * sp21/Makefile.am: Ditto.
687        * sp22/Makefile.am: Ditto.
688        * sp23/Makefile.am: Ditto.
689        * sp24/Makefile.am: Ditto.
690        * sp25/Makefile.am: Ditto.
691        * sp26/Makefile.am: Ditto.
692        * sp27/Makefile.am: Ditto.
693        * sp28/Makefile.am: Ditto.
694        * sp29/Makefile.am: Ditto.
695        * sp30/Makefile.am: Ditto.
696        * sp31/Makefile.am: Ditto.
697        * sp32/Makefile.am: Ditto.
698        * spfatal/Makefile.am: Ditto.
699        * spsize/Makefile.am: Ditto.
700
7012003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
702
703        * sptests.am: Add dirstamp support.
704
7052003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
708
7092003-12-16      Joel Sherrill <joel@OARcorp.com>
710
711        PR 544/tests
712        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
713        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
714        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
715        make tests account for resources and not print at inappropriate
716        times.
717        * sp07/buffered_io.c: New file.
718
7192003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
720
721        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
722
7232003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * sp01/Makefile.am: Remove all-local: $(ARCH).
726        * sp02/Makefile.am: Remove all-local: $(ARCH).
727        * sp03/Makefile.am: Remove all-local: $(ARCH).
728        * sp04/Makefile.am: Remove all-local: $(ARCH).
729        * sp05/Makefile.am: Remove all-local: $(ARCH).
730        * sp06/Makefile.am: Remove all-local: $(ARCH).
731        * sp07/Makefile.am: Remove all-local: $(ARCH).
732        * sp08/Makefile.am: Remove all-local: $(ARCH).
733        * sp09/Makefile.am: Remove all-local: $(ARCH).
734        * sp11/Makefile.am: Remove all-local: $(ARCH).
735        * sp12/Makefile.am: Remove all-local: $(ARCH).
736        * sp13/Makefile.am: Remove all-local: $(ARCH).
737        * sp14/Makefile.am: Remove all-local: $(ARCH).
738        * sp15/Makefile.am: Remove all-local: $(ARCH).
739        * sp16/Makefile.am: Remove all-local: $(ARCH).
740        * sp17/Makefile.am: Remove all-local: $(ARCH).
741        * sp19/Makefile.am: Remove all-local: $(ARCH).
742        * sp20/Makefile.am: Remove all-local: $(ARCH).
743        * sp21/Makefile.am: Remove all-local: $(ARCH).
744        * sp22/Makefile.am: Remove all-local: $(ARCH).
745        * sp23/Makefile.am: Remove all-local: $(ARCH).
746        * sp24/Makefile.am: Remove all-local: $(ARCH).
747        * sp25/Makefile.am: Remove all-local: $(ARCH).
748        * sp26/Makefile.am: Remove all-local: $(ARCH).
749        * sp27/Makefile.am: Remove all-local: $(ARCH).
750        * sp28/Makefile.am: Remove all-local: $(ARCH).
751        * sp29/Makefile.am: Remove all-local: $(ARCH).
752        * sp30/Makefile.am: Remove all-local: $(ARCH).
753        * sp31/Makefile.am: Remove all-local: $(ARCH).
754        * sp32/Makefile.am: Remove all-local: $(ARCH).
755        * spfatal/Makefile.am: Remove all-local: $(ARCH).
756        * spsize/Makefile.am: Remove all-local: $(ARCH).
757
7582003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * configure.ac: Reflect having moved to testsuites/.
761
7622003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
763
764        * configure.ac: Remove RTEMS_CANONICAL_HOST.
765
7662003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
767
768        * configure.ac:Remove RTEMS_CHECK_CPU.
769
7702003-09-04      Joel Sherrill <joel@OARcorp.com>
771
772        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
773        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
774        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
775        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
776        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
777        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
778        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
779        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
780        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
781        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
782        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
783        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
784        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
785        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
786        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
787        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
788        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
789        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
790        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
791        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
792        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
793        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
794        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
795        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
796        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
797        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
798        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
799        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
800        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
801        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
802        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
803        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
804        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
805        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
806        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
807        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
808        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
809        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
810        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
811        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
812        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
813        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
814        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
815        spsize/size.c, spsize/system.h: URL for license changed.
816
8172003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
818
819        PR 458/tests
820        * sp30/task1.c: Correct indexing problem.
821
8222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
823
824        * Makefile.am: Reflect having moved aclocal/.
825
8262003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
827
828        * Makefile.am: Reflect having moved automake/.
829        * sp01/Makefile.am: Reflect having moved automake/.
830        * sp02/Makefile.am: Reflect having moved automake/.
831        * sp03/Makefile.am: Reflect having moved automake/.
832        * sp04/Makefile.am: Reflect having moved automake/.
833        * sp05/Makefile.am: Reflect having moved automake/.
834        * sp06/Makefile.am: Reflect having moved automake/.
835        * sp07/Makefile.am: Reflect having moved automake/.
836        * sp08/Makefile.am: Reflect having moved automake/.
837        * sp09/Makefile.am: Reflect having moved automake/.
838        * sp11/Makefile.am: Reflect having moved automake/.
839        * sp12/Makefile.am: Reflect having moved automake/.
840        * sp13/Makefile.am: Reflect having moved automake/.
841        * sp14/Makefile.am: Reflect having moved automake/.
842        * sp15/Makefile.am: Reflect having moved automake/.
843        * sp16/Makefile.am: Reflect having moved automake/.
844        * sp17/Makefile.am: Reflect having moved automake/.
845        * sp19/Makefile.am: Reflect having moved automake/.
846        * sp20/Makefile.am: Reflect having moved automake/.
847        * sp21/Makefile.am: Reflect having moved automake/.
848        * sp22/Makefile.am: Reflect having moved automake/.
849        * sp23/Makefile.am: Reflect having moved automake/.
850        * sp24/Makefile.am: Reflect having moved automake/.
851        * sp25/Makefile.am: Reflect having moved automake/.
852        * sp26/Makefile.am: Reflect having moved automake/.
853        * sp27/Makefile.am: Reflect having moved automake/.
854        * sp28/Makefile.am: Reflect having moved automake/.
855        * sp29/Makefile.am: Reflect having moved automake/.
856        * sp30/Makefile.am: Reflect having moved automake/.
857        * sp31/Makefile.am: Reflect having moved automake/.
858        * sp32/Makefile.am: Reflect having moved automake/.
859        * spfatal/Makefile.am: Reflect having moved automake/.
860        * spsize/Makefile.am: Reflect having moved automake/.
861
8622003-08-14      Joel Sherrill <joel@OARcorp.com>
863
864        * sp02/task1.c: Added ID to name lookup service and changed name of
865        id/name translation status code. This propagated to multiple
866        functions. The user API service added was rtems_object_id_to_name()
867
8682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
871
8722003-05-29      Joel Sherrill <joel@OARcorp.com>
873
874        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
875
8762003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
879        CC_CFLAGS_DEFAULT (obsolete).
880
8812003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
882
883        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
884        Remove CC_LDFLAGS_PROFILE_V.
885
8862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * configure.ac: Remove AC_CONFIG_AUX_DIR.
889
8902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
891
892        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
893
8942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
895
896        * configure.ac: AC_PREREQ(2.57).
897
8982002-11-14      Joel Sherrill <joel@OARcorp.com>
899
900        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
901        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
902        update the IDs in the screens.
903
9042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * .cvsignore: Reformat.
907        Add autom4te*cache.
908        Remove autom4te.cache.
909
9102002-09-14      Joel Sherrill <joel@OARcorp.com>
911
912        * sp32/.cvsignore: New file.
913
9142002-09-14      Aaron J. Grier <aaron@frye.com>
915
916        * PR271 was not applicable against the current source but included
917        a nice test that Joel decided to add to the tree as sp32.
918        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
919        * Makefile.am, configure.ac: Modified to reflect addition.
920
9212002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
922
923        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
924        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
925        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
926        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
927        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
928        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
929        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
930        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
931        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
932        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
933        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
934        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
935        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
936        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
937        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
938        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
939        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
940        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
941        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
942        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
943        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
944        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
945        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
946        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
947        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
948        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
949        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
950        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
951        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
952        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
953        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
954
9552002-08-01      Joel Sherrill <joel@OARcorp.com>
956
957        * Per PR47 add support for buffered test output.  This involved
958        adding defines to redirect output to a buffer and dump it when
959        full, at "test pause", and at exit.  To avoid problems when redefining
960        exit(), all tests were modified to call rtems_test_exit().
961        Some tests, notable psxtests, had to be modified to include
962        the standard test macro .h file (pmacros.h or tmacros.h) to
963        enable this support.
964        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
965        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
966        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
967        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
968        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
969        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
970        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
971
9722002-07-30      Joel Sherrill <joel@OARcorp.com>
973
974        * spsize/size.c: Don't reference the RTEMS allocated interrupt
975        stack if the port doesn't configure using it.
976
9772002-07-04      Joel Sherrill <joel@OARcorp.com>
978
979        * Jump table for single entry point removed.
980        * spsize/size.c:  Modified to reflect above.
981
9822002-07-01      Joel Sherrill <joel@OARcorp.com>
983
984        * sp29/init.c: Corrected definitions for task stack usage.
985
9862002-07-01      Joel Sherrill <joel@OARcorp.com>
987
988        * spsize/size.c: _Thread_queue_Extract_table removed.
989
9902001-05-17      Joel Sherrill <joel@OARcorp.com>
991
992        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
993        number of staticly configured device drivers.
994
9952001-05-14      Joel Sherrill <joel@OARcorp.com>
996
997        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
998        than the configured number of drivers.
999 
10002002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1001
1002        * configure.ac: Remove ENABLE_GCC28.
1003
10042001-04-04      Joel Sherrill <joel@OARcorp.com>
1005
1006        * spsize/size.c: Reflect SPARC modifcation to get rid of
1007        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1008 
10092001-03-29      Joel Sherrill <joel@OARcorp.com>
1010
1011        * Per PR147 addressed problems when reseting and inserting a timer
1012        into a timer chain that did not honor time passage since the last
1013        time the timer server was scheduled and the new insertion.
1014        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1015
10162001-03-28      Joel Sherrill <joel@OARcorp.com>
1017
1018        * Side-effect of PR132.
1019        * sp21/system.h: Now must explicitly request NULL driver.
1020
10212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * configure.ac:
1024        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1025        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1026        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1027        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1028        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1029        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1030        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1031        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1032        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1033        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1034        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1035        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1036        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1037        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1038        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1039        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1040        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1041        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1042        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1043        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1044        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1045        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1046        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1047        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1048        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1049        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1050        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1051        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1052        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1053        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1054        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1055        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1056        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1057        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1058
10592002-03-20      Chris Johns <ccj@acm.org>
1060
1061        * PR145.
1062        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1063        in system (e.g. driver tasks).  Also exit on minimum number of
1064        switches not precise number.
1065
10662001-01-29      Joel Sherrill <joel@OARcorp.com>
1067
1068        * Fixed bug where resetting a timer that was not at the head
1069        of one of the task timer chains resulted in the Timer Server
1070        task waking up too far in the future.
1071        * Added rtems_timer_get_information() directive to support testing.
1072        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1073        above condition.
1074
10752001-01-22      Joel Sherrill <joel@OARcorp.com>
1076
1077        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1078        because priority added as argument to rtems_timer_initiate_server().
1079
10802001-01-16      Joel Sherrill <joel@OARcorp.com>
1081
1082        * Added tests for task-based timers.  This included the new tests
1083        sp30 and sp31.
1084        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1085        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1086        for task-based timer services.
1087        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1088        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1089        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1090        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1091        sp31/task1.c: New files.
1092
10932001-11-01      Joel Sherrill <joel@OARcorp.com>
1094
1095        * sp26/system.h: Properly account for stack memory used by
1096        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1097        and processed as PR78.
1098
10992001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1100
1101        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1102        * configure.in: Remove.
1103        * configure.ac: New file, generated from configure.in by autoupdate.
1104
11052001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1106
1107        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1108
11092001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1110
1111        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1112        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1113        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1114        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1115        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1116        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1117        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1118        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1119        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1120        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1121        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1122        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1123        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1124        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1125        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1126        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1127        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1128        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1129        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1130        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1131        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1132        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1133        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1134        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1135        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1136        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1137        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1138        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1139        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1140
11412001-08-16      Joel Sherrill <joel@OARcorp.com>
1142
1143        * sp20/system.h: Account for extra task stacks properly.
1144
11452001-08-16      Joel Sherrill <joel@OARcorp.com>
1146
1147        * sp13/sp13.scn: Id in screen had wrong class field value.
1148        * sp13/system.h: Account for message buffer memory.
1149        * sp13/task2.c: Remove unnecessary check for failure.
1150
11512001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1152
1153        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1154
11552001-04-20      Joel Sherrill <joel@OARcorp.com>
1156
1157        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1158        file.
1159
11602001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1161
1162        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1163
11642001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1165
1166        * sp21/Makefile.am: Remove libtest.
1167
11682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1169
1170        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1171
11722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1173
1174        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1175
11762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1177
1178        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1179        Switch to GNU canonicalization.
1180        * sptests.am: Remove DEFS.
1181
11822000-09-29      Joel Sherrill <joel@OARcorp.com>
1183
1184        * sp20/sp20.scn: Corrected to reflect new addition.
1185        * sp20/system.h: Removed comment reflecting history.
1186
11872000-09-29      Stephan Merker <merker@decrc.abb.de>
1188
1189        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1190        Added new task to test sequence of altering a period's length
1191        while it is still active.
1192
11932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1194
1195        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1196        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1197        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1198        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1199        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1200        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1201        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1202        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1203        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1204        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1205
12062000-08-10      Joel Sherrill <joel@OARcorp.com>
1207
1208        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.