source: rtems/testsuites/sptests/ChangeLog @ 5fe0640

4.104.114.95
Last change on this file since 5fe0640 was d0941512, checked in by Joel Sherrill <joel.sherrill@…>, on 06/02/08 at 16:12:13

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

  • spsize/size.c: Convention calls for leading underscore on private RTEMS variables.
  • Property mode set to 100644
File size: 45.5 KB
Line 
12008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * spsize/size.c: Convention calls for leading underscore on private
4        RTEMS variables.
5
62008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
9        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
10        Refactored and renamed initialization routines to
11        rtems_initialize_data_structures, rtems_initialize_before_drivers,
12        rtems_initialize_device_drivers, and
13        rtems_initialize_start_multitasking. This opened the sequence up so
14        that bootcard() could provide a more robust and flexible framework
15        which is easier to explain and understand. This also lays the
16        groundwork for sharing the division of available memory between the
17        RTEMS workspace and heap and the C library initialization across all
18        BSPs.
19
202008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * sp32/init.c: Formatting.
23
242008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * sp09/screen01.c: Correct test.
27        * sp09/screen14.c: Update copyright.
28        * sp28/init.c: Correct end of test messages.
29
302008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
33
342008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
37        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
38        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
39        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
40        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
41        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
42        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
43        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
44        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
45        tests. Add a clock_settime case for < 1988.
46
472008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
50
512008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
54        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
55        * sp41/sp41.scn: Now has content.
56        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
57        Object Services recently added to API.
58
592008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
62        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
63        collection. This changed the name of a few previously public but
64        undocumented services and added a some new services.
65        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
66        sp43/system.h: New files.
67
682008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * spfatal10/.cvsignore: New file.
71
722008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
75        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
76        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
77        New files.
78
792008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
80
81        * Makefile.am, configure.ac: Added fatal error tests
82        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
83        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
84        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
85        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
86        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
87        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
88        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
89        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
90        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
91        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
92        spfatal_support/init.c, spfatal_support/system.h: New files.
93
942008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
97        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
98        test messages.
99
1002008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
103        simple type to a union of an unsigned 32 bit integer and a pointer.
104        This should help eliminate weird casts between u32 and pointers in
105        various places. The APIs now have to explicitly call _u32 or _string
106        versions of helper routines. This should also simplify things and
107        eliminate the need for ugly casts in some cases.
108
1092008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
110
111        * sp42/Makefile.am: New file.
112
1132008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        Add sp42 to exercise thread queue with knowledge of the implementation
116        so we can exercise all of the normal paths possible.
117        * Makefile.am, configure.ac: Add sp42.
118        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
119
1202008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * sp39/init.c: Add case for long timeout on blocking operation.
123        * Makefile.am, configure.ac: Add new test to exercise thread
124        queue blokcing synchronization. sp39 and sp41 are very similar.
125        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
126        sp41/system.h: New files.
127
1282008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * sp39/init.c: Clean up.
131
1322008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * sp39/init.c: Modify to improve coverage.
135
1362008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
137
138        * sp36/strict_order_mut.c:
139
1402008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
143        driver registration.
144        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
145        sp40/system.h: New files.
146
1472008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
150        Add test cases for:
151          + message queue create requesting too many message buffers
152            for the available memory
153          + region extend with address inside existing heap
154          + timer server initiate too large a stack, create error
155        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
156          + task set priority while holding resource
157
1582008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * Makefile.am, configure.ac: Added sp38 and sp39.
161        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
162        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
163        sp39/sp39.scn, sp39/system.h: New files.
164
1652007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * sp36/strict_order_mut.c: New file.
168
1692007-12-21      Xi Yang <hiyangxi@gmail.com>
170
171        * Makefile.am, configure.ac: Add support for proper stacking of
172        priority inheritance on mutexes as well as enforce proper order of
173        release.
174        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
175        sp36/sp36.scn: New files.
176
1772007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
178
179        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
180        directive instead of violating RTEMS internals.
181
1822007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
183
184        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
185        Add test cases for User Extension Manager to improve code coverage.
186        * sp21/task1.c: Fix spelling error.
187
1882007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        * spsize/size.c: Account for previous changes in calculation of MPCI
191        receive server stack.
192
1932007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * sp09/screen07.c, sp09/sp09.scn: Add test for
196        rtems_message_queue_broadcast for bad buffer and count pointers.
197        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
198        with bad priority or initiating twice.
199        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
200        it forces a dispatch.
201        * sp37/init.c: New file.
202
2032007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
204
205        * Makefile.am, configure.ac: Add new tests for interrupt disable,
206        enable, flash, and is in progress. These are normally inlines but
207        also have bodies for non-C code. This test also exercises the odd
208        case of calling clock tick from outside an ISR.
209        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
210
2112007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
212
213        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
214        using notepad with the current task's ID or SELF
215        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
216        test missing test cases for clock_get.
217
2182007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * sp28/init.c: Add test code for task variables to improve coverage.
221
2222007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
223
224        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
225        RTEMS provided accessor macros to obtain configuration fields.
226
2272007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
228
229        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
230        Configuration Table. Eliminate CPU Table from all ports. Delete
231        references to CPU Table in all forms.
232
2332007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
236
2372007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
238
239        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
240        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
241        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
242        to improve test coverage.
243
2442007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
245
246        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
247        coverage.
248
2492007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
250
251        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
252
2532007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
254
255        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
256        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
257        .scn files.
258
2592007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
260
261        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
262        commented out and updated the .scn file.
263
2642007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
265
266        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
267        buffered test IO.
268
2692007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
270
271        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
272        rtems_io_unregister_driver did not have any test code.
273
2742007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
275
276        * spsize/size.c: Eliminate maximum_drivers configuration parameter
277        since it was used to configure a no longer used feature. Device names
278        are now part of the filesystem not in a table. This also eliminated
279        the variables _IO_Number_of_devices and _IO_Driver_name_table from
280        RTEMS as well as the memory allocation used to populate
281        _IO_Driver_name_table.
282
2832007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
284
285        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
286        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
287        properly.
288
2892007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
290
291        * spsize/size.c: Eliminated the variables
292        _RTEMS_tasks_User_initialization_tasks and
293        _RTEMS_tasks_Number_of_initialization_tasks because they were only
294        used in one place after initialized. It was a waste of space.
295
2962007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
297
298        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
299        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
300        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
301        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
302        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
303        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
304        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
305        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
306        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
307        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
308        spsize/size.c: Add optional managers to Makefiles. Clean up test
309        cases so last output line follows END OF pattern. Make sure test case
310        all run. All tests appeared ok on sis.
311
3122007-04-05      Joel Sherrill <joel@OARcorp.com>
313
314        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
315
3162007-04-05      Joel Sherrill <joel@OARcorp.com>
317
318        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
319        CONFIGURE_TEST_NEEDS_XXX configuration constants to
320        CONFIGURE_APPLICATION_NEEDS_XXX.
321
3222007-04-02      Joel Sherrill <joel@OARcorp.com>
323
324        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
325
3262007-04-02      Joel Sherrill <joel@OARcorp.com>
327
328        * spsize/size.c: Convert from Classic API style TOD_Control as
329        fundamental time structure to POSIX struct timespec. Add
330        clock_get_uptime().
331
3322007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
333
334        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
335
3362007-03-26      Joel Sherrill <joel@OARcorp.com>
337
338        * sp35/priinv.c: Remove warning.
339
3402007-03-10      Joel Sherrill <joel@OARcorp.com>
341
342        * sp26/system.h: Remove incorrect and duplicate
343        CONFIGURE_EXTRA_TASK_STACKS.
344
3452007-03-05      Joel Sherrill <joel@OARcorp.com>
346
347        PR 1222/cpukit
348        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
349        thread that is blocked on a priority based thread queue is changed,
350        that its placement in the queue is reevaluated based upon the new
351        priority. This enhancement includes modifications to the SuperCore as
352        well as new test cases.
353        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
354        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
355        sp35/sp35.doc, sp35/sp35.scn: New files.
356
3572007-03-05      Joel Sherrill <joel@OARcorp.com>
358
359        * sp26/system.h: Correct memory required for stack sizes.
360
3612007-02-06      Joel Sherrill <joel@OARcorp.com>
362
363        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
364        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
365        tests.
366
3672006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
368
369        * sp33/init.c: Improve barrier test to include normal blocking with
370        manual release and unblocking in barrier deletion.
371
3722006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
373
374        * configure.ac: New BUG-REPORT address.
375
3762006-11-20      Joel Sherrill <joel@OARcorp.com>
377
378        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
379        and make output more compliant with other tests.
380
3812006-11-17      Joel Sherrill <joel@OARcorp.com>
382
383        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
384        cases intended on all targets possible with new heap algorithm.
385
3862006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
387
388        * Makefile.am, configure.ac: Adding Classic API Barriers.
389        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
390        New files.
391
3922006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
393
394        * configure.ac: Require autoconf-2.60. Require automake-1.10.
395
3962006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
397
398        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
399        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
400        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
401        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
402        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
403        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
404        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
405        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
406        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
407        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
408        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
409        Use rtems_testsdir instead.
410
4112006-04-05      Joel Sherrill <joel@OARcorp.com>
412                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
413
414        * spsize/size.c: Victor spotted the problem that
415        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
416        variables and needed to be set to the same value.  I took that
417        idea and just removed _Thread_MP_Receive.  All uses are now
418        _MPCI_Receive_server_tcb.
419
4202005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
421
422        * configure.ac: Remove RTEMS_ENABLE_BARE,
423        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
424
4252005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
426
427        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
428        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
429        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
430        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
431        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
432        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
433        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
434        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
435        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
436        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
437        spfatal/Makefile.am, spsize/Makefile.am:
438        Convert to use *_PROGRAMS.
439
4402005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
441
442        * sp01/Makefile.am, sp02/Makefile.am,
443        sp03/Makefile.am, sp04/Makefile.am,
444        sp05/Makefile.am, sp06/Makefile.am,
445        sp07/Makefile.am, sp08/Makefile.am,
446        sp09/Makefile.am, sp11/Makefile.am,
447        sp12/Makefile.am, sp13/Makefile.am,
448        sp14/Makefile.am, sp15/Makefile.am,
449        sp16/Makefile.am, sp17/Makefile.am,
450        sp19/Makefile.am, sp20/Makefile.am,
451        sp21/Makefile.am, sp22/Makefile.am,
452        sp23/Makefile.am, sp24/Makefile.am,
453        sp25/Makefile.am, sp26/Makefile.am,
454        sp27/Makefile.am, sp28/Makefile.am,
455        sp29/Makefile.am, sp30/Makefile.am,
456        sp31/Makefile.am, sp32/Makefile.am,
457        spfatal/Makefile.am, spsize/Makefile.am: Rework.
458
4592005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
460
461        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
462        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
463        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
464        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
465        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
466        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
467        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
468        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
469        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
470        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
471        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
472        * sptests.am: Remove.
473
4742005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
475
476        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
477        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
478        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
479        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
480        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
481        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
482        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
483        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
484        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
485        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
486        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
487
4882005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
489
490        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
491
4922005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
493
494        * spsize/Makefile.am: Rename TEST to spsize.
495        * spsize/size.scn: Remove.
496        * spsize/spsize.scn: New (renamed from size.scn).
497
4982005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
499
500        * configure.ac: Add spfatal/Makefile.
501        * Makefile.am: Add spfatal to DIST_SUBDIRS.
502        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
503        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
504        * sptests.am: Remove LIB_VARIANT.
505
5062005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
507
508        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
509        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
510        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
511        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
512        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
513        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
514        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
515        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
516        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
517        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
518        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
519
5202005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
521
522        * Makefile.am: Cleanup.
523
5242005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
525
526        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
527        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
528        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
529        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
530        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
531        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
532        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
533        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
534        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
535        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
536        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
537        spfatal/Makefile.am, spsize/Makefile.am:
538        Partial conversion to automake.
539
5402005-03-07      Joel Sherrill <joel@OARcorp.com>
541
542        * sp13/task1.c: Removed warnings.
543
5442004-09-29      Joel Sherrill <joel@OARcorp.com>
545
546        * spsize/size.c: i960 obsoleted and all references removed.
547
5482004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
549
550        * configure.ac: Require automake > 1.9.
551
5522004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
553
554        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
555        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
556        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
557        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
558        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
559        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
560        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
561        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
562        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
563        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
564        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
565        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
566        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
567        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
568        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
569        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
570        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
571        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
572        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
573        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
574        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
575        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
576        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
577        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
578        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
579        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
580        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
581        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
582        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
583        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
584        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
585        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
586
5872004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
588
589        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
590
5912004-03-30      David Querbach <querbach@realtime.bc.ca>
592
593        PR 595/tests
594        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
595        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
596        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
597        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
598        others treat it as a count of longs.
599
6002004-03-30      David Querbach <querbach@realtime.bc.ca>
601
602        PR 596/tests
603        * sp32/init.c: A missing definition of TEST_INIT before including
604        <tmacros.h> means that buffered output will not work even if selected
605        in buffer_test_io.h.
606
6072004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
608
609        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
610        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
611        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
612        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
613        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
614        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
615        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
616        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
617        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
618        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
619        types.
620
6212004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * configure.ac: Add 2nd arg to RTEMS_TOP.
624
6252004-03-05      Joel Sherrill <joel@OARcorp.com>
626
627        * sp07/buffered_io.c: Remove warning.
628
6292004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
632        Add PRE/TMPINSTALL_FILES to CLEANFILES.
633        * sp02/Makefile.am: Ditto.
634        * sp03/Makefile.am: Ditto.
635        * sp04/Makefile.am: Ditto.
636        * sp05/Makefile.am: Ditto.
637        * sp06/Makefile.am: Ditto.
638        * sp07/Makefile.am: Ditto.
639        * sp08/Makefile.am: Ditto.
640        * sp09/Makefile.am: Ditto.
641        * sp11/Makefile.am: Ditto.
642        * sp12/Makefile.am: Ditto.
643        * sp13/Makefile.am: Ditto.
644        * sp14/Makefile.am: Ditto.
645        * sp15/Makefile.am: Ditto.
646        * sp16/Makefile.am: Ditto.
647        * sp17/Makefile.am: Ditto.
648        * sp19/Makefile.am: Ditto.
649        * sp20/Makefile.am: Ditto.
650        * sp21/Makefile.am: Ditto.
651        * sp22/Makefile.am: Ditto.
652        * sp23/Makefile.am: Ditto.
653        * sp24/Makefile.am: Ditto.
654        * sp25/Makefile.am: Ditto.
655        * sp26/Makefile.am: Ditto.
656        * sp27/Makefile.am: Ditto.
657        * sp28/Makefile.am: Ditto.
658        * sp29/Makefile.am: Ditto.
659        * sp30/Makefile.am: Ditto.
660        * sp31/Makefile.am: Ditto.
661        * sp32/Makefile.am: Ditto.
662        * spfatal/Makefile.am: Ditto.
663        * spsize/Makefile.am: Ditto.
664
6652003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * sptests.am: Add dirstamp support.
668
6692003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
672
6732003-12-16      Joel Sherrill <joel@OARcorp.com>
674
675        PR 544/tests
676        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
677        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
678        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
679        make tests account for resources and not print at inappropriate
680        times.
681        * sp07/buffered_io.c: New file.
682
6832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
686
6872003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * sp01/Makefile.am: Remove all-local: $(ARCH).
690        * sp02/Makefile.am: Remove all-local: $(ARCH).
691        * sp03/Makefile.am: Remove all-local: $(ARCH).
692        * sp04/Makefile.am: Remove all-local: $(ARCH).
693        * sp05/Makefile.am: Remove all-local: $(ARCH).
694        * sp06/Makefile.am: Remove all-local: $(ARCH).
695        * sp07/Makefile.am: Remove all-local: $(ARCH).
696        * sp08/Makefile.am: Remove all-local: $(ARCH).
697        * sp09/Makefile.am: Remove all-local: $(ARCH).
698        * sp11/Makefile.am: Remove all-local: $(ARCH).
699        * sp12/Makefile.am: Remove all-local: $(ARCH).
700        * sp13/Makefile.am: Remove all-local: $(ARCH).
701        * sp14/Makefile.am: Remove all-local: $(ARCH).
702        * sp15/Makefile.am: Remove all-local: $(ARCH).
703        * sp16/Makefile.am: Remove all-local: $(ARCH).
704        * sp17/Makefile.am: Remove all-local: $(ARCH).
705        * sp19/Makefile.am: Remove all-local: $(ARCH).
706        * sp20/Makefile.am: Remove all-local: $(ARCH).
707        * sp21/Makefile.am: Remove all-local: $(ARCH).
708        * sp22/Makefile.am: Remove all-local: $(ARCH).
709        * sp23/Makefile.am: Remove all-local: $(ARCH).
710        * sp24/Makefile.am: Remove all-local: $(ARCH).
711        * sp25/Makefile.am: Remove all-local: $(ARCH).
712        * sp26/Makefile.am: Remove all-local: $(ARCH).
713        * sp27/Makefile.am: Remove all-local: $(ARCH).
714        * sp28/Makefile.am: Remove all-local: $(ARCH).
715        * sp29/Makefile.am: Remove all-local: $(ARCH).
716        * sp30/Makefile.am: Remove all-local: $(ARCH).
717        * sp31/Makefile.am: Remove all-local: $(ARCH).
718        * sp32/Makefile.am: Remove all-local: $(ARCH).
719        * spfatal/Makefile.am: Remove all-local: $(ARCH).
720        * spsize/Makefile.am: Remove all-local: $(ARCH).
721
7222003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * configure.ac: Reflect having moved to testsuites/.
725
7262003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * configure.ac: Remove RTEMS_CANONICAL_HOST.
729
7302003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
731
732        * configure.ac:Remove RTEMS_CHECK_CPU.
733
7342003-09-04      Joel Sherrill <joel@OARcorp.com>
735
736        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
737        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
738        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
739        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
740        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
741        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
742        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
743        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
744        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
745        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
746        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
747        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
748        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
749        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
750        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
751        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
752        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
753        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
754        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
755        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
756        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
757        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
758        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
759        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
760        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
761        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
762        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
763        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
764        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
765        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
766        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
767        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
768        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
769        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
770        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
771        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
772        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
773        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
774        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
775        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
776        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
777        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
778        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
779        spsize/size.c, spsize/system.h: URL for license changed.
780
7812003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
782
783        PR 458/tests
784        * sp30/task1.c: Correct indexing problem.
785
7862003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * Makefile.am: Reflect having moved aclocal/.
789
7902003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
791
792        * Makefile.am: Reflect having moved automake/.
793        * sp01/Makefile.am: Reflect having moved automake/.
794        * sp02/Makefile.am: Reflect having moved automake/.
795        * sp03/Makefile.am: Reflect having moved automake/.
796        * sp04/Makefile.am: Reflect having moved automake/.
797        * sp05/Makefile.am: Reflect having moved automake/.
798        * sp06/Makefile.am: Reflect having moved automake/.
799        * sp07/Makefile.am: Reflect having moved automake/.
800        * sp08/Makefile.am: Reflect having moved automake/.
801        * sp09/Makefile.am: Reflect having moved automake/.
802        * sp11/Makefile.am: Reflect having moved automake/.
803        * sp12/Makefile.am: Reflect having moved automake/.
804        * sp13/Makefile.am: Reflect having moved automake/.
805        * sp14/Makefile.am: Reflect having moved automake/.
806        * sp15/Makefile.am: Reflect having moved automake/.
807        * sp16/Makefile.am: Reflect having moved automake/.
808        * sp17/Makefile.am: Reflect having moved automake/.
809        * sp19/Makefile.am: Reflect having moved automake/.
810        * sp20/Makefile.am: Reflect having moved automake/.
811        * sp21/Makefile.am: Reflect having moved automake/.
812        * sp22/Makefile.am: Reflect having moved automake/.
813        * sp23/Makefile.am: Reflect having moved automake/.
814        * sp24/Makefile.am: Reflect having moved automake/.
815        * sp25/Makefile.am: Reflect having moved automake/.
816        * sp26/Makefile.am: Reflect having moved automake/.
817        * sp27/Makefile.am: Reflect having moved automake/.
818        * sp28/Makefile.am: Reflect having moved automake/.
819        * sp29/Makefile.am: Reflect having moved automake/.
820        * sp30/Makefile.am: Reflect having moved automake/.
821        * sp31/Makefile.am: Reflect having moved automake/.
822        * sp32/Makefile.am: Reflect having moved automake/.
823        * spfatal/Makefile.am: Reflect having moved automake/.
824        * spsize/Makefile.am: Reflect having moved automake/.
825
8262003-08-14      Joel Sherrill <joel@OARcorp.com>
827
828        * sp02/task1.c: Added ID to name lookup service and changed name of
829        id/name translation status code. This propagated to multiple
830        functions. The user API service added was rtems_object_id_to_name()
831
8322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
835
8362003-05-29      Joel Sherrill <joel@OARcorp.com>
837
838        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
839
8402003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
841
842        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
843        CC_CFLAGS_DEFAULT (obsolete).
844
8452003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
846
847        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
848        Remove CC_LDFLAGS_PROFILE_V.
849
8502003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
851
852        * configure.ac: Remove AC_CONFIG_AUX_DIR.
853
8542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
855
856        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
857
8582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        * configure.ac: AC_PREREQ(2.57).
861
8622002-11-14      Joel Sherrill <joel@OARcorp.com>
863
864        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
865        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
866        update the IDs in the screens.
867
8682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * .cvsignore: Reformat.
871        Add autom4te*cache.
872        Remove autom4te.cache.
873
8742002-09-14      Joel Sherrill <joel@OARcorp.com>
875
876        * sp32/.cvsignore: New file.
877
8782002-09-14      Aaron J. Grier <aaron@frye.com>
879
880        * PR271 was not applicable against the current source but included
881        a nice test that Joel decided to add to the tree as sp32.
882        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
883        * Makefile.am, configure.ac: Modified to reflect addition.
884
8852002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
886
887        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
888        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
889        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
890        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
891        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
892        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
893        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
894        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
895        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
896        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
897        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
898        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
899        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
900        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
901        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
902        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
903        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
904        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
905        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
906        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
907        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
908        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
909        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
910        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
911        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
912        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
913        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
914        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
915        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
916        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
917        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
918
9192002-08-01      Joel Sherrill <joel@OARcorp.com>
920
921        * Per PR47 add support for buffered test output.  This involved
922        adding defines to redirect output to a buffer and dump it when
923        full, at "test pause", and at exit.  To avoid problems when redefining
924        exit(), all tests were modified to call rtems_test_exit().
925        Some tests, notable psxtests, had to be modified to include
926        the standard test macro .h file (pmacros.h or tmacros.h) to
927        enable this support.
928        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
929        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
930        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
931        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
932        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
933        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
934        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
935
9362002-07-30      Joel Sherrill <joel@OARcorp.com>
937
938        * spsize/size.c: Don't reference the RTEMS allocated interrupt
939        stack if the port doesn't configure using it.
940
9412002-07-04      Joel Sherrill <joel@OARcorp.com>
942
943        * Jump table for single entry point removed.
944        * spsize/size.c:  Modified to reflect above.
945
9462002-07-01      Joel Sherrill <joel@OARcorp.com>
947
948        * sp29/init.c: Corrected definitions for task stack usage.
949
9502002-07-01      Joel Sherrill <joel@OARcorp.com>
951
952        * spsize/size.c: _Thread_queue_Extract_table removed.
953
9542001-05-17      Joel Sherrill <joel@OARcorp.com>
955
956        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
957        number of staticly configured device drivers.
958
9592001-05-14      Joel Sherrill <joel@OARcorp.com>
960
961        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
962        than the configured number of drivers.
963 
9642002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
965
966        * configure.ac: Remove ENABLE_GCC28.
967
9682001-04-04      Joel Sherrill <joel@OARcorp.com>
969
970        * spsize/size.c: Reflect SPARC modifcation to get rid of
971        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
972 
9732001-03-29      Joel Sherrill <joel@OARcorp.com>
974
975        * Per PR147 addressed problems when reseting and inserting a timer
976        into a timer chain that did not honor time passage since the last
977        time the timer server was scheduled and the new insertion.
978        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
979
9802001-03-28      Joel Sherrill <joel@OARcorp.com>
981
982        * Side-effect of PR132.
983        * sp21/system.h: Now must explicitly request NULL driver.
984
9852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
986
987        * configure.ac:
988        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
989        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
990        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
991        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
992        * Makefile.am: Remove AUTOMAKE_OPTIONS.
993        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
994        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
995        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
996        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
997        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
998        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
999        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1000        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1001        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1002        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1003        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1004        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1005        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1006        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1007        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1008        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1009        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1010        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1011        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1012        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1013        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1014        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1015        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1016        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1017        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1018        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1019        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1020        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1021        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1022
10232002-03-20      Chris Johns <ccj@acm.org>
1024
1025        * PR145.
1026        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1027        in system (e.g. driver tasks).  Also exit on minimum number of
1028        switches not precise number.
1029
10302001-01-29      Joel Sherrill <joel@OARcorp.com>
1031
1032        * Fixed bug where resetting a timer that was not at the head
1033        of one of the task timer chains resulted in the Timer Server
1034        task waking up too far in the future.
1035        * Added rtems_timer_get_information() directive to support testing.
1036        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1037        above condition.
1038
10392001-01-22      Joel Sherrill <joel@OARcorp.com>
1040
1041        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1042        because priority added as argument to rtems_timer_initiate_server().
1043
10442001-01-16      Joel Sherrill <joel@OARcorp.com>
1045
1046        * Added tests for task-based timers.  This included the new tests
1047        sp30 and sp31.
1048        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1049        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1050        for task-based timer services.
1051        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1052        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1053        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1054        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1055        sp31/task1.c: New files.
1056
10572001-11-01      Joel Sherrill <joel@OARcorp.com>
1058
1059        * sp26/system.h: Properly account for stack memory used by
1060        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1061        and processed as PR78.
1062
10632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1064
1065        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1066        * configure.in: Remove.
1067        * configure.ac: New file, generated from configure.in by autoupdate.
1068
10692001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1070
1071        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1072
10732001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1074
1075        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1076        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1077        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1078        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1079        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1080        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1081        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1082        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1083        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1084        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1085        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1086        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1087        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1088        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1089        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1090        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1091        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1092        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1093        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1094        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1095        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1096        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1097        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1098        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1099        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1100        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1101        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1102        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1103        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1104
11052001-08-16      Joel Sherrill <joel@OARcorp.com>
1106
1107        * sp20/system.h: Account for extra task stacks properly.
1108
11092001-08-16      Joel Sherrill <joel@OARcorp.com>
1110
1111        * sp13/sp13.scn: Id in screen had wrong class field value.
1112        * sp13/system.h: Account for message buffer memory.
1113        * sp13/task2.c: Remove unnecessary check for failure.
1114
11152001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1116
1117        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1118
11192001-04-20      Joel Sherrill <joel@OARcorp.com>
1120
1121        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1122        file.
1123
11242001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1125
1126        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1127
11282001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1129
1130        * sp21/Makefile.am: Remove libtest.
1131
11322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1133
1134        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1135
11362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1137
1138        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1139
11402000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1141
1142        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1143        Switch to GNU canonicalization.
1144        * sptests.am: Remove DEFS.
1145
11462000-09-29      Joel Sherrill <joel@OARcorp.com>
1147
1148        * sp20/sp20.scn: Corrected to reflect new addition.
1149        * sp20/system.h: Removed comment reflecting history.
1150
11512000-09-29      Stephan Merker <merker@decrc.abb.de>
1152
1153        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1154        Added new task to test sequence of altering a period's length
1155        while it is still active.
1156
11572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1158
1159        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1160        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1161        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1162        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1163        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1164        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1165        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1166        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1167        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1168        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1169
11702000-08-10      Joel Sherrill <joel@OARcorp.com>
1171
1172        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.