source: rtems/testsuites/sptests/ChangeLog @ f0157b8

4.104.114.95
Last change on this file since f0157b8 was c502aa3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/06/08 at 03:28:15

2008-09-06 Ralf Corsépius <ralf.corsepius@…>

  • sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c, sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h, spfatal_support/init.c, spfatal_support/system.h: Convert to "bool".
  • Property mode set to 100644
File size: 47.5 KB
Line 
12008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
4        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
5        spfatal_support/init.c, spfatal_support/system.h:
6        Convert to "bool".
7
82008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
9
10        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
11        declared in a public place.
12
132008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
16
172008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * sp43/init.c: Fix derefence of uninitialized pointer.
20
212008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
24        multiprocessing is not enabled. Saves one more variable from single
25        processor configuration.
26
272008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
28
29        PR 1212/cpukit
30        * Makefile.am, configure.ac: Time slicing will not happen if the task
31        mode is changed from a non-timeslicing mode to timeslicing mode if it
32        is done by the executing thread (e.g. in its task body). This change
33        includes sp44 to demonstrate the problem and verify the correction.
34        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
35
362008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
39        architectures they are not supported on.
40
412008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
44
452008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
48          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
49
502008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * sp28/init.c: Corrections to configuration.
53        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
54        * spsize/size.c: _ISR_Vector_table only exists on architectures
55        which use the Simple Vectored Interrupt Model.
56
572008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * spsize/size.c: Convention calls for leading underscore on private
60        RTEMS variables.
61
622008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
65        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
66        Refactored and renamed initialization routines to
67        rtems_initialize_data_structures, rtems_initialize_before_drivers,
68        rtems_initialize_device_drivers, and
69        rtems_initialize_start_multitasking. This opened the sequence up so
70        that bootcard() could provide a more robust and flexible framework
71        which is easier to explain and understand. This also lays the
72        groundwork for sharing the division of available memory between the
73        RTEMS workspace and heap and the C library initialization across all
74        BSPs.
75
762008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * sp32/init.c: Formatting.
79
802008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * sp09/screen01.c: Correct test.
83        * sp09/screen14.c: Update copyright.
84        * sp28/init.c: Correct end of test messages.
85
862008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
89
902008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
93        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
94        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
95        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
96        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
97        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
98        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
99        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
100        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
101        tests. Add a clock_settime case for < 1988.
102
1032008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
106
1072008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
110        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
111        * sp41/sp41.scn: Now has content.
112        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
113        Object Services recently added to API.
114
1152008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
118        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
119        collection. This changed the name of a few previously public but
120        undocumented services and added a some new services.
121        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
122        sp43/system.h: New files.
123
1242008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * spfatal10/.cvsignore: New file.
127
1282008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
131        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
132        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
133        New files.
134
1352008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
136
137        * Makefile.am, configure.ac: Added fatal error tests
138        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
139        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
140        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
141        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
142        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
143        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
144        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
145        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
146        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
147        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
148        spfatal_support/init.c, spfatal_support/system.h: New files.
149
1502008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
153        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
154        test messages.
155
1562008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
159        simple type to a union of an unsigned 32 bit integer and a pointer.
160        This should help eliminate weird casts between u32 and pointers in
161        various places. The APIs now have to explicitly call _u32 or _string
162        versions of helper routines. This should also simplify things and
163        eliminate the need for ugly casts in some cases.
164
1652008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
166
167        * sp42/Makefile.am: New file.
168
1692008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        Add sp42 to exercise thread queue with knowledge of the implementation
172        so we can exercise all of the normal paths possible.
173        * Makefile.am, configure.ac: Add sp42.
174        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
175
1762008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * sp39/init.c: Add case for long timeout on blocking operation.
179        * Makefile.am, configure.ac: Add new test to exercise thread
180        queue blokcing synchronization. sp39 and sp41 are very similar.
181        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
182        sp41/system.h: New files.
183
1842008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * sp39/init.c: Clean up.
187
1882008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * sp39/init.c: Modify to improve coverage.
191
1922008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
193
194        * sp36/strict_order_mut.c:
195
1962008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
197
198        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
199        driver registration.
200        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
201        sp40/system.h: New files.
202
2032008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
204
205        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
206        Add test cases for:
207          + message queue create requesting too many message buffers
208            for the available memory
209          + region extend with address inside existing heap
210          + timer server initiate too large a stack, create error
211        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
212          + task set priority while holding resource
213
2142008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * Makefile.am, configure.ac: Added sp38 and sp39.
217        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
218        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
219        sp39/sp39.scn, sp39/system.h: New files.
220
2212007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * sp36/strict_order_mut.c: New file.
224
2252007-12-21      Xi Yang <hiyangxi@gmail.com>
226
227        * Makefile.am, configure.ac: Add support for proper stacking of
228        priority inheritance on mutexes as well as enforce proper order of
229        release.
230        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
231        sp36/sp36.scn: New files.
232
2332007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
236        directive instead of violating RTEMS internals.
237
2382007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
239
240        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
241        Add test cases for User Extension Manager to improve code coverage.
242        * sp21/task1.c: Fix spelling error.
243
2442007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
245
246        * spsize/size.c: Account for previous changes in calculation of MPCI
247        receive server stack.
248
2492007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
250
251        * sp09/screen07.c, sp09/sp09.scn: Add test for
252        rtems_message_queue_broadcast for bad buffer and count pointers.
253        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
254        with bad priority or initiating twice.
255        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
256        it forces a dispatch.
257        * sp37/init.c: New file.
258
2592007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
260
261        * Makefile.am, configure.ac: Add new tests for interrupt disable,
262        enable, flash, and is in progress. These are normally inlines but
263        also have bodies for non-C code. This test also exercises the odd
264        case of calling clock tick from outside an ISR.
265        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
266
2672007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
268
269        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
270        using notepad with the current task's ID or SELF
271        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
272        test missing test cases for clock_get.
273
2742007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
275
276        * sp28/init.c: Add test code for task variables to improve coverage.
277
2782007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
279
280        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
281        RTEMS provided accessor macros to obtain configuration fields.
282
2832007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
284
285        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
286        Configuration Table. Eliminate CPU Table from all ports. Delete
287        references to CPU Table in all forms.
288
2892007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
290
291        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
292
2932007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
294
295        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
296        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
297        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
298        to improve test coverage.
299
3002007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
301
302        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
303        coverage.
304
3052007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
306
307        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
308
3092007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
310
311        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
312        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
313        .scn files.
314
3152007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
316
317        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
318        commented out and updated the .scn file.
319
3202007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
321
322        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
323        buffered test IO.
324
3252007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
326
327        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
328        rtems_io_unregister_driver did not have any test code.
329
3302007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
331
332        * spsize/size.c: Eliminate maximum_drivers configuration parameter
333        since it was used to configure a no longer used feature. Device names
334        are now part of the filesystem not in a table. This also eliminated
335        the variables _IO_Number_of_devices and _IO_Driver_name_table from
336        RTEMS as well as the memory allocation used to populate
337        _IO_Driver_name_table.
338
3392007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
340
341        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
342        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
343        properly.
344
3452007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
346
347        * spsize/size.c: Eliminated the variables
348        _RTEMS_tasks_User_initialization_tasks and
349        _RTEMS_tasks_Number_of_initialization_tasks because they were only
350        used in one place after initialized. It was a waste of space.
351
3522007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
353
354        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
355        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
356        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
357        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
358        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
359        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
360        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
361        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
362        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
363        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
364        spsize/size.c: Add optional managers to Makefiles. Clean up test
365        cases so last output line follows END OF pattern. Make sure test case
366        all run. All tests appeared ok on sis.
367
3682007-04-05      Joel Sherrill <joel@OARcorp.com>
369
370        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
371
3722007-04-05      Joel Sherrill <joel@OARcorp.com>
373
374        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
375        CONFIGURE_TEST_NEEDS_XXX configuration constants to
376        CONFIGURE_APPLICATION_NEEDS_XXX.
377
3782007-04-02      Joel Sherrill <joel@OARcorp.com>
379
380        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
381
3822007-04-02      Joel Sherrill <joel@OARcorp.com>
383
384        * spsize/size.c: Convert from Classic API style TOD_Control as
385        fundamental time structure to POSIX struct timespec. Add
386        clock_get_uptime().
387
3882007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
389
390        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
391
3922007-03-26      Joel Sherrill <joel@OARcorp.com>
393
394        * sp35/priinv.c: Remove warning.
395
3962007-03-10      Joel Sherrill <joel@OARcorp.com>
397
398        * sp26/system.h: Remove incorrect and duplicate
399        CONFIGURE_EXTRA_TASK_STACKS.
400
4012007-03-05      Joel Sherrill <joel@OARcorp.com>
402
403        PR 1222/cpukit
404        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
405        thread that is blocked on a priority based thread queue is changed,
406        that its placement in the queue is reevaluated based upon the new
407        priority. This enhancement includes modifications to the SuperCore as
408        well as new test cases.
409        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
410        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
411        sp35/sp35.doc, sp35/sp35.scn: New files.
412
4132007-03-05      Joel Sherrill <joel@OARcorp.com>
414
415        * sp26/system.h: Correct memory required for stack sizes.
416
4172007-02-06      Joel Sherrill <joel@OARcorp.com>
418
419        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
420        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
421        tests.
422
4232006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
424
425        * sp33/init.c: Improve barrier test to include normal blocking with
426        manual release and unblocking in barrier deletion.
427
4282006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
429
430        * configure.ac: New BUG-REPORT address.
431
4322006-11-20      Joel Sherrill <joel@OARcorp.com>
433
434        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
435        and make output more compliant with other tests.
436
4372006-11-17      Joel Sherrill <joel@OARcorp.com>
438
439        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
440        cases intended on all targets possible with new heap algorithm.
441
4422006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
443
444        * Makefile.am, configure.ac: Adding Classic API Barriers.
445        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
446        New files.
447
4482006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
449
450        * configure.ac: Require autoconf-2.60. Require automake-1.10.
451
4522006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
453
454        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
455        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
456        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
457        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
458        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
459        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
460        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
461        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
462        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
463        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
464        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
465        Use rtems_testsdir instead.
466
4672006-04-05      Joel Sherrill <joel@OARcorp.com>
468                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
469
470        * spsize/size.c: Victor spotted the problem that
471        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
472        variables and needed to be set to the same value.  I took that
473        idea and just removed _Thread_MP_Receive.  All uses are now
474        _MPCI_Receive_server_tcb.
475
4762005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
477
478        * configure.ac: Remove RTEMS_ENABLE_BARE,
479        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
480
4812005-11-13      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        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
492        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
493        spfatal/Makefile.am, spsize/Makefile.am:
494        Convert to use *_PROGRAMS.
495
4962005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
497
498        * sp01/Makefile.am, sp02/Makefile.am,
499        sp03/Makefile.am, sp04/Makefile.am,
500        sp05/Makefile.am, sp06/Makefile.am,
501        sp07/Makefile.am, sp08/Makefile.am,
502        sp09/Makefile.am, sp11/Makefile.am,
503        sp12/Makefile.am, sp13/Makefile.am,
504        sp14/Makefile.am, sp15/Makefile.am,
505        sp16/Makefile.am, sp17/Makefile.am,
506        sp19/Makefile.am, sp20/Makefile.am,
507        sp21/Makefile.am, sp22/Makefile.am,
508        sp23/Makefile.am, sp24/Makefile.am,
509        sp25/Makefile.am, sp26/Makefile.am,
510        sp27/Makefile.am, sp28/Makefile.am,
511        sp29/Makefile.am, sp30/Makefile.am,
512        sp31/Makefile.am, sp32/Makefile.am,
513        spfatal/Makefile.am, spsize/Makefile.am: Rework.
514
5152005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
516
517        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
518        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
519        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
520        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
521        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
522        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
523        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
524        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
525        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
526        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
527        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
528        * sptests.am: Remove.
529
5302005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
531
532        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
533        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
534        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
535        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
536        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
537        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
538        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
539        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
540        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
541        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
542        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
543
5442005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
545
546        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
547
5482005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
549
550        * spsize/Makefile.am: Rename TEST to spsize.
551        * spsize/size.scn: Remove.
552        * spsize/spsize.scn: New (renamed from size.scn).
553
5542005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
555
556        * configure.ac: Add spfatal/Makefile.
557        * Makefile.am: Add spfatal to DIST_SUBDIRS.
558        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
559        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
560        * sptests.am: Remove LIB_VARIANT.
561
5622005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
563
564        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
565        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
566        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
567        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
568        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
569        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
570        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
571        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
572        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
573        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
574        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
575
5762005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
577
578        * Makefile.am: Cleanup.
579
5802005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
581
582        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
583        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
584        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
585        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
586        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
587        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
588        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
589        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
590        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
591        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
592        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
593        spfatal/Makefile.am, spsize/Makefile.am:
594        Partial conversion to automake.
595
5962005-03-07      Joel Sherrill <joel@OARcorp.com>
597
598        * sp13/task1.c: Removed warnings.
599
6002004-09-29      Joel Sherrill <joel@OARcorp.com>
601
602        * spsize/size.c: i960 obsoleted and all references removed.
603
6042004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
605
606        * configure.ac: Require automake > 1.9.
607
6082004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
609
610        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
611        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
612        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
613        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
614        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
615        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
616        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
617        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
618        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
619        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
620        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
621        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
622        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
623        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
624        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
625        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
626        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
627        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
628        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
629        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
630        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
631        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
632        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
633        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
634        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
635        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
636        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
637        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
638        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
639        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
640        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
641        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
642
6432004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
644
645        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
646
6472004-03-30      David Querbach <querbach@realtime.bc.ca>
648
649        PR 595/tests
650        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
651        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
652        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
653        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
654        others treat it as a count of longs.
655
6562004-03-30      David Querbach <querbach@realtime.bc.ca>
657
658        PR 596/tests
659        * sp32/init.c: A missing definition of TEST_INIT before including
660        <tmacros.h> means that buffered output will not work even if selected
661        in buffer_test_io.h.
662
6632004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
664
665        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
666        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
667        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
668        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
669        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
670        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
671        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
672        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
673        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
674        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
675        types.
676
6772004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
678
679        * configure.ac: Add 2nd arg to RTEMS_TOP.
680
6812004-03-05      Joel Sherrill <joel@OARcorp.com>
682
683        * sp07/buffered_io.c: Remove warning.
684
6852004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
688        Add PRE/TMPINSTALL_FILES to CLEANFILES.
689        * sp02/Makefile.am: Ditto.
690        * sp03/Makefile.am: Ditto.
691        * sp04/Makefile.am: Ditto.
692        * sp05/Makefile.am: Ditto.
693        * sp06/Makefile.am: Ditto.
694        * sp07/Makefile.am: Ditto.
695        * sp08/Makefile.am: Ditto.
696        * sp09/Makefile.am: Ditto.
697        * sp11/Makefile.am: Ditto.
698        * sp12/Makefile.am: Ditto.
699        * sp13/Makefile.am: Ditto.
700        * sp14/Makefile.am: Ditto.
701        * sp15/Makefile.am: Ditto.
702        * sp16/Makefile.am: Ditto.
703        * sp17/Makefile.am: Ditto.
704        * sp19/Makefile.am: Ditto.
705        * sp20/Makefile.am: Ditto.
706        * sp21/Makefile.am: Ditto.
707        * sp22/Makefile.am: Ditto.
708        * sp23/Makefile.am: Ditto.
709        * sp24/Makefile.am: Ditto.
710        * sp25/Makefile.am: Ditto.
711        * sp26/Makefile.am: Ditto.
712        * sp27/Makefile.am: Ditto.
713        * sp28/Makefile.am: Ditto.
714        * sp29/Makefile.am: Ditto.
715        * sp30/Makefile.am: Ditto.
716        * sp31/Makefile.am: Ditto.
717        * sp32/Makefile.am: Ditto.
718        * spfatal/Makefile.am: Ditto.
719        * spsize/Makefile.am: Ditto.
720
7212003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * sptests.am: Add dirstamp support.
724
7252003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
728
7292003-12-16      Joel Sherrill <joel@OARcorp.com>
730
731        PR 544/tests
732        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
733        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
734        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
735        make tests account for resources and not print at inappropriate
736        times.
737        * sp07/buffered_io.c: New file.
738
7392003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
742
7432003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * sp01/Makefile.am: Remove all-local: $(ARCH).
746        * sp02/Makefile.am: Remove all-local: $(ARCH).
747        * sp03/Makefile.am: Remove all-local: $(ARCH).
748        * sp04/Makefile.am: Remove all-local: $(ARCH).
749        * sp05/Makefile.am: Remove all-local: $(ARCH).
750        * sp06/Makefile.am: Remove all-local: $(ARCH).
751        * sp07/Makefile.am: Remove all-local: $(ARCH).
752        * sp08/Makefile.am: Remove all-local: $(ARCH).
753        * sp09/Makefile.am: Remove all-local: $(ARCH).
754        * sp11/Makefile.am: Remove all-local: $(ARCH).
755        * sp12/Makefile.am: Remove all-local: $(ARCH).
756        * sp13/Makefile.am: Remove all-local: $(ARCH).
757        * sp14/Makefile.am: Remove all-local: $(ARCH).
758        * sp15/Makefile.am: Remove all-local: $(ARCH).
759        * sp16/Makefile.am: Remove all-local: $(ARCH).
760        * sp17/Makefile.am: Remove all-local: $(ARCH).
761        * sp19/Makefile.am: Remove all-local: $(ARCH).
762        * sp20/Makefile.am: Remove all-local: $(ARCH).
763        * sp21/Makefile.am: Remove all-local: $(ARCH).
764        * sp22/Makefile.am: Remove all-local: $(ARCH).
765        * sp23/Makefile.am: Remove all-local: $(ARCH).
766        * sp24/Makefile.am: Remove all-local: $(ARCH).
767        * sp25/Makefile.am: Remove all-local: $(ARCH).
768        * sp26/Makefile.am: Remove all-local: $(ARCH).
769        * sp27/Makefile.am: Remove all-local: $(ARCH).
770        * sp28/Makefile.am: Remove all-local: $(ARCH).
771        * sp29/Makefile.am: Remove all-local: $(ARCH).
772        * sp30/Makefile.am: Remove all-local: $(ARCH).
773        * sp31/Makefile.am: Remove all-local: $(ARCH).
774        * sp32/Makefile.am: Remove all-local: $(ARCH).
775        * spfatal/Makefile.am: Remove all-local: $(ARCH).
776        * spsize/Makefile.am: Remove all-local: $(ARCH).
777
7782003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * configure.ac: Reflect having moved to testsuites/.
781
7822003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * configure.ac: Remove RTEMS_CANONICAL_HOST.
785
7862003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * configure.ac:Remove RTEMS_CHECK_CPU.
789
7902003-09-04      Joel Sherrill <joel@OARcorp.com>
791
792        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
793        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
794        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
795        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
796        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
797        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
798        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
799        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
800        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
801        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
802        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
803        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
804        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
805        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
806        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
807        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
808        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
809        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
810        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
811        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
812        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
813        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
814        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
815        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
816        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
817        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
818        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
819        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
820        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
821        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
822        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
823        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
824        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
825        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
826        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
827        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
828        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
829        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
830        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
831        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
832        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
833        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
834        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
835        spsize/size.c, spsize/system.h: URL for license changed.
836
8372003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
838
839        PR 458/tests
840        * sp30/task1.c: Correct indexing problem.
841
8422003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
843
844        * Makefile.am: Reflect having moved aclocal/.
845
8462003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
847
848        * Makefile.am: Reflect having moved automake/.
849        * sp01/Makefile.am: Reflect having moved automake/.
850        * sp02/Makefile.am: Reflect having moved automake/.
851        * sp03/Makefile.am: Reflect having moved automake/.
852        * sp04/Makefile.am: Reflect having moved automake/.
853        * sp05/Makefile.am: Reflect having moved automake/.
854        * sp06/Makefile.am: Reflect having moved automake/.
855        * sp07/Makefile.am: Reflect having moved automake/.
856        * sp08/Makefile.am: Reflect having moved automake/.
857        * sp09/Makefile.am: Reflect having moved automake/.
858        * sp11/Makefile.am: Reflect having moved automake/.
859        * sp12/Makefile.am: Reflect having moved automake/.
860        * sp13/Makefile.am: Reflect having moved automake/.
861        * sp14/Makefile.am: Reflect having moved automake/.
862        * sp15/Makefile.am: Reflect having moved automake/.
863        * sp16/Makefile.am: Reflect having moved automake/.
864        * sp17/Makefile.am: Reflect having moved automake/.
865        * sp19/Makefile.am: Reflect having moved automake/.
866        * sp20/Makefile.am: Reflect having moved automake/.
867        * sp21/Makefile.am: Reflect having moved automake/.
868        * sp22/Makefile.am: Reflect having moved automake/.
869        * sp23/Makefile.am: Reflect having moved automake/.
870        * sp24/Makefile.am: Reflect having moved automake/.
871        * sp25/Makefile.am: Reflect having moved automake/.
872        * sp26/Makefile.am: Reflect having moved automake/.
873        * sp27/Makefile.am: Reflect having moved automake/.
874        * sp28/Makefile.am: Reflect having moved automake/.
875        * sp29/Makefile.am: Reflect having moved automake/.
876        * sp30/Makefile.am: Reflect having moved automake/.
877        * sp31/Makefile.am: Reflect having moved automake/.
878        * sp32/Makefile.am: Reflect having moved automake/.
879        * spfatal/Makefile.am: Reflect having moved automake/.
880        * spsize/Makefile.am: Reflect having moved automake/.
881
8822003-08-14      Joel Sherrill <joel@OARcorp.com>
883
884        * sp02/task1.c: Added ID to name lookup service and changed name of
885        id/name translation status code. This propagated to multiple
886        functions. The user API service added was rtems_object_id_to_name()
887
8882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
891
8922003-05-29      Joel Sherrill <joel@OARcorp.com>
893
894        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
895
8962003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
897
898        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
899        CC_CFLAGS_DEFAULT (obsolete).
900
9012003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
903        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
904        Remove CC_LDFLAGS_PROFILE_V.
905
9062003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
907
908        * configure.ac: Remove AC_CONFIG_AUX_DIR.
909
9102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
911
912        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
913
9142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
915
916        * configure.ac: AC_PREREQ(2.57).
917
9182002-11-14      Joel Sherrill <joel@OARcorp.com>
919
920        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
921        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
922        update the IDs in the screens.
923
9242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
925
926        * .cvsignore: Reformat.
927        Add autom4te*cache.
928        Remove autom4te.cache.
929
9302002-09-14      Joel Sherrill <joel@OARcorp.com>
931
932        * sp32/.cvsignore: New file.
933
9342002-09-14      Aaron J. Grier <aaron@frye.com>
935
936        * PR271 was not applicable against the current source but included
937        a nice test that Joel decided to add to the tree as sp32.
938        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
939        * Makefile.am, configure.ac: Modified to reflect addition.
940
9412002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
942
943        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
944        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
945        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
946        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
947        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
948        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
949        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
950        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
951        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
952        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
953        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
954        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
955        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
956        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
957        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
958        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
959        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
960        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
961        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
962        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
963        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
964        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
965        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
966        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
967        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
968        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
969        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
970        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
971        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
972        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
973        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
974
9752002-08-01      Joel Sherrill <joel@OARcorp.com>
976
977        * Per PR47 add support for buffered test output.  This involved
978        adding defines to redirect output to a buffer and dump it when
979        full, at "test pause", and at exit.  To avoid problems when redefining
980        exit(), all tests were modified to call rtems_test_exit().
981        Some tests, notable psxtests, had to be modified to include
982        the standard test macro .h file (pmacros.h or tmacros.h) to
983        enable this support.
984        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
985        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
986        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
987        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
988        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
989        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
990        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
991
9922002-07-30      Joel Sherrill <joel@OARcorp.com>
993
994        * spsize/size.c: Don't reference the RTEMS allocated interrupt
995        stack if the port doesn't configure using it.
996
9972002-07-04      Joel Sherrill <joel@OARcorp.com>
998
999        * Jump table for single entry point removed.
1000        * spsize/size.c:  Modified to reflect above.
1001
10022002-07-01      Joel Sherrill <joel@OARcorp.com>
1003
1004        * sp29/init.c: Corrected definitions for task stack usage.
1005
10062002-07-01      Joel Sherrill <joel@OARcorp.com>
1007
1008        * spsize/size.c: _Thread_queue_Extract_table removed.
1009
10102001-05-17      Joel Sherrill <joel@OARcorp.com>
1011
1012        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
1013        number of staticly configured device drivers.
1014
10152001-05-14      Joel Sherrill <joel@OARcorp.com>
1016
1017        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
1018        than the configured number of drivers.
1019 
10202002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1021
1022        * configure.ac: Remove ENABLE_GCC28.
1023
10242001-04-04      Joel Sherrill <joel@OARcorp.com>
1025
1026        * spsize/size.c: Reflect SPARC modifcation to get rid of
1027        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1028 
10292001-03-29      Joel Sherrill <joel@OARcorp.com>
1030
1031        * Per PR147 addressed problems when reseting and inserting a timer
1032        into a timer chain that did not honor time passage since the last
1033        time the timer server was scheduled and the new insertion.
1034        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1035
10362001-03-28      Joel Sherrill <joel@OARcorp.com>
1037
1038        * Side-effect of PR132.
1039        * sp21/system.h: Now must explicitly request NULL driver.
1040
10412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1042
1043        * configure.ac:
1044        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1045        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1046        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1047        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1048        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1049        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1050        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1051        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1052        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1053        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1054        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1055        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1056        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1057        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1058        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1059        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1060        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1061        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1062        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1063        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1064        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1065        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1066        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1067        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1068        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1069        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1070        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1071        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1072        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1073        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1074        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1075        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1076        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1077        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1078
10792002-03-20      Chris Johns <ccj@acm.org>
1080
1081        * PR145.
1082        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1083        in system (e.g. driver tasks).  Also exit on minimum number of
1084        switches not precise number.
1085
10862001-01-29      Joel Sherrill <joel@OARcorp.com>
1087
1088        * Fixed bug where resetting a timer that was not at the head
1089        of one of the task timer chains resulted in the Timer Server
1090        task waking up too far in the future.
1091        * Added rtems_timer_get_information() directive to support testing.
1092        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1093        above condition.
1094
10952001-01-22      Joel Sherrill <joel@OARcorp.com>
1096
1097        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1098        because priority added as argument to rtems_timer_initiate_server().
1099
11002001-01-16      Joel Sherrill <joel@OARcorp.com>
1101
1102        * Added tests for task-based timers.  This included the new tests
1103        sp30 and sp31.
1104        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1105        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1106        for task-based timer services.
1107        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1108        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1109        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1110        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1111        sp31/task1.c: New files.
1112
11132001-11-01      Joel Sherrill <joel@OARcorp.com>
1114
1115        * sp26/system.h: Properly account for stack memory used by
1116        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1117        and processed as PR78.
1118
11192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1120
1121        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1122        * configure.in: Remove.
1123        * configure.ac: New file, generated from configure.in by autoupdate.
1124
11252001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1126
1127        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1128
11292001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1130
1131        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1132        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1133        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1134        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1135        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1136        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1137        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1138        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1139        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1140        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1141        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1142        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1143        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1144        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1145        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1146        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1147        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1148        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1149        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1150        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1151        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1152        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1153        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1154        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1155        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1156        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1157        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1158        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1159        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1160
11612001-08-16      Joel Sherrill <joel@OARcorp.com>
1162
1163        * sp20/system.h: Account for extra task stacks properly.
1164
11652001-08-16      Joel Sherrill <joel@OARcorp.com>
1166
1167        * sp13/sp13.scn: Id in screen had wrong class field value.
1168        * sp13/system.h: Account for message buffer memory.
1169        * sp13/task2.c: Remove unnecessary check for failure.
1170
11712001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1172
1173        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1174
11752001-04-20      Joel Sherrill <joel@OARcorp.com>
1176
1177        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1178        file.
1179
11802001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1181
1182        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1183
11842001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1185
1186        * sp21/Makefile.am: Remove libtest.
1187
11882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1189
1190        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1191
11922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1193
1194        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1195
11962000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1197
1198        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1199        Switch to GNU canonicalization.
1200        * sptests.am: Remove DEFS.
1201
12022000-09-29      Joel Sherrill <joel@OARcorp.com>
1203
1204        * sp20/sp20.scn: Corrected to reflect new addition.
1205        * sp20/system.h: Removed comment reflecting history.
1206
12072000-09-29      Stephan Merker <merker@decrc.abb.de>
1208
1209        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1210        Added new task to test sequence of altering a period's length
1211        while it is still active.
1212
12132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1214
1215        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1216        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1217        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1218        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1219        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1220        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1221        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1222        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1223        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1224        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1225
12262000-08-10      Joel Sherrill <joel@OARcorp.com>
1227
1228        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.