source: rtems/testsuites/sptests/ChangeLog @ 86ad26ac

4.104.114.95
Last change on this file since 86ad26ac was 86ad26ac, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/30/08 at 15:08:08

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

  • sp36/strict_order_mut.c: Reflect STRICT_ORDER_MUTEX having been renamed into RTEMS_STRICT_ORDER_MUTEX.
  • Property mode set to 100644
File size: 45.9 KB
Line 
12008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
4          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
5
62008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * sp28/init.c: Corrections to configuration.
9        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
10        * spsize/size.c: _ISR_Vector_table only exists on architectures
11        which use the Simple Vectored Interrupt Model.
12
132008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * spsize/size.c: Convention calls for leading underscore on private
16        RTEMS variables.
17
182008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
21        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
22        Refactored and renamed initialization routines to
23        rtems_initialize_data_structures, rtems_initialize_before_drivers,
24        rtems_initialize_device_drivers, and
25        rtems_initialize_start_multitasking. This opened the sequence up so
26        that bootcard() could provide a more robust and flexible framework
27        which is easier to explain and understand. This also lays the
28        groundwork for sharing the division of available memory between the
29        RTEMS workspace and heap and the C library initialization across all
30        BSPs.
31
322008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * sp32/init.c: Formatting.
35
362008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * sp09/screen01.c: Correct test.
39        * sp09/screen14.c: Update copyright.
40        * sp28/init.c: Correct end of test messages.
41
422008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
45
462008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
49        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
50        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
51        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
52        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
53        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
54        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
55        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
56        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
57        tests. Add a clock_settime case for < 1988.
58
592008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
62
632008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
66        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
67        * sp41/sp41.scn: Now has content.
68        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
69        Object Services recently added to API.
70
712008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
74        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
75        collection. This changed the name of a few previously public but
76        undocumented services and added a some new services.
77        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
78        sp43/system.h: New files.
79
802008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * spfatal10/.cvsignore: New file.
83
842008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
87        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
88        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
89        New files.
90
912008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
92
93        * Makefile.am, configure.ac: Added fatal error tests
94        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
95        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
96        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
97        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
98        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
99        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
100        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
101        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
102        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
103        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
104        spfatal_support/init.c, spfatal_support/system.h: New files.
105
1062008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
109        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
110        test messages.
111
1122008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
115        simple type to a union of an unsigned 32 bit integer and a pointer.
116        This should help eliminate weird casts between u32 and pointers in
117        various places. The APIs now have to explicitly call _u32 or _string
118        versions of helper routines. This should also simplify things and
119        eliminate the need for ugly casts in some cases.
120
1212008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
122
123        * sp42/Makefile.am: New file.
124
1252008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        Add sp42 to exercise thread queue with knowledge of the implementation
128        so we can exercise all of the normal paths possible.
129        * Makefile.am, configure.ac: Add sp42.
130        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
131
1322008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * sp39/init.c: Add case for long timeout on blocking operation.
135        * Makefile.am, configure.ac: Add new test to exercise thread
136        queue blokcing synchronization. sp39 and sp41 are very similar.
137        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
138        sp41/system.h: New files.
139
1402008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * sp39/init.c: Clean up.
143
1442008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * sp39/init.c: Modify to improve coverage.
147
1482008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
149
150        * sp36/strict_order_mut.c:
151
1522008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
155        driver registration.
156        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
157        sp40/system.h: New files.
158
1592008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
160
161        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
162        Add test cases for:
163          + message queue create requesting too many message buffers
164            for the available memory
165          + region extend with address inside existing heap
166          + timer server initiate too large a stack, create error
167        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
168          + task set priority while holding resource
169
1702008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
171
172        * Makefile.am, configure.ac: Added sp38 and sp39.
173        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
174        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
175        sp39/sp39.scn, sp39/system.h: New files.
176
1772007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        * sp36/strict_order_mut.c: New file.
180
1812007-12-21      Xi Yang <hiyangxi@gmail.com>
182
183        * Makefile.am, configure.ac: Add support for proper stacking of
184        priority inheritance on mutexes as well as enforce proper order of
185        release.
186        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
187        sp36/sp36.scn: New files.
188
1892007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
192        directive instead of violating RTEMS internals.
193
1942007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
197        Add test cases for User Extension Manager to improve code coverage.
198        * sp21/task1.c: Fix spelling error.
199
2002007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
201
202        * spsize/size.c: Account for previous changes in calculation of MPCI
203        receive server stack.
204
2052007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
206
207        * sp09/screen07.c, sp09/sp09.scn: Add test for
208        rtems_message_queue_broadcast for bad buffer and count pointers.
209        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
210        with bad priority or initiating twice.
211        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
212        it forces a dispatch.
213        * sp37/init.c: New file.
214
2152007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
216
217        * Makefile.am, configure.ac: Add new tests for interrupt disable,
218        enable, flash, and is in progress. These are normally inlines but
219        also have bodies for non-C code. This test also exercises the odd
220        case of calling clock tick from outside an ISR.
221        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
222
2232007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
224
225        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
226        using notepad with the current task's ID or SELF
227        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
228        test missing test cases for clock_get.
229
2302007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
231
232        * sp28/init.c: Add test code for task variables to improve coverage.
233
2342007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
235
236        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
237        RTEMS provided accessor macros to obtain configuration fields.
238
2392007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
240
241        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
242        Configuration Table. Eliminate CPU Table from all ports. Delete
243        references to CPU Table in all forms.
244
2452007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
246
247        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
248
2492007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
250
251        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
252        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
253        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
254        to improve test coverage.
255
2562007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
257
258        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
259        coverage.
260
2612007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
262
263        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
264
2652007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
266
267        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
268        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
269        .scn files.
270
2712007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
272
273        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
274        commented out and updated the .scn file.
275
2762007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
277
278        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
279        buffered test IO.
280
2812007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
282
283        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
284        rtems_io_unregister_driver did not have any test code.
285
2862007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
287
288        * spsize/size.c: Eliminate maximum_drivers configuration parameter
289        since it was used to configure a no longer used feature. Device names
290        are now part of the filesystem not in a table. This also eliminated
291        the variables _IO_Number_of_devices and _IO_Driver_name_table from
292        RTEMS as well as the memory allocation used to populate
293        _IO_Driver_name_table.
294
2952007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
296
297        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
298        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
299        properly.
300
3012007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
302
303        * spsize/size.c: Eliminated the variables
304        _RTEMS_tasks_User_initialization_tasks and
305        _RTEMS_tasks_Number_of_initialization_tasks because they were only
306        used in one place after initialized. It was a waste of space.
307
3082007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
309
310        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
311        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
312        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
313        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
314        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
315        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
316        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
317        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
318        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
319        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
320        spsize/size.c: Add optional managers to Makefiles. Clean up test
321        cases so last output line follows END OF pattern. Make sure test case
322        all run. All tests appeared ok on sis.
323
3242007-04-05      Joel Sherrill <joel@OARcorp.com>
325
326        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
327
3282007-04-05      Joel Sherrill <joel@OARcorp.com>
329
330        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
331        CONFIGURE_TEST_NEEDS_XXX configuration constants to
332        CONFIGURE_APPLICATION_NEEDS_XXX.
333
3342007-04-02      Joel Sherrill <joel@OARcorp.com>
335
336        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
337
3382007-04-02      Joel Sherrill <joel@OARcorp.com>
339
340        * spsize/size.c: Convert from Classic API style TOD_Control as
341        fundamental time structure to POSIX struct timespec. Add
342        clock_get_uptime().
343
3442007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
345
346        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
347
3482007-03-26      Joel Sherrill <joel@OARcorp.com>
349
350        * sp35/priinv.c: Remove warning.
351
3522007-03-10      Joel Sherrill <joel@OARcorp.com>
353
354        * sp26/system.h: Remove incorrect and duplicate
355        CONFIGURE_EXTRA_TASK_STACKS.
356
3572007-03-05      Joel Sherrill <joel@OARcorp.com>
358
359        PR 1222/cpukit
360        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
361        thread that is blocked on a priority based thread queue is changed,
362        that its placement in the queue is reevaluated based upon the new
363        priority. This enhancement includes modifications to the SuperCore as
364        well as new test cases.
365        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
366        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
367        sp35/sp35.doc, sp35/sp35.scn: New files.
368
3692007-03-05      Joel Sherrill <joel@OARcorp.com>
370
371        * sp26/system.h: Correct memory required for stack sizes.
372
3732007-02-06      Joel Sherrill <joel@OARcorp.com>
374
375        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
376        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
377        tests.
378
3792006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
380
381        * sp33/init.c: Improve barrier test to include normal blocking with
382        manual release and unblocking in barrier deletion.
383
3842006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
385
386        * configure.ac: New BUG-REPORT address.
387
3882006-11-20      Joel Sherrill <joel@OARcorp.com>
389
390        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
391        and make output more compliant with other tests.
392
3932006-11-17      Joel Sherrill <joel@OARcorp.com>
394
395        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
396        cases intended on all targets possible with new heap algorithm.
397
3982006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
399
400        * Makefile.am, configure.ac: Adding Classic API Barriers.
401        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
402        New files.
403
4042006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
405
406        * configure.ac: Require autoconf-2.60. Require automake-1.10.
407
4082006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
409
410        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
411        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
412        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
413        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
414        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
415        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
416        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
417        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
418        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
419        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
420        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
421        Use rtems_testsdir instead.
422
4232006-04-05      Joel Sherrill <joel@OARcorp.com>
424                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
425
426        * spsize/size.c: Victor spotted the problem that
427        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
428        variables and needed to be set to the same value.  I took that
429        idea and just removed _Thread_MP_Receive.  All uses are now
430        _MPCI_Receive_server_tcb.
431
4322005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
433
434        * configure.ac: Remove RTEMS_ENABLE_BARE,
435        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
436
4372005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
438
439        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
440        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
441        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
442        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
443        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
444        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
445        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
446        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
447        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
448        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
449        spfatal/Makefile.am, spsize/Makefile.am:
450        Convert to use *_PROGRAMS.
451
4522005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
453
454        * sp01/Makefile.am, sp02/Makefile.am,
455        sp03/Makefile.am, sp04/Makefile.am,
456        sp05/Makefile.am, sp06/Makefile.am,
457        sp07/Makefile.am, sp08/Makefile.am,
458        sp09/Makefile.am, sp11/Makefile.am,
459        sp12/Makefile.am, sp13/Makefile.am,
460        sp14/Makefile.am, sp15/Makefile.am,
461        sp16/Makefile.am, sp17/Makefile.am,
462        sp19/Makefile.am, sp20/Makefile.am,
463        sp21/Makefile.am, sp22/Makefile.am,
464        sp23/Makefile.am, sp24/Makefile.am,
465        sp25/Makefile.am, sp26/Makefile.am,
466        sp27/Makefile.am, sp28/Makefile.am,
467        sp29/Makefile.am, sp30/Makefile.am,
468        sp31/Makefile.am, sp32/Makefile.am,
469        spfatal/Makefile.am, spsize/Makefile.am: Rework.
470
4712005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
472
473        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
474        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
475        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
476        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
477        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
478        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
479        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
480        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
481        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
482        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
483        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
484        * sptests.am: Remove.
485
4862005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
487
488        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
489        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
490        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
491        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
492        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
493        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
494        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
495        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
496        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
497        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
498        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
499
5002005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
501
502        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
503
5042005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
505
506        * spsize/Makefile.am: Rename TEST to spsize.
507        * spsize/size.scn: Remove.
508        * spsize/spsize.scn: New (renamed from size.scn).
509
5102005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
511
512        * configure.ac: Add spfatal/Makefile.
513        * Makefile.am: Add spfatal to DIST_SUBDIRS.
514        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
515        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
516        * sptests.am: Remove LIB_VARIANT.
517
5182005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
519
520        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
521        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
522        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
523        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
524        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
525        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
526        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
527        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
528        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
529        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
530        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
531
5322005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
533
534        * Makefile.am: Cleanup.
535
5362005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
537
538        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
539        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
540        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
541        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
542        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
543        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
544        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
545        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
546        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
547        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
548        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
549        spfatal/Makefile.am, spsize/Makefile.am:
550        Partial conversion to automake.
551
5522005-03-07      Joel Sherrill <joel@OARcorp.com>
553
554        * sp13/task1.c: Removed warnings.
555
5562004-09-29      Joel Sherrill <joel@OARcorp.com>
557
558        * spsize/size.c: i960 obsoleted and all references removed.
559
5602004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
561
562        * configure.ac: Require automake > 1.9.
563
5642004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
565
566        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
567        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
568        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
569        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
570        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
571        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
572        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
573        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
574        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
575        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
576        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
577        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
578        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
579        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
580        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
581        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
582        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
583        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
584        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
585        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
586        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
587        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
588        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
589        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
590        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
591        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
592        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
593        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
594        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
595        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
596        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
597        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
598
5992004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
600
601        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
602
6032004-03-30      David Querbach <querbach@realtime.bc.ca>
604
605        PR 595/tests
606        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
607        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
608        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
609        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
610        others treat it as a count of longs.
611
6122004-03-30      David Querbach <querbach@realtime.bc.ca>
613
614        PR 596/tests
615        * sp32/init.c: A missing definition of TEST_INIT before including
616        <tmacros.h> means that buffered output will not work even if selected
617        in buffer_test_io.h.
618
6192004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
620
621        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
622        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
623        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
624        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
625        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
626        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
627        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
628        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
629        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
630        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
631        types.
632
6332004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * configure.ac: Add 2nd arg to RTEMS_TOP.
636
6372004-03-05      Joel Sherrill <joel@OARcorp.com>
638
639        * sp07/buffered_io.c: Remove warning.
640
6412004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
644        Add PRE/TMPINSTALL_FILES to CLEANFILES.
645        * sp02/Makefile.am: Ditto.
646        * sp03/Makefile.am: Ditto.
647        * sp04/Makefile.am: Ditto.
648        * sp05/Makefile.am: Ditto.
649        * sp06/Makefile.am: Ditto.
650        * sp07/Makefile.am: Ditto.
651        * sp08/Makefile.am: Ditto.
652        * sp09/Makefile.am: Ditto.
653        * sp11/Makefile.am: Ditto.
654        * sp12/Makefile.am: Ditto.
655        * sp13/Makefile.am: Ditto.
656        * sp14/Makefile.am: Ditto.
657        * sp15/Makefile.am: Ditto.
658        * sp16/Makefile.am: Ditto.
659        * sp17/Makefile.am: Ditto.
660        * sp19/Makefile.am: Ditto.
661        * sp20/Makefile.am: Ditto.
662        * sp21/Makefile.am: Ditto.
663        * sp22/Makefile.am: Ditto.
664        * sp23/Makefile.am: Ditto.
665        * sp24/Makefile.am: Ditto.
666        * sp25/Makefile.am: Ditto.
667        * sp26/Makefile.am: Ditto.
668        * sp27/Makefile.am: Ditto.
669        * sp28/Makefile.am: Ditto.
670        * sp29/Makefile.am: Ditto.
671        * sp30/Makefile.am: Ditto.
672        * sp31/Makefile.am: Ditto.
673        * sp32/Makefile.am: Ditto.
674        * spfatal/Makefile.am: Ditto.
675        * spsize/Makefile.am: Ditto.
676
6772003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
678
679        * sptests.am: Add dirstamp support.
680
6812003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
684
6852003-12-16      Joel Sherrill <joel@OARcorp.com>
686
687        PR 544/tests
688        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
689        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
690        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
691        make tests account for resources and not print at inappropriate
692        times.
693        * sp07/buffered_io.c: New file.
694
6952003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
698
6992003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * sp01/Makefile.am: Remove all-local: $(ARCH).
702        * sp02/Makefile.am: Remove all-local: $(ARCH).
703        * sp03/Makefile.am: Remove all-local: $(ARCH).
704        * sp04/Makefile.am: Remove all-local: $(ARCH).
705        * sp05/Makefile.am: Remove all-local: $(ARCH).
706        * sp06/Makefile.am: Remove all-local: $(ARCH).
707        * sp07/Makefile.am: Remove all-local: $(ARCH).
708        * sp08/Makefile.am: Remove all-local: $(ARCH).
709        * sp09/Makefile.am: Remove all-local: $(ARCH).
710        * sp11/Makefile.am: Remove all-local: $(ARCH).
711        * sp12/Makefile.am: Remove all-local: $(ARCH).
712        * sp13/Makefile.am: Remove all-local: $(ARCH).
713        * sp14/Makefile.am: Remove all-local: $(ARCH).
714        * sp15/Makefile.am: Remove all-local: $(ARCH).
715        * sp16/Makefile.am: Remove all-local: $(ARCH).
716        * sp17/Makefile.am: Remove all-local: $(ARCH).
717        * sp19/Makefile.am: Remove all-local: $(ARCH).
718        * sp20/Makefile.am: Remove all-local: $(ARCH).
719        * sp21/Makefile.am: Remove all-local: $(ARCH).
720        * sp22/Makefile.am: Remove all-local: $(ARCH).
721        * sp23/Makefile.am: Remove all-local: $(ARCH).
722        * sp24/Makefile.am: Remove all-local: $(ARCH).
723        * sp25/Makefile.am: Remove all-local: $(ARCH).
724        * sp26/Makefile.am: Remove all-local: $(ARCH).
725        * sp27/Makefile.am: Remove all-local: $(ARCH).
726        * sp28/Makefile.am: Remove all-local: $(ARCH).
727        * sp29/Makefile.am: Remove all-local: $(ARCH).
728        * sp30/Makefile.am: Remove all-local: $(ARCH).
729        * sp31/Makefile.am: Remove all-local: $(ARCH).
730        * sp32/Makefile.am: Remove all-local: $(ARCH).
731        * spfatal/Makefile.am: Remove all-local: $(ARCH).
732        * spsize/Makefile.am: Remove all-local: $(ARCH).
733
7342003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * configure.ac: Reflect having moved to testsuites/.
737
7382003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * configure.ac: Remove RTEMS_CANONICAL_HOST.
741
7422003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * configure.ac:Remove RTEMS_CHECK_CPU.
745
7462003-09-04      Joel Sherrill <joel@OARcorp.com>
747
748        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
749        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
750        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
751        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
752        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
753        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
754        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
755        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
756        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
757        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
758        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
759        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
760        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
761        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
762        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
763        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
764        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
765        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
766        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
767        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
768        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
769        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
770        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
771        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
772        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
773        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
774        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
775        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
776        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
777        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
778        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
779        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
780        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
781        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
782        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
783        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
784        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
785        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
786        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
787        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
788        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
789        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
790        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
791        spsize/size.c, spsize/system.h: URL for license changed.
792
7932003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
794
795        PR 458/tests
796        * sp30/task1.c: Correct indexing problem.
797
7982003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * Makefile.am: Reflect having moved aclocal/.
801
8022003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * Makefile.am: Reflect having moved automake/.
805        * sp01/Makefile.am: Reflect having moved automake/.
806        * sp02/Makefile.am: Reflect having moved automake/.
807        * sp03/Makefile.am: Reflect having moved automake/.
808        * sp04/Makefile.am: Reflect having moved automake/.
809        * sp05/Makefile.am: Reflect having moved automake/.
810        * sp06/Makefile.am: Reflect having moved automake/.
811        * sp07/Makefile.am: Reflect having moved automake/.
812        * sp08/Makefile.am: Reflect having moved automake/.
813        * sp09/Makefile.am: Reflect having moved automake/.
814        * sp11/Makefile.am: Reflect having moved automake/.
815        * sp12/Makefile.am: Reflect having moved automake/.
816        * sp13/Makefile.am: Reflect having moved automake/.
817        * sp14/Makefile.am: Reflect having moved automake/.
818        * sp15/Makefile.am: Reflect having moved automake/.
819        * sp16/Makefile.am: Reflect having moved automake/.
820        * sp17/Makefile.am: Reflect having moved automake/.
821        * sp19/Makefile.am: Reflect having moved automake/.
822        * sp20/Makefile.am: Reflect having moved automake/.
823        * sp21/Makefile.am: Reflect having moved automake/.
824        * sp22/Makefile.am: Reflect having moved automake/.
825        * sp23/Makefile.am: Reflect having moved automake/.
826        * sp24/Makefile.am: Reflect having moved automake/.
827        * sp25/Makefile.am: Reflect having moved automake/.
828        * sp26/Makefile.am: Reflect having moved automake/.
829        * sp27/Makefile.am: Reflect having moved automake/.
830        * sp28/Makefile.am: Reflect having moved automake/.
831        * sp29/Makefile.am: Reflect having moved automake/.
832        * sp30/Makefile.am: Reflect having moved automake/.
833        * sp31/Makefile.am: Reflect having moved automake/.
834        * sp32/Makefile.am: Reflect having moved automake/.
835        * spfatal/Makefile.am: Reflect having moved automake/.
836        * spsize/Makefile.am: Reflect having moved automake/.
837
8382003-08-14      Joel Sherrill <joel@OARcorp.com>
839
840        * sp02/task1.c: Added ID to name lookup service and changed name of
841        id/name translation status code. This propagated to multiple
842        functions. The user API service added was rtems_object_id_to_name()
843
8442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
845
846        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
847
8482003-05-29      Joel Sherrill <joel@OARcorp.com>
849
850        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
851
8522003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
855        CC_CFLAGS_DEFAULT (obsolete).
856
8572003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
858
859        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
860        Remove CC_LDFLAGS_PROFILE_V.
861
8622003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
863
864        * configure.ac: Remove AC_CONFIG_AUX_DIR.
865
8662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
867
868        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
869
8702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        * configure.ac: AC_PREREQ(2.57).
873
8742002-11-14      Joel Sherrill <joel@OARcorp.com>
875
876        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
877        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
878        update the IDs in the screens.
879
8802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * .cvsignore: Reformat.
883        Add autom4te*cache.
884        Remove autom4te.cache.
885
8862002-09-14      Joel Sherrill <joel@OARcorp.com>
887
888        * sp32/.cvsignore: New file.
889
8902002-09-14      Aaron J. Grier <aaron@frye.com>
891
892        * PR271 was not applicable against the current source but included
893        a nice test that Joel decided to add to the tree as sp32.
894        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
895        * Makefile.am, configure.ac: Modified to reflect addition.
896
8972002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
898
899        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
900        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
901        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
902        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
903        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
904        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
905        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
906        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
907        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
908        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
909        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
910        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
911        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
912        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
913        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
914        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
915        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
916        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
917        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
918        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
919        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
920        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
921        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
922        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
923        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
924        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
925        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
926        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
927        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
928        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
929        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
930
9312002-08-01      Joel Sherrill <joel@OARcorp.com>
932
933        * Per PR47 add support for buffered test output.  This involved
934        adding defines to redirect output to a buffer and dump it when
935        full, at "test pause", and at exit.  To avoid problems when redefining
936        exit(), all tests were modified to call rtems_test_exit().
937        Some tests, notable psxtests, had to be modified to include
938        the standard test macro .h file (pmacros.h or tmacros.h) to
939        enable this support.
940        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
941        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
942        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
943        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
944        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
945        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
946        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
947
9482002-07-30      Joel Sherrill <joel@OARcorp.com>
949
950        * spsize/size.c: Don't reference the RTEMS allocated interrupt
951        stack if the port doesn't configure using it.
952
9532002-07-04      Joel Sherrill <joel@OARcorp.com>
954
955        * Jump table for single entry point removed.
956        * spsize/size.c:  Modified to reflect above.
957
9582002-07-01      Joel Sherrill <joel@OARcorp.com>
959
960        * sp29/init.c: Corrected definitions for task stack usage.
961
9622002-07-01      Joel Sherrill <joel@OARcorp.com>
963
964        * spsize/size.c: _Thread_queue_Extract_table removed.
965
9662001-05-17      Joel Sherrill <joel@OARcorp.com>
967
968        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
969        number of staticly configured device drivers.
970
9712001-05-14      Joel Sherrill <joel@OARcorp.com>
972
973        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
974        than the configured number of drivers.
975 
9762002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
977
978        * configure.ac: Remove ENABLE_GCC28.
979
9802001-04-04      Joel Sherrill <joel@OARcorp.com>
981
982        * spsize/size.c: Reflect SPARC modifcation to get rid of
983        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
984 
9852001-03-29      Joel Sherrill <joel@OARcorp.com>
986
987        * Per PR147 addressed problems when reseting and inserting a timer
988        into a timer chain that did not honor time passage since the last
989        time the timer server was scheduled and the new insertion.
990        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
991
9922001-03-28      Joel Sherrill <joel@OARcorp.com>
993
994        * Side-effect of PR132.
995        * sp21/system.h: Now must explicitly request NULL driver.
996
9972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
998
999        * configure.ac:
1000        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1001        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1002        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1003        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1004        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1005        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1006        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1007        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1008        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1009        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1010        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1011        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1012        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1013        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1014        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1015        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1016        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1017        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1018        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1019        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1020        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1021        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1022        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1023        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1024        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1025        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1026        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1027        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1028        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1029        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1030        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1031        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1032        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1033        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1034
10352002-03-20      Chris Johns <ccj@acm.org>
1036
1037        * PR145.
1038        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1039        in system (e.g. driver tasks).  Also exit on minimum number of
1040        switches not precise number.
1041
10422001-01-29      Joel Sherrill <joel@OARcorp.com>
1043
1044        * Fixed bug where resetting a timer that was not at the head
1045        of one of the task timer chains resulted in the Timer Server
1046        task waking up too far in the future.
1047        * Added rtems_timer_get_information() directive to support testing.
1048        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1049        above condition.
1050
10512001-01-22      Joel Sherrill <joel@OARcorp.com>
1052
1053        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1054        because priority added as argument to rtems_timer_initiate_server().
1055
10562001-01-16      Joel Sherrill <joel@OARcorp.com>
1057
1058        * Added tests for task-based timers.  This included the new tests
1059        sp30 and sp31.
1060        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1061        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1062        for task-based timer services.
1063        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1064        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1065        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1066        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1067        sp31/task1.c: New files.
1068
10692001-11-01      Joel Sherrill <joel@OARcorp.com>
1070
1071        * sp26/system.h: Properly account for stack memory used by
1072        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1073        and processed as PR78.
1074
10752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1076
1077        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1078        * configure.in: Remove.
1079        * configure.ac: New file, generated from configure.in by autoupdate.
1080
10812001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1082
1083        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1084
10852001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1086
1087        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1088        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1089        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1090        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1091        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1092        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1093        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1094        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1095        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1096        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1097        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1098        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1099        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1100        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1101        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1102        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1103        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1104        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1105        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1106        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1107        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1108        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1109        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1110        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1111        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1112        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1113        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1114        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1115        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1116
11172001-08-16      Joel Sherrill <joel@OARcorp.com>
1118
1119        * sp20/system.h: Account for extra task stacks properly.
1120
11212001-08-16      Joel Sherrill <joel@OARcorp.com>
1122
1123        * sp13/sp13.scn: Id in screen had wrong class field value.
1124        * sp13/system.h: Account for message buffer memory.
1125        * sp13/task2.c: Remove unnecessary check for failure.
1126
11272001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1128
1129        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1130
11312001-04-20      Joel Sherrill <joel@OARcorp.com>
1132
1133        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1134        file.
1135
11362001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1137
1138        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1139
11402001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1141
1142        * sp21/Makefile.am: Remove libtest.
1143
11442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1145
1146        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1147
11482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1149
1150        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1151
11522000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1153
1154        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1155        Switch to GNU canonicalization.
1156        * sptests.am: Remove DEFS.
1157
11582000-09-29      Joel Sherrill <joel@OARcorp.com>
1159
1160        * sp20/sp20.scn: Corrected to reflect new addition.
1161        * sp20/system.h: Removed comment reflecting history.
1162
11632000-09-29      Stephan Merker <merker@decrc.abb.de>
1164
1165        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1166        Added new task to test sequence of altering a period's length
1167        while it is still active.
1168
11692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1170
1171        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1172        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1173        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1174        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1175        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1176        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1177        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1178        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1179        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1180        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1181
11822000-08-10      Joel Sherrill <joel@OARcorp.com>
1183
1184        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.