source: rtems/testsuites/sptests/ChangeLog @ a841314

4.104.114.84.95
Last change on this file since a841314 was a841314, checked in by Joel Sherrill <joel.sherrill@…>, on 03/30/04 at 19:46:38

2004-03-30 David Querbach <querbach@…>

PR 595/tests

  • sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the supplied buffer due to confusion in the definition of MESSAGE_SIZE. Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes, others treat it as a count of longs.
  • Property mode set to 100644
File size: 22.6 KB
RevLine 
[a841314]12004-03-30      David Querbach <querbach@realtime.bc.ca>
2
3        PR 595/tests
4        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
5        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
6        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
7        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
8        others treat it as a count of longs.
9
[378aed9]102004-03-30      David Querbach <querbach@realtime.bc.ca>
11
12        PR 596/tests
13        * sp32/init.c: A missing definition of TEST_INIT before including
14        <tmacros.h> means that buffered output will not work even if selected
15        in buffer_test_io.h.
16
[c87608f]172004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
20        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
21        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
22        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
23        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
24        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
25        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
26        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
27        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
28        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
29        types.
30
[7c48a2e8]312004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Add 2nd arg to RTEMS_TOP.
34
[6debefee]352004-03-05      Joel Sherrill <joel@OARcorp.com>
36
37        * sp07/buffered_io.c: Remove warning.
38
[340835b0]392004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
42        Add PRE/TMPINSTALL_FILES to CLEANFILES.
43        * sp02/Makefile.am: Ditto.
44        * sp03/Makefile.am: Ditto.
45        * sp04/Makefile.am: Ditto.
46        * sp05/Makefile.am: Ditto.
47        * sp06/Makefile.am: Ditto.
48        * sp07/Makefile.am: Ditto.
49        * sp08/Makefile.am: Ditto.
50        * sp09/Makefile.am: Ditto.
51        * sp11/Makefile.am: Ditto.
52        * sp12/Makefile.am: Ditto.
53        * sp13/Makefile.am: Ditto.
54        * sp14/Makefile.am: Ditto.
55        * sp15/Makefile.am: Ditto.
56        * sp16/Makefile.am: Ditto.
57        * sp17/Makefile.am: Ditto.
58        * sp19/Makefile.am: Ditto.
59        * sp20/Makefile.am: Ditto.
60        * sp21/Makefile.am: Ditto.
61        * sp22/Makefile.am: Ditto.
62        * sp23/Makefile.am: Ditto.
63        * sp24/Makefile.am: Ditto.
64        * sp25/Makefile.am: Ditto.
65        * sp26/Makefile.am: Ditto.
66        * sp27/Makefile.am: Ditto.
67        * sp28/Makefile.am: Ditto.
68        * sp29/Makefile.am: Ditto.
69        * sp30/Makefile.am: Ditto.
70        * sp31/Makefile.am: Ditto.
71        * sp32/Makefile.am: Ditto.
72        * spfatal/Makefile.am: Ditto.
73        * spsize/Makefile.am: Ditto.
74
[5813e715]752003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * sptests.am: Add dirstamp support.
78
[8234c04]792003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
82
[e457190]832003-12-16      Joel Sherrill <joel@OARcorp.com>
84
85        PR 544/tests
86        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
87        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
88        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
89        make tests account for resources and not print at inappropriate
90        times.
91        * sp07/buffered_io.c: New file.
92
[810720b6]932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
96
[6e4e067]972003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * sp01/Makefile.am: Remove all-local: $(ARCH).
100        * sp02/Makefile.am: Remove all-local: $(ARCH).
101        * sp03/Makefile.am: Remove all-local: $(ARCH).
102        * sp04/Makefile.am: Remove all-local: $(ARCH).
103        * sp05/Makefile.am: Remove all-local: $(ARCH).
104        * sp06/Makefile.am: Remove all-local: $(ARCH).
105        * sp07/Makefile.am: Remove all-local: $(ARCH).
106        * sp08/Makefile.am: Remove all-local: $(ARCH).
107        * sp09/Makefile.am: Remove all-local: $(ARCH).
108        * sp11/Makefile.am: Remove all-local: $(ARCH).
109        * sp12/Makefile.am: Remove all-local: $(ARCH).
110        * sp13/Makefile.am: Remove all-local: $(ARCH).
111        * sp14/Makefile.am: Remove all-local: $(ARCH).
112        * sp15/Makefile.am: Remove all-local: $(ARCH).
113        * sp16/Makefile.am: Remove all-local: $(ARCH).
114        * sp17/Makefile.am: Remove all-local: $(ARCH).
115        * sp19/Makefile.am: Remove all-local: $(ARCH).
116        * sp20/Makefile.am: Remove all-local: $(ARCH).
117        * sp21/Makefile.am: Remove all-local: $(ARCH).
118        * sp22/Makefile.am: Remove all-local: $(ARCH).
119        * sp23/Makefile.am: Remove all-local: $(ARCH).
120        * sp24/Makefile.am: Remove all-local: $(ARCH).
121        * sp25/Makefile.am: Remove all-local: $(ARCH).
122        * sp26/Makefile.am: Remove all-local: $(ARCH).
123        * sp27/Makefile.am: Remove all-local: $(ARCH).
124        * sp28/Makefile.am: Remove all-local: $(ARCH).
125        * sp29/Makefile.am: Remove all-local: $(ARCH).
126        * sp30/Makefile.am: Remove all-local: $(ARCH).
127        * sp31/Makefile.am: Remove all-local: $(ARCH).
128        * sp32/Makefile.am: Remove all-local: $(ARCH).
129        * spfatal/Makefile.am: Remove all-local: $(ARCH).
130        * spsize/Makefile.am: Remove all-local: $(ARCH).
131
[5f52d1f]1322003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Reflect having moved to testsuites/.
135
[c6328bee]1362003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Remove RTEMS_CANONICAL_HOST.
139
[5445ee60]1402003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac:Remove RTEMS_CHECK_CPU.
143
[d2b93bfd]1442003-09-04      Joel Sherrill <joel@OARcorp.com>
145
146        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
147        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
148        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
149        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
150        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
151        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
152        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
153        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
154        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
155        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
156        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
157        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
158        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
159        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
160        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
161        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
162        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
163        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
164        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
165        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
166        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
167        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
168        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
169        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
170        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
171        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
172        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
173        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
174        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
175        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
176        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
177        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
178        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
179        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
180        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
181        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
182        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
183        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
184        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
185        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
186        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
187        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
188        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
189        spsize/size.c, spsize/system.h: URL for license changed.
190
[35fc6bf9]1912003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
192
193        PR 458/tests
194        * sp30/task1.c: Correct indexing problem.
195
[7862f888]1962003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Reflect having moved aclocal/.
199
[7f9e5908]2002003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
[61d9371]202        * Makefile.am: Reflect having moved automake/.
203        * sp01/Makefile.am: Reflect having moved automake/.
204        * sp02/Makefile.am: Reflect having moved automake/.
205        * sp03/Makefile.am: Reflect having moved automake/.
206        * sp04/Makefile.am: Reflect having moved automake/.
207        * sp05/Makefile.am: Reflect having moved automake/.
208        * sp06/Makefile.am: Reflect having moved automake/.
209        * sp07/Makefile.am: Reflect having moved automake/.
210        * sp08/Makefile.am: Reflect having moved automake/.
211        * sp09/Makefile.am: Reflect having moved automake/.
212        * sp11/Makefile.am: Reflect having moved automake/.
213        * sp12/Makefile.am: Reflect having moved automake/.
214        * sp13/Makefile.am: Reflect having moved automake/.
215        * sp14/Makefile.am: Reflect having moved automake/.
216        * sp15/Makefile.am: Reflect having moved automake/.
217        * sp16/Makefile.am: Reflect having moved automake/.
218        * sp17/Makefile.am: Reflect having moved automake/.
219        * sp19/Makefile.am: Reflect having moved automake/.
220        * sp20/Makefile.am: Reflect having moved automake/.
221        * sp21/Makefile.am: Reflect having moved automake/.
222        * sp22/Makefile.am: Reflect having moved automake/.
223        * sp23/Makefile.am: Reflect having moved automake/.
224        * sp24/Makefile.am: Reflect having moved automake/.
225        * sp25/Makefile.am: Reflect having moved automake/.
226        * sp26/Makefile.am: Reflect having moved automake/.
227        * sp27/Makefile.am: Reflect having moved automake/.
228        * sp28/Makefile.am: Reflect having moved automake/.
229        * sp29/Makefile.am: Reflect having moved automake/.
230        * sp30/Makefile.am: Reflect having moved automake/.
231        * sp31/Makefile.am: Reflect having moved automake/.
232        * sp32/Makefile.am: Reflect having moved automake/.
233        * spfatal/Makefile.am: Reflect having moved automake/.
234        * spsize/Makefile.am: Reflect having moved automake/.
[7f9e5908]235
[3895f96]2362003-08-14      Joel Sherrill <joel@OARcorp.com>
237
238        * sp02/task1.c: Added ID to name lookup service and changed name of
239        id/name translation status code. This propagated to multiple
240        functions. The user API service added was rtems_object_id_to_name()
241
[7dcc3fe]2422003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
245
[18ee864]2462003-05-29      Joel Sherrill <joel@OARcorp.com>
247
248        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
249
[c98849ef]2502003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
253        CC_CFLAGS_DEFAULT (obsolete).
254
[78bea14]2552003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
258        Remove CC_LDFLAGS_PROFILE_V.
259
[3c55718]2602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Remove AC_CONFIG_AUX_DIR.
263
[ccd81b60]2642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
267
[9b5c258]2682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: AC_PREREQ(2.57).
271
[afcd563]2722002-11-14      Joel Sherrill <joel@OARcorp.com>
273
274        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
275        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
276        update the IDs in the screens.
277
[8730f45]2782002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * .cvsignore: Reformat.
281        Add autom4te*cache.
282        Remove autom4te.cache.
283
[0c0d089]2842002-09-14      Joel Sherrill <joel@OARcorp.com>
285
286        * sp32/.cvsignore: New file.
287
[0af7c20]2882002-09-14      Aaron J. Grier <aaron@frye.com>
289
290        * PR271 was not applicable against the current source but included
291        a nice test that Joel decided to add to the tree as sp32.
292        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
293        * Makefile.am, configure.ac: Modified to reflect addition.
294
[a3a512c]2952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
298        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
299        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
300        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
301        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
302        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
303        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
304        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
305        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
306        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
307        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
308        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
309        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
310        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
311        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
312        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
313        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
314        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
315        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
316        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
317        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
318        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
319        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
320        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
321        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
322        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
323        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
324        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
325        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
326        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
327        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
328
[3aa4c2e0]3292002-08-01      Joel Sherrill <joel@OARcorp.com>
330
331        * Per PR47 add support for buffered test output.  This involved
332        adding defines to redirect output to a buffer and dump it when
333        full, at "test pause", and at exit.  To avoid problems when redefining
334        exit(), all tests were modified to call rtems_test_exit().
335        Some tests, notable psxtests, had to be modified to include
336        the standard test macro .h file (pmacros.h or tmacros.h) to
337        enable this support.
338        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
339        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
340        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
341        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
342        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
343        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
344        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
345
[3dc936c1]3462002-07-30      Joel Sherrill <joel@OARcorp.com>
347
348        * spsize/size.c: Don't reference the RTEMS allocated interrupt
349        stack if the port doesn't configure using it.
350
[c3bb68a1]3512002-07-04      Joel Sherrill <joel@OARcorp.com>
352
353        * Jump table for single entry point removed.
354        * spsize/size.c:  Modified to reflect above.
355
[21bbb92]3562002-07-01      Joel Sherrill <joel@OARcorp.com>
357
358        * sp29/init.c: Corrected definitions for task stack usage.
359
[a9047a0]3602002-07-01      Joel Sherrill <joel@OARcorp.com>
361
362        * spsize/size.c: _Thread_queue_Extract_table removed.
363
[8873684]3642001-05-17      Joel Sherrill <joel@OARcorp.com>
365
366        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
367        number of staticly configured device drivers.
368
[606926f]3692001-05-14      Joel Sherrill <joel@OARcorp.com>
370
371        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
372        than the configured number of drivers.
373 
[cb9b2bfc]3742002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: Remove ENABLE_GCC28.
377
[beaa47bc]3782001-04-04      Joel Sherrill <joel@OARcorp.com>
379
380        * spsize/size.c: Reflect SPARC modifcation to get rid of
381        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
382 
[5729f62]3832001-03-29      Joel Sherrill <joel@OARcorp.com>
384
385        * Per PR147 addressed problems when reseting and inserting a timer
386        into a timer chain that did not honor time passage since the last
387        time the timer server was scheduled and the new insertion.
388        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
389
[0a32a21]3902001-03-28      Joel Sherrill <joel@OARcorp.com>
391
392        * Side-effect of PR132.
393        * sp21/system.h: Now must explicitly request NULL driver.
394
[ac2512ab]3952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac:
398        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
399        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
400        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
401        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
402        * Makefile.am: Remove AUTOMAKE_OPTIONS.
403        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
404        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
405        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
406        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
407        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
408        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
409        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
410        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
411        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
412        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
413        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
414        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
415        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
416        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
417        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
418        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
419        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
420        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
421        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
422        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
423        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
424        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
425        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
426        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
427        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
428        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
429        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
430        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
431        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
432
[fabacfe]4332002-03-20      Chris Johns <ccj@acm.org>
434
435        * PR145.
436        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
437        in system (e.g. driver tasks).  Also exit on minimum number of
438        switches not precise number.
439
[ef70d9b]4402001-01-29      Joel Sherrill <joel@OARcorp.com>
441
442        * Fixed bug where resetting a timer that was not at the head
443        of one of the task timer chains resulted in the Timer Server
444        task waking up too far in the future.
445        * Added rtems_timer_get_information() directive to support testing.
446        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
447        above condition.
448
[2fc6dc3]4492001-01-22      Joel Sherrill <joel@OARcorp.com>
450
451        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
452        because priority added as argument to rtems_timer_initiate_server().
453
[de569fe]4542001-01-16      Joel Sherrill <joel@OARcorp.com>
455
456        * Added tests for task-based timers.  This included the new tests
457        sp30 and sp31.
458        * Makefile.am, configure.ac: Modified to reflect new tests and files.
459        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
460        for task-based timer services.
461        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
462        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
463        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
464        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
465        sp31/task1.c: New files.
466
[850f87e]4672001-11-01      Joel Sherrill <joel@OARcorp.com>
468
469        * sp26/system.h: Properly account for stack memory used by
470        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
471        and processed as PR78.
472
[df25c998]4732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
476        * configure.in: Remove.
477        * configure.ac: New file, generated from configure.in by autoupdate.
478
[996bfbf]4792001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
482
[25b9e93c]4832001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
486        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
487        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
488        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
489        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
490        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
491        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
492        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
493        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
494        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
495        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
496        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
497        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
498        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
499        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
500        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
501        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
502        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
503        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
504        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
505        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
506        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
507        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
508        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
509        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
510        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
511        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
512        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
513        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
514
[94dfe0f7]5152001-08-16      Joel Sherrill <joel@OARcorp.com>
516
517        * sp20/system.h: Account for extra task stacks properly.
518
[11b1063]5192001-08-16      Joel Sherrill <joel@OARcorp.com>
520
521        * sp13/sp13.scn: Id in screen had wrong class field value.
522        * sp13/system.h: Account for message buffer memory.
523        * sp13/task2.c: Remove unnecessary check for failure.
524
[95083c0]5252001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
526
527        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
528
[cf7884b]5292001-04-20      Joel Sherrill <joel@OARcorp.com>
530
531        * sp298/sp28.scn: Minor adjustment so test output matches the screen
532        file.
533
[dde827b]5342001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
537
[55a86b4]5382001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * sp21/Makefile.am: Remove libtest.
541
[feead226]5422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
545
[a314d3b4]5462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
549
[cbe7d66]5502000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
553        Switch to GNU canonicalization.
554        * sptests.am: Remove DEFS.
555
[837ab841]5562000-09-29      Joel Sherrill <joel@OARcorp.com>
557
558        * sp20/sp20.scn: Corrected to reflect new addition.
559        * sp20/system.h: Removed comment reflecting history.
560
[cf42c54c]5612000-09-29      Stephan Merker <merker@decrc.abb.de>
562
563        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
564        Added new task to test sequence of altering a period's length
565        while it is still active.
566
[e35d6b2]5672000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
570        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
571        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
572        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
573        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
574        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
575        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
576        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
577        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
578        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
579
[e94ad1fe]5802000-08-10      Joel Sherrill <joel@OARcorp.com>
581
582        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.