source: rtems/testsuites/sptests/ChangeLog @ 7294bc97

4.104.114.95
Last change on this file since 7294bc97 was 7294bc97, checked in by Joel Sherrill <joel.sherrill@…>, on 11/06/07 at 20:22:49

2007-11-06 Joel Sherrill <joel.sherrill@…>

  • sp13/system.h: We need 32K of message buffer memory not 32 bytes.
  • Property mode set to 100644
File size: 36.1 KB
Line 
12007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
4
52007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
6
7        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
8        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
9        .scn files.
10
112007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
12
13        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
14        commented out and updated the .scn file.
15
162007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
19        buffered test IO.
20
212007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
24        rtems_io_unregister_driver did not have any test code.
25
262007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * spsize/size.c: Eliminate maximum_drivers configuration parameter
29        since it was used to configure a no longer used feature. Device names
30        are now part of the filesystem not in a table. This also eliminated
31        the variables _IO_Number_of_devices and _IO_Driver_name_table from
32        RTEMS as well as the memory allocation used to populate
33        _IO_Driver_name_table.
34
352007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
38        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
39        properly.
40
412007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * spsize/size.c: Eliminated the variables
44        _RTEMS_tasks_User_initialization_tasks and
45        _RTEMS_tasks_Number_of_initialization_tasks because they were only
46        used in one place after initialized. It was a waste of space.
47
482007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
51        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
52        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
53        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
54        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
55        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
56        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
57        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
58        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
59        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
60        spsize/size.c: Add optional managers to Makefiles. Clean up test
61        cases so last output line follows END OF pattern. Make sure test case
62        all run. All tests appeared ok on sis.
63
642007-04-05      Joel Sherrill <joel@OARcorp.com>
65
66        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
67
682007-04-05      Joel Sherrill <joel@OARcorp.com>
69
70        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
71        CONFIGURE_TEST_NEEDS_XXX configuration constants to
72        CONFIGURE_APPLICATION_NEEDS_XXX.
73
742007-04-02      Joel Sherrill <joel@OARcorp.com>
75
76        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
77
782007-04-02      Joel Sherrill <joel@OARcorp.com>
79
80        * spsize/size.c: Convert from Classic API style TOD_Control as
81        fundamental time structure to POSIX struct timespec. Add
82        clock_get_uptime().
83
842007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
87
882007-03-26      Joel Sherrill <joel@OARcorp.com>
89
90        * sp35/priinv.c: Remove warning.
91
922007-03-10      Joel Sherrill <joel@OARcorp.com>
93
94        * sp26/system.h: Remove incorrect and duplicate
95        CONFIGURE_EXTRA_TASK_STACKS.
96
972007-03-05      Joel Sherrill <joel@OARcorp.com>
98
99        PR 1222/cpukit
100        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
101        thread that is blocked on a priority based thread queue is changed,
102        that its placement in the queue is reevaluated based upon the new
103        priority. This enhancement includes modifications to the SuperCore as
104        well as new test cases.
105        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
106        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
107        sp35/sp35.doc, sp35/sp35.scn: New files.
108
1092007-03-05      Joel Sherrill <joel@OARcorp.com>
110
111        * sp26/system.h: Correct memory required for stack sizes.
112
1132007-02-06      Joel Sherrill <joel@OARcorp.com>
114
115        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
116        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
117        tests.
118
1192006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * sp33/init.c: Improve barrier test to include normal blocking with
122        manual release and unblocking in barrier deletion.
123
1242006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * configure.ac: New BUG-REPORT address.
127
1282006-11-20      Joel Sherrill <joel@OARcorp.com>
129
130        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
131        and make output more compliant with other tests.
132
1332006-11-17      Joel Sherrill <joel@OARcorp.com>
134
135        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
136        cases intended on all targets possible with new heap algorithm.
137
1382006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * Makefile.am, configure.ac: Adding Classic API Barriers.
141        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
142        New files.
143
1442006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * configure.ac: Require autoconf-2.60. Require automake-1.10.
147
1482006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
151        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
152        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
153        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
154        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
155        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
156        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
157        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
158        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
159        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
160        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
161        Use rtems_testsdir instead.
162
1632006-04-05      Joel Sherrill <joel@OARcorp.com>
164                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
165
166        * spsize/size.c: Victor spotted the problem that
167        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
168        variables and needed to be set to the same value.  I took that
169        idea and just removed _Thread_MP_Receive.  All uses are now
170        _MPCI_Receive_server_tcb.
171
1722005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * configure.ac: Remove RTEMS_ENABLE_BARE,
175        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
176
1772005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
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, 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        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
188        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
189        spfatal/Makefile.am, spsize/Makefile.am:
190        Convert to use *_PROGRAMS.
191
1922005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * sp01/Makefile.am, sp02/Makefile.am,
195        sp03/Makefile.am, sp04/Makefile.am,
196        sp05/Makefile.am, sp06/Makefile.am,
197        sp07/Makefile.am, sp08/Makefile.am,
198        sp09/Makefile.am, sp11/Makefile.am,
199        sp12/Makefile.am, sp13/Makefile.am,
200        sp14/Makefile.am, sp15/Makefile.am,
201        sp16/Makefile.am, sp17/Makefile.am,
202        sp19/Makefile.am, sp20/Makefile.am,
203        sp21/Makefile.am, sp22/Makefile.am,
204        sp23/Makefile.am, sp24/Makefile.am,
205        sp25/Makefile.am, sp26/Makefile.am,
206        sp27/Makefile.am, sp28/Makefile.am,
207        sp29/Makefile.am, sp30/Makefile.am,
208        sp31/Makefile.am, sp32/Makefile.am,
209        spfatal/Makefile.am, spsize/Makefile.am: Rework.
210
2112005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
212
213        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
214        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
215        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
216        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
217        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
218        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
219        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
220        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
221        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
222        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
223        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
224        * sptests.am: Remove.
225
2262005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
227
228        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
229        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
230        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
231        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
232        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
233        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
234        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
235        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
236        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
237        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
238        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
239
2402005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
241
242        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
243
2442005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
245
246        * spsize/Makefile.am: Rename TEST to spsize.
247        * spsize/size.scn: Remove.
248        * spsize/spsize.scn: New (renamed from size.scn).
249
2502005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * configure.ac: Add spfatal/Makefile.
253        * Makefile.am: Add spfatal to DIST_SUBDIRS.
254        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
255        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
256        * sptests.am: Remove LIB_VARIANT.
257
2582005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
259
260        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
261        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
262        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
263        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
264        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
265        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
266        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
267        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
268        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
269        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
270        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
271
2722005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
273
274        * Makefile.am: Cleanup.
275
2762005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
277
278        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
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:
290        Partial conversion to automake.
291
2922005-03-07      Joel Sherrill <joel@OARcorp.com>
293
294        * sp13/task1.c: Removed warnings.
295
2962004-09-29      Joel Sherrill <joel@OARcorp.com>
297
298        * spsize/size.c: i960 obsoleted and all references removed.
299
3002004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
301
302        * configure.ac: Require automake > 1.9.
303
3042004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
305
306        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
307        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
308        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
309        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
310        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
311        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
312        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
313        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
314        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
315        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
316        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
317        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
318        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
319        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
320        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
321        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
322        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
323        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
324        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
325        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
326        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
327        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
328        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
329        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
330        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
331        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
332        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
333        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
334        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
335        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
336        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
337        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
338
3392004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
340
341        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
342
3432004-03-30      David Querbach <querbach@realtime.bc.ca>
344
345        PR 595/tests
346        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
347        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
348        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
349        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
350        others treat it as a count of longs.
351
3522004-03-30      David Querbach <querbach@realtime.bc.ca>
353
354        PR 596/tests
355        * sp32/init.c: A missing definition of TEST_INIT before including
356        <tmacros.h> means that buffered output will not work even if selected
357        in buffer_test_io.h.
358
3592004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
360
361        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
362        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
363        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
364        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
365        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
366        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
367        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
368        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
369        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
370        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
371        types.
372
3732004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac: Add 2nd arg to RTEMS_TOP.
376
3772004-03-05      Joel Sherrill <joel@OARcorp.com>
378
379        * sp07/buffered_io.c: Remove warning.
380
3812004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
384        Add PRE/TMPINSTALL_FILES to CLEANFILES.
385        * sp02/Makefile.am: Ditto.
386        * sp03/Makefile.am: Ditto.
387        * sp04/Makefile.am: Ditto.
388        * sp05/Makefile.am: Ditto.
389        * sp06/Makefile.am: Ditto.
390        * sp07/Makefile.am: Ditto.
391        * sp08/Makefile.am: Ditto.
392        * sp09/Makefile.am: Ditto.
393        * sp11/Makefile.am: Ditto.
394        * sp12/Makefile.am: Ditto.
395        * sp13/Makefile.am: Ditto.
396        * sp14/Makefile.am: Ditto.
397        * sp15/Makefile.am: Ditto.
398        * sp16/Makefile.am: Ditto.
399        * sp17/Makefile.am: Ditto.
400        * sp19/Makefile.am: Ditto.
401        * sp20/Makefile.am: Ditto.
402        * sp21/Makefile.am: Ditto.
403        * sp22/Makefile.am: Ditto.
404        * sp23/Makefile.am: Ditto.
405        * sp24/Makefile.am: Ditto.
406        * sp25/Makefile.am: Ditto.
407        * sp26/Makefile.am: Ditto.
408        * sp27/Makefile.am: Ditto.
409        * sp28/Makefile.am: Ditto.
410        * sp29/Makefile.am: Ditto.
411        * sp30/Makefile.am: Ditto.
412        * sp31/Makefile.am: Ditto.
413        * sp32/Makefile.am: Ditto.
414        * spfatal/Makefile.am: Ditto.
415        * spsize/Makefile.am: Ditto.
416
4172003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * sptests.am: Add dirstamp support.
420
4212003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
424
4252003-12-16      Joel Sherrill <joel@OARcorp.com>
426
427        PR 544/tests
428        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
429        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
430        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
431        make tests account for resources and not print at inappropriate
432        times.
433        * sp07/buffered_io.c: New file.
434
4352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
438
4392003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * sp01/Makefile.am: Remove all-local: $(ARCH).
442        * sp02/Makefile.am: Remove all-local: $(ARCH).
443        * sp03/Makefile.am: Remove all-local: $(ARCH).
444        * sp04/Makefile.am: Remove all-local: $(ARCH).
445        * sp05/Makefile.am: Remove all-local: $(ARCH).
446        * sp06/Makefile.am: Remove all-local: $(ARCH).
447        * sp07/Makefile.am: Remove all-local: $(ARCH).
448        * sp08/Makefile.am: Remove all-local: $(ARCH).
449        * sp09/Makefile.am: Remove all-local: $(ARCH).
450        * sp11/Makefile.am: Remove all-local: $(ARCH).
451        * sp12/Makefile.am: Remove all-local: $(ARCH).
452        * sp13/Makefile.am: Remove all-local: $(ARCH).
453        * sp14/Makefile.am: Remove all-local: $(ARCH).
454        * sp15/Makefile.am: Remove all-local: $(ARCH).
455        * sp16/Makefile.am: Remove all-local: $(ARCH).
456        * sp17/Makefile.am: Remove all-local: $(ARCH).
457        * sp19/Makefile.am: Remove all-local: $(ARCH).
458        * sp20/Makefile.am: Remove all-local: $(ARCH).
459        * sp21/Makefile.am: Remove all-local: $(ARCH).
460        * sp22/Makefile.am: Remove all-local: $(ARCH).
461        * sp23/Makefile.am: Remove all-local: $(ARCH).
462        * sp24/Makefile.am: Remove all-local: $(ARCH).
463        * sp25/Makefile.am: Remove all-local: $(ARCH).
464        * sp26/Makefile.am: Remove all-local: $(ARCH).
465        * sp27/Makefile.am: Remove all-local: $(ARCH).
466        * sp28/Makefile.am: Remove all-local: $(ARCH).
467        * sp29/Makefile.am: Remove all-local: $(ARCH).
468        * sp30/Makefile.am: Remove all-local: $(ARCH).
469        * sp31/Makefile.am: Remove all-local: $(ARCH).
470        * sp32/Makefile.am: Remove all-local: $(ARCH).
471        * spfatal/Makefile.am: Remove all-local: $(ARCH).
472        * spsize/Makefile.am: Remove all-local: $(ARCH).
473
4742003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * configure.ac: Reflect having moved to testsuites/.
477
4782003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * configure.ac: Remove RTEMS_CANONICAL_HOST.
481
4822003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * configure.ac:Remove RTEMS_CHECK_CPU.
485
4862003-09-04      Joel Sherrill <joel@OARcorp.com>
487
488        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
489        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
490        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
491        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
492        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
493        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
494        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
495        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
496        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
497        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
498        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
499        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
500        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
501        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
502        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
503        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
504        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
505        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
506        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
507        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
508        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
509        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
510        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
511        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
512        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
513        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
514        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
515        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
516        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
517        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
518        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
519        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
520        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
521        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
522        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
523        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
524        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
525        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
526        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
527        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
528        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
529        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
530        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
531        spsize/size.c, spsize/system.h: URL for license changed.
532
5332003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
534
535        PR 458/tests
536        * sp30/task1.c: Correct indexing problem.
537
5382003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * Makefile.am: Reflect having moved aclocal/.
541
5422003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * Makefile.am: Reflect having moved automake/.
545        * sp01/Makefile.am: Reflect having moved automake/.
546        * sp02/Makefile.am: Reflect having moved automake/.
547        * sp03/Makefile.am: Reflect having moved automake/.
548        * sp04/Makefile.am: Reflect having moved automake/.
549        * sp05/Makefile.am: Reflect having moved automake/.
550        * sp06/Makefile.am: Reflect having moved automake/.
551        * sp07/Makefile.am: Reflect having moved automake/.
552        * sp08/Makefile.am: Reflect having moved automake/.
553        * sp09/Makefile.am: Reflect having moved automake/.
554        * sp11/Makefile.am: Reflect having moved automake/.
555        * sp12/Makefile.am: Reflect having moved automake/.
556        * sp13/Makefile.am: Reflect having moved automake/.
557        * sp14/Makefile.am: Reflect having moved automake/.
558        * sp15/Makefile.am: Reflect having moved automake/.
559        * sp16/Makefile.am: Reflect having moved automake/.
560        * sp17/Makefile.am: Reflect having moved automake/.
561        * sp19/Makefile.am: Reflect having moved automake/.
562        * sp20/Makefile.am: Reflect having moved automake/.
563        * sp21/Makefile.am: Reflect having moved automake/.
564        * sp22/Makefile.am: Reflect having moved automake/.
565        * sp23/Makefile.am: Reflect having moved automake/.
566        * sp24/Makefile.am: Reflect having moved automake/.
567        * sp25/Makefile.am: Reflect having moved automake/.
568        * sp26/Makefile.am: Reflect having moved automake/.
569        * sp27/Makefile.am: Reflect having moved automake/.
570        * sp28/Makefile.am: Reflect having moved automake/.
571        * sp29/Makefile.am: Reflect having moved automake/.
572        * sp30/Makefile.am: Reflect having moved automake/.
573        * sp31/Makefile.am: Reflect having moved automake/.
574        * sp32/Makefile.am: Reflect having moved automake/.
575        * spfatal/Makefile.am: Reflect having moved automake/.
576        * spsize/Makefile.am: Reflect having moved automake/.
577
5782003-08-14      Joel Sherrill <joel@OARcorp.com>
579
580        * sp02/task1.c: Added ID to name lookup service and changed name of
581        id/name translation status code. This propagated to multiple
582        functions. The user API service added was rtems_object_id_to_name()
583
5842003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
587
5882003-05-29      Joel Sherrill <joel@OARcorp.com>
589
590        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
591
5922003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
595        CC_CFLAGS_DEFAULT (obsolete).
596
5972003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
600        Remove CC_LDFLAGS_PROFILE_V.
601
6022003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * configure.ac: Remove AC_CONFIG_AUX_DIR.
605
6062003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
609
6102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * configure.ac: AC_PREREQ(2.57).
613
6142002-11-14      Joel Sherrill <joel@OARcorp.com>
615
616        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
617        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
618        update the IDs in the screens.
619
6202002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * .cvsignore: Reformat.
623        Add autom4te*cache.
624        Remove autom4te.cache.
625
6262002-09-14      Joel Sherrill <joel@OARcorp.com>
627
628        * sp32/.cvsignore: New file.
629
6302002-09-14      Aaron J. Grier <aaron@frye.com>
631
632        * PR271 was not applicable against the current source but included
633        a nice test that Joel decided to add to the tree as sp32.
634        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
635        * Makefile.am, configure.ac: Modified to reflect addition.
636
6372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
640        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
641        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
642        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
643        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
644        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
645        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
646        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
647        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
648        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
649        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
650        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
651        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
652        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
653        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
654        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
655        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
656        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
657        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
658        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
659        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
660        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
661        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
662        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
663        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
664        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
665        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
666        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
667        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
668        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
669        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
670
6712002-08-01      Joel Sherrill <joel@OARcorp.com>
672
673        * Per PR47 add support for buffered test output.  This involved
674        adding defines to redirect output to a buffer and dump it when
675        full, at "test pause", and at exit.  To avoid problems when redefining
676        exit(), all tests were modified to call rtems_test_exit().
677        Some tests, notable psxtests, had to be modified to include
678        the standard test macro .h file (pmacros.h or tmacros.h) to
679        enable this support.
680        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
681        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
682        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
683        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
684        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
685        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
686        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
687
6882002-07-30      Joel Sherrill <joel@OARcorp.com>
689
690        * spsize/size.c: Don't reference the RTEMS allocated interrupt
691        stack if the port doesn't configure using it.
692
6932002-07-04      Joel Sherrill <joel@OARcorp.com>
694
695        * Jump table for single entry point removed.
696        * spsize/size.c:  Modified to reflect above.
697
6982002-07-01      Joel Sherrill <joel@OARcorp.com>
699
700        * sp29/init.c: Corrected definitions for task stack usage.
701
7022002-07-01      Joel Sherrill <joel@OARcorp.com>
703
704        * spsize/size.c: _Thread_queue_Extract_table removed.
705
7062001-05-17      Joel Sherrill <joel@OARcorp.com>
707
708        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
709        number of staticly configured device drivers.
710
7112001-05-14      Joel Sherrill <joel@OARcorp.com>
712
713        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
714        than the configured number of drivers.
715 
7162002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * configure.ac: Remove ENABLE_GCC28.
719
7202001-04-04      Joel Sherrill <joel@OARcorp.com>
721
722        * spsize/size.c: Reflect SPARC modifcation to get rid of
723        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
724 
7252001-03-29      Joel Sherrill <joel@OARcorp.com>
726
727        * Per PR147 addressed problems when reseting and inserting a timer
728        into a timer chain that did not honor time passage since the last
729        time the timer server was scheduled and the new insertion.
730        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
731
7322001-03-28      Joel Sherrill <joel@OARcorp.com>
733
734        * Side-effect of PR132.
735        * sp21/system.h: Now must explicitly request NULL driver.
736
7372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * configure.ac:
740        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
741        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
742        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
743        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
744        * Makefile.am: Remove AUTOMAKE_OPTIONS.
745        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
746        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
747        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
748        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
749        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
750        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
751        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
752        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
753        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
754        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
755        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
756        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
757        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
758        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
759        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
760        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
761        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
762        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
763        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
764        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
765        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
766        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
767        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
768        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
769        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
770        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
771        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
772        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
773        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
774
7752002-03-20      Chris Johns <ccj@acm.org>
776
777        * PR145.
778        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
779        in system (e.g. driver tasks).  Also exit on minimum number of
780        switches not precise number.
781
7822001-01-29      Joel Sherrill <joel@OARcorp.com>
783
784        * Fixed bug where resetting a timer that was not at the head
785        of one of the task timer chains resulted in the Timer Server
786        task waking up too far in the future.
787        * Added rtems_timer_get_information() directive to support testing.
788        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
789        above condition.
790
7912001-01-22      Joel Sherrill <joel@OARcorp.com>
792
793        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
794        because priority added as argument to rtems_timer_initiate_server().
795
7962001-01-16      Joel Sherrill <joel@OARcorp.com>
797
798        * Added tests for task-based timers.  This included the new tests
799        sp30 and sp31.
800        * Makefile.am, configure.ac: Modified to reflect new tests and files.
801        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
802        for task-based timer services.
803        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
804        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
805        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
806        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
807        sp31/task1.c: New files.
808
8092001-11-01      Joel Sherrill <joel@OARcorp.com>
810
811        * sp26/system.h: Properly account for stack memory used by
812        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
813        and processed as PR78.
814
8152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
816
817        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
818        * configure.in: Remove.
819        * configure.ac: New file, generated from configure.in by autoupdate.
820
8212001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
822
823        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
824
8252001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
828        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
829        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
830        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
831        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
832        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
833        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
834        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
835        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
836        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
837        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
838        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
839        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
840        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
841        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
842        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
843        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
844        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
845        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
846        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
847        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
848        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
849        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
850        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
851        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
852        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
853        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
854        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
855        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
856
8572001-08-16      Joel Sherrill <joel@OARcorp.com>
858
859        * sp20/system.h: Account for extra task stacks properly.
860
8612001-08-16      Joel Sherrill <joel@OARcorp.com>
862
863        * sp13/sp13.scn: Id in screen had wrong class field value.
864        * sp13/system.h: Account for message buffer memory.
865        * sp13/task2.c: Remove unnecessary check for failure.
866
8672001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
868
869        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
870
8712001-04-20      Joel Sherrill <joel@OARcorp.com>
872
873        * sp298/sp28.scn: Minor adjustment so test output matches the screen
874        file.
875
8762001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
879
8802001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * sp21/Makefile.am: Remove libtest.
883
8842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885
886        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
887
8882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
891
8922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
895        Switch to GNU canonicalization.
896        * sptests.am: Remove DEFS.
897
8982000-09-29      Joel Sherrill <joel@OARcorp.com>
899
900        * sp20/sp20.scn: Corrected to reflect new addition.
901        * sp20/system.h: Removed comment reflecting history.
902
9032000-09-29      Stephan Merker <merker@decrc.abb.de>
904
905        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
906        Added new task to test sequence of altering a period's length
907        while it is still active.
908
9092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
910
911        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
912        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
913        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
914        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
915        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
916        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
917        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
918        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
919        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
920        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
921
9222000-08-10      Joel Sherrill <joel@OARcorp.com>
923
924        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.