source: rtems/testsuites/sptests/ChangeLog @ 67e024b

4.104.114.95
Last change on this file since 67e024b was 67e024b, checked in by Glenn Humphrey <glenn.humphrey@…>, on 10/10/07 at 21:01:45

2007-10-10 Glenn Humphrey <glenn.humphrey@…>

  • sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was commented out and updated the .scn file.
  • Property mode set to 100644
File size: 35.7 KB
RevLine 
[67e024b]12007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
2
3        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
4        commented out and updated the .scn file.
5
[496274b6]62007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
9        buffered test IO.
10
[b3117727]112007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
14        rtems_io_unregister_driver did not have any test code.
15
[3a50a206]162007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * spsize/size.c: Eliminate maximum_drivers configuration parameter
19        since it was used to configure a no longer used feature. Device names
20        are now part of the filesystem not in a table. This also eliminated
21        the variables _IO_Number_of_devices and _IO_Driver_name_table from
22        RTEMS as well as the memory allocation used to populate
23        _IO_Driver_name_table.
24
[2ff6ada3]252007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
28        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
29        properly.
30
[f851e876]312007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * spsize/size.c: Eliminated the variables
34        _RTEMS_tasks_User_initialization_tasks and
35        _RTEMS_tasks_Number_of_initialization_tasks because they were only
36        used in one place after initialized. It was a waste of space.
37
[e58077c]382007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
41        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
42        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
43        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
44        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
45        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
46        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
47        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
48        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
49        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
50        spsize/size.c: Add optional managers to Makefiles. Clean up test
51        cases so last output line follows END OF pattern. Make sure test case
52        all run. All tests appeared ok on sis.
53
[dba34ed3]542007-04-05      Joel Sherrill <joel@OARcorp.com>
55
56        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
57
[67293f6]582007-04-05      Joel Sherrill <joel@OARcorp.com>
59
60        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
61        CONFIGURE_TEST_NEEDS_XXX configuration constants to
62        CONFIGURE_APPLICATION_NEEDS_XXX.
63
[dfa1f0bc]642007-04-02      Joel Sherrill <joel@OARcorp.com>
65
66        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
67
[3c68f96d]682007-04-02      Joel Sherrill <joel@OARcorp.com>
69
70        * spsize/size.c: Convert from Classic API style TOD_Control as
71        fundamental time structure to POSIX struct timespec. Add
72        clock_get_uptime().
73
[8d8571e2]742007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
77
[f588903]782007-03-26      Joel Sherrill <joel@OARcorp.com>
79
80        * sp35/priinv.c: Remove warning.
81
[13a2734]822007-03-10      Joel Sherrill <joel@OARcorp.com>
83
84        * sp26/system.h: Remove incorrect and duplicate
85        CONFIGURE_EXTRA_TASK_STACKS.
86
[88e8cc4d]872007-03-05      Joel Sherrill <joel@OARcorp.com>
88
89        PR 1222/cpukit
90        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
91        thread that is blocked on a priority based thread queue is changed,
92        that its placement in the queue is reevaluated based upon the new
93        priority. This enhancement includes modifications to the SuperCore as
94        well as new test cases.
95        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
96        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
97        sp35/sp35.doc, sp35/sp35.scn: New files.
98
[99c3730c]992007-03-05      Joel Sherrill <joel@OARcorp.com>
100
101        * sp26/system.h: Correct memory required for stack sizes.
102
[d6913f24]1032007-02-06      Joel Sherrill <joel@OARcorp.com>
104
105        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
106        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
107        tests.
108
[a27fa6d]1092006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * sp33/init.c: Improve barrier test to include normal blocking with
112        manual release and unblocking in barrier deletion.
113
[fcb0cd46]1142006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * configure.ac: New BUG-REPORT address.
117
[c338ae2]1182006-11-20      Joel Sherrill <joel@OARcorp.com>
119
120        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
121        and make output more compliant with other tests.
122
[6be472c]1232006-11-17      Joel Sherrill <joel@OARcorp.com>
124
125        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
126        cases intended on all targets possible with new heap algorithm.
127
[47c9f44a]1282006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * Makefile.am, configure.ac: Adding Classic API Barriers.
131        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
132        New files.
133
[ba2c04f]1342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * configure.ac: Require autoconf-2.60. Require automake-1.10.
137
[c0069ba8]1382006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
141        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
142        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
143        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
144        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
145        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
146        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
147        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
148        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
149        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
150        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
151        Use rtems_testsdir instead.
152
[0c30bc5]1532006-04-05      Joel Sherrill <joel@OARcorp.com>
154                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
155
156        * spsize/size.c: Victor spotted the problem that
157        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
158        variables and needed to be set to the same value.  I took that
159        idea and just removed _Thread_MP_Receive.  All uses are now
160        _MPCI_Receive_server_tcb.
161
[1fd1595]1622005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
163
164        * configure.ac: Remove RTEMS_ENABLE_BARE,
165        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
166
[8a26f18d]1672005-11-13      Ralf Corsepius <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:
180        Convert to use *_PROGRAMS.
181
[9567283b]1822005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
183
[dc35ca43]184        * sp01/Makefile.am, sp02/Makefile.am,
185        sp03/Makefile.am, sp04/Makefile.am,
186        sp05/Makefile.am, sp06/Makefile.am,
187        sp07/Makefile.am, sp08/Makefile.am,
188        sp09/Makefile.am, sp11/Makefile.am,
189        sp12/Makefile.am, sp13/Makefile.am,
190        sp14/Makefile.am, sp15/Makefile.am,
191        sp16/Makefile.am, sp17/Makefile.am,
192        sp19/Makefile.am, sp20/Makefile.am,
193        sp21/Makefile.am, sp22/Makefile.am,
194        sp23/Makefile.am, sp24/Makefile.am,
195        sp25/Makefile.am, sp26/Makefile.am,
196        sp27/Makefile.am, sp28/Makefile.am,
197        sp29/Makefile.am, sp30/Makefile.am,
198        sp31/Makefile.am, sp32/Makefile.am,
199        spfatal/Makefile.am, spsize/Makefile.am: Rework.
[9567283b]200
[e570e3fe]2012005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
204        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
205        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
206        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
207        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
208        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
209        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
210        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
211        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
212        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
213        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
214        * sptests.am: Remove.
215
[e3354cd2]2162005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
217
218        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
219        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
220        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
221        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
222        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
223        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
224        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
225        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
226        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
227        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
228        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
229
[e806c23e]2302005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
233
[cd1b4bfc]2342005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
235
[eea423b7]236        * spsize/Makefile.am: Rename TEST to spsize.
237        * spsize/size.scn: Remove.
238        * spsize/spsize.scn: New (renamed from size.scn).
239
2402005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
241
242        * configure.ac: Add spfatal/Makefile.
243        * Makefile.am: Add spfatal to DIST_SUBDIRS.
[f8acc249]244        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
245        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
[cd1b4bfc]246        * sptests.am: Remove LIB_VARIANT.
247
[fb02f605]2482005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
251        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
252        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
253        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
254        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
255        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
256        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
257        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
258        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
259        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
260        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
261
[c32fb8f]2622005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
263
264        * Makefile.am: Cleanup.
265
[6f2593f]2662005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
[099e1112]267
268        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
269        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
270        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
271        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
272        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
273        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
274        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
275        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
276        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
277        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
278        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
279        spfatal/Makefile.am, spsize/Makefile.am:
280        Partial conversion to automake.
281
[df55b0f1]2822005-03-07      Joel Sherrill <joel@OARcorp.com>
283
284        * sp13/task1.c: Removed warnings.
285
[9fa21da0]2862004-09-29      Joel Sherrill <joel@OARcorp.com>
287
288        * spsize/size.c: i960 obsoleted and all references removed.
289
[6f2593f]2902004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]291
292        * configure.ac: Require automake > 1.9.
293
[6f2593f]2942004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[e8064503]295
296        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
297        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
298        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
299        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
300        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
301        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
302        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
303        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
304        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
305        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
306        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
307        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
308        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
309        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
310        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
311        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
312        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
313        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
314        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
315        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
316        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
317        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
318        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
319        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
320        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
321        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
322        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
323        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
324        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
325        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
326        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
327        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
328
[6f2593f]3292004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[65fa6b5]330
331        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
332
[a841314]3332004-03-30      David Querbach <querbach@realtime.bc.ca>
334
335        PR 595/tests
336        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
337        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
338        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
339        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
340        others treat it as a count of longs.
341
[378aed9]3422004-03-30      David Querbach <querbach@realtime.bc.ca>
343
344        PR 596/tests
345        * sp32/init.c: A missing definition of TEST_INIT before including
346        <tmacros.h> means that buffered output will not work even if selected
347        in buffer_test_io.h.
348
[6f2593f]3492004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
[c87608f]350
351        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
352        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
353        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
354        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
355        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
356        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
357        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
358        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
359        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
360        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
361        types.
362
[7c48a2e8]3632004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac: Add 2nd arg to RTEMS_TOP.
366
[6debefee]3672004-03-05      Joel Sherrill <joel@OARcorp.com>
368
369        * sp07/buffered_io.c: Remove warning.
370
[340835b0]3712004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
374        Add PRE/TMPINSTALL_FILES to CLEANFILES.
375        * sp02/Makefile.am: Ditto.
376        * sp03/Makefile.am: Ditto.
377        * sp04/Makefile.am: Ditto.
378        * sp05/Makefile.am: Ditto.
379        * sp06/Makefile.am: Ditto.
380        * sp07/Makefile.am: Ditto.
381        * sp08/Makefile.am: Ditto.
382        * sp09/Makefile.am: Ditto.
383        * sp11/Makefile.am: Ditto.
384        * sp12/Makefile.am: Ditto.
385        * sp13/Makefile.am: Ditto.
386        * sp14/Makefile.am: Ditto.
387        * sp15/Makefile.am: Ditto.
388        * sp16/Makefile.am: Ditto.
389        * sp17/Makefile.am: Ditto.
390        * sp19/Makefile.am: Ditto.
391        * sp20/Makefile.am: Ditto.
392        * sp21/Makefile.am: Ditto.
393        * sp22/Makefile.am: Ditto.
394        * sp23/Makefile.am: Ditto.
395        * sp24/Makefile.am: Ditto.
396        * sp25/Makefile.am: Ditto.
397        * sp26/Makefile.am: Ditto.
398        * sp27/Makefile.am: Ditto.
399        * sp28/Makefile.am: Ditto.
400        * sp29/Makefile.am: Ditto.
401        * sp30/Makefile.am: Ditto.
402        * sp31/Makefile.am: Ditto.
403        * sp32/Makefile.am: Ditto.
404        * spfatal/Makefile.am: Ditto.
405        * spsize/Makefile.am: Ditto.
406
[5813e715]4072003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * sptests.am: Add dirstamp support.
410
[8234c04]4112003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
414
[e457190]4152003-12-16      Joel Sherrill <joel@OARcorp.com>
416
417        PR 544/tests
418        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
419        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
420        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
421        make tests account for resources and not print at inappropriate
422        times.
423        * sp07/buffered_io.c: New file.
424
[810720b6]4252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
428
[6e4e067]4292003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * sp01/Makefile.am: Remove all-local: $(ARCH).
432        * sp02/Makefile.am: Remove all-local: $(ARCH).
433        * sp03/Makefile.am: Remove all-local: $(ARCH).
434        * sp04/Makefile.am: Remove all-local: $(ARCH).
435        * sp05/Makefile.am: Remove all-local: $(ARCH).
436        * sp06/Makefile.am: Remove all-local: $(ARCH).
437        * sp07/Makefile.am: Remove all-local: $(ARCH).
438        * sp08/Makefile.am: Remove all-local: $(ARCH).
439        * sp09/Makefile.am: Remove all-local: $(ARCH).
440        * sp11/Makefile.am: Remove all-local: $(ARCH).
441        * sp12/Makefile.am: Remove all-local: $(ARCH).
442        * sp13/Makefile.am: Remove all-local: $(ARCH).
443        * sp14/Makefile.am: Remove all-local: $(ARCH).
444        * sp15/Makefile.am: Remove all-local: $(ARCH).
445        * sp16/Makefile.am: Remove all-local: $(ARCH).
446        * sp17/Makefile.am: Remove all-local: $(ARCH).
447        * sp19/Makefile.am: Remove all-local: $(ARCH).
448        * sp20/Makefile.am: Remove all-local: $(ARCH).
449        * sp21/Makefile.am: Remove all-local: $(ARCH).
450        * sp22/Makefile.am: Remove all-local: $(ARCH).
451        * sp23/Makefile.am: Remove all-local: $(ARCH).
452        * sp24/Makefile.am: Remove all-local: $(ARCH).
453        * sp25/Makefile.am: Remove all-local: $(ARCH).
454        * sp26/Makefile.am: Remove all-local: $(ARCH).
455        * sp27/Makefile.am: Remove all-local: $(ARCH).
456        * sp28/Makefile.am: Remove all-local: $(ARCH).
457        * sp29/Makefile.am: Remove all-local: $(ARCH).
458        * sp30/Makefile.am: Remove all-local: $(ARCH).
459        * sp31/Makefile.am: Remove all-local: $(ARCH).
460        * sp32/Makefile.am: Remove all-local: $(ARCH).
461        * spfatal/Makefile.am: Remove all-local: $(ARCH).
462        * spsize/Makefile.am: Remove all-local: $(ARCH).
463
[5f52d1f]4642003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * configure.ac: Reflect having moved to testsuites/.
467
[c6328bee]4682003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * configure.ac: Remove RTEMS_CANONICAL_HOST.
471
[5445ee60]4722003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * configure.ac:Remove RTEMS_CHECK_CPU.
475
[d2b93bfd]4762003-09-04      Joel Sherrill <joel@OARcorp.com>
477
478        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
479        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
480        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
481        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
482        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
483        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
484        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
485        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
486        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
487        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
488        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
489        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
490        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
491        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
492        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
493        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
494        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
495        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
496        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
497        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
498        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
499        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
500        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
501        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
502        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
503        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
504        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
505        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
506        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
507        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
508        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
509        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
510        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
511        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
512        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
513        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
514        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
515        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
516        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
517        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
518        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
519        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
520        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
521        spsize/size.c, spsize/system.h: URL for license changed.
522
[35fc6bf9]5232003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
524
525        PR 458/tests
526        * sp30/task1.c: Correct indexing problem.
527
[7862f888]5282003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * Makefile.am: Reflect having moved aclocal/.
531
[7f9e5908]5322003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
[61d9371]534        * Makefile.am: Reflect having moved automake/.
535        * sp01/Makefile.am: Reflect having moved automake/.
536        * sp02/Makefile.am: Reflect having moved automake/.
537        * sp03/Makefile.am: Reflect having moved automake/.
538        * sp04/Makefile.am: Reflect having moved automake/.
539        * sp05/Makefile.am: Reflect having moved automake/.
540        * sp06/Makefile.am: Reflect having moved automake/.
541        * sp07/Makefile.am: Reflect having moved automake/.
542        * sp08/Makefile.am: Reflect having moved automake/.
543        * sp09/Makefile.am: Reflect having moved automake/.
544        * sp11/Makefile.am: Reflect having moved automake/.
545        * sp12/Makefile.am: Reflect having moved automake/.
546        * sp13/Makefile.am: Reflect having moved automake/.
547        * sp14/Makefile.am: Reflect having moved automake/.
548        * sp15/Makefile.am: Reflect having moved automake/.
549        * sp16/Makefile.am: Reflect having moved automake/.
550        * sp17/Makefile.am: Reflect having moved automake/.
551        * sp19/Makefile.am: Reflect having moved automake/.
552        * sp20/Makefile.am: Reflect having moved automake/.
553        * sp21/Makefile.am: Reflect having moved automake/.
554        * sp22/Makefile.am: Reflect having moved automake/.
555        * sp23/Makefile.am: Reflect having moved automake/.
556        * sp24/Makefile.am: Reflect having moved automake/.
557        * sp25/Makefile.am: Reflect having moved automake/.
558        * sp26/Makefile.am: Reflect having moved automake/.
559        * sp27/Makefile.am: Reflect having moved automake/.
560        * sp28/Makefile.am: Reflect having moved automake/.
561        * sp29/Makefile.am: Reflect having moved automake/.
562        * sp30/Makefile.am: Reflect having moved automake/.
563        * sp31/Makefile.am: Reflect having moved automake/.
564        * sp32/Makefile.am: Reflect having moved automake/.
565        * spfatal/Makefile.am: Reflect having moved automake/.
566        * spsize/Makefile.am: Reflect having moved automake/.
[7f9e5908]567
[3895f96]5682003-08-14      Joel Sherrill <joel@OARcorp.com>
569
570        * sp02/task1.c: Added ID to name lookup service and changed name of
571        id/name translation status code. This propagated to multiple
572        functions. The user API service added was rtems_object_id_to_name()
573
[7dcc3fe]5742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
577
[18ee864]5782003-05-29      Joel Sherrill <joel@OARcorp.com>
579
580        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
581
[c98849ef]5822003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
585        CC_CFLAGS_DEFAULT (obsolete).
586
[78bea14]5872003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
590        Remove CC_LDFLAGS_PROFILE_V.
591
[3c55718]5922003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * configure.ac: Remove AC_CONFIG_AUX_DIR.
595
[ccd81b60]5962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
599
[9b5c258]6002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * configure.ac: AC_PREREQ(2.57).
603
[afcd563]6042002-11-14      Joel Sherrill <joel@OARcorp.com>
605
606        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
607        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
608        update the IDs in the screens.
609
[8730f45]6102002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * .cvsignore: Reformat.
613        Add autom4te*cache.
614        Remove autom4te.cache.
615
[0c0d089]6162002-09-14      Joel Sherrill <joel@OARcorp.com>
617
618        * sp32/.cvsignore: New file.
619
[0af7c20]6202002-09-14      Aaron J. Grier <aaron@frye.com>
621
622        * PR271 was not applicable against the current source but included
623        a nice test that Joel decided to add to the tree as sp32.
624        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
625        * Makefile.am, configure.ac: Modified to reflect addition.
626
[a3a512c]6272002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
630        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
631        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
632        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
633        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
634        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
635        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
636        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
637        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
638        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
639        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
640        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
641        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
642        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
643        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
644        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
645        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
646        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
647        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
648        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
649        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
650        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
651        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
652        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
653        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
654        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
655        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
656        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
657        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
658        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
659        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
660
[3aa4c2e0]6612002-08-01      Joel Sherrill <joel@OARcorp.com>
662
663        * Per PR47 add support for buffered test output.  This involved
664        adding defines to redirect output to a buffer and dump it when
665        full, at "test pause", and at exit.  To avoid problems when redefining
666        exit(), all tests were modified to call rtems_test_exit().
667        Some tests, notable psxtests, had to be modified to include
668        the standard test macro .h file (pmacros.h or tmacros.h) to
669        enable this support.
670        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
671        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
672        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
673        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
674        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
675        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
676        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
677
[3dc936c1]6782002-07-30      Joel Sherrill <joel@OARcorp.com>
679
680        * spsize/size.c: Don't reference the RTEMS allocated interrupt
681        stack if the port doesn't configure using it.
682
[c3bb68a1]6832002-07-04      Joel Sherrill <joel@OARcorp.com>
684
685        * Jump table for single entry point removed.
686        * spsize/size.c:  Modified to reflect above.
687
[21bbb92]6882002-07-01      Joel Sherrill <joel@OARcorp.com>
689
690        * sp29/init.c: Corrected definitions for task stack usage.
691
[a9047a0]6922002-07-01      Joel Sherrill <joel@OARcorp.com>
693
694        * spsize/size.c: _Thread_queue_Extract_table removed.
695
[8873684]6962001-05-17      Joel Sherrill <joel@OARcorp.com>
697
698        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
699        number of staticly configured device drivers.
700
[606926f]7012001-05-14      Joel Sherrill <joel@OARcorp.com>
702
703        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
704        than the configured number of drivers.
705 
[cb9b2bfc]7062002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * configure.ac: Remove ENABLE_GCC28.
709
[beaa47bc]7102001-04-04      Joel Sherrill <joel@OARcorp.com>
711
712        * spsize/size.c: Reflect SPARC modifcation to get rid of
713        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
714 
[5729f62]7152001-03-29      Joel Sherrill <joel@OARcorp.com>
716
717        * Per PR147 addressed problems when reseting and inserting a timer
718        into a timer chain that did not honor time passage since the last
719        time the timer server was scheduled and the new insertion.
720        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
721
[0a32a21]7222001-03-28      Joel Sherrill <joel@OARcorp.com>
723
724        * Side-effect of PR132.
725        * sp21/system.h: Now must explicitly request NULL driver.
726
[ac2512ab]7272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * configure.ac:
730        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
731        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
732        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
733        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
734        * Makefile.am: Remove AUTOMAKE_OPTIONS.
735        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
736        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
737        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
738        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
739        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
740        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
741        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
742        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
743        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
744        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
745        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
746        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
747        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
748        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
749        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
750        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
751        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
752        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
753        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
754        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
755        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
756        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
757        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
758        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
759        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
760        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
761        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
762        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
763        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
764
[fabacfe]7652002-03-20      Chris Johns <ccj@acm.org>
766
767        * PR145.
768        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
769        in system (e.g. driver tasks).  Also exit on minimum number of
770        switches not precise number.
771
[ef70d9b]7722001-01-29      Joel Sherrill <joel@OARcorp.com>
773
774        * Fixed bug where resetting a timer that was not at the head
775        of one of the task timer chains resulted in the Timer Server
776        task waking up too far in the future.
777        * Added rtems_timer_get_information() directive to support testing.
778        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
779        above condition.
780
[2fc6dc3]7812001-01-22      Joel Sherrill <joel@OARcorp.com>
782
783        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
784        because priority added as argument to rtems_timer_initiate_server().
785
[de569fe]7862001-01-16      Joel Sherrill <joel@OARcorp.com>
787
788        * Added tests for task-based timers.  This included the new tests
789        sp30 and sp31.
790        * Makefile.am, configure.ac: Modified to reflect new tests and files.
791        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
792        for task-based timer services.
793        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
794        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
795        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
796        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
797        sp31/task1.c: New files.
798
[850f87e]7992001-11-01      Joel Sherrill <joel@OARcorp.com>
800
801        * sp26/system.h: Properly account for stack memory used by
802        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
803        and processed as PR78.
804
[df25c998]8052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
806
807        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
808        * configure.in: Remove.
809        * configure.ac: New file, generated from configure.in by autoupdate.
810
[996bfbf]8112001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
814
[25b9e93c]8152001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
816
817        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
818        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
819        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
820        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
821        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
822        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
823        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
824        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
825        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
826        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
827        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
828        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
829        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
830        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
831        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
832        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
833        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
834        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
835        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
836        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
837        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
838        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
839        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
840        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
841        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
842        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
843        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
844        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
845        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
846
[94dfe0f7]8472001-08-16      Joel Sherrill <joel@OARcorp.com>
848
849        * sp20/system.h: Account for extra task stacks properly.
850
[11b1063]8512001-08-16      Joel Sherrill <joel@OARcorp.com>
852
853        * sp13/sp13.scn: Id in screen had wrong class field value.
854        * sp13/system.h: Account for message buffer memory.
855        * sp13/task2.c: Remove unnecessary check for failure.
856
[95083c0]8572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
858
859        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
860
[cf7884b]8612001-04-20      Joel Sherrill <joel@OARcorp.com>
862
863        * sp298/sp28.scn: Minor adjustment so test output matches the screen
864        file.
865
[dde827b]8662001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
867
868        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
869
[55a86b4]8702001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        * sp21/Makefile.am: Remove libtest.
873
[feead226]8742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
875
876        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
877
[a314d3b4]8782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
879
880        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
881
[cbe7d66]8822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
885        Switch to GNU canonicalization.
886        * sptests.am: Remove DEFS.
887
[837ab841]8882000-09-29      Joel Sherrill <joel@OARcorp.com>
889
890        * sp20/sp20.scn: Corrected to reflect new addition.
891        * sp20/system.h: Removed comment reflecting history.
892
[cf42c54c]8932000-09-29      Stephan Merker <merker@decrc.abb.de>
894
895        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
896        Added new task to test sequence of altering a period's length
897        while it is still active.
898
[e35d6b2]8992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
900
901        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
902        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
903        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
904        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
905        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
906        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
907        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
908        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
909        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
910        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
911
[e94ad1fe]9122000-08-10      Joel Sherrill <joel@OARcorp.com>
913
914        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.