source: rtems/testsuites/sptests/ChangeLog @ 9185d61

4.104.114.95
Last change on this file since 9185d61 was 9185d61, checked in by Joel Sherrill <joel.sherrill@…>, on 01/23/08 at 13:05:55

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

  • sp39/init.c: Add case for long timeout on blocking operation.
  • Makefile.am, configure.ac: Add new test to exercise thread queue blokcing synchronization. sp39 and sp41 are very similar.
  • sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn, sp41/system.h: New files.
  • Property mode set to 100644
File size: 40.6 KB
Line 
12008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * sp39/init.c: Add case for long timeout on blocking operation.
4        * Makefile.am, configure.ac: Add new test to exercise thread
5        queue blokcing synchronization. sp39 and sp41 are very similar.
6        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
7        sp41/system.h: New files.
8
92008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * sp39/init.c: Clean up.
12
132008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * sp39/init.c: Modify to improve coverage.
16
172008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
18
19        * sp36/strict_order_mut.c:
20
212008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
24        driver registration.
25        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
26        sp40/system.h: New files.
27
282008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
31        Add test cases for:
32          + message queue create requesting too many message buffers
33            for the available memory
34          + region extend with address inside existing heap
35          + timer server initiate too large a stack, create error
36        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
37          + task set priority while holding resource
38
392008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile.am, configure.ac: Added sp38 and sp39.
42        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
43        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
44        sp39/sp39.scn, sp39/system.h: New files.
45
462007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * sp36/strict_order_mut.c: New file.
49
502007-12-21      Xi Yang <hiyangxi@gmail.com>
51
52        * Makefile.am, configure.ac: Add support for proper stacking of
53        priority inheritance on mutexes as well as enforce proper order of
54        release.
55        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
56        sp36/sp36.scn: New files.
57
582007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
61        directive instead of violating RTEMS internals.
62
632007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
66        Add test cases for User Extension Manager to improve code coverage.
67        * sp21/task1.c: Fix spelling error.
68
692007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * spsize/size.c: Account for previous changes in calculation of MPCI
72        receive server stack.
73
742007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * sp09/screen07.c, sp09/sp09.scn: Add test for
77        rtems_message_queue_broadcast for bad buffer and count pointers.
78        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
79        with bad priority or initiating twice.
80        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
81        it forces a dispatch.
82        * sp37/init.c: New file.
83
842007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * Makefile.am, configure.ac: Add new tests for interrupt disable,
87        enable, flash, and is in progress. These are normally inlines but
88        also have bodies for non-C code. This test also exercises the odd
89        case of calling clock tick from outside an ISR.
90        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
91
922007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
95        using notepad with the current task's ID or SELF
96        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
97        test missing test cases for clock_get.
98
992007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * sp28/init.c: Add test code for task variables to improve coverage.
102
1032007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
106        RTEMS provided accessor macros to obtain configuration fields.
107
1082007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
111        Configuration Table. Eliminate CPU Table from all ports. Delete
112        references to CPU Table in all forms.
113
1142007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
117
1182007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
119
120        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
121        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
122        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
123        to improve test coverage.
124
1252007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
126
127        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
128        coverage.
129
1302007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
133
1342007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
135
136        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
137        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
138        .scn files.
139
1402007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
141
142        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
143        commented out and updated the .scn file.
144
1452007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
148        buffered test IO.
149
1502007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
153        rtems_io_unregister_driver did not have any test code.
154
1552007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
156
157        * spsize/size.c: Eliminate maximum_drivers configuration parameter
158        since it was used to configure a no longer used feature. Device names
159        are now part of the filesystem not in a table. This also eliminated
160        the variables _IO_Number_of_devices and _IO_Driver_name_table from
161        RTEMS as well as the memory allocation used to populate
162        _IO_Driver_name_table.
163
1642007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
167        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
168        properly.
169
1702007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
171
172        * spsize/size.c: Eliminated the variables
173        _RTEMS_tasks_User_initialization_tasks and
174        _RTEMS_tasks_Number_of_initialization_tasks because they were only
175        used in one place after initialized. It was a waste of space.
176
1772007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
180        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
181        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
182        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
183        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
184        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
185        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
186        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
187        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
188        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
189        spsize/size.c: Add optional managers to Makefiles. Clean up test
190        cases so last output line follows END OF pattern. Make sure test case
191        all run. All tests appeared ok on sis.
192
1932007-04-05      Joel Sherrill <joel@OARcorp.com>
194
195        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
196
1972007-04-05      Joel Sherrill <joel@OARcorp.com>
198
199        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
200        CONFIGURE_TEST_NEEDS_XXX configuration constants to
201        CONFIGURE_APPLICATION_NEEDS_XXX.
202
2032007-04-02      Joel Sherrill <joel@OARcorp.com>
204
205        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
206
2072007-04-02      Joel Sherrill <joel@OARcorp.com>
208
209        * spsize/size.c: Convert from Classic API style TOD_Control as
210        fundamental time structure to POSIX struct timespec. Add
211        clock_get_uptime().
212
2132007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
214
215        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
216
2172007-03-26      Joel Sherrill <joel@OARcorp.com>
218
219        * sp35/priinv.c: Remove warning.
220
2212007-03-10      Joel Sherrill <joel@OARcorp.com>
222
223        * sp26/system.h: Remove incorrect and duplicate
224        CONFIGURE_EXTRA_TASK_STACKS.
225
2262007-03-05      Joel Sherrill <joel@OARcorp.com>
227
228        PR 1222/cpukit
229        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
230        thread that is blocked on a priority based thread queue is changed,
231        that its placement in the queue is reevaluated based upon the new
232        priority. This enhancement includes modifications to the SuperCore as
233        well as new test cases.
234        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
235        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
236        sp35/sp35.doc, sp35/sp35.scn: New files.
237
2382007-03-05      Joel Sherrill <joel@OARcorp.com>
239
240        * sp26/system.h: Correct memory required for stack sizes.
241
2422007-02-06      Joel Sherrill <joel@OARcorp.com>
243
244        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
245        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
246        tests.
247
2482006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
249
250        * sp33/init.c: Improve barrier test to include normal blocking with
251        manual release and unblocking in barrier deletion.
252
2532006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
254
255        * configure.ac: New BUG-REPORT address.
256
2572006-11-20      Joel Sherrill <joel@OARcorp.com>
258
259        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
260        and make output more compliant with other tests.
261
2622006-11-17      Joel Sherrill <joel@OARcorp.com>
263
264        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
265        cases intended on all targets possible with new heap algorithm.
266
2672006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
268
269        * Makefile.am, configure.ac: Adding Classic API Barriers.
270        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
271        New files.
272
2732006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
274
275        * configure.ac: Require autoconf-2.60. Require automake-1.10.
276
2772006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
278
279        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
280        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
281        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
282        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
283        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
284        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
285        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
286        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
287        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
288        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
289        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
290        Use rtems_testsdir instead.
291
2922006-04-05      Joel Sherrill <joel@OARcorp.com>
293                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
294
295        * spsize/size.c: Victor spotted the problem that
296        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
297        variables and needed to be set to the same value.  I took that
298        idea and just removed _Thread_MP_Receive.  All uses are now
299        _MPCI_Receive_server_tcb.
300
3012005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
302
303        * configure.ac: Remove RTEMS_ENABLE_BARE,
304        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
305
3062005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
307
308        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
309        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
310        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
311        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
312        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
313        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
314        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
315        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
316        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
317        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
318        spfatal/Makefile.am, spsize/Makefile.am:
319        Convert to use *_PROGRAMS.
320
3212005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
322
323        * sp01/Makefile.am, sp02/Makefile.am,
324        sp03/Makefile.am, sp04/Makefile.am,
325        sp05/Makefile.am, sp06/Makefile.am,
326        sp07/Makefile.am, sp08/Makefile.am,
327        sp09/Makefile.am, sp11/Makefile.am,
328        sp12/Makefile.am, sp13/Makefile.am,
329        sp14/Makefile.am, sp15/Makefile.am,
330        sp16/Makefile.am, sp17/Makefile.am,
331        sp19/Makefile.am, sp20/Makefile.am,
332        sp21/Makefile.am, sp22/Makefile.am,
333        sp23/Makefile.am, sp24/Makefile.am,
334        sp25/Makefile.am, sp26/Makefile.am,
335        sp27/Makefile.am, sp28/Makefile.am,
336        sp29/Makefile.am, sp30/Makefile.am,
337        sp31/Makefile.am, sp32/Makefile.am,
338        spfatal/Makefile.am, spsize/Makefile.am: Rework.
339
3402005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
341
342        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
343        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
344        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
345        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
346        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
347        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
348        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
349        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
350        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
351        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
352        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
353        * sptests.am: Remove.
354
3552005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
356
357        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
358        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
359        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
360        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
361        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
362        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
363        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
364        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
365        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
366        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
367        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
368
3692005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
370
371        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
372
3732005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
374
375        * spsize/Makefile.am: Rename TEST to spsize.
376        * spsize/size.scn: Remove.
377        * spsize/spsize.scn: New (renamed from size.scn).
378
3792005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
380
381        * configure.ac: Add spfatal/Makefile.
382        * Makefile.am: Add spfatal to DIST_SUBDIRS.
383        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
384        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
385        * sptests.am: Remove LIB_VARIANT.
386
3872005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
388
389        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
390        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
391        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
392        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
393        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
394        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
395        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
396        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
397        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
398        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
399        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
400
4012005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
402
403        * Makefile.am: Cleanup.
404
4052005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
406
407        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
408        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
409        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
410        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
411        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
412        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
413        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
414        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
415        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
416        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
417        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
418        spfatal/Makefile.am, spsize/Makefile.am:
419        Partial conversion to automake.
420
4212005-03-07      Joel Sherrill <joel@OARcorp.com>
422
423        * sp13/task1.c: Removed warnings.
424
4252004-09-29      Joel Sherrill <joel@OARcorp.com>
426
427        * spsize/size.c: i960 obsoleted and all references removed.
428
4292004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
430
431        * configure.ac: Require automake > 1.9.
432
4332004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
434
435        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
436        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
437        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
438        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
439        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
440        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
441        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
442        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
443        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
444        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
445        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
446        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
447        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
448        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
449        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
450        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
451        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
452        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
453        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
454        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
455        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
456        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
457        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
458        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
459        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
460        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
461        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
462        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
463        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
464        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
465        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
466        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
467
4682004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
469
470        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
471
4722004-03-30      David Querbach <querbach@realtime.bc.ca>
473
474        PR 595/tests
475        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
476        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
477        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
478        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
479        others treat it as a count of longs.
480
4812004-03-30      David Querbach <querbach@realtime.bc.ca>
482
483        PR 596/tests
484        * sp32/init.c: A missing definition of TEST_INIT before including
485        <tmacros.h> means that buffered output will not work even if selected
486        in buffer_test_io.h.
487
4882004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
489
490        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
491        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
492        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
493        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
494        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
495        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
496        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
497        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
498        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
499        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
500        types.
501
5022004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.ac: Add 2nd arg to RTEMS_TOP.
505
5062004-03-05      Joel Sherrill <joel@OARcorp.com>
507
508        * sp07/buffered_io.c: Remove warning.
509
5102004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
513        Add PRE/TMPINSTALL_FILES to CLEANFILES.
514        * sp02/Makefile.am: Ditto.
515        * sp03/Makefile.am: Ditto.
516        * sp04/Makefile.am: Ditto.
517        * sp05/Makefile.am: Ditto.
518        * sp06/Makefile.am: Ditto.
519        * sp07/Makefile.am: Ditto.
520        * sp08/Makefile.am: Ditto.
521        * sp09/Makefile.am: Ditto.
522        * sp11/Makefile.am: Ditto.
523        * sp12/Makefile.am: Ditto.
524        * sp13/Makefile.am: Ditto.
525        * sp14/Makefile.am: Ditto.
526        * sp15/Makefile.am: Ditto.
527        * sp16/Makefile.am: Ditto.
528        * sp17/Makefile.am: Ditto.
529        * sp19/Makefile.am: Ditto.
530        * sp20/Makefile.am: Ditto.
531        * sp21/Makefile.am: Ditto.
532        * sp22/Makefile.am: Ditto.
533        * sp23/Makefile.am: Ditto.
534        * sp24/Makefile.am: Ditto.
535        * sp25/Makefile.am: Ditto.
536        * sp26/Makefile.am: Ditto.
537        * sp27/Makefile.am: Ditto.
538        * sp28/Makefile.am: Ditto.
539        * sp29/Makefile.am: Ditto.
540        * sp30/Makefile.am: Ditto.
541        * sp31/Makefile.am: Ditto.
542        * sp32/Makefile.am: Ditto.
543        * spfatal/Makefile.am: Ditto.
544        * spsize/Makefile.am: Ditto.
545
5462003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * sptests.am: Add dirstamp support.
549
5502003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
553
5542003-12-16      Joel Sherrill <joel@OARcorp.com>
555
556        PR 544/tests
557        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
558        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
559        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
560        make tests account for resources and not print at inappropriate
561        times.
562        * sp07/buffered_io.c: New file.
563
5642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
567
5682003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * sp01/Makefile.am: Remove all-local: $(ARCH).
571        * sp02/Makefile.am: Remove all-local: $(ARCH).
572        * sp03/Makefile.am: Remove all-local: $(ARCH).
573        * sp04/Makefile.am: Remove all-local: $(ARCH).
574        * sp05/Makefile.am: Remove all-local: $(ARCH).
575        * sp06/Makefile.am: Remove all-local: $(ARCH).
576        * sp07/Makefile.am: Remove all-local: $(ARCH).
577        * sp08/Makefile.am: Remove all-local: $(ARCH).
578        * sp09/Makefile.am: Remove all-local: $(ARCH).
579        * sp11/Makefile.am: Remove all-local: $(ARCH).
580        * sp12/Makefile.am: Remove all-local: $(ARCH).
581        * sp13/Makefile.am: Remove all-local: $(ARCH).
582        * sp14/Makefile.am: Remove all-local: $(ARCH).
583        * sp15/Makefile.am: Remove all-local: $(ARCH).
584        * sp16/Makefile.am: Remove all-local: $(ARCH).
585        * sp17/Makefile.am: Remove all-local: $(ARCH).
586        * sp19/Makefile.am: Remove all-local: $(ARCH).
587        * sp20/Makefile.am: Remove all-local: $(ARCH).
588        * sp21/Makefile.am: Remove all-local: $(ARCH).
589        * sp22/Makefile.am: Remove all-local: $(ARCH).
590        * sp23/Makefile.am: Remove all-local: $(ARCH).
591        * sp24/Makefile.am: Remove all-local: $(ARCH).
592        * sp25/Makefile.am: Remove all-local: $(ARCH).
593        * sp26/Makefile.am: Remove all-local: $(ARCH).
594        * sp27/Makefile.am: Remove all-local: $(ARCH).
595        * sp28/Makefile.am: Remove all-local: $(ARCH).
596        * sp29/Makefile.am: Remove all-local: $(ARCH).
597        * sp30/Makefile.am: Remove all-local: $(ARCH).
598        * sp31/Makefile.am: Remove all-local: $(ARCH).
599        * sp32/Makefile.am: Remove all-local: $(ARCH).
600        * spfatal/Makefile.am: Remove all-local: $(ARCH).
601        * spsize/Makefile.am: Remove all-local: $(ARCH).
602
6032003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * configure.ac: Reflect having moved to testsuites/.
606
6072003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * configure.ac: Remove RTEMS_CANONICAL_HOST.
610
6112003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * configure.ac:Remove RTEMS_CHECK_CPU.
614
6152003-09-04      Joel Sherrill <joel@OARcorp.com>
616
617        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
618        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
619        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
620        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
621        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
622        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
623        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
624        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
625        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
626        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
627        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
628        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
629        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
630        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
631        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
632        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
633        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
634        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
635        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
636        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
637        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
638        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
639        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
640        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
641        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
642        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
643        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
644        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
645        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
646        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
647        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
648        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
649        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
650        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
651        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
652        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
653        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
654        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
655        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
656        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
657        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
658        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
659        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
660        spsize/size.c, spsize/system.h: URL for license changed.
661
6622003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
663
664        PR 458/tests
665        * sp30/task1.c: Correct indexing problem.
666
6672003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * Makefile.am: Reflect having moved aclocal/.
670
6712003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * Makefile.am: Reflect having moved automake/.
674        * sp01/Makefile.am: Reflect having moved automake/.
675        * sp02/Makefile.am: Reflect having moved automake/.
676        * sp03/Makefile.am: Reflect having moved automake/.
677        * sp04/Makefile.am: Reflect having moved automake/.
678        * sp05/Makefile.am: Reflect having moved automake/.
679        * sp06/Makefile.am: Reflect having moved automake/.
680        * sp07/Makefile.am: Reflect having moved automake/.
681        * sp08/Makefile.am: Reflect having moved automake/.
682        * sp09/Makefile.am: Reflect having moved automake/.
683        * sp11/Makefile.am: Reflect having moved automake/.
684        * sp12/Makefile.am: Reflect having moved automake/.
685        * sp13/Makefile.am: Reflect having moved automake/.
686        * sp14/Makefile.am: Reflect having moved automake/.
687        * sp15/Makefile.am: Reflect having moved automake/.
688        * sp16/Makefile.am: Reflect having moved automake/.
689        * sp17/Makefile.am: Reflect having moved automake/.
690        * sp19/Makefile.am: Reflect having moved automake/.
691        * sp20/Makefile.am: Reflect having moved automake/.
692        * sp21/Makefile.am: Reflect having moved automake/.
693        * sp22/Makefile.am: Reflect having moved automake/.
694        * sp23/Makefile.am: Reflect having moved automake/.
695        * sp24/Makefile.am: Reflect having moved automake/.
696        * sp25/Makefile.am: Reflect having moved automake/.
697        * sp26/Makefile.am: Reflect having moved automake/.
698        * sp27/Makefile.am: Reflect having moved automake/.
699        * sp28/Makefile.am: Reflect having moved automake/.
700        * sp29/Makefile.am: Reflect having moved automake/.
701        * sp30/Makefile.am: Reflect having moved automake/.
702        * sp31/Makefile.am: Reflect having moved automake/.
703        * sp32/Makefile.am: Reflect having moved automake/.
704        * spfatal/Makefile.am: Reflect having moved automake/.
705        * spsize/Makefile.am: Reflect having moved automake/.
706
7072003-08-14      Joel Sherrill <joel@OARcorp.com>
708
709        * sp02/task1.c: Added ID to name lookup service and changed name of
710        id/name translation status code. This propagated to multiple
711        functions. The user API service added was rtems_object_id_to_name()
712
7132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
716
7172003-05-29      Joel Sherrill <joel@OARcorp.com>
718
719        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
720
7212003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
724        CC_CFLAGS_DEFAULT (obsolete).
725
7262003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
729        Remove CC_LDFLAGS_PROFILE_V.
730
7312003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * configure.ac: Remove AC_CONFIG_AUX_DIR.
734
7352003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
736
737        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
738
7392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * configure.ac: AC_PREREQ(2.57).
742
7432002-11-14      Joel Sherrill <joel@OARcorp.com>
744
745        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
746        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
747        update the IDs in the screens.
748
7492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * .cvsignore: Reformat.
752        Add autom4te*cache.
753        Remove autom4te.cache.
754
7552002-09-14      Joel Sherrill <joel@OARcorp.com>
756
757        * sp32/.cvsignore: New file.
758
7592002-09-14      Aaron J. Grier <aaron@frye.com>
760
761        * PR271 was not applicable against the current source but included
762        a nice test that Joel decided to add to the tree as sp32.
763        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
764        * Makefile.am, configure.ac: Modified to reflect addition.
765
7662002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
767
768        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
769        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
770        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
771        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
772        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
773        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
774        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
775        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
776        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
777        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
778        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
779        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
780        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
781        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
782        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
783        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
784        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
785        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
786        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
787        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
788        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
789        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
790        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
791        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
792        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
793        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
794        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
795        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
796        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
797        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
798        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
799
8002002-08-01      Joel Sherrill <joel@OARcorp.com>
801
802        * Per PR47 add support for buffered test output.  This involved
803        adding defines to redirect output to a buffer and dump it when
804        full, at "test pause", and at exit.  To avoid problems when redefining
805        exit(), all tests were modified to call rtems_test_exit().
806        Some tests, notable psxtests, had to be modified to include
807        the standard test macro .h file (pmacros.h or tmacros.h) to
808        enable this support.
809        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
810        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
811        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
812        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
813        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
814        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
815        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
816
8172002-07-30      Joel Sherrill <joel@OARcorp.com>
818
819        * spsize/size.c: Don't reference the RTEMS allocated interrupt
820        stack if the port doesn't configure using it.
821
8222002-07-04      Joel Sherrill <joel@OARcorp.com>
823
824        * Jump table for single entry point removed.
825        * spsize/size.c:  Modified to reflect above.
826
8272002-07-01      Joel Sherrill <joel@OARcorp.com>
828
829        * sp29/init.c: Corrected definitions for task stack usage.
830
8312002-07-01      Joel Sherrill <joel@OARcorp.com>
832
833        * spsize/size.c: _Thread_queue_Extract_table removed.
834
8352001-05-17      Joel Sherrill <joel@OARcorp.com>
836
837        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
838        number of staticly configured device drivers.
839
8402001-05-14      Joel Sherrill <joel@OARcorp.com>
841
842        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
843        than the configured number of drivers.
844 
8452002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
846
847        * configure.ac: Remove ENABLE_GCC28.
848
8492001-04-04      Joel Sherrill <joel@OARcorp.com>
850
851        * spsize/size.c: Reflect SPARC modifcation to get rid of
852        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
853 
8542001-03-29      Joel Sherrill <joel@OARcorp.com>
855
856        * Per PR147 addressed problems when reseting and inserting a timer
857        into a timer chain that did not honor time passage since the last
858        time the timer server was scheduled and the new insertion.
859        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
860
8612001-03-28      Joel Sherrill <joel@OARcorp.com>
862
863        * Side-effect of PR132.
864        * sp21/system.h: Now must explicitly request NULL driver.
865
8662002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
867
868        * configure.ac:
869        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
870        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
871        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
872        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
873        * Makefile.am: Remove AUTOMAKE_OPTIONS.
874        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
875        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
876        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
877        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
878        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
879        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
880        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
881        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
882        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
883        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
884        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
885        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
886        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
887        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
888        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
889        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
890        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
891        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
892        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
893        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
894        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
895        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
896        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
897        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
898        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
899        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
900        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
901        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
902        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
903
9042002-03-20      Chris Johns <ccj@acm.org>
905
906        * PR145.
907        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
908        in system (e.g. driver tasks).  Also exit on minimum number of
909        switches not precise number.
910
9112001-01-29      Joel Sherrill <joel@OARcorp.com>
912
913        * Fixed bug where resetting a timer that was not at the head
914        of one of the task timer chains resulted in the Timer Server
915        task waking up too far in the future.
916        * Added rtems_timer_get_information() directive to support testing.
917        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
918        above condition.
919
9202001-01-22      Joel Sherrill <joel@OARcorp.com>
921
922        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
923        because priority added as argument to rtems_timer_initiate_server().
924
9252001-01-16      Joel Sherrill <joel@OARcorp.com>
926
927        * Added tests for task-based timers.  This included the new tests
928        sp30 and sp31.
929        * Makefile.am, configure.ac: Modified to reflect new tests and files.
930        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
931        for task-based timer services.
932        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
933        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
934        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
935        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
936        sp31/task1.c: New files.
937
9382001-11-01      Joel Sherrill <joel@OARcorp.com>
939
940        * sp26/system.h: Properly account for stack memory used by
941        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
942        and processed as PR78.
943
9442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
947        * configure.in: Remove.
948        * configure.ac: New file, generated from configure.in by autoupdate.
949
9502001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
951
952        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
953
9542001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
955
956        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
957        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
958        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
959        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
960        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
961        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
962        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
963        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
964        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
965        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
966        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
967        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
968        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
969        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
970        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
971        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
972        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
973        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
974        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
975        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
976        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
977        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
978        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
979        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
980        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
981        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
982        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
983        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
984        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
985
9862001-08-16      Joel Sherrill <joel@OARcorp.com>
987
988        * sp20/system.h: Account for extra task stacks properly.
989
9902001-08-16      Joel Sherrill <joel@OARcorp.com>
991
992        * sp13/sp13.scn: Id in screen had wrong class field value.
993        * sp13/system.h: Account for message buffer memory.
994        * sp13/task2.c: Remove unnecessary check for failure.
995
9962001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
997
998        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
999
10002001-04-20      Joel Sherrill <joel@OARcorp.com>
1001
1002        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1003        file.
1004
10052001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1006
1007        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1008
10092001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1010
1011        * sp21/Makefile.am: Remove libtest.
1012
10132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1014
1015        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1016
10172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1018
1019        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1020
10212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1024        Switch to GNU canonicalization.
1025        * sptests.am: Remove DEFS.
1026
10272000-09-29      Joel Sherrill <joel@OARcorp.com>
1028
1029        * sp20/sp20.scn: Corrected to reflect new addition.
1030        * sp20/system.h: Removed comment reflecting history.
1031
10322000-09-29      Stephan Merker <merker@decrc.abb.de>
1033
1034        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1035        Added new task to test sequence of altering a period's length
1036        while it is still active.
1037
10382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1039
1040        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1041        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1042        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1043        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1044        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1045        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1046        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1047        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1048        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1049        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1050
10512000-08-10      Joel Sherrill <joel@OARcorp.com>
1052
1053        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.