source: rtems/testsuites/sptests/ChangeLog @ 4a4aabc

4.104.114.95
Last change on this file since 4a4aabc was 4a4aabc, checked in by Joel Sherrill <joel.sherrill@…>, on 01/23/08 at 13:58:54

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

Add sp42 to exercise thread queue with knowledge of the implementation
so we can exercise all of the normal paths possible.

  • Makefile.am, configure.ac: Add sp42.
  • sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
  • Property mode set to 100644
File size: 40.8 KB
Line 
12008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        Add sp42 to exercise thread queue with knowledge of the implementation
4        so we can exercise all of the normal paths possible.
5        * Makefile.am, configure.ac: Add sp42.
6        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
7
82008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
9
10        * sp39/init.c: Add case for long timeout on blocking operation.
11        * Makefile.am, configure.ac: Add new test to exercise thread
12        queue blokcing synchronization. sp39 and sp41 are very similar.
13        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
14        sp41/system.h: New files.
15
162008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * sp39/init.c: Clean up.
19
202008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * sp39/init.c: Modify to improve coverage.
23
242008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
25
26        * sp36/strict_order_mut.c:
27
282008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
31        driver registration.
32        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
33        sp40/system.h: New files.
34
352008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
38        Add test cases for:
39          + message queue create requesting too many message buffers
40            for the available memory
41          + region extend with address inside existing heap
42          + timer server initiate too large a stack, create error
43        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
44          + task set priority while holding resource
45
462008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * Makefile.am, configure.ac: Added sp38 and sp39.
49        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
50        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
51        sp39/sp39.scn, sp39/system.h: New files.
52
532007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * sp36/strict_order_mut.c: New file.
56
572007-12-21      Xi Yang <hiyangxi@gmail.com>
58
59        * Makefile.am, configure.ac: Add support for proper stacking of
60        priority inheritance on mutexes as well as enforce proper order of
61        release.
62        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
63        sp36/sp36.scn: New files.
64
652007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
68        directive instead of violating RTEMS internals.
69
702007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
73        Add test cases for User Extension Manager to improve code coverage.
74        * sp21/task1.c: Fix spelling error.
75
762007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * spsize/size.c: Account for previous changes in calculation of MPCI
79        receive server stack.
80
812007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * sp09/screen07.c, sp09/sp09.scn: Add test for
84        rtems_message_queue_broadcast for bad buffer and count pointers.
85        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
86        with bad priority or initiating twice.
87        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
88        it forces a dispatch.
89        * sp37/init.c: New file.
90
912007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * Makefile.am, configure.ac: Add new tests for interrupt disable,
94        enable, flash, and is in progress. These are normally inlines but
95        also have bodies for non-C code. This test also exercises the odd
96        case of calling clock tick from outside an ISR.
97        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
98
992007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
102        using notepad with the current task's ID or SELF
103        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
104        test missing test cases for clock_get.
105
1062007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * sp28/init.c: Add test code for task variables to improve coverage.
109
1102007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
113        RTEMS provided accessor macros to obtain configuration fields.
114
1152007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
118        Configuration Table. Eliminate CPU Table from all ports. Delete
119        references to CPU Table in all forms.
120
1212007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
124
1252007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
126
127        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
128        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
129        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
130        to improve test coverage.
131
1322007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
133
134        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
135        coverage.
136
1372007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
140
1412007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
142
143        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
144        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
145        .scn files.
146
1472007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
148
149        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
150        commented out and updated the .scn file.
151
1522007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
153
154        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
155        buffered test IO.
156
1572007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
160        rtems_io_unregister_driver did not have any test code.
161
1622007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * spsize/size.c: Eliminate maximum_drivers configuration parameter
165        since it was used to configure a no longer used feature. Device names
166        are now part of the filesystem not in a table. This also eliminated
167        the variables _IO_Number_of_devices and _IO_Driver_name_table from
168        RTEMS as well as the memory allocation used to populate
169        _IO_Driver_name_table.
170
1712007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
174        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
175        properly.
176
1772007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
178
179        * spsize/size.c: Eliminated the variables
180        _RTEMS_tasks_User_initialization_tasks and
181        _RTEMS_tasks_Number_of_initialization_tasks because they were only
182        used in one place after initialized. It was a waste of space.
183
1842007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
185
186        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
187        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
188        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
189        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
190        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
191        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
192        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
193        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
194        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
195        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
196        spsize/size.c: Add optional managers to Makefiles. Clean up test
197        cases so last output line follows END OF pattern. Make sure test case
198        all run. All tests appeared ok on sis.
199
2002007-04-05      Joel Sherrill <joel@OARcorp.com>
201
202        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
203
2042007-04-05      Joel Sherrill <joel@OARcorp.com>
205
206        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
207        CONFIGURE_TEST_NEEDS_XXX configuration constants to
208        CONFIGURE_APPLICATION_NEEDS_XXX.
209
2102007-04-02      Joel Sherrill <joel@OARcorp.com>
211
212        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
213
2142007-04-02      Joel Sherrill <joel@OARcorp.com>
215
216        * spsize/size.c: Convert from Classic API style TOD_Control as
217        fundamental time structure to POSIX struct timespec. Add
218        clock_get_uptime().
219
2202007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
223
2242007-03-26      Joel Sherrill <joel@OARcorp.com>
225
226        * sp35/priinv.c: Remove warning.
227
2282007-03-10      Joel Sherrill <joel@OARcorp.com>
229
230        * sp26/system.h: Remove incorrect and duplicate
231        CONFIGURE_EXTRA_TASK_STACKS.
232
2332007-03-05      Joel Sherrill <joel@OARcorp.com>
234
235        PR 1222/cpukit
236        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
237        thread that is blocked on a priority based thread queue is changed,
238        that its placement in the queue is reevaluated based upon the new
239        priority. This enhancement includes modifications to the SuperCore as
240        well as new test cases.
241        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
242        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
243        sp35/sp35.doc, sp35/sp35.scn: New files.
244
2452007-03-05      Joel Sherrill <joel@OARcorp.com>
246
247        * sp26/system.h: Correct memory required for stack sizes.
248
2492007-02-06      Joel Sherrill <joel@OARcorp.com>
250
251        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
252        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
253        tests.
254
2552006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
256
257        * sp33/init.c: Improve barrier test to include normal blocking with
258        manual release and unblocking in barrier deletion.
259
2602006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
261
262        * configure.ac: New BUG-REPORT address.
263
2642006-11-20      Joel Sherrill <joel@OARcorp.com>
265
266        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
267        and make output more compliant with other tests.
268
2692006-11-17      Joel Sherrill <joel@OARcorp.com>
270
271        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
272        cases intended on all targets possible with new heap algorithm.
273
2742006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
275
276        * Makefile.am, configure.ac: Adding Classic API Barriers.
277        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
278        New files.
279
2802006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
281
282        * configure.ac: Require autoconf-2.60. Require automake-1.10.
283
2842006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
285
286        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
287        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
288        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
289        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
290        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
291        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
292        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
293        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
294        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
295        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
296        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
297        Use rtems_testsdir instead.
298
2992006-04-05      Joel Sherrill <joel@OARcorp.com>
300                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
301
302        * spsize/size.c: Victor spotted the problem that
303        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
304        variables and needed to be set to the same value.  I took that
305        idea and just removed _Thread_MP_Receive.  All uses are now
306        _MPCI_Receive_server_tcb.
307
3082005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
309
310        * configure.ac: Remove RTEMS_ENABLE_BARE,
311        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
312
3132005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
314
315        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
316        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
317        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
318        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
319        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
320        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
321        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
322        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
323        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
324        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
325        spfatal/Makefile.am, spsize/Makefile.am:
326        Convert to use *_PROGRAMS.
327
3282005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
329
330        * sp01/Makefile.am, sp02/Makefile.am,
331        sp03/Makefile.am, sp04/Makefile.am,
332        sp05/Makefile.am, sp06/Makefile.am,
333        sp07/Makefile.am, sp08/Makefile.am,
334        sp09/Makefile.am, sp11/Makefile.am,
335        sp12/Makefile.am, sp13/Makefile.am,
336        sp14/Makefile.am, sp15/Makefile.am,
337        sp16/Makefile.am, sp17/Makefile.am,
338        sp19/Makefile.am, sp20/Makefile.am,
339        sp21/Makefile.am, sp22/Makefile.am,
340        sp23/Makefile.am, sp24/Makefile.am,
341        sp25/Makefile.am, sp26/Makefile.am,
342        sp27/Makefile.am, sp28/Makefile.am,
343        sp29/Makefile.am, sp30/Makefile.am,
344        sp31/Makefile.am, sp32/Makefile.am,
345        spfatal/Makefile.am, spsize/Makefile.am: Rework.
346
3472005-11-11      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        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
358        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
359        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
360        * sptests.am: Remove.
361
3622005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
363
364        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
365        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
366        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
367        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
368        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
369        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
370        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
371        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
372        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
373        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
374        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
375
3762005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
377
378        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
379
3802005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
381
382        * spsize/Makefile.am: Rename TEST to spsize.
383        * spsize/size.scn: Remove.
384        * spsize/spsize.scn: New (renamed from size.scn).
385
3862005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
387
388        * configure.ac: Add spfatal/Makefile.
389        * Makefile.am: Add spfatal to DIST_SUBDIRS.
390        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
391        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
392        * sptests.am: Remove LIB_VARIANT.
393
3942005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
395
396        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
397        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
398        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
399        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
400        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
401        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
402        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
403        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
404        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
405        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
406        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
407
4082005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
409
410        * Makefile.am: Cleanup.
411
4122005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
413
414        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
415        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
416        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
417        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
418        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
419        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
420        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
421        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
422        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
423        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
424        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
425        spfatal/Makefile.am, spsize/Makefile.am:
426        Partial conversion to automake.
427
4282005-03-07      Joel Sherrill <joel@OARcorp.com>
429
430        * sp13/task1.c: Removed warnings.
431
4322004-09-29      Joel Sherrill <joel@OARcorp.com>
433
434        * spsize/size.c: i960 obsoleted and all references removed.
435
4362004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
437
438        * configure.ac: Require automake > 1.9.
439
4402004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
441
442        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
443        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
444        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
445        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
446        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
447        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
448        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
449        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
450        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
451        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
452        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
453        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
454        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
455        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
456        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
457        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
458        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
459        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
460        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
461        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
462        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
463        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
464        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
465        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
466        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
467        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
468        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
469        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
470        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
471        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
472        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
473        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
474
4752004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
476
477        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
478
4792004-03-30      David Querbach <querbach@realtime.bc.ca>
480
481        PR 595/tests
482        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
483        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
484        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
485        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
486        others treat it as a count of longs.
487
4882004-03-30      David Querbach <querbach@realtime.bc.ca>
489
490        PR 596/tests
491        * sp32/init.c: A missing definition of TEST_INIT before including
492        <tmacros.h> means that buffered output will not work even if selected
493        in buffer_test_io.h.
494
4952004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
496
497        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
498        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
499        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
500        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
501        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
502        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
503        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
504        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
505        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
506        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
507        types.
508
5092004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * configure.ac: Add 2nd arg to RTEMS_TOP.
512
5132004-03-05      Joel Sherrill <joel@OARcorp.com>
514
515        * sp07/buffered_io.c: Remove warning.
516
5172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
520        Add PRE/TMPINSTALL_FILES to CLEANFILES.
521        * sp02/Makefile.am: Ditto.
522        * sp03/Makefile.am: Ditto.
523        * sp04/Makefile.am: Ditto.
524        * sp05/Makefile.am: Ditto.
525        * sp06/Makefile.am: Ditto.
526        * sp07/Makefile.am: Ditto.
527        * sp08/Makefile.am: Ditto.
528        * sp09/Makefile.am: Ditto.
529        * sp11/Makefile.am: Ditto.
530        * sp12/Makefile.am: Ditto.
531        * sp13/Makefile.am: Ditto.
532        * sp14/Makefile.am: Ditto.
533        * sp15/Makefile.am: Ditto.
534        * sp16/Makefile.am: Ditto.
535        * sp17/Makefile.am: Ditto.
536        * sp19/Makefile.am: Ditto.
537        * sp20/Makefile.am: Ditto.
538        * sp21/Makefile.am: Ditto.
539        * sp22/Makefile.am: Ditto.
540        * sp23/Makefile.am: Ditto.
541        * sp24/Makefile.am: Ditto.
542        * sp25/Makefile.am: Ditto.
543        * sp26/Makefile.am: Ditto.
544        * sp27/Makefile.am: Ditto.
545        * sp28/Makefile.am: Ditto.
546        * sp29/Makefile.am: Ditto.
547        * sp30/Makefile.am: Ditto.
548        * sp31/Makefile.am: Ditto.
549        * sp32/Makefile.am: Ditto.
550        * spfatal/Makefile.am: Ditto.
551        * spsize/Makefile.am: Ditto.
552
5532003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * sptests.am: Add dirstamp support.
556
5572003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
560
5612003-12-16      Joel Sherrill <joel@OARcorp.com>
562
563        PR 544/tests
564        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
565        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
566        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
567        make tests account for resources and not print at inappropriate
568        times.
569        * sp07/buffered_io.c: New file.
570
5712003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
574
5752003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * sp01/Makefile.am: Remove all-local: $(ARCH).
578        * sp02/Makefile.am: Remove all-local: $(ARCH).
579        * sp03/Makefile.am: Remove all-local: $(ARCH).
580        * sp04/Makefile.am: Remove all-local: $(ARCH).
581        * sp05/Makefile.am: Remove all-local: $(ARCH).
582        * sp06/Makefile.am: Remove all-local: $(ARCH).
583        * sp07/Makefile.am: Remove all-local: $(ARCH).
584        * sp08/Makefile.am: Remove all-local: $(ARCH).
585        * sp09/Makefile.am: Remove all-local: $(ARCH).
586        * sp11/Makefile.am: Remove all-local: $(ARCH).
587        * sp12/Makefile.am: Remove all-local: $(ARCH).
588        * sp13/Makefile.am: Remove all-local: $(ARCH).
589        * sp14/Makefile.am: Remove all-local: $(ARCH).
590        * sp15/Makefile.am: Remove all-local: $(ARCH).
591        * sp16/Makefile.am: Remove all-local: $(ARCH).
592        * sp17/Makefile.am: Remove all-local: $(ARCH).
593        * sp19/Makefile.am: Remove all-local: $(ARCH).
594        * sp20/Makefile.am: Remove all-local: $(ARCH).
595        * sp21/Makefile.am: Remove all-local: $(ARCH).
596        * sp22/Makefile.am: Remove all-local: $(ARCH).
597        * sp23/Makefile.am: Remove all-local: $(ARCH).
598        * sp24/Makefile.am: Remove all-local: $(ARCH).
599        * sp25/Makefile.am: Remove all-local: $(ARCH).
600        * sp26/Makefile.am: Remove all-local: $(ARCH).
601        * sp27/Makefile.am: Remove all-local: $(ARCH).
602        * sp28/Makefile.am: Remove all-local: $(ARCH).
603        * sp29/Makefile.am: Remove all-local: $(ARCH).
604        * sp30/Makefile.am: Remove all-local: $(ARCH).
605        * sp31/Makefile.am: Remove all-local: $(ARCH).
606        * sp32/Makefile.am: Remove all-local: $(ARCH).
607        * spfatal/Makefile.am: Remove all-local: $(ARCH).
608        * spsize/Makefile.am: Remove all-local: $(ARCH).
609
6102003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * configure.ac: Reflect having moved to testsuites/.
613
6142003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * configure.ac: Remove RTEMS_CANONICAL_HOST.
617
6182003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * configure.ac:Remove RTEMS_CHECK_CPU.
621
6222003-09-04      Joel Sherrill <joel@OARcorp.com>
623
624        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
625        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
626        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
627        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
628        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
629        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
630        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
631        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
632        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
633        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
634        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
635        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
636        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
637        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
638        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
639        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
640        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
641        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
642        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
643        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
644        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
645        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
646        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
647        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
648        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
649        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
650        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
651        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
652        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
653        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
654        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
655        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
656        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
657        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
658        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
659        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
660        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
661        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
662        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
663        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
664        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
665        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
666        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
667        spsize/size.c, spsize/system.h: URL for license changed.
668
6692003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
670
671        PR 458/tests
672        * sp30/task1.c: Correct indexing problem.
673
6742003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * Makefile.am: Reflect having moved aclocal/.
677
6782003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * Makefile.am: Reflect having moved automake/.
681        * sp01/Makefile.am: Reflect having moved automake/.
682        * sp02/Makefile.am: Reflect having moved automake/.
683        * sp03/Makefile.am: Reflect having moved automake/.
684        * sp04/Makefile.am: Reflect having moved automake/.
685        * sp05/Makefile.am: Reflect having moved automake/.
686        * sp06/Makefile.am: Reflect having moved automake/.
687        * sp07/Makefile.am: Reflect having moved automake/.
688        * sp08/Makefile.am: Reflect having moved automake/.
689        * sp09/Makefile.am: Reflect having moved automake/.
690        * sp11/Makefile.am: Reflect having moved automake/.
691        * sp12/Makefile.am: Reflect having moved automake/.
692        * sp13/Makefile.am: Reflect having moved automake/.
693        * sp14/Makefile.am: Reflect having moved automake/.
694        * sp15/Makefile.am: Reflect having moved automake/.
695        * sp16/Makefile.am: Reflect having moved automake/.
696        * sp17/Makefile.am: Reflect having moved automake/.
697        * sp19/Makefile.am: Reflect having moved automake/.
698        * sp20/Makefile.am: Reflect having moved automake/.
699        * sp21/Makefile.am: Reflect having moved automake/.
700        * sp22/Makefile.am: Reflect having moved automake/.
701        * sp23/Makefile.am: Reflect having moved automake/.
702        * sp24/Makefile.am: Reflect having moved automake/.
703        * sp25/Makefile.am: Reflect having moved automake/.
704        * sp26/Makefile.am: Reflect having moved automake/.
705        * sp27/Makefile.am: Reflect having moved automake/.
706        * sp28/Makefile.am: Reflect having moved automake/.
707        * sp29/Makefile.am: Reflect having moved automake/.
708        * sp30/Makefile.am: Reflect having moved automake/.
709        * sp31/Makefile.am: Reflect having moved automake/.
710        * sp32/Makefile.am: Reflect having moved automake/.
711        * spfatal/Makefile.am: Reflect having moved automake/.
712        * spsize/Makefile.am: Reflect having moved automake/.
713
7142003-08-14      Joel Sherrill <joel@OARcorp.com>
715
716        * sp02/task1.c: Added ID to name lookup service and changed name of
717        id/name translation status code. This propagated to multiple
718        functions. The user API service added was rtems_object_id_to_name()
719
7202003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
721
722        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
723
7242003-05-29      Joel Sherrill <joel@OARcorp.com>
725
726        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
727
7282003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
731        CC_CFLAGS_DEFAULT (obsolete).
732
7332003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
736        Remove CC_LDFLAGS_PROFILE_V.
737
7382003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * configure.ac: Remove AC_CONFIG_AUX_DIR.
741
7422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
745
7462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * configure.ac: AC_PREREQ(2.57).
749
7502002-11-14      Joel Sherrill <joel@OARcorp.com>
751
752        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
753        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
754        update the IDs in the screens.
755
7562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * .cvsignore: Reformat.
759        Add autom4te*cache.
760        Remove autom4te.cache.
761
7622002-09-14      Joel Sherrill <joel@OARcorp.com>
763
764        * sp32/.cvsignore: New file.
765
7662002-09-14      Aaron J. Grier <aaron@frye.com>
767
768        * PR271 was not applicable against the current source but included
769        a nice test that Joel decided to add to the tree as sp32.
770        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
771        * Makefile.am, configure.ac: Modified to reflect addition.
772
7732002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
774
775        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
776        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
777        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
778        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
779        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
780        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
781        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
782        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
783        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
784        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
785        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
786        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
787        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
788        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
789        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
790        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
791        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
792        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
793        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
794        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
795        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
796        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
797        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
798        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
799        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
800        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
801        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
802        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
803        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
804        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
805        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
806
8072002-08-01      Joel Sherrill <joel@OARcorp.com>
808
809        * Per PR47 add support for buffered test output.  This involved
810        adding defines to redirect output to a buffer and dump it when
811        full, at "test pause", and at exit.  To avoid problems when redefining
812        exit(), all tests were modified to call rtems_test_exit().
813        Some tests, notable psxtests, had to be modified to include
814        the standard test macro .h file (pmacros.h or tmacros.h) to
815        enable this support.
816        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
817        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
818        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
819        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
820        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
821        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
822        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
823
8242002-07-30      Joel Sherrill <joel@OARcorp.com>
825
826        * spsize/size.c: Don't reference the RTEMS allocated interrupt
827        stack if the port doesn't configure using it.
828
8292002-07-04      Joel Sherrill <joel@OARcorp.com>
830
831        * Jump table for single entry point removed.
832        * spsize/size.c:  Modified to reflect above.
833
8342002-07-01      Joel Sherrill <joel@OARcorp.com>
835
836        * sp29/init.c: Corrected definitions for task stack usage.
837
8382002-07-01      Joel Sherrill <joel@OARcorp.com>
839
840        * spsize/size.c: _Thread_queue_Extract_table removed.
841
8422001-05-17      Joel Sherrill <joel@OARcorp.com>
843
844        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
845        number of staticly configured device drivers.
846
8472001-05-14      Joel Sherrill <joel@OARcorp.com>
848
849        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
850        than the configured number of drivers.
851 
8522002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * configure.ac: Remove ENABLE_GCC28.
855
8562001-04-04      Joel Sherrill <joel@OARcorp.com>
857
858        * spsize/size.c: Reflect SPARC modifcation to get rid of
859        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
860 
8612001-03-29      Joel Sherrill <joel@OARcorp.com>
862
863        * Per PR147 addressed problems when reseting and inserting a timer
864        into a timer chain that did not honor time passage since the last
865        time the timer server was scheduled and the new insertion.
866        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
867
8682001-03-28      Joel Sherrill <joel@OARcorp.com>
869
870        * Side-effect of PR132.
871        * sp21/system.h: Now must explicitly request NULL driver.
872
8732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
874
875        * configure.ac:
876        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
877        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
878        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
879        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
880        * Makefile.am: Remove AUTOMAKE_OPTIONS.
881        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
882        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
883        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
884        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
885        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
886        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
887        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
888        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
889        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
890        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
891        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
892        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
893        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
894        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
895        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
896        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
897        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
898        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
899        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
900        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
901        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
902        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
903        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
904        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
905        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
906        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
907        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
908        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
909        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
910
9112002-03-20      Chris Johns <ccj@acm.org>
912
913        * PR145.
914        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
915        in system (e.g. driver tasks).  Also exit on minimum number of
916        switches not precise number.
917
9182001-01-29      Joel Sherrill <joel@OARcorp.com>
919
920        * Fixed bug where resetting a timer that was not at the head
921        of one of the task timer chains resulted in the Timer Server
922        task waking up too far in the future.
923        * Added rtems_timer_get_information() directive to support testing.
924        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
925        above condition.
926
9272001-01-22      Joel Sherrill <joel@OARcorp.com>
928
929        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
930        because priority added as argument to rtems_timer_initiate_server().
931
9322001-01-16      Joel Sherrill <joel@OARcorp.com>
933
934        * Added tests for task-based timers.  This included the new tests
935        sp30 and sp31.
936        * Makefile.am, configure.ac: Modified to reflect new tests and files.
937        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
938        for task-based timer services.
939        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
940        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
941        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
942        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
943        sp31/task1.c: New files.
944
9452001-11-01      Joel Sherrill <joel@OARcorp.com>
946
947        * sp26/system.h: Properly account for stack memory used by
948        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
949        and processed as PR78.
950
9512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
952
953        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
954        * configure.in: Remove.
955        * configure.ac: New file, generated from configure.in by autoupdate.
956
9572001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
960
9612001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
962
963        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
964        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
965        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
966        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
967        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
968        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
969        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
970        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
971        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
972        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
973        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
974        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
975        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
976        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
977        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
978        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
979        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
980        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
981        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
982        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
983        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
984        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
985        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
986        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
987        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
988        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
989        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
990        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
991        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
992
9932001-08-16      Joel Sherrill <joel@OARcorp.com>
994
995        * sp20/system.h: Account for extra task stacks properly.
996
9972001-08-16      Joel Sherrill <joel@OARcorp.com>
998
999        * sp13/sp13.scn: Id in screen had wrong class field value.
1000        * sp13/system.h: Account for message buffer memory.
1001        * sp13/task2.c: Remove unnecessary check for failure.
1002
10032001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1004
1005        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1006
10072001-04-20      Joel Sherrill <joel@OARcorp.com>
1008
1009        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1010        file.
1011
10122001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1013
1014        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1015
10162001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1017
1018        * sp21/Makefile.am: Remove libtest.
1019
10202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1021
1022        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1023
10242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1025
1026        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1027
10282000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1029
1030        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1031        Switch to GNU canonicalization.
1032        * sptests.am: Remove DEFS.
1033
10342000-09-29      Joel Sherrill <joel@OARcorp.com>
1035
1036        * sp20/sp20.scn: Corrected to reflect new addition.
1037        * sp20/system.h: Removed comment reflecting history.
1038
10392000-09-29      Stephan Merker <merker@decrc.abb.de>
1040
1041        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1042        Added new task to test sequence of altering a period's length
1043        while it is still active.
1044
10452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1046
1047        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1048        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1049        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1050        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1051        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1052        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1053        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1054        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1055        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1056        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1057
10582000-08-10      Joel Sherrill <joel@OARcorp.com>
1059
1060        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.