source: rtems/testsuites/sptests/ChangeLog @ b5c6ecf

4.104.114.95
Last change on this file since b5c6ecf was b5c6ecf, checked in by Joel Sherrill <joel.sherrill@…>, on 12/20/07 at 21:52:24

2007-12-20 Joel Sherrill <joel.sherrill@…>

  • sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self() directive instead of violating RTEMS internals.
  • Property mode set to 100644
File size: 38.7 KB
Line 
12007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
4        directive instead of violating RTEMS internals.
5
62007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
9        Add test cases for User Extension Manager to improve code coverage.
10        * sp21/task1.c: Fix spelling error.
11
122007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * spsize/size.c: Account for previous changes in calculation of MPCI
15        receive server stack.
16
172007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * sp09/screen07.c, sp09/sp09.scn: Add test for
20        rtems_message_queue_broadcast for bad buffer and count pointers.
21        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
22        with bad priority or initiating twice.
23        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
24        it forces a dispatch.
25        * sp37/init.c: New file.
26
272007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * Makefile.am, configure.ac: Add new tests for interrupt disable,
30        enable, flash, and is in progress. These are normally inlines but
31        also have bodies for non-C code. This test also exercises the odd
32        case of calling clock tick from outside an ISR.
33        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
34
352007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
38        using notepad with the current task's ID or SELF
39        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
40        test missing test cases for clock_get.
41
422007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * sp28/init.c: Add test code for task variables to improve coverage.
45
462007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
49        RTEMS provided accessor macros to obtain configuration fields.
50
512007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
54        Configuration Table. Eliminate CPU Table from all ports. Delete
55        references to CPU Table in all forms.
56
572007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
60
612007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
62
63        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
64        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
65        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
66        to improve test coverage.
67
682007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
69
70        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
71        coverage.
72
732007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
76
772007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
78
79        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
80        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
81        .scn files.
82
832007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
84
85        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
86        commented out and updated the .scn file.
87
882007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
91        buffered test IO.
92
932007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
96        rtems_io_unregister_driver did not have any test code.
97
982007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * spsize/size.c: Eliminate maximum_drivers configuration parameter
101        since it was used to configure a no longer used feature. Device names
102        are now part of the filesystem not in a table. This also eliminated
103        the variables _IO_Number_of_devices and _IO_Driver_name_table from
104        RTEMS as well as the memory allocation used to populate
105        _IO_Driver_name_table.
106
1072007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
110        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
111        properly.
112
1132007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * spsize/size.c: Eliminated the variables
116        _RTEMS_tasks_User_initialization_tasks and
117        _RTEMS_tasks_Number_of_initialization_tasks because they were only
118        used in one place after initialized. It was a waste of space.
119
1202007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
123        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
124        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
125        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
126        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
127        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
128        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
129        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
130        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
131        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
132        spsize/size.c: Add optional managers to Makefiles. Clean up test
133        cases so last output line follows END OF pattern. Make sure test case
134        all run. All tests appeared ok on sis.
135
1362007-04-05      Joel Sherrill <joel@OARcorp.com>
137
138        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
139
1402007-04-05      Joel Sherrill <joel@OARcorp.com>
141
142        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
143        CONFIGURE_TEST_NEEDS_XXX configuration constants to
144        CONFIGURE_APPLICATION_NEEDS_XXX.
145
1462007-04-02      Joel Sherrill <joel@OARcorp.com>
147
148        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
149
1502007-04-02      Joel Sherrill <joel@OARcorp.com>
151
152        * spsize/size.c: Convert from Classic API style TOD_Control as
153        fundamental time structure to POSIX struct timespec. Add
154        clock_get_uptime().
155
1562007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
159
1602007-03-26      Joel Sherrill <joel@OARcorp.com>
161
162        * sp35/priinv.c: Remove warning.
163
1642007-03-10      Joel Sherrill <joel@OARcorp.com>
165
166        * sp26/system.h: Remove incorrect and duplicate
167        CONFIGURE_EXTRA_TASK_STACKS.
168
1692007-03-05      Joel Sherrill <joel@OARcorp.com>
170
171        PR 1222/cpukit
172        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
173        thread that is blocked on a priority based thread queue is changed,
174        that its placement in the queue is reevaluated based upon the new
175        priority. This enhancement includes modifications to the SuperCore as
176        well as new test cases.
177        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
178        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
179        sp35/sp35.doc, sp35/sp35.scn: New files.
180
1812007-03-05      Joel Sherrill <joel@OARcorp.com>
182
183        * sp26/system.h: Correct memory required for stack sizes.
184
1852007-02-06      Joel Sherrill <joel@OARcorp.com>
186
187        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
188        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
189        tests.
190
1912006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * sp33/init.c: Improve barrier test to include normal blocking with
194        manual release and unblocking in barrier deletion.
195
1962006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
197
198        * configure.ac: New BUG-REPORT address.
199
2002006-11-20      Joel Sherrill <joel@OARcorp.com>
201
202        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
203        and make output more compliant with other tests.
204
2052006-11-17      Joel Sherrill <joel@OARcorp.com>
206
207        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
208        cases intended on all targets possible with new heap algorithm.
209
2102006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
211
212        * Makefile.am, configure.ac: Adding Classic API Barriers.
213        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
214        New files.
215
2162006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * configure.ac: Require autoconf-2.60. Require automake-1.10.
219
2202006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
223        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
224        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
225        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
226        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
227        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
228        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
229        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
230        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
231        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
232        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
233        Use rtems_testsdir instead.
234
2352006-04-05      Joel Sherrill <joel@OARcorp.com>
236                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
237
238        * spsize/size.c: Victor spotted the problem that
239        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
240        variables and needed to be set to the same value.  I took that
241        idea and just removed _Thread_MP_Receive.  All uses are now
242        _MPCI_Receive_server_tcb.
243
2442005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
245
246        * configure.ac: Remove RTEMS_ENABLE_BARE,
247        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
248
2492005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
250
251        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
252        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
253        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
254        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
255        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
256        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
257        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
258        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
259        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
260        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
261        spfatal/Makefile.am, spsize/Makefile.am:
262        Convert to use *_PROGRAMS.
263
2642005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
265
266        * sp01/Makefile.am, sp02/Makefile.am,
267        sp03/Makefile.am, sp04/Makefile.am,
268        sp05/Makefile.am, sp06/Makefile.am,
269        sp07/Makefile.am, sp08/Makefile.am,
270        sp09/Makefile.am, sp11/Makefile.am,
271        sp12/Makefile.am, sp13/Makefile.am,
272        sp14/Makefile.am, sp15/Makefile.am,
273        sp16/Makefile.am, sp17/Makefile.am,
274        sp19/Makefile.am, sp20/Makefile.am,
275        sp21/Makefile.am, sp22/Makefile.am,
276        sp23/Makefile.am, sp24/Makefile.am,
277        sp25/Makefile.am, sp26/Makefile.am,
278        sp27/Makefile.am, sp28/Makefile.am,
279        sp29/Makefile.am, sp30/Makefile.am,
280        sp31/Makefile.am, sp32/Makefile.am,
281        spfatal/Makefile.am, spsize/Makefile.am: Rework.
282
2832005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
286        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
287        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
288        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
289        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
290        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
291        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
292        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
293        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
294        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
295        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
296        * sptests.am: Remove.
297
2982005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
299
300        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
301        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
302        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
303        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
304        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
305        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
306        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
307        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
308        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
309        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
310        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
311
3122005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
313
314        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
315
3162005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
317
318        * spsize/Makefile.am: Rename TEST to spsize.
319        * spsize/size.scn: Remove.
320        * spsize/spsize.scn: New (renamed from size.scn).
321
3222005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
323
324        * configure.ac: Add spfatal/Makefile.
325        * Makefile.am: Add spfatal to DIST_SUBDIRS.
326        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
327        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
328        * sptests.am: Remove LIB_VARIANT.
329
3302005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
331
332        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
333        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
334        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
335        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
336        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
337        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
338        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
339        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
340        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
341        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
342        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
343
3442005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
345
346        * Makefile.am: Cleanup.
347
3482005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
349
350        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
351        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
352        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
353        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
354        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
355        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
356        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
357        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
358        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
359        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
360        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
361        spfatal/Makefile.am, spsize/Makefile.am:
362        Partial conversion to automake.
363
3642005-03-07      Joel Sherrill <joel@OARcorp.com>
365
366        * sp13/task1.c: Removed warnings.
367
3682004-09-29      Joel Sherrill <joel@OARcorp.com>
369
370        * spsize/size.c: i960 obsoleted and all references removed.
371
3722004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
373
374        * configure.ac: Require automake > 1.9.
375
3762004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
377
378        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
379        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
380        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
381        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
382        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
383        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
384        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
385        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
386        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
387        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
388        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
389        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
390        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
391        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
392        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
393        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
394        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
395        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
396        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
397        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
398        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
399        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
400        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
401        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
402        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
403        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
404        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
405        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
406        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
407        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
408        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
409        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
410
4112004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
412
413        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
414
4152004-03-30      David Querbach <querbach@realtime.bc.ca>
416
417        PR 595/tests
418        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
419        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
420        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
421        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
422        others treat it as a count of longs.
423
4242004-03-30      David Querbach <querbach@realtime.bc.ca>
425
426        PR 596/tests
427        * sp32/init.c: A missing definition of TEST_INIT before including
428        <tmacros.h> means that buffered output will not work even if selected
429        in buffer_test_io.h.
430
4312004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
432
433        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
434        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
435        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
436        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
437        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
438        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
439        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
440        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
441        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
442        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
443        types.
444
4452004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Add 2nd arg to RTEMS_TOP.
448
4492004-03-05      Joel Sherrill <joel@OARcorp.com>
450
451        * sp07/buffered_io.c: Remove warning.
452
4532004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
456        Add PRE/TMPINSTALL_FILES to CLEANFILES.
457        * sp02/Makefile.am: Ditto.
458        * sp03/Makefile.am: Ditto.
459        * sp04/Makefile.am: Ditto.
460        * sp05/Makefile.am: Ditto.
461        * sp06/Makefile.am: Ditto.
462        * sp07/Makefile.am: Ditto.
463        * sp08/Makefile.am: Ditto.
464        * sp09/Makefile.am: Ditto.
465        * sp11/Makefile.am: Ditto.
466        * sp12/Makefile.am: Ditto.
467        * sp13/Makefile.am: Ditto.
468        * sp14/Makefile.am: Ditto.
469        * sp15/Makefile.am: Ditto.
470        * sp16/Makefile.am: Ditto.
471        * sp17/Makefile.am: Ditto.
472        * sp19/Makefile.am: Ditto.
473        * sp20/Makefile.am: Ditto.
474        * sp21/Makefile.am: Ditto.
475        * sp22/Makefile.am: Ditto.
476        * sp23/Makefile.am: Ditto.
477        * sp24/Makefile.am: Ditto.
478        * sp25/Makefile.am: Ditto.
479        * sp26/Makefile.am: Ditto.
480        * sp27/Makefile.am: Ditto.
481        * sp28/Makefile.am: Ditto.
482        * sp29/Makefile.am: Ditto.
483        * sp30/Makefile.am: Ditto.
484        * sp31/Makefile.am: Ditto.
485        * sp32/Makefile.am: Ditto.
486        * spfatal/Makefile.am: Ditto.
487        * spsize/Makefile.am: Ditto.
488
4892003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * sptests.am: Add dirstamp support.
492
4932003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
496
4972003-12-16      Joel Sherrill <joel@OARcorp.com>
498
499        PR 544/tests
500        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
501        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
502        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
503        make tests account for resources and not print at inappropriate
504        times.
505        * sp07/buffered_io.c: New file.
506
5072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
510
5112003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * sp01/Makefile.am: Remove all-local: $(ARCH).
514        * sp02/Makefile.am: Remove all-local: $(ARCH).
515        * sp03/Makefile.am: Remove all-local: $(ARCH).
516        * sp04/Makefile.am: Remove all-local: $(ARCH).
517        * sp05/Makefile.am: Remove all-local: $(ARCH).
518        * sp06/Makefile.am: Remove all-local: $(ARCH).
519        * sp07/Makefile.am: Remove all-local: $(ARCH).
520        * sp08/Makefile.am: Remove all-local: $(ARCH).
521        * sp09/Makefile.am: Remove all-local: $(ARCH).
522        * sp11/Makefile.am: Remove all-local: $(ARCH).
523        * sp12/Makefile.am: Remove all-local: $(ARCH).
524        * sp13/Makefile.am: Remove all-local: $(ARCH).
525        * sp14/Makefile.am: Remove all-local: $(ARCH).
526        * sp15/Makefile.am: Remove all-local: $(ARCH).
527        * sp16/Makefile.am: Remove all-local: $(ARCH).
528        * sp17/Makefile.am: Remove all-local: $(ARCH).
529        * sp19/Makefile.am: Remove all-local: $(ARCH).
530        * sp20/Makefile.am: Remove all-local: $(ARCH).
531        * sp21/Makefile.am: Remove all-local: $(ARCH).
532        * sp22/Makefile.am: Remove all-local: $(ARCH).
533        * sp23/Makefile.am: Remove all-local: $(ARCH).
534        * sp24/Makefile.am: Remove all-local: $(ARCH).
535        * sp25/Makefile.am: Remove all-local: $(ARCH).
536        * sp26/Makefile.am: Remove all-local: $(ARCH).
537        * sp27/Makefile.am: Remove all-local: $(ARCH).
538        * sp28/Makefile.am: Remove all-local: $(ARCH).
539        * sp29/Makefile.am: Remove all-local: $(ARCH).
540        * sp30/Makefile.am: Remove all-local: $(ARCH).
541        * sp31/Makefile.am: Remove all-local: $(ARCH).
542        * sp32/Makefile.am: Remove all-local: $(ARCH).
543        * spfatal/Makefile.am: Remove all-local: $(ARCH).
544        * spsize/Makefile.am: Remove all-local: $(ARCH).
545
5462003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * configure.ac: Reflect having moved to testsuites/.
549
5502003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * configure.ac: Remove RTEMS_CANONICAL_HOST.
553
5542003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * configure.ac:Remove RTEMS_CHECK_CPU.
557
5582003-09-04      Joel Sherrill <joel@OARcorp.com>
559
560        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
561        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
562        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
563        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
564        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
565        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
566        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
567        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
568        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
569        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
570        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
571        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
572        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
573        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
574        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
575        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
576        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
577        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
578        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
579        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
580        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
581        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
582        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
583        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
584        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
585        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
586        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
587        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
588        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
589        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
590        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
591        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
592        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
593        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
594        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
595        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
596        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
597        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
598        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
599        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
600        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
601        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
602        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
603        spsize/size.c, spsize/system.h: URL for license changed.
604
6052003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
606
607        PR 458/tests
608        * sp30/task1.c: Correct indexing problem.
609
6102003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * Makefile.am: Reflect having moved aclocal/.
613
6142003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * Makefile.am: Reflect having moved automake/.
617        * sp01/Makefile.am: Reflect having moved automake/.
618        * sp02/Makefile.am: Reflect having moved automake/.
619        * sp03/Makefile.am: Reflect having moved automake/.
620        * sp04/Makefile.am: Reflect having moved automake/.
621        * sp05/Makefile.am: Reflect having moved automake/.
622        * sp06/Makefile.am: Reflect having moved automake/.
623        * sp07/Makefile.am: Reflect having moved automake/.
624        * sp08/Makefile.am: Reflect having moved automake/.
625        * sp09/Makefile.am: Reflect having moved automake/.
626        * sp11/Makefile.am: Reflect having moved automake/.
627        * sp12/Makefile.am: Reflect having moved automake/.
628        * sp13/Makefile.am: Reflect having moved automake/.
629        * sp14/Makefile.am: Reflect having moved automake/.
630        * sp15/Makefile.am: Reflect having moved automake/.
631        * sp16/Makefile.am: Reflect having moved automake/.
632        * sp17/Makefile.am: Reflect having moved automake/.
633        * sp19/Makefile.am: Reflect having moved automake/.
634        * sp20/Makefile.am: Reflect having moved automake/.
635        * sp21/Makefile.am: Reflect having moved automake/.
636        * sp22/Makefile.am: Reflect having moved automake/.
637        * sp23/Makefile.am: Reflect having moved automake/.
638        * sp24/Makefile.am: Reflect having moved automake/.
639        * sp25/Makefile.am: Reflect having moved automake/.
640        * sp26/Makefile.am: Reflect having moved automake/.
641        * sp27/Makefile.am: Reflect having moved automake/.
642        * sp28/Makefile.am: Reflect having moved automake/.
643        * sp29/Makefile.am: Reflect having moved automake/.
644        * sp30/Makefile.am: Reflect having moved automake/.
645        * sp31/Makefile.am: Reflect having moved automake/.
646        * sp32/Makefile.am: Reflect having moved automake/.
647        * spfatal/Makefile.am: Reflect having moved automake/.
648        * spsize/Makefile.am: Reflect having moved automake/.
649
6502003-08-14      Joel Sherrill <joel@OARcorp.com>
651
652        * sp02/task1.c: Added ID to name lookup service and changed name of
653        id/name translation status code. This propagated to multiple
654        functions. The user API service added was rtems_object_id_to_name()
655
6562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
659
6602003-05-29      Joel Sherrill <joel@OARcorp.com>
661
662        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
663
6642003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
667        CC_CFLAGS_DEFAULT (obsolete).
668
6692003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
672        Remove CC_LDFLAGS_PROFILE_V.
673
6742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * configure.ac: Remove AC_CONFIG_AUX_DIR.
677
6782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
681
6822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * configure.ac: AC_PREREQ(2.57).
685
6862002-11-14      Joel Sherrill <joel@OARcorp.com>
687
688        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
689        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
690        update the IDs in the screens.
691
6922002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
693
694        * .cvsignore: Reformat.
695        Add autom4te*cache.
696        Remove autom4te.cache.
697
6982002-09-14      Joel Sherrill <joel@OARcorp.com>
699
700        * sp32/.cvsignore: New file.
701
7022002-09-14      Aaron J. Grier <aaron@frye.com>
703
704        * PR271 was not applicable against the current source but included
705        a nice test that Joel decided to add to the tree as sp32.
706        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
707        * Makefile.am, configure.ac: Modified to reflect addition.
708
7092002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
712        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
713        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
714        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
715        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
716        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
717        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
718        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
719        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
720        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
721        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
722        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
723        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
724        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
725        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
726        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
727        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
728        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
729        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
730        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
731        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
732        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
733        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
734        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
735        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
736        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
737        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
738        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
739        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
740        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
741        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
742
7432002-08-01      Joel Sherrill <joel@OARcorp.com>
744
745        * Per PR47 add support for buffered test output.  This involved
746        adding defines to redirect output to a buffer and dump it when
747        full, at "test pause", and at exit.  To avoid problems when redefining
748        exit(), all tests were modified to call rtems_test_exit().
749        Some tests, notable psxtests, had to be modified to include
750        the standard test macro .h file (pmacros.h or tmacros.h) to
751        enable this support.
752        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
753        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
754        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
755        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
756        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
757        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
758        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
759
7602002-07-30      Joel Sherrill <joel@OARcorp.com>
761
762        * spsize/size.c: Don't reference the RTEMS allocated interrupt
763        stack if the port doesn't configure using it.
764
7652002-07-04      Joel Sherrill <joel@OARcorp.com>
766
767        * Jump table for single entry point removed.
768        * spsize/size.c:  Modified to reflect above.
769
7702002-07-01      Joel Sherrill <joel@OARcorp.com>
771
772        * sp29/init.c: Corrected definitions for task stack usage.
773
7742002-07-01      Joel Sherrill <joel@OARcorp.com>
775
776        * spsize/size.c: _Thread_queue_Extract_table removed.
777
7782001-05-17      Joel Sherrill <joel@OARcorp.com>
779
780        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
781        number of staticly configured device drivers.
782
7832001-05-14      Joel Sherrill <joel@OARcorp.com>
784
785        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
786        than the configured number of drivers.
787 
7882002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * configure.ac: Remove ENABLE_GCC28.
791
7922001-04-04      Joel Sherrill <joel@OARcorp.com>
793
794        * spsize/size.c: Reflect SPARC modifcation to get rid of
795        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
796 
7972001-03-29      Joel Sherrill <joel@OARcorp.com>
798
799        * Per PR147 addressed problems when reseting and inserting a timer
800        into a timer chain that did not honor time passage since the last
801        time the timer server was scheduled and the new insertion.
802        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
803
8042001-03-28      Joel Sherrill <joel@OARcorp.com>
805
806        * Side-effect of PR132.
807        * sp21/system.h: Now must explicitly request NULL driver.
808
8092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * configure.ac:
812        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
813        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
814        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
815        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
816        * Makefile.am: Remove AUTOMAKE_OPTIONS.
817        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
818        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
819        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
820        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
821        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
822        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
823        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
824        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
825        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
826        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
827        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
828        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
829        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
830        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
831        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
832        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
833        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
834        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
835        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
836        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
837        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
838        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
839        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
840        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
841        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
842        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
843        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
844        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
845        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
846
8472002-03-20      Chris Johns <ccj@acm.org>
848
849        * PR145.
850        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
851        in system (e.g. driver tasks).  Also exit on minimum number of
852        switches not precise number.
853
8542001-01-29      Joel Sherrill <joel@OARcorp.com>
855
856        * Fixed bug where resetting a timer that was not at the head
857        of one of the task timer chains resulted in the Timer Server
858        task waking up too far in the future.
859        * Added rtems_timer_get_information() directive to support testing.
860        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
861        above condition.
862
8632001-01-22      Joel Sherrill <joel@OARcorp.com>
864
865        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
866        because priority added as argument to rtems_timer_initiate_server().
867
8682001-01-16      Joel Sherrill <joel@OARcorp.com>
869
870        * Added tests for task-based timers.  This included the new tests
871        sp30 and sp31.
872        * Makefile.am, configure.ac: Modified to reflect new tests and files.
873        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
874        for task-based timer services.
875        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
876        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
877        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
878        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
879        sp31/task1.c: New files.
880
8812001-11-01      Joel Sherrill <joel@OARcorp.com>
882
883        * sp26/system.h: Properly account for stack memory used by
884        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
885        and processed as PR78.
886
8872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
888
889        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
890        * configure.in: Remove.
891        * configure.ac: New file, generated from configure.in by autoupdate.
892
8932001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
894
895        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
896
8972001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
898
899        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
900        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
901        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
902        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
903        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
904        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
905        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
906        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
907        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
908        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
909        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
910        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
911        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
912        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
913        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
914        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
915        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
916        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
917        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
918        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
919        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
920        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
921        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
922        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
923        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
924        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
925        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
926        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
927        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
928
9292001-08-16      Joel Sherrill <joel@OARcorp.com>
930
931        * sp20/system.h: Account for extra task stacks properly.
932
9332001-08-16      Joel Sherrill <joel@OARcorp.com>
934
935        * sp13/sp13.scn: Id in screen had wrong class field value.
936        * sp13/system.h: Account for message buffer memory.
937        * sp13/task2.c: Remove unnecessary check for failure.
938
9392001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
940
941        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
942
9432001-04-20      Joel Sherrill <joel@OARcorp.com>
944
945        * sp298/sp28.scn: Minor adjustment so test output matches the screen
946        file.
947
9482001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
951
9522001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
953
954        * sp21/Makefile.am: Remove libtest.
955
9562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
957
958        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
959
9602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
961
962        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
963
9642000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
965
966        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
967        Switch to GNU canonicalization.
968        * sptests.am: Remove DEFS.
969
9702000-09-29      Joel Sherrill <joel@OARcorp.com>
971
972        * sp20/sp20.scn: Corrected to reflect new addition.
973        * sp20/system.h: Removed comment reflecting history.
974
9752000-09-29      Stephan Merker <merker@decrc.abb.de>
976
977        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
978        Added new task to test sequence of altering a period's length
979        while it is still active.
980
9812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
982
983        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
984        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
985        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
986        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
987        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
988        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
989        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
990        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
991        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
992        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
993
9942000-08-10      Joel Sherrill <joel@OARcorp.com>
995
996        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.