source: rtems/testsuites/sptests/ChangeLog @ dba34ed3

4.104.114.84.95
Last change on this file since dba34ed3 was dba34ed3, checked in by Joel Sherrill <joel.sherrill@…>, on 04/05/07 at 22:09:46

2007-04-05 Joel Sherrill <joel@…>

  • spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
  • Property mode set to 100644
File size: 33.6 KB
Line 
12007-04-05      Joel Sherrill <joel@OARcorp.com>
2
3        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
4
52007-04-05      Joel Sherrill <joel@OARcorp.com>
6
7        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
8        CONFIGURE_TEST_NEEDS_XXX configuration constants to
9        CONFIGURE_APPLICATION_NEEDS_XXX.
10
112007-04-02      Joel Sherrill <joel@OARcorp.com>
12
13        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
14
152007-04-02      Joel Sherrill <joel@OARcorp.com>
16
17        * spsize/size.c: Convert from Classic API style TOD_Control as
18        fundamental time structure to POSIX struct timespec. Add
19        clock_get_uptime().
20
212007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
24
252007-03-26      Joel Sherrill <joel@OARcorp.com>
26
27        * sp35/priinv.c: Remove warning.
28
292007-03-10      Joel Sherrill <joel@OARcorp.com>
30
31        * sp26/system.h: Remove incorrect and duplicate
32        CONFIGURE_EXTRA_TASK_STACKS.
33
342007-03-05      Joel Sherrill <joel@OARcorp.com>
35
36        PR 1222/cpukit
37        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
38        thread that is blocked on a priority based thread queue is changed,
39        that its placement in the queue is reevaluated based upon the new
40        priority. This enhancement includes modifications to the SuperCore as
41        well as new test cases.
42        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
43        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
44        sp35/sp35.doc, sp35/sp35.scn: New files.
45
462007-03-05      Joel Sherrill <joel@OARcorp.com>
47
48        * sp26/system.h: Correct memory required for stack sizes.
49
502007-02-06      Joel Sherrill <joel@OARcorp.com>
51
52        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
53        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
54        tests.
55
562006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * sp33/init.c: Improve barrier test to include normal blocking with
59        manual release and unblocking in barrier deletion.
60
612006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * configure.ac: New BUG-REPORT address.
64
652006-11-20      Joel Sherrill <joel@OARcorp.com>
66
67        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
68        and make output more compliant with other tests.
69
702006-11-17      Joel Sherrill <joel@OARcorp.com>
71
72        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
73        cases intended on all targets possible with new heap algorithm.
74
752006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * Makefile.am, configure.ac: Adding Classic API Barriers.
78        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
79        New files.
80
812006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * configure.ac: Require autoconf-2.60. Require automake-1.10.
84
852006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
88        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
89        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
90        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
91        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
92        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
93        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
94        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
95        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
96        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
97        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
98        Use rtems_testsdir instead.
99
1002006-04-05      Joel Sherrill <joel@OARcorp.com>
101                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
102
103        * spsize/size.c: Victor spotted the problem that
104        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
105        variables and needed to be set to the same value.  I took that
106        idea and just removed _Thread_MP_Receive.  All uses are now
107        _MPCI_Receive_server_tcb.
108
1092005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * configure.ac: Remove RTEMS_ENABLE_BARE,
112        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
113
1142005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
117        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
118        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
119        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
120        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
121        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
122        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
123        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
124        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
125        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
126        spfatal/Makefile.am, spsize/Makefile.am:
127        Convert to use *_PROGRAMS.
128
1292005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
130
131        * sp01/Makefile.am, sp02/Makefile.am,
132        sp03/Makefile.am, sp04/Makefile.am,
133        sp05/Makefile.am, sp06/Makefile.am,
134        sp07/Makefile.am, sp08/Makefile.am,
135        sp09/Makefile.am, sp11/Makefile.am,
136        sp12/Makefile.am, sp13/Makefile.am,
137        sp14/Makefile.am, sp15/Makefile.am,
138        sp16/Makefile.am, sp17/Makefile.am,
139        sp19/Makefile.am, sp20/Makefile.am,
140        sp21/Makefile.am, sp22/Makefile.am,
141        sp23/Makefile.am, sp24/Makefile.am,
142        sp25/Makefile.am, sp26/Makefile.am,
143        sp27/Makefile.am, sp28/Makefile.am,
144        sp29/Makefile.am, sp30/Makefile.am,
145        sp31/Makefile.am, sp32/Makefile.am,
146        spfatal/Makefile.am, spsize/Makefile.am: Rework.
147
1482005-11-11      Ralf Corsepius <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: Expand sptests.am.
161        * sptests.am: Remove.
162
1632005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
164
165        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
166        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
167        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
168        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
169        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
170        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
171        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
172        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
173        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
174        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
175        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
176
1772005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
178
179        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
180
1812005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * spsize/Makefile.am: Rename TEST to spsize.
184        * spsize/size.scn: Remove.
185        * spsize/spsize.scn: New (renamed from size.scn).
186
1872005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * configure.ac: Add spfatal/Makefile.
190        * Makefile.am: Add spfatal to DIST_SUBDIRS.
191        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
192        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
193        * sptests.am: Remove LIB_VARIANT.
194
1952005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
198        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
199        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
200        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
201        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
202        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
203        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
204        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
205        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
206        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
207        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
208
2092005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * Makefile.am: Cleanup.
212
2132005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
216        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
217        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
218        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
219        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
220        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
221        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
222        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
223        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
224        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
225        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
226        spfatal/Makefile.am, spsize/Makefile.am:
227        Partial conversion to automake.
228
2292005-03-07      Joel Sherrill <joel@OARcorp.com>
230
231        * sp13/task1.c: Removed warnings.
232
2332004-09-29      Joel Sherrill <joel@OARcorp.com>
234
235        * spsize/size.c: i960 obsoleted and all references removed.
236
2372004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * configure.ac: Require automake > 1.9.
240
2412004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
242
243        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
244        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
245        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
246        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
247        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
248        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
249        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
250        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
251        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
252        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
253        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
254        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
255        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
256        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
257        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
258        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
259        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
260        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
261        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
262        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
263        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
264        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
265        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
266        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
267        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
268        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
269        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
270        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
271        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
272        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
273        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
274        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
275
2762004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
277
278        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
279
2802004-03-30      David Querbach <querbach@realtime.bc.ca>
281
282        PR 595/tests
283        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
284        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
285        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
286        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
287        others treat it as a count of longs.
288
2892004-03-30      David Querbach <querbach@realtime.bc.ca>
290
291        PR 596/tests
292        * sp32/init.c: A missing definition of TEST_INIT before including
293        <tmacros.h> means that buffered output will not work even if selected
294        in buffer_test_io.h.
295
2962004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
297
298        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
299        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
300        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
301        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
302        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
303        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
304        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
305        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
306        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
307        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
308        types.
309
3102004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac: Add 2nd arg to RTEMS_TOP.
313
3142004-03-05      Joel Sherrill <joel@OARcorp.com>
315
316        * sp07/buffered_io.c: Remove warning.
317
3182004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
321        Add PRE/TMPINSTALL_FILES to CLEANFILES.
322        * sp02/Makefile.am: Ditto.
323        * sp03/Makefile.am: Ditto.
324        * sp04/Makefile.am: Ditto.
325        * sp05/Makefile.am: Ditto.
326        * sp06/Makefile.am: Ditto.
327        * sp07/Makefile.am: Ditto.
328        * sp08/Makefile.am: Ditto.
329        * sp09/Makefile.am: Ditto.
330        * sp11/Makefile.am: Ditto.
331        * sp12/Makefile.am: Ditto.
332        * sp13/Makefile.am: Ditto.
333        * sp14/Makefile.am: Ditto.
334        * sp15/Makefile.am: Ditto.
335        * sp16/Makefile.am: Ditto.
336        * sp17/Makefile.am: Ditto.
337        * sp19/Makefile.am: Ditto.
338        * sp20/Makefile.am: Ditto.
339        * sp21/Makefile.am: Ditto.
340        * sp22/Makefile.am: Ditto.
341        * sp23/Makefile.am: Ditto.
342        * sp24/Makefile.am: Ditto.
343        * sp25/Makefile.am: Ditto.
344        * sp26/Makefile.am: Ditto.
345        * sp27/Makefile.am: Ditto.
346        * sp28/Makefile.am: Ditto.
347        * sp29/Makefile.am: Ditto.
348        * sp30/Makefile.am: Ditto.
349        * sp31/Makefile.am: Ditto.
350        * sp32/Makefile.am: Ditto.
351        * spfatal/Makefile.am: Ditto.
352        * spsize/Makefile.am: Ditto.
353
3542003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * sptests.am: Add dirstamp support.
357
3582003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
361
3622003-12-16      Joel Sherrill <joel@OARcorp.com>
363
364        PR 544/tests
365        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
366        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
367        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
368        make tests account for resources and not print at inappropriate
369        times.
370        * sp07/buffered_io.c: New file.
371
3722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
375
3762003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * sp01/Makefile.am: Remove all-local: $(ARCH).
379        * sp02/Makefile.am: Remove all-local: $(ARCH).
380        * sp03/Makefile.am: Remove all-local: $(ARCH).
381        * sp04/Makefile.am: Remove all-local: $(ARCH).
382        * sp05/Makefile.am: Remove all-local: $(ARCH).
383        * sp06/Makefile.am: Remove all-local: $(ARCH).
384        * sp07/Makefile.am: Remove all-local: $(ARCH).
385        * sp08/Makefile.am: Remove all-local: $(ARCH).
386        * sp09/Makefile.am: Remove all-local: $(ARCH).
387        * sp11/Makefile.am: Remove all-local: $(ARCH).
388        * sp12/Makefile.am: Remove all-local: $(ARCH).
389        * sp13/Makefile.am: Remove all-local: $(ARCH).
390        * sp14/Makefile.am: Remove all-local: $(ARCH).
391        * sp15/Makefile.am: Remove all-local: $(ARCH).
392        * sp16/Makefile.am: Remove all-local: $(ARCH).
393        * sp17/Makefile.am: Remove all-local: $(ARCH).
394        * sp19/Makefile.am: Remove all-local: $(ARCH).
395        * sp20/Makefile.am: Remove all-local: $(ARCH).
396        * sp21/Makefile.am: Remove all-local: $(ARCH).
397        * sp22/Makefile.am: Remove all-local: $(ARCH).
398        * sp23/Makefile.am: Remove all-local: $(ARCH).
399        * sp24/Makefile.am: Remove all-local: $(ARCH).
400        * sp25/Makefile.am: Remove all-local: $(ARCH).
401        * sp26/Makefile.am: Remove all-local: $(ARCH).
402        * sp27/Makefile.am: Remove all-local: $(ARCH).
403        * sp28/Makefile.am: Remove all-local: $(ARCH).
404        * sp29/Makefile.am: Remove all-local: $(ARCH).
405        * sp30/Makefile.am: Remove all-local: $(ARCH).
406        * sp31/Makefile.am: Remove all-local: $(ARCH).
407        * sp32/Makefile.am: Remove all-local: $(ARCH).
408        * spfatal/Makefile.am: Remove all-local: $(ARCH).
409        * spsize/Makefile.am: Remove all-local: $(ARCH).
410
4112003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.ac: Reflect having moved to testsuites/.
414
4152003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * configure.ac: Remove RTEMS_CANONICAL_HOST.
418
4192003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * configure.ac:Remove RTEMS_CHECK_CPU.
422
4232003-09-04      Joel Sherrill <joel@OARcorp.com>
424
425        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
426        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
427        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
428        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
429        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
430        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
431        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
432        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
433        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
434        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
435        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
436        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
437        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
438        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
439        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
440        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
441        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
442        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
443        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
444        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
445        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
446        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
447        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
448        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
449        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
450        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
451        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
452        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
453        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
454        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
455        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
456        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
457        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
458        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
459        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
460        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
461        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
462        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
463        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
464        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
465        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
466        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
467        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
468        spsize/size.c, spsize/system.h: URL for license changed.
469
4702003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
471
472        PR 458/tests
473        * sp30/task1.c: Correct indexing problem.
474
4752003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * Makefile.am: Reflect having moved aclocal/.
478
4792003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * Makefile.am: Reflect having moved automake/.
482        * sp01/Makefile.am: Reflect having moved automake/.
483        * sp02/Makefile.am: Reflect having moved automake/.
484        * sp03/Makefile.am: Reflect having moved automake/.
485        * sp04/Makefile.am: Reflect having moved automake/.
486        * sp05/Makefile.am: Reflect having moved automake/.
487        * sp06/Makefile.am: Reflect having moved automake/.
488        * sp07/Makefile.am: Reflect having moved automake/.
489        * sp08/Makefile.am: Reflect having moved automake/.
490        * sp09/Makefile.am: Reflect having moved automake/.
491        * sp11/Makefile.am: Reflect having moved automake/.
492        * sp12/Makefile.am: Reflect having moved automake/.
493        * sp13/Makefile.am: Reflect having moved automake/.
494        * sp14/Makefile.am: Reflect having moved automake/.
495        * sp15/Makefile.am: Reflect having moved automake/.
496        * sp16/Makefile.am: Reflect having moved automake/.
497        * sp17/Makefile.am: Reflect having moved automake/.
498        * sp19/Makefile.am: Reflect having moved automake/.
499        * sp20/Makefile.am: Reflect having moved automake/.
500        * sp21/Makefile.am: Reflect having moved automake/.
501        * sp22/Makefile.am: Reflect having moved automake/.
502        * sp23/Makefile.am: Reflect having moved automake/.
503        * sp24/Makefile.am: Reflect having moved automake/.
504        * sp25/Makefile.am: Reflect having moved automake/.
505        * sp26/Makefile.am: Reflect having moved automake/.
506        * sp27/Makefile.am: Reflect having moved automake/.
507        * sp28/Makefile.am: Reflect having moved automake/.
508        * sp29/Makefile.am: Reflect having moved automake/.
509        * sp30/Makefile.am: Reflect having moved automake/.
510        * sp31/Makefile.am: Reflect having moved automake/.
511        * sp32/Makefile.am: Reflect having moved automake/.
512        * spfatal/Makefile.am: Reflect having moved automake/.
513        * spsize/Makefile.am: Reflect having moved automake/.
514
5152003-08-14      Joel Sherrill <joel@OARcorp.com>
516
517        * sp02/task1.c: Added ID to name lookup service and changed name of
518        id/name translation status code. This propagated to multiple
519        functions. The user API service added was rtems_object_id_to_name()
520
5212003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
524
5252003-05-29      Joel Sherrill <joel@OARcorp.com>
526
527        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
528
5292003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
532        CC_CFLAGS_DEFAULT (obsolete).
533
5342003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
537        Remove CC_LDFLAGS_PROFILE_V.
538
5392003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.ac: Remove AC_CONFIG_AUX_DIR.
542
5432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
546
5472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * configure.ac: AC_PREREQ(2.57).
550
5512002-11-14      Joel Sherrill <joel@OARcorp.com>
552
553        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
554        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
555        update the IDs in the screens.
556
5572002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * .cvsignore: Reformat.
560        Add autom4te*cache.
561        Remove autom4te.cache.
562
5632002-09-14      Joel Sherrill <joel@OARcorp.com>
564
565        * sp32/.cvsignore: New file.
566
5672002-09-14      Aaron J. Grier <aaron@frye.com>
568
569        * PR271 was not applicable against the current source but included
570        a nice test that Joel decided to add to the tree as sp32.
571        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
572        * Makefile.am, configure.ac: Modified to reflect addition.
573
5742002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
577        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
578        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
579        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
580        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
581        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
582        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
583        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
584        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
585        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
586        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
587        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
588        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
589        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
590        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
591        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
592        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
593        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
594        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
595        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
596        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
597        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
598        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
599        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
600        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
601        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
602        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
603        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
604        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
605        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
606        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
607
6082002-08-01      Joel Sherrill <joel@OARcorp.com>
609
610        * Per PR47 add support for buffered test output.  This involved
611        adding defines to redirect output to a buffer and dump it when
612        full, at "test pause", and at exit.  To avoid problems when redefining
613        exit(), all tests were modified to call rtems_test_exit().
614        Some tests, notable psxtests, had to be modified to include
615        the standard test macro .h file (pmacros.h or tmacros.h) to
616        enable this support.
617        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
618        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
619        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
620        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
621        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
622        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
623        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
624
6252002-07-30      Joel Sherrill <joel@OARcorp.com>
626
627        * spsize/size.c: Don't reference the RTEMS allocated interrupt
628        stack if the port doesn't configure using it.
629
6302002-07-04      Joel Sherrill <joel@OARcorp.com>
631
632        * Jump table for single entry point removed.
633        * spsize/size.c:  Modified to reflect above.
634
6352002-07-01      Joel Sherrill <joel@OARcorp.com>
636
637        * sp29/init.c: Corrected definitions for task stack usage.
638
6392002-07-01      Joel Sherrill <joel@OARcorp.com>
640
641        * spsize/size.c: _Thread_queue_Extract_table removed.
642
6432001-05-17      Joel Sherrill <joel@OARcorp.com>
644
645        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
646        number of staticly configured device drivers.
647
6482001-05-14      Joel Sherrill <joel@OARcorp.com>
649
650        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
651        than the configured number of drivers.
652 
6532002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * configure.ac: Remove ENABLE_GCC28.
656
6572001-04-04      Joel Sherrill <joel@OARcorp.com>
658
659        * spsize/size.c: Reflect SPARC modifcation to get rid of
660        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
661 
6622001-03-29      Joel Sherrill <joel@OARcorp.com>
663
664        * Per PR147 addressed problems when reseting and inserting a timer
665        into a timer chain that did not honor time passage since the last
666        time the timer server was scheduled and the new insertion.
667        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
668
6692001-03-28      Joel Sherrill <joel@OARcorp.com>
670
671        * Side-effect of PR132.
672        * sp21/system.h: Now must explicitly request NULL driver.
673
6742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * configure.ac:
677        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
678        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
679        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
680        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
681        * Makefile.am: Remove AUTOMAKE_OPTIONS.
682        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
683        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
684        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
685        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
686        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
687        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
688        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
689        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
690        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
691        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
692        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
693        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
694        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
695        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
696        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
697        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
698        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
699        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
700        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
701        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
702        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
703        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
704        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
705        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
706        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
707        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
708        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
709        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
710        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
711
7122002-03-20      Chris Johns <ccj@acm.org>
713
714        * PR145.
715        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
716        in system (e.g. driver tasks).  Also exit on minimum number of
717        switches not precise number.
718
7192001-01-29      Joel Sherrill <joel@OARcorp.com>
720
721        * Fixed bug where resetting a timer that was not at the head
722        of one of the task timer chains resulted in the Timer Server
723        task waking up too far in the future.
724        * Added rtems_timer_get_information() directive to support testing.
725        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
726        above condition.
727
7282001-01-22      Joel Sherrill <joel@OARcorp.com>
729
730        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
731        because priority added as argument to rtems_timer_initiate_server().
732
7332001-01-16      Joel Sherrill <joel@OARcorp.com>
734
735        * Added tests for task-based timers.  This included the new tests
736        sp30 and sp31.
737        * Makefile.am, configure.ac: Modified to reflect new tests and files.
738        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
739        for task-based timer services.
740        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
741        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
742        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
743        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
744        sp31/task1.c: New files.
745
7462001-11-01      Joel Sherrill <joel@OARcorp.com>
747
748        * sp26/system.h: Properly account for stack memory used by
749        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
750        and processed as PR78.
751
7522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
755        * configure.in: Remove.
756        * configure.ac: New file, generated from configure.in by autoupdate.
757
7582001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
761
7622001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
763
764        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
765        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
766        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
767        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
768        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
769        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
770        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
771        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
772        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
773        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
774        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
775        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
776        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
777        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
778        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
779        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
780        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
781        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
782        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
783        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
784        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
785        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
786        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
787        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
788        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
789        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
790        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
791        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
792        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
793
7942001-08-16      Joel Sherrill <joel@OARcorp.com>
795
796        * sp20/system.h: Account for extra task stacks properly.
797
7982001-08-16      Joel Sherrill <joel@OARcorp.com>
799
800        * sp13/sp13.scn: Id in screen had wrong class field value.
801        * sp13/system.h: Account for message buffer memory.
802        * sp13/task2.c: Remove unnecessary check for failure.
803
8042001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
805
806        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
807
8082001-04-20      Joel Sherrill <joel@OARcorp.com>
809
810        * sp298/sp28.scn: Minor adjustment so test output matches the screen
811        file.
812
8132001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
816
8172001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
818
819        * sp21/Makefile.am: Remove libtest.
820
8212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
822
823        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
824
8252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
828
8292000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
830
831        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
832        Switch to GNU canonicalization.
833        * sptests.am: Remove DEFS.
834
8352000-09-29      Joel Sherrill <joel@OARcorp.com>
836
837        * sp20/sp20.scn: Corrected to reflect new addition.
838        * sp20/system.h: Removed comment reflecting history.
839
8402000-09-29      Stephan Merker <merker@decrc.abb.de>
841
842        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
843        Added new task to test sequence of altering a period's length
844        while it is still active.
845
8462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
847
848        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
849        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
850        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
851        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
852        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
853        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
854        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
855        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
856        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
857        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
858
8592000-08-10      Joel Sherrill <joel@OARcorp.com>
860
861        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.