source: rtems/testsuites/sptests/ChangeLog @ 11c16a64

4.104.114.95
Last change on this file since 11c16a64 was 8b7a713, checked in by Joel Sherrill <joel.sherrill@…>, on 01/22/08 at 18:30:14

2008-01-22 Joel Sherrill <joel.sherrill@…>

  • sp39/init.c: Clean up.
  • Property mode set to 100644
File size: 40.2 KB
Line 
12008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * sp39/init.c: Clean up.
4
52008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * sp39/init.c: Modify to improve coverage.
8
92008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
10
11        * sp36/strict_order_mut.c:
12
132008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
16        driver registration.
17        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
18        sp40/system.h: New files.
19
202008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
23        Add test cases for:
24          + message queue create requesting too many message buffers
25            for the available memory
26          + region extend with address inside existing heap
27          + timer server initiate too large a stack, create error
28        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
29          + task set priority while holding resource
30
312008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * Makefile.am, configure.ac: Added sp38 and sp39.
34        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
35        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
36        sp39/sp39.scn, sp39/system.h: New files.
37
382007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * sp36/strict_order_mut.c: New file.
41
422007-12-21      Xi Yang <hiyangxi@gmail.com>
43
44        * Makefile.am, configure.ac: Add support for proper stacking of
45        priority inheritance on mutexes as well as enforce proper order of
46        release.
47        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
48        sp36/sp36.scn: New files.
49
502007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
53        directive instead of violating RTEMS internals.
54
552007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
58        Add test cases for User Extension Manager to improve code coverage.
59        * sp21/task1.c: Fix spelling error.
60
612007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * spsize/size.c: Account for previous changes in calculation of MPCI
64        receive server stack.
65
662007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * sp09/screen07.c, sp09/sp09.scn: Add test for
69        rtems_message_queue_broadcast for bad buffer and count pointers.
70        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
71        with bad priority or initiating twice.
72        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
73        it forces a dispatch.
74        * sp37/init.c: New file.
75
762007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * Makefile.am, configure.ac: Add new tests for interrupt disable,
79        enable, flash, and is in progress. These are normally inlines but
80        also have bodies for non-C code. This test also exercises the odd
81        case of calling clock tick from outside an ISR.
82        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
83
842007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
87        using notepad with the current task's ID or SELF
88        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
89        test missing test cases for clock_get.
90
912007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * sp28/init.c: Add test code for task variables to improve coverage.
94
952007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
98        RTEMS provided accessor macros to obtain configuration fields.
99
1002007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
103        Configuration Table. Eliminate CPU Table from all ports. Delete
104        references to CPU Table in all forms.
105
1062007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
109
1102007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
111
112        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
113        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
114        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
115        to improve test coverage.
116
1172007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
118
119        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
120        coverage.
121
1222007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
125
1262007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
127
128        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
129        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
130        .scn files.
131
1322007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
133
134        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
135        commented out and updated the .scn file.
136
1372007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
138
139        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
140        buffered test IO.
141
1422007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
145        rtems_io_unregister_driver did not have any test code.
146
1472007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * spsize/size.c: Eliminate maximum_drivers configuration parameter
150        since it was used to configure a no longer used feature. Device names
151        are now part of the filesystem not in a table. This also eliminated
152        the variables _IO_Number_of_devices and _IO_Driver_name_table from
153        RTEMS as well as the memory allocation used to populate
154        _IO_Driver_name_table.
155
1562007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
159        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
160        properly.
161
1622007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * spsize/size.c: Eliminated the variables
165        _RTEMS_tasks_User_initialization_tasks and
166        _RTEMS_tasks_Number_of_initialization_tasks because they were only
167        used in one place after initialized. It was a waste of space.
168
1692007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
172        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
173        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
174        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
175        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
176        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
177        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
178        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
179        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
180        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
181        spsize/size.c: Add optional managers to Makefiles. Clean up test
182        cases so last output line follows END OF pattern. Make sure test case
183        all run. All tests appeared ok on sis.
184
1852007-04-05      Joel Sherrill <joel@OARcorp.com>
186
187        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
188
1892007-04-05      Joel Sherrill <joel@OARcorp.com>
190
191        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
192        CONFIGURE_TEST_NEEDS_XXX configuration constants to
193        CONFIGURE_APPLICATION_NEEDS_XXX.
194
1952007-04-02      Joel Sherrill <joel@OARcorp.com>
196
197        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
198
1992007-04-02      Joel Sherrill <joel@OARcorp.com>
200
201        * spsize/size.c: Convert from Classic API style TOD_Control as
202        fundamental time structure to POSIX struct timespec. Add
203        clock_get_uptime().
204
2052007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
206
207        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
208
2092007-03-26      Joel Sherrill <joel@OARcorp.com>
210
211        * sp35/priinv.c: Remove warning.
212
2132007-03-10      Joel Sherrill <joel@OARcorp.com>
214
215        * sp26/system.h: Remove incorrect and duplicate
216        CONFIGURE_EXTRA_TASK_STACKS.
217
2182007-03-05      Joel Sherrill <joel@OARcorp.com>
219
220        PR 1222/cpukit
221        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
222        thread that is blocked on a priority based thread queue is changed,
223        that its placement in the queue is reevaluated based upon the new
224        priority. This enhancement includes modifications to the SuperCore as
225        well as new test cases.
226        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
227        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
228        sp35/sp35.doc, sp35/sp35.scn: New files.
229
2302007-03-05      Joel Sherrill <joel@OARcorp.com>
231
232        * sp26/system.h: Correct memory required for stack sizes.
233
2342007-02-06      Joel Sherrill <joel@OARcorp.com>
235
236        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
237        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
238        tests.
239
2402006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
241
242        * sp33/init.c: Improve barrier test to include normal blocking with
243        manual release and unblocking in barrier deletion.
244
2452006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
246
247        * configure.ac: New BUG-REPORT address.
248
2492006-11-20      Joel Sherrill <joel@OARcorp.com>
250
251        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
252        and make output more compliant with other tests.
253
2542006-11-17      Joel Sherrill <joel@OARcorp.com>
255
256        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
257        cases intended on all targets possible with new heap algorithm.
258
2592006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
260
261        * Makefile.am, configure.ac: Adding Classic API Barriers.
262        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
263        New files.
264
2652006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
266
267        * configure.ac: Require autoconf-2.60. Require automake-1.10.
268
2692006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
270
271        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
272        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
273        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
274        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
275        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
276        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
277        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
278        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
279        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
280        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
281        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
282        Use rtems_testsdir instead.
283
2842006-04-05      Joel Sherrill <joel@OARcorp.com>
285                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
286
287        * spsize/size.c: Victor spotted the problem that
288        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
289        variables and needed to be set to the same value.  I took that
290        idea and just removed _Thread_MP_Receive.  All uses are now
291        _MPCI_Receive_server_tcb.
292
2932005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
294
295        * configure.ac: Remove RTEMS_ENABLE_BARE,
296        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
297
2982005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
299
300        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
301        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
302        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
303        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
304        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
305        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
306        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
307        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
308        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
309        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
310        spfatal/Makefile.am, spsize/Makefile.am:
311        Convert to use *_PROGRAMS.
312
3132005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
314
315        * sp01/Makefile.am, sp02/Makefile.am,
316        sp03/Makefile.am, sp04/Makefile.am,
317        sp05/Makefile.am, sp06/Makefile.am,
318        sp07/Makefile.am, sp08/Makefile.am,
319        sp09/Makefile.am, sp11/Makefile.am,
320        sp12/Makefile.am, sp13/Makefile.am,
321        sp14/Makefile.am, sp15/Makefile.am,
322        sp16/Makefile.am, sp17/Makefile.am,
323        sp19/Makefile.am, sp20/Makefile.am,
324        sp21/Makefile.am, sp22/Makefile.am,
325        sp23/Makefile.am, sp24/Makefile.am,
326        sp25/Makefile.am, sp26/Makefile.am,
327        sp27/Makefile.am, sp28/Makefile.am,
328        sp29/Makefile.am, sp30/Makefile.am,
329        sp31/Makefile.am, sp32/Makefile.am,
330        spfatal/Makefile.am, spsize/Makefile.am: Rework.
331
3322005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
335        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
336        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
337        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
338        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
339        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
340        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
341        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
342        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
343        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
344        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
345        * sptests.am: Remove.
346
3472005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
348
349        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
350        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
351        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
352        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
353        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
354        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
355        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
356        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
357        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
358        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
359        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
360
3612005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
362
363        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
364
3652005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
366
367        * spsize/Makefile.am: Rename TEST to spsize.
368        * spsize/size.scn: Remove.
369        * spsize/spsize.scn: New (renamed from size.scn).
370
3712005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
372
373        * configure.ac: Add spfatal/Makefile.
374        * Makefile.am: Add spfatal to DIST_SUBDIRS.
375        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
376        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
377        * sptests.am: Remove LIB_VARIANT.
378
3792005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
380
381        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
382        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
383        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
384        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
385        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
386        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
387        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
388        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
389        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
390        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
391        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
392
3932005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
394
395        * Makefile.am: Cleanup.
396
3972005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
398
399        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
400        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
401        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
402        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
403        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
404        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
405        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
406        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
407        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
408        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
409        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
410        spfatal/Makefile.am, spsize/Makefile.am:
411        Partial conversion to automake.
412
4132005-03-07      Joel Sherrill <joel@OARcorp.com>
414
415        * sp13/task1.c: Removed warnings.
416
4172004-09-29      Joel Sherrill <joel@OARcorp.com>
418
419        * spsize/size.c: i960 obsoleted and all references removed.
420
4212004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
422
423        * configure.ac: Require automake > 1.9.
424
4252004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
426
427        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
428        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
429        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
430        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
431        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
432        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
433        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
434        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
435        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
436        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
437        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
438        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
439        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
440        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
441        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
442        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
443        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
444        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
445        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
446        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
447        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
448        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
449        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
450        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
451        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
452        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
453        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
454        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
455        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
456        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
457        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
458        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
459
4602004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
461
462        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
463
4642004-03-30      David Querbach <querbach@realtime.bc.ca>
465
466        PR 595/tests
467        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
468        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
469        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
470        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
471        others treat it as a count of longs.
472
4732004-03-30      David Querbach <querbach@realtime.bc.ca>
474
475        PR 596/tests
476        * sp32/init.c: A missing definition of TEST_INIT before including
477        <tmacros.h> means that buffered output will not work even if selected
478        in buffer_test_io.h.
479
4802004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
481
482        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
483        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
484        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
485        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
486        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
487        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
488        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
489        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
490        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
491        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
492        types.
493
4942004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * configure.ac: Add 2nd arg to RTEMS_TOP.
497
4982004-03-05      Joel Sherrill <joel@OARcorp.com>
499
500        * sp07/buffered_io.c: Remove warning.
501
5022004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
505        Add PRE/TMPINSTALL_FILES to CLEANFILES.
506        * sp02/Makefile.am: Ditto.
507        * sp03/Makefile.am: Ditto.
508        * sp04/Makefile.am: Ditto.
509        * sp05/Makefile.am: Ditto.
510        * sp06/Makefile.am: Ditto.
511        * sp07/Makefile.am: Ditto.
512        * sp08/Makefile.am: Ditto.
513        * sp09/Makefile.am: Ditto.
514        * sp11/Makefile.am: Ditto.
515        * sp12/Makefile.am: Ditto.
516        * sp13/Makefile.am: Ditto.
517        * sp14/Makefile.am: Ditto.
518        * sp15/Makefile.am: Ditto.
519        * sp16/Makefile.am: Ditto.
520        * sp17/Makefile.am: Ditto.
521        * sp19/Makefile.am: Ditto.
522        * sp20/Makefile.am: Ditto.
523        * sp21/Makefile.am: Ditto.
524        * sp22/Makefile.am: Ditto.
525        * sp23/Makefile.am: Ditto.
526        * sp24/Makefile.am: Ditto.
527        * sp25/Makefile.am: Ditto.
528        * sp26/Makefile.am: Ditto.
529        * sp27/Makefile.am: Ditto.
530        * sp28/Makefile.am: Ditto.
531        * sp29/Makefile.am: Ditto.
532        * sp30/Makefile.am: Ditto.
533        * sp31/Makefile.am: Ditto.
534        * sp32/Makefile.am: Ditto.
535        * spfatal/Makefile.am: Ditto.
536        * spsize/Makefile.am: Ditto.
537
5382003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * sptests.am: Add dirstamp support.
541
5422003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
545
5462003-12-16      Joel Sherrill <joel@OARcorp.com>
547
548        PR 544/tests
549        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
550        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
551        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
552        make tests account for resources and not print at inappropriate
553        times.
554        * sp07/buffered_io.c: New file.
555
5562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
559
5602003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * sp01/Makefile.am: Remove all-local: $(ARCH).
563        * sp02/Makefile.am: Remove all-local: $(ARCH).
564        * sp03/Makefile.am: Remove all-local: $(ARCH).
565        * sp04/Makefile.am: Remove all-local: $(ARCH).
566        * sp05/Makefile.am: Remove all-local: $(ARCH).
567        * sp06/Makefile.am: Remove all-local: $(ARCH).
568        * sp07/Makefile.am: Remove all-local: $(ARCH).
569        * sp08/Makefile.am: Remove all-local: $(ARCH).
570        * sp09/Makefile.am: Remove all-local: $(ARCH).
571        * sp11/Makefile.am: Remove all-local: $(ARCH).
572        * sp12/Makefile.am: Remove all-local: $(ARCH).
573        * sp13/Makefile.am: Remove all-local: $(ARCH).
574        * sp14/Makefile.am: Remove all-local: $(ARCH).
575        * sp15/Makefile.am: Remove all-local: $(ARCH).
576        * sp16/Makefile.am: Remove all-local: $(ARCH).
577        * sp17/Makefile.am: Remove all-local: $(ARCH).
578        * sp19/Makefile.am: Remove all-local: $(ARCH).
579        * sp20/Makefile.am: Remove all-local: $(ARCH).
580        * sp21/Makefile.am: Remove all-local: $(ARCH).
581        * sp22/Makefile.am: Remove all-local: $(ARCH).
582        * sp23/Makefile.am: Remove all-local: $(ARCH).
583        * sp24/Makefile.am: Remove all-local: $(ARCH).
584        * sp25/Makefile.am: Remove all-local: $(ARCH).
585        * sp26/Makefile.am: Remove all-local: $(ARCH).
586        * sp27/Makefile.am: Remove all-local: $(ARCH).
587        * sp28/Makefile.am: Remove all-local: $(ARCH).
588        * sp29/Makefile.am: Remove all-local: $(ARCH).
589        * sp30/Makefile.am: Remove all-local: $(ARCH).
590        * sp31/Makefile.am: Remove all-local: $(ARCH).
591        * sp32/Makefile.am: Remove all-local: $(ARCH).
592        * spfatal/Makefile.am: Remove all-local: $(ARCH).
593        * spsize/Makefile.am: Remove all-local: $(ARCH).
594
5952003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * configure.ac: Reflect having moved to testsuites/.
598
5992003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * configure.ac: Remove RTEMS_CANONICAL_HOST.
602
6032003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * configure.ac:Remove RTEMS_CHECK_CPU.
606
6072003-09-04      Joel Sherrill <joel@OARcorp.com>
608
609        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
610        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
611        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
612        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
613        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
614        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
615        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
616        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
617        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
618        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
619        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
620        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
621        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
622        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
623        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
624        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
625        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
626        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
627        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
628        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
629        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
630        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
631        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
632        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
633        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
634        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
635        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
636        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
637        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
638        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
639        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
640        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
641        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
642        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
643        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
644        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
645        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
646        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
647        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
648        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
649        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
650        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
651        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
652        spsize/size.c, spsize/system.h: URL for license changed.
653
6542003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
655
656        PR 458/tests
657        * sp30/task1.c: Correct indexing problem.
658
6592003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * Makefile.am: Reflect having moved aclocal/.
662
6632003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * Makefile.am: Reflect having moved automake/.
666        * sp01/Makefile.am: Reflect having moved automake/.
667        * sp02/Makefile.am: Reflect having moved automake/.
668        * sp03/Makefile.am: Reflect having moved automake/.
669        * sp04/Makefile.am: Reflect having moved automake/.
670        * sp05/Makefile.am: Reflect having moved automake/.
671        * sp06/Makefile.am: Reflect having moved automake/.
672        * sp07/Makefile.am: Reflect having moved automake/.
673        * sp08/Makefile.am: Reflect having moved automake/.
674        * sp09/Makefile.am: Reflect having moved automake/.
675        * sp11/Makefile.am: Reflect having moved automake/.
676        * sp12/Makefile.am: Reflect having moved automake/.
677        * sp13/Makefile.am: Reflect having moved automake/.
678        * sp14/Makefile.am: Reflect having moved automake/.
679        * sp15/Makefile.am: Reflect having moved automake/.
680        * sp16/Makefile.am: Reflect having moved automake/.
681        * sp17/Makefile.am: Reflect having moved automake/.
682        * sp19/Makefile.am: Reflect having moved automake/.
683        * sp20/Makefile.am: Reflect having moved automake/.
684        * sp21/Makefile.am: Reflect having moved automake/.
685        * sp22/Makefile.am: Reflect having moved automake/.
686        * sp23/Makefile.am: Reflect having moved automake/.
687        * sp24/Makefile.am: Reflect having moved automake/.
688        * sp25/Makefile.am: Reflect having moved automake/.
689        * sp26/Makefile.am: Reflect having moved automake/.
690        * sp27/Makefile.am: Reflect having moved automake/.
691        * sp28/Makefile.am: Reflect having moved automake/.
692        * sp29/Makefile.am: Reflect having moved automake/.
693        * sp30/Makefile.am: Reflect having moved automake/.
694        * sp31/Makefile.am: Reflect having moved automake/.
695        * sp32/Makefile.am: Reflect having moved automake/.
696        * spfatal/Makefile.am: Reflect having moved automake/.
697        * spsize/Makefile.am: Reflect having moved automake/.
698
6992003-08-14      Joel Sherrill <joel@OARcorp.com>
700
701        * sp02/task1.c: Added ID to name lookup service and changed name of
702        id/name translation status code. This propagated to multiple
703        functions. The user API service added was rtems_object_id_to_name()
704
7052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
708
7092003-05-29      Joel Sherrill <joel@OARcorp.com>
710
711        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
712
7132003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
716        CC_CFLAGS_DEFAULT (obsolete).
717
7182003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
721        Remove CC_LDFLAGS_PROFILE_V.
722
7232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * configure.ac: Remove AC_CONFIG_AUX_DIR.
726
7272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
730
7312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * configure.ac: AC_PREREQ(2.57).
734
7352002-11-14      Joel Sherrill <joel@OARcorp.com>
736
737        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
738        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
739        update the IDs in the screens.
740
7412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
742
743        * .cvsignore: Reformat.
744        Add autom4te*cache.
745        Remove autom4te.cache.
746
7472002-09-14      Joel Sherrill <joel@OARcorp.com>
748
749        * sp32/.cvsignore: New file.
750
7512002-09-14      Aaron J. Grier <aaron@frye.com>
752
753        * PR271 was not applicable against the current source but included
754        a nice test that Joel decided to add to the tree as sp32.
755        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
756        * Makefile.am, configure.ac: Modified to reflect addition.
757
7582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
761        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
762        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
763        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
764        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
765        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
766        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
767        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
768        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
769        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
770        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
771        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
772        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
773        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
774        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
775        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
776        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
777        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
778        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
779        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
780        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
781        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
782        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
783        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
784        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
785        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
786        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
787        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
788        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
789        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
790        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
791
7922002-08-01      Joel Sherrill <joel@OARcorp.com>
793
794        * Per PR47 add support for buffered test output.  This involved
795        adding defines to redirect output to a buffer and dump it when
796        full, at "test pause", and at exit.  To avoid problems when redefining
797        exit(), all tests were modified to call rtems_test_exit().
798        Some tests, notable psxtests, had to be modified to include
799        the standard test macro .h file (pmacros.h or tmacros.h) to
800        enable this support.
801        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
802        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
803        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
804        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
805        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
806        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
807        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
808
8092002-07-30      Joel Sherrill <joel@OARcorp.com>
810
811        * spsize/size.c: Don't reference the RTEMS allocated interrupt
812        stack if the port doesn't configure using it.
813
8142002-07-04      Joel Sherrill <joel@OARcorp.com>
815
816        * Jump table for single entry point removed.
817        * spsize/size.c:  Modified to reflect above.
818
8192002-07-01      Joel Sherrill <joel@OARcorp.com>
820
821        * sp29/init.c: Corrected definitions for task stack usage.
822
8232002-07-01      Joel Sherrill <joel@OARcorp.com>
824
825        * spsize/size.c: _Thread_queue_Extract_table removed.
826
8272001-05-17      Joel Sherrill <joel@OARcorp.com>
828
829        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
830        number of staticly configured device drivers.
831
8322001-05-14      Joel Sherrill <joel@OARcorp.com>
833
834        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
835        than the configured number of drivers.
836 
8372002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * configure.ac: Remove ENABLE_GCC28.
840
8412001-04-04      Joel Sherrill <joel@OARcorp.com>
842
843        * spsize/size.c: Reflect SPARC modifcation to get rid of
844        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
845 
8462001-03-29      Joel Sherrill <joel@OARcorp.com>
847
848        * Per PR147 addressed problems when reseting and inserting a timer
849        into a timer chain that did not honor time passage since the last
850        time the timer server was scheduled and the new insertion.
851        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
852
8532001-03-28      Joel Sherrill <joel@OARcorp.com>
854
855        * Side-effect of PR132.
856        * sp21/system.h: Now must explicitly request NULL driver.
857
8582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        * configure.ac:
861        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
862        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
863        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
864        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
865        * Makefile.am: Remove AUTOMAKE_OPTIONS.
866        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
867        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
868        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
869        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
870        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
871        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
872        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
873        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
874        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
875        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
876        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
877        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
878        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
879        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
880        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
881        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
882        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
883        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
884        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
885        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
886        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
887        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
888        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
889        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
890        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
891        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
892        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
893        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
894        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
895
8962002-03-20      Chris Johns <ccj@acm.org>
897
898        * PR145.
899        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
900        in system (e.g. driver tasks).  Also exit on minimum number of
901        switches not precise number.
902
9032001-01-29      Joel Sherrill <joel@OARcorp.com>
904
905        * Fixed bug where resetting a timer that was not at the head
906        of one of the task timer chains resulted in the Timer Server
907        task waking up too far in the future.
908        * Added rtems_timer_get_information() directive to support testing.
909        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
910        above condition.
911
9122001-01-22      Joel Sherrill <joel@OARcorp.com>
913
914        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
915        because priority added as argument to rtems_timer_initiate_server().
916
9172001-01-16      Joel Sherrill <joel@OARcorp.com>
918
919        * Added tests for task-based timers.  This included the new tests
920        sp30 and sp31.
921        * Makefile.am, configure.ac: Modified to reflect new tests and files.
922        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
923        for task-based timer services.
924        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
925        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
926        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
927        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
928        sp31/task1.c: New files.
929
9302001-11-01      Joel Sherrill <joel@OARcorp.com>
931
932        * sp26/system.h: Properly account for stack memory used by
933        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
934        and processed as PR78.
935
9362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
937
938        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
939        * configure.in: Remove.
940        * configure.ac: New file, generated from configure.in by autoupdate.
941
9422001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
943
944        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
945
9462001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
947
948        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
949        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
950        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
951        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
952        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
953        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
954        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
955        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
956        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
957        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
958        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
959        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
960        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
961        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
962        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
963        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
964        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
965        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
966        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
967        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
968        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
969        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
970        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
971        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
972        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
973        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
974        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
975        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
976        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
977
9782001-08-16      Joel Sherrill <joel@OARcorp.com>
979
980        * sp20/system.h: Account for extra task stacks properly.
981
9822001-08-16      Joel Sherrill <joel@OARcorp.com>
983
984        * sp13/sp13.scn: Id in screen had wrong class field value.
985        * sp13/system.h: Account for message buffer memory.
986        * sp13/task2.c: Remove unnecessary check for failure.
987
9882001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
989
990        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
991
9922001-04-20      Joel Sherrill <joel@OARcorp.com>
993
994        * sp298/sp28.scn: Minor adjustment so test output matches the screen
995        file.
996
9972001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
998
999        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1000
10012001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1002
1003        * sp21/Makefile.am: Remove libtest.
1004
10052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1006
1007        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1008
10092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1010
1011        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1012
10132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1014
1015        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1016        Switch to GNU canonicalization.
1017        * sptests.am: Remove DEFS.
1018
10192000-09-29      Joel Sherrill <joel@OARcorp.com>
1020
1021        * sp20/sp20.scn: Corrected to reflect new addition.
1022        * sp20/system.h: Removed comment reflecting history.
1023
10242000-09-29      Stephan Merker <merker@decrc.abb.de>
1025
1026        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1027        Added new task to test sequence of altering a period's length
1028        while it is still active.
1029
10302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1031
1032        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1033        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1034        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1035        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1036        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1037        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1038        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1039        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1040        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1041        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1042
10432000-08-10      Joel Sherrill <joel@OARcorp.com>
1044
1045        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.