source: rtems/testsuites/sptests/ChangeLog @ ecf19d14

4.8
Last change on this file since ecf19d14 was ecf19d14, checked in by Joel Sherrill <joel.sherrill@…>, on 01/21/09 at 20:48:20

2009-01-21 Nickolay Kolchin <nbkolchin@…>

Joel Sherrill <joel.sherrill@…>

PR 1357/cpukit

  • rtems/src/tasks.c: Ensure creating a task with no ASR is honored.
  • Property mode set to 100644
File size: 36.8 KB
Line 
12009-01-21      Nickolay Kolchin <nbkolchin@gmail.com>
2                Joel Sherrill <joel.sherrill@oarcorp.com>
3
4        PR 1357/cpukit
5        * Makefile.am, configure.ac: Ensure creating a task with no ASR is
6        honored.
7        * sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
8        sp47/sp47.scn: New files.
9
102008-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        PR 1348/cpukit
13        * Makefile.am, configure.ac: Add test of special case of resetting cpu
14        usage information while a period is running.
15        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc: New files.
16
172008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
18
19        PR 1212/cpukit
20        * Makefile.am, configure.ac: Time slicing will not happen if the task
21        mode is changed from a non-timeslicing mode to timeslicing mode if it
22        is done by the executing thread (e.g. in its task body). This change
23        includes sp44 to demonstrate the problem and verify the correction.
24        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
25
262007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
27
28        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
29        coverage.
30
312007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
34
352007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
38        buffered test IO.
39
402007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
43        rtems_io_unregister_driver did not have any test code.
44
452007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * spsize/size.c: Eliminate maximum_drivers configuration parameter
48        since it was used to configure a no longer used feature. Device names
49        are now part of the filesystem not in a table. This also eliminated
50        the variables _IO_Number_of_devices and _IO_Driver_name_table from
51        RTEMS as well as the memory allocation used to populate
52        _IO_Driver_name_table.
53
542007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
57        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
58        properly.
59
602007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * spsize/size.c: Eliminated the variables
63        _RTEMS_tasks_User_initialization_tasks and
64        _RTEMS_tasks_Number_of_initialization_tasks because they were only
65        used in one place after initialized. It was a waste of space.
66
672007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
70        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
71        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
72        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
73        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
74        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
75        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
76        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
77        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
78        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
79        spsize/size.c: Add optional managers to Makefiles. Clean up test
80        cases so last output line follows END OF pattern. Make sure test case
81        all run. All tests appeared ok on sis.
82
832007-04-05      Joel Sherrill <joel@OARcorp.com>
84
85        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
86
872007-04-05      Joel Sherrill <joel@OARcorp.com>
88
89        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
90        CONFIGURE_TEST_NEEDS_XXX configuration constants to
91        CONFIGURE_APPLICATION_NEEDS_XXX.
92
932007-04-02      Joel Sherrill <joel@OARcorp.com>
94
95        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
96
972007-04-02      Joel Sherrill <joel@OARcorp.com>
98
99        * spsize/size.c: Convert from Classic API style TOD_Control as
100        fundamental time structure to POSIX struct timespec. Add
101        clock_get_uptime().
102
1032007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
106
1072007-03-26      Joel Sherrill <joel@OARcorp.com>
108
109        * sp35/priinv.c: Remove warning.
110
1112007-03-10      Joel Sherrill <joel@OARcorp.com>
112
113        * sp26/system.h: Remove incorrect and duplicate
114        CONFIGURE_EXTRA_TASK_STACKS.
115
1162007-03-05      Joel Sherrill <joel@OARcorp.com>
117
118        PR 1222/cpukit
119        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
120        thread that is blocked on a priority based thread queue is changed,
121        that its placement in the queue is reevaluated based upon the new
122        priority. This enhancement includes modifications to the SuperCore as
123        well as new test cases.
124        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
125        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
126        sp35/sp35.doc, sp35/sp35.scn: New files.
127
1282007-03-05      Joel Sherrill <joel@OARcorp.com>
129
130        * sp26/system.h: Correct memory required for stack sizes.
131
1322007-02-06      Joel Sherrill <joel@OARcorp.com>
133
134        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
135        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
136        tests.
137
1382006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * sp33/init.c: Improve barrier test to include normal blocking with
141        manual release and unblocking in barrier deletion.
142
1432006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * configure.ac: New BUG-REPORT address.
146
1472006-11-20      Joel Sherrill <joel@OARcorp.com>
148
149        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
150        and make output more compliant with other tests.
151
1522006-11-17      Joel Sherrill <joel@OARcorp.com>
153
154        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
155        cases intended on all targets possible with new heap algorithm.
156
1572006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * Makefile.am, configure.ac: Adding Classic API Barriers.
160        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
161        New files.
162
1632006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * configure.ac: Require autoconf-2.60. Require automake-1.10.
166
1672006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
170        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
171        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
172        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
173        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
174        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
175        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
176        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
177        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
178        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
179        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
180        Use rtems_testsdir instead.
181
1822006-04-05      Joel Sherrill <joel@OARcorp.com>
183                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
184
185        * spsize/size.c: Victor spotted the problem that
186        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
187        variables and needed to be set to the same value.  I took that
188        idea and just removed _Thread_MP_Receive.  All uses are now
189        _MPCI_Receive_server_tcb.
190
1912005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
192
193        * configure.ac: Remove RTEMS_ENABLE_BARE,
194        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
195
1962005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
199        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
200        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
201        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
202        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
203        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
204        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
205        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
206        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
207        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
208        spfatal/Makefile.am, spsize/Makefile.am:
209        Convert to use *_PROGRAMS.
210
2112005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
212
213        * sp01/Makefile.am, sp02/Makefile.am,
214        sp03/Makefile.am, sp04/Makefile.am,
215        sp05/Makefile.am, sp06/Makefile.am,
216        sp07/Makefile.am, sp08/Makefile.am,
217        sp09/Makefile.am, sp11/Makefile.am,
218        sp12/Makefile.am, sp13/Makefile.am,
219        sp14/Makefile.am, sp15/Makefile.am,
220        sp16/Makefile.am, sp17/Makefile.am,
221        sp19/Makefile.am, sp20/Makefile.am,
222        sp21/Makefile.am, sp22/Makefile.am,
223        sp23/Makefile.am, sp24/Makefile.am,
224        sp25/Makefile.am, sp26/Makefile.am,
225        sp27/Makefile.am, sp28/Makefile.am,
226        sp29/Makefile.am, sp30/Makefile.am,
227        sp31/Makefile.am, sp32/Makefile.am,
228        spfatal/Makefile.am, spsize/Makefile.am: Rework.
229
2302005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
233        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
234        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
235        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
236        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
237        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
238        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
239        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
240        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
241        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
242        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
243        * sptests.am: Remove.
244
2452005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
248        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
249        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
250        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
251        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
252        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
253        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
254        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
255        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
256        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
257        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
258
2592005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
260
261        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
262
2632005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
264
265        * spsize/Makefile.am: Rename TEST to spsize.
266        * spsize/size.scn: Remove.
267        * spsize/spsize.scn: New (renamed from size.scn).
268
2692005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * configure.ac: Add spfatal/Makefile.
272        * Makefile.am: Add spfatal to DIST_SUBDIRS.
273        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
274        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
275        * sptests.am: Remove LIB_VARIANT.
276
2772005-11-07      Ralf Corsepius <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: Remove SRC, PRINT_SRC.
290
2912005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
292
293        * Makefile.am: Cleanup.
294
2952005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
296
297        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
298        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
299        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
300        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
301        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
302        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
303        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
304        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
305        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
306        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
307        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
308        spfatal/Makefile.am, spsize/Makefile.am:
309        Partial conversion to automake.
310
3112005-03-07      Joel Sherrill <joel@OARcorp.com>
312
313        * sp13/task1.c: Removed warnings.
314
3152004-09-29      Joel Sherrill <joel@OARcorp.com>
316
317        * spsize/size.c: i960 obsoleted and all references removed.
318
3192004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
320
321        * configure.ac: Require automake > 1.9.
322
3232004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
324
325        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
326        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
327        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
328        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
329        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
330        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
331        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
332        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
333        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
334        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
335        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
336        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
337        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
338        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
339        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
340        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
341        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
342        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
343        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
344        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
345        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
346        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
347        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
348        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
349        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
350        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
351        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
352        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
353        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
354        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
355        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
356        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
357
3582004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
359
360        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
361
3622004-03-30      David Querbach <querbach@realtime.bc.ca>
363
364        PR 595/tests
365        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
366        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
367        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
368        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
369        others treat it as a count of longs.
370
3712004-03-30      David Querbach <querbach@realtime.bc.ca>
372
373        PR 596/tests
374        * sp32/init.c: A missing definition of TEST_INIT before including
375        <tmacros.h> means that buffered output will not work even if selected
376        in buffer_test_io.h.
377
3782004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
379
380        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
381        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
382        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
383        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
384        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
385        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
386        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
387        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
388        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
389        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
390        types.
391
3922004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.ac: Add 2nd arg to RTEMS_TOP.
395
3962004-03-05      Joel Sherrill <joel@OARcorp.com>
397
398        * sp07/buffered_io.c: Remove warning.
399
4002004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
403        Add PRE/TMPINSTALL_FILES to CLEANFILES.
404        * sp02/Makefile.am: Ditto.
405        * sp03/Makefile.am: Ditto.
406        * sp04/Makefile.am: Ditto.
407        * sp05/Makefile.am: Ditto.
408        * sp06/Makefile.am: Ditto.
409        * sp07/Makefile.am: Ditto.
410        * sp08/Makefile.am: Ditto.
411        * sp09/Makefile.am: Ditto.
412        * sp11/Makefile.am: Ditto.
413        * sp12/Makefile.am: Ditto.
414        * sp13/Makefile.am: Ditto.
415        * sp14/Makefile.am: Ditto.
416        * sp15/Makefile.am: Ditto.
417        * sp16/Makefile.am: Ditto.
418        * sp17/Makefile.am: Ditto.
419        * sp19/Makefile.am: Ditto.
420        * sp20/Makefile.am: Ditto.
421        * sp21/Makefile.am: Ditto.
422        * sp22/Makefile.am: Ditto.
423        * sp23/Makefile.am: Ditto.
424        * sp24/Makefile.am: Ditto.
425        * sp25/Makefile.am: Ditto.
426        * sp26/Makefile.am: Ditto.
427        * sp27/Makefile.am: Ditto.
428        * sp28/Makefile.am: Ditto.
429        * sp29/Makefile.am: Ditto.
430        * sp30/Makefile.am: Ditto.
431        * sp31/Makefile.am: Ditto.
432        * sp32/Makefile.am: Ditto.
433        * spfatal/Makefile.am: Ditto.
434        * spsize/Makefile.am: Ditto.
435
4362003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * sptests.am: Add dirstamp support.
439
4402003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
443
4442003-12-16      Joel Sherrill <joel@OARcorp.com>
445
446        PR 544/tests
447        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
448        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
449        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
450        make tests account for resources and not print at inappropriate
451        times.
452        * sp07/buffered_io.c: New file.
453
4542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
457
4582003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * sp01/Makefile.am: Remove all-local: $(ARCH).
461        * sp02/Makefile.am: Remove all-local: $(ARCH).
462        * sp03/Makefile.am: Remove all-local: $(ARCH).
463        * sp04/Makefile.am: Remove all-local: $(ARCH).
464        * sp05/Makefile.am: Remove all-local: $(ARCH).
465        * sp06/Makefile.am: Remove all-local: $(ARCH).
466        * sp07/Makefile.am: Remove all-local: $(ARCH).
467        * sp08/Makefile.am: Remove all-local: $(ARCH).
468        * sp09/Makefile.am: Remove all-local: $(ARCH).
469        * sp11/Makefile.am: Remove all-local: $(ARCH).
470        * sp12/Makefile.am: Remove all-local: $(ARCH).
471        * sp13/Makefile.am: Remove all-local: $(ARCH).
472        * sp14/Makefile.am: Remove all-local: $(ARCH).
473        * sp15/Makefile.am: Remove all-local: $(ARCH).
474        * sp16/Makefile.am: Remove all-local: $(ARCH).
475        * sp17/Makefile.am: Remove all-local: $(ARCH).
476        * sp19/Makefile.am: Remove all-local: $(ARCH).
477        * sp20/Makefile.am: Remove all-local: $(ARCH).
478        * sp21/Makefile.am: Remove all-local: $(ARCH).
479        * sp22/Makefile.am: Remove all-local: $(ARCH).
480        * sp23/Makefile.am: Remove all-local: $(ARCH).
481        * sp24/Makefile.am: Remove all-local: $(ARCH).
482        * sp25/Makefile.am: Remove all-local: $(ARCH).
483        * sp26/Makefile.am: Remove all-local: $(ARCH).
484        * sp27/Makefile.am: Remove all-local: $(ARCH).
485        * sp28/Makefile.am: Remove all-local: $(ARCH).
486        * sp29/Makefile.am: Remove all-local: $(ARCH).
487        * sp30/Makefile.am: Remove all-local: $(ARCH).
488        * sp31/Makefile.am: Remove all-local: $(ARCH).
489        * sp32/Makefile.am: Remove all-local: $(ARCH).
490        * spfatal/Makefile.am: Remove all-local: $(ARCH).
491        * spsize/Makefile.am: Remove all-local: $(ARCH).
492
4932003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.ac: Reflect having moved to testsuites/.
496
4972003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * configure.ac: Remove RTEMS_CANONICAL_HOST.
500
5012003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * configure.ac:Remove RTEMS_CHECK_CPU.
504
5052003-09-04      Joel Sherrill <joel@OARcorp.com>
506
507        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
508        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
509        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
510        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
511        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
512        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
513        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
514        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
515        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
516        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
517        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
518        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
519        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
520        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
521        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
522        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
523        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
524        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
525        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
526        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
527        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
528        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
529        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
530        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
531        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
532        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
533        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
534        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
535        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
536        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
537        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
538        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
539        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
540        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
541        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
542        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
543        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
544        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
545        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
546        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
547        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
548        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
549        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
550        spsize/size.c, spsize/system.h: URL for license changed.
551
5522003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
553
554        PR 458/tests
555        * sp30/task1.c: Correct indexing problem.
556
5572003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * Makefile.am: Reflect having moved aclocal/.
560
5612003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * Makefile.am: Reflect having moved automake/.
564        * sp01/Makefile.am: Reflect having moved automake/.
565        * sp02/Makefile.am: Reflect having moved automake/.
566        * sp03/Makefile.am: Reflect having moved automake/.
567        * sp04/Makefile.am: Reflect having moved automake/.
568        * sp05/Makefile.am: Reflect having moved automake/.
569        * sp06/Makefile.am: Reflect having moved automake/.
570        * sp07/Makefile.am: Reflect having moved automake/.
571        * sp08/Makefile.am: Reflect having moved automake/.
572        * sp09/Makefile.am: Reflect having moved automake/.
573        * sp11/Makefile.am: Reflect having moved automake/.
574        * sp12/Makefile.am: Reflect having moved automake/.
575        * sp13/Makefile.am: Reflect having moved automake/.
576        * sp14/Makefile.am: Reflect having moved automake/.
577        * sp15/Makefile.am: Reflect having moved automake/.
578        * sp16/Makefile.am: Reflect having moved automake/.
579        * sp17/Makefile.am: Reflect having moved automake/.
580        * sp19/Makefile.am: Reflect having moved automake/.
581        * sp20/Makefile.am: Reflect having moved automake/.
582        * sp21/Makefile.am: Reflect having moved automake/.
583        * sp22/Makefile.am: Reflect having moved automake/.
584        * sp23/Makefile.am: Reflect having moved automake/.
585        * sp24/Makefile.am: Reflect having moved automake/.
586        * sp25/Makefile.am: Reflect having moved automake/.
587        * sp26/Makefile.am: Reflect having moved automake/.
588        * sp27/Makefile.am: Reflect having moved automake/.
589        * sp28/Makefile.am: Reflect having moved automake/.
590        * sp29/Makefile.am: Reflect having moved automake/.
591        * sp30/Makefile.am: Reflect having moved automake/.
592        * sp31/Makefile.am: Reflect having moved automake/.
593        * sp32/Makefile.am: Reflect having moved automake/.
594        * spfatal/Makefile.am: Reflect having moved automake/.
595        * spsize/Makefile.am: Reflect having moved automake/.
596
5972003-08-14      Joel Sherrill <joel@OARcorp.com>
598
599        * sp02/task1.c: Added ID to name lookup service and changed name of
600        id/name translation status code. This propagated to multiple
601        functions. The user API service added was rtems_object_id_to_name()
602
6032003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
606
6072003-05-29      Joel Sherrill <joel@OARcorp.com>
608
609        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
610
6112003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
614        CC_CFLAGS_DEFAULT (obsolete).
615
6162003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
619        Remove CC_LDFLAGS_PROFILE_V.
620
6212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * configure.ac: Remove AC_CONFIG_AUX_DIR.
624
6252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
628
6292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * configure.ac: AC_PREREQ(2.57).
632
6332002-11-14      Joel Sherrill <joel@OARcorp.com>
634
635        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
636        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
637        update the IDs in the screens.
638
6392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * .cvsignore: Reformat.
642        Add autom4te*cache.
643        Remove autom4te.cache.
644
6452002-09-14      Joel Sherrill <joel@OARcorp.com>
646
647        * sp32/.cvsignore: New file.
648
6492002-09-14      Aaron J. Grier <aaron@frye.com>
650
651        * PR271 was not applicable against the current source but included
652        a nice test that Joel decided to add to the tree as sp32.
653        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
654        * Makefile.am, configure.ac: Modified to reflect addition.
655
6562002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
659        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
660        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
661        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
662        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
663        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
664        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
665        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
666        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
667        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
668        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
669        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
670        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
671        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
672        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
673        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
674        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
675        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
676        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
677        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
678        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
679        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
680        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
681        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
682        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
683        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
684        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
685        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
686        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
687        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
688        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
689
6902002-08-01      Joel Sherrill <joel@OARcorp.com>
691
692        * Per PR47 add support for buffered test output.  This involved
693        adding defines to redirect output to a buffer and dump it when
694        full, at "test pause", and at exit.  To avoid problems when redefining
695        exit(), all tests were modified to call rtems_test_exit().
696        Some tests, notable psxtests, had to be modified to include
697        the standard test macro .h file (pmacros.h or tmacros.h) to
698        enable this support.
699        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
700        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
701        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
702        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
703        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
704        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
705        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
706
7072002-07-30      Joel Sherrill <joel@OARcorp.com>
708
709        * spsize/size.c: Don't reference the RTEMS allocated interrupt
710        stack if the port doesn't configure using it.
711
7122002-07-04      Joel Sherrill <joel@OARcorp.com>
713
714        * Jump table for single entry point removed.
715        * spsize/size.c:  Modified to reflect above.
716
7172002-07-01      Joel Sherrill <joel@OARcorp.com>
718
719        * sp29/init.c: Corrected definitions for task stack usage.
720
7212002-07-01      Joel Sherrill <joel@OARcorp.com>
722
723        * spsize/size.c: _Thread_queue_Extract_table removed.
724
7252001-05-17      Joel Sherrill <joel@OARcorp.com>
726
727        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
728        number of staticly configured device drivers.
729
7302001-05-14      Joel Sherrill <joel@OARcorp.com>
731
732        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
733        than the configured number of drivers.
734 
7352002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
736
737        * configure.ac: Remove ENABLE_GCC28.
738
7392001-04-04      Joel Sherrill <joel@OARcorp.com>
740
741        * spsize/size.c: Reflect SPARC modifcation to get rid of
742        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
743 
7442001-03-29      Joel Sherrill <joel@OARcorp.com>
745
746        * Per PR147 addressed problems when reseting and inserting a timer
747        into a timer chain that did not honor time passage since the last
748        time the timer server was scheduled and the new insertion.
749        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
750
7512001-03-28      Joel Sherrill <joel@OARcorp.com>
752
753        * Side-effect of PR132.
754        * sp21/system.h: Now must explicitly request NULL driver.
755
7562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * configure.ac:
759        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
760        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
761        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
762        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
763        * Makefile.am: Remove AUTOMAKE_OPTIONS.
764        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
765        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
766        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
767        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
768        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
769        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
770        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
771        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
772        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
773        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
774        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
775        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
776        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
777        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
778        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
779        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
780        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
781        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
782        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
783        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
784        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
785        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
786        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
787        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
788        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
789        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
790        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
791        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
792        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
793
7942002-03-20      Chris Johns <ccj@acm.org>
795
796        * PR145.
797        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
798        in system (e.g. driver tasks).  Also exit on minimum number of
799        switches not precise number.
800
8012001-01-29      Joel Sherrill <joel@OARcorp.com>
802
803        * Fixed bug where resetting a timer that was not at the head
804        of one of the task timer chains resulted in the Timer Server
805        task waking up too far in the future.
806        * Added rtems_timer_get_information() directive to support testing.
807        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
808        above condition.
809
8102001-01-22      Joel Sherrill <joel@OARcorp.com>
811
812        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
813        because priority added as argument to rtems_timer_initiate_server().
814
8152001-01-16      Joel Sherrill <joel@OARcorp.com>
816
817        * Added tests for task-based timers.  This included the new tests
818        sp30 and sp31.
819        * Makefile.am, configure.ac: Modified to reflect new tests and files.
820        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
821        for task-based timer services.
822        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
823        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
824        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
825        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
826        sp31/task1.c: New files.
827
8282001-11-01      Joel Sherrill <joel@OARcorp.com>
829
830        * sp26/system.h: Properly account for stack memory used by
831        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
832        and processed as PR78.
833
8342001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
835
836        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
837        * configure.in: Remove.
838        * configure.ac: New file, generated from configure.in by autoupdate.
839
8402001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
841
842        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
843
8442001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
845
846        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
847        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
848        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
849        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
850        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
851        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
852        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
853        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
854        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
855        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
856        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
857        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
858        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
859        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
860        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
861        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
862        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
863        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
864        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
865        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
866        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
867        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
868        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
869        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
870        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
871        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
872        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
873        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
874        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
875
8762001-08-16      Joel Sherrill <joel@OARcorp.com>
877
878        * sp20/system.h: Account for extra task stacks properly.
879
8802001-08-16      Joel Sherrill <joel@OARcorp.com>
881
882        * sp13/sp13.scn: Id in screen had wrong class field value.
883        * sp13/system.h: Account for message buffer memory.
884        * sp13/task2.c: Remove unnecessary check for failure.
885
8862001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
887
888        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
889
8902001-04-20      Joel Sherrill <joel@OARcorp.com>
891
892        * sp298/sp28.scn: Minor adjustment so test output matches the screen
893        file.
894
8952001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
896
897        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
898
8992001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
900
901        * sp21/Makefile.am: Remove libtest.
902
9032000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
904
905        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
906
9072000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
908
909        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
910
9112000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
912
913        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
914        Switch to GNU canonicalization.
915        * sptests.am: Remove DEFS.
916
9172000-09-29      Joel Sherrill <joel@OARcorp.com>
918
919        * sp20/sp20.scn: Corrected to reflect new addition.
920        * sp20/system.h: Removed comment reflecting history.
921
9222000-09-29      Stephan Merker <merker@decrc.abb.de>
923
924        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
925        Added new task to test sequence of altering a period's length
926        while it is still active.
927
9282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
929
930        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
931        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
932        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
933        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
934        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
935        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
936        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
937        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
938        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
939        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
940
9412000-08-10      Joel Sherrill <joel@OARcorp.com>
942
943        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.