source: rtems/testsuites/sptests/ChangeLog @ 6bc19a1

4.104.114.95
Last change on this file since 6bc19a1 was 6bc19a1, checked in by Joel Sherrill <joel.sherrill@…>, on 12/14/07 at 17:44:15

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

  • sp09/screen07.c, sp09/sp09.scn: Add test for rtems_message_queue_broadcast for bad buffer and count pointers.
  • sp30/init.c, sp30/sp30.scn: Add test for initiating timer server with bad priority or initiating twice.
  • sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when it forces a dispatch.
  • sp37/init.c: New file.
  • Property mode set to 100644
File size: 38.1 KB
Line 
12007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * sp09/screen07.c, sp09/sp09.scn: Add test for
4        rtems_message_queue_broadcast for bad buffer and count pointers.
5        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
6        with bad priority or initiating twice.
7        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
8        it forces a dispatch.
9        * sp37/init.c: New file.
10
112007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * Makefile.am, configure.ac: Add new tests for interrupt disable,
14        enable, flash, and is in progress. These are normally inlines but
15        also have bodies for non-C code. This test also exercises the odd
16        case of calling clock tick from outside an ISR.
17        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
18
192007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
22        using notepad with the current task's ID or SELF
23        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
24        test missing test cases for clock_get.
25
262007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * sp28/init.c: Add test code for task variables to improve coverage.
29
302007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
33        RTEMS provided accessor macros to obtain configuration fields.
34
352007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
38        Configuration Table. Eliminate CPU Table from all ports. Delete
39        references to CPU Table in all forms.
40
412007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
44
452007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
46
47        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
48        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
49        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
50        to improve test coverage.
51
522007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
53
54        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
55        coverage.
56
572007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
60
612007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
62
63        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
64        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
65        .scn files.
66
672007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
68
69        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
70        commented out and updated the .scn file.
71
722007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
75        buffered test IO.
76
772007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
80        rtems_io_unregister_driver did not have any test code.
81
822007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * spsize/size.c: Eliminate maximum_drivers configuration parameter
85        since it was used to configure a no longer used feature. Device names
86        are now part of the filesystem not in a table. This also eliminated
87        the variables _IO_Number_of_devices and _IO_Driver_name_table from
88        RTEMS as well as the memory allocation used to populate
89        _IO_Driver_name_table.
90
912007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
94        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
95        properly.
96
972007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * spsize/size.c: Eliminated the variables
100        _RTEMS_tasks_User_initialization_tasks and
101        _RTEMS_tasks_Number_of_initialization_tasks because they were only
102        used in one place after initialized. It was a waste of space.
103
1042007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
107        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
108        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
109        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
110        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
111        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
112        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
113        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
114        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
115        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
116        spsize/size.c: Add optional managers to Makefiles. Clean up test
117        cases so last output line follows END OF pattern. Make sure test case
118        all run. All tests appeared ok on sis.
119
1202007-04-05      Joel Sherrill <joel@OARcorp.com>
121
122        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
123
1242007-04-05      Joel Sherrill <joel@OARcorp.com>
125
126        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
127        CONFIGURE_TEST_NEEDS_XXX configuration constants to
128        CONFIGURE_APPLICATION_NEEDS_XXX.
129
1302007-04-02      Joel Sherrill <joel@OARcorp.com>
131
132        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
133
1342007-04-02      Joel Sherrill <joel@OARcorp.com>
135
136        * spsize/size.c: Convert from Classic API style TOD_Control as
137        fundamental time structure to POSIX struct timespec. Add
138        clock_get_uptime().
139
1402007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
143
1442007-03-26      Joel Sherrill <joel@OARcorp.com>
145
146        * sp35/priinv.c: Remove warning.
147
1482007-03-10      Joel Sherrill <joel@OARcorp.com>
149
150        * sp26/system.h: Remove incorrect and duplicate
151        CONFIGURE_EXTRA_TASK_STACKS.
152
1532007-03-05      Joel Sherrill <joel@OARcorp.com>
154
155        PR 1222/cpukit
156        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
157        thread that is blocked on a priority based thread queue is changed,
158        that its placement in the queue is reevaluated based upon the new
159        priority. This enhancement includes modifications to the SuperCore as
160        well as new test cases.
161        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
162        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
163        sp35/sp35.doc, sp35/sp35.scn: New files.
164
1652007-03-05      Joel Sherrill <joel@OARcorp.com>
166
167        * sp26/system.h: Correct memory required for stack sizes.
168
1692007-02-06      Joel Sherrill <joel@OARcorp.com>
170
171        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
172        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
173        tests.
174
1752006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
176
177        * sp33/init.c: Improve barrier test to include normal blocking with
178        manual release and unblocking in barrier deletion.
179
1802006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * configure.ac: New BUG-REPORT address.
183
1842006-11-20      Joel Sherrill <joel@OARcorp.com>
185
186        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
187        and make output more compliant with other tests.
188
1892006-11-17      Joel Sherrill <joel@OARcorp.com>
190
191        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
192        cases intended on all targets possible with new heap algorithm.
193
1942006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
195
196        * Makefile.am, configure.ac: Adding Classic API Barriers.
197        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
198        New files.
199
2002006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
201
202        * configure.ac: Require autoconf-2.60. Require automake-1.10.
203
2042006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
205
206        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
207        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
208        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
209        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
210        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
211        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
212        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
213        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
214        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
215        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
216        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
217        Use rtems_testsdir instead.
218
2192006-04-05      Joel Sherrill <joel@OARcorp.com>
220                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
221
222        * spsize/size.c: Victor spotted the problem that
223        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
224        variables and needed to be set to the same value.  I took that
225        idea and just removed _Thread_MP_Receive.  All uses are now
226        _MPCI_Receive_server_tcb.
227
2282005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * configure.ac: Remove RTEMS_ENABLE_BARE,
231        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
232
2332005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
236        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
237        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
238        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
239        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
240        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
241        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
242        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
243        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
244        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
245        spfatal/Makefile.am, spsize/Makefile.am:
246        Convert to use *_PROGRAMS.
247
2482005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * sp01/Makefile.am, sp02/Makefile.am,
251        sp03/Makefile.am, sp04/Makefile.am,
252        sp05/Makefile.am, sp06/Makefile.am,
253        sp07/Makefile.am, sp08/Makefile.am,
254        sp09/Makefile.am, sp11/Makefile.am,
255        sp12/Makefile.am, sp13/Makefile.am,
256        sp14/Makefile.am, sp15/Makefile.am,
257        sp16/Makefile.am, sp17/Makefile.am,
258        sp19/Makefile.am, sp20/Makefile.am,
259        sp21/Makefile.am, sp22/Makefile.am,
260        sp23/Makefile.am, sp24/Makefile.am,
261        sp25/Makefile.am, sp26/Makefile.am,
262        sp27/Makefile.am, sp28/Makefile.am,
263        sp29/Makefile.am, sp30/Makefile.am,
264        sp31/Makefile.am, sp32/Makefile.am,
265        spfatal/Makefile.am, spsize/Makefile.am: Rework.
266
2672005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
268
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: Expand sptests.am.
280        * sptests.am: Remove.
281
2822005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
283
284        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
285        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
286        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
287        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
288        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
289        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
290        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
291        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
292        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
293        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
294        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
295
2962005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
297
298        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
299
3002005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
301
302        * spsize/Makefile.am: Rename TEST to spsize.
303        * spsize/size.scn: Remove.
304        * spsize/spsize.scn: New (renamed from size.scn).
305
3062005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
307
308        * configure.ac: Add spfatal/Makefile.
309        * Makefile.am: Add spfatal to DIST_SUBDIRS.
310        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
311        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
312        * sptests.am: Remove LIB_VARIANT.
313
3142005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
315
316        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
317        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
318        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
319        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
320        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
321        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
322        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
323        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
324        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
325        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
326        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
327
3282005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
329
330        * Makefile.am: Cleanup.
331
3322005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
335        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
336        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
337        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
338        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
339        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
340        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
341        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
342        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
343        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
344        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
345        spfatal/Makefile.am, spsize/Makefile.am:
346        Partial conversion to automake.
347
3482005-03-07      Joel Sherrill <joel@OARcorp.com>
349
350        * sp13/task1.c: Removed warnings.
351
3522004-09-29      Joel Sherrill <joel@OARcorp.com>
353
354        * spsize/size.c: i960 obsoleted and all references removed.
355
3562004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
357
358        * configure.ac: Require automake > 1.9.
359
3602004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
361
362        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
363        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
364        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
365        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
366        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
367        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
368        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
369        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
370        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
371        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
372        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
373        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
374        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
375        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
376        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
377        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
378        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
379        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
380        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
381        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
382        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
383        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
384        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
385        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
386        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
387        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
388        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
389        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
390        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
391        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
392        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
393        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
394
3952004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
396
397        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
398
3992004-03-30      David Querbach <querbach@realtime.bc.ca>
400
401        PR 595/tests
402        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
403        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
404        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
405        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
406        others treat it as a count of longs.
407
4082004-03-30      David Querbach <querbach@realtime.bc.ca>
409
410        PR 596/tests
411        * sp32/init.c: A missing definition of TEST_INIT before including
412        <tmacros.h> means that buffered output will not work even if selected
413        in buffer_test_io.h.
414
4152004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
416
417        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
418        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
419        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
420        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
421        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
422        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
423        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
424        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
425        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
426        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
427        types.
428
4292004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: Add 2nd arg to RTEMS_TOP.
432
4332004-03-05      Joel Sherrill <joel@OARcorp.com>
434
435        * sp07/buffered_io.c: Remove warning.
436
4372004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
440        Add PRE/TMPINSTALL_FILES to CLEANFILES.
441        * sp02/Makefile.am: Ditto.
442        * sp03/Makefile.am: Ditto.
443        * sp04/Makefile.am: Ditto.
444        * sp05/Makefile.am: Ditto.
445        * sp06/Makefile.am: Ditto.
446        * sp07/Makefile.am: Ditto.
447        * sp08/Makefile.am: Ditto.
448        * sp09/Makefile.am: Ditto.
449        * sp11/Makefile.am: Ditto.
450        * sp12/Makefile.am: Ditto.
451        * sp13/Makefile.am: Ditto.
452        * sp14/Makefile.am: Ditto.
453        * sp15/Makefile.am: Ditto.
454        * sp16/Makefile.am: Ditto.
455        * sp17/Makefile.am: Ditto.
456        * sp19/Makefile.am: Ditto.
457        * sp20/Makefile.am: Ditto.
458        * sp21/Makefile.am: Ditto.
459        * sp22/Makefile.am: Ditto.
460        * sp23/Makefile.am: Ditto.
461        * sp24/Makefile.am: Ditto.
462        * sp25/Makefile.am: Ditto.
463        * sp26/Makefile.am: Ditto.
464        * sp27/Makefile.am: Ditto.
465        * sp28/Makefile.am: Ditto.
466        * sp29/Makefile.am: Ditto.
467        * sp30/Makefile.am: Ditto.
468        * sp31/Makefile.am: Ditto.
469        * sp32/Makefile.am: Ditto.
470        * spfatal/Makefile.am: Ditto.
471        * spsize/Makefile.am: Ditto.
472
4732003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * sptests.am: Add dirstamp support.
476
4772003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
480
4812003-12-16      Joel Sherrill <joel@OARcorp.com>
482
483        PR 544/tests
484        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
485        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
486        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
487        make tests account for resources and not print at inappropriate
488        times.
489        * sp07/buffered_io.c: New file.
490
4912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
494
4952003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * sp01/Makefile.am: Remove all-local: $(ARCH).
498        * sp02/Makefile.am: Remove all-local: $(ARCH).
499        * sp03/Makefile.am: Remove all-local: $(ARCH).
500        * sp04/Makefile.am: Remove all-local: $(ARCH).
501        * sp05/Makefile.am: Remove all-local: $(ARCH).
502        * sp06/Makefile.am: Remove all-local: $(ARCH).
503        * sp07/Makefile.am: Remove all-local: $(ARCH).
504        * sp08/Makefile.am: Remove all-local: $(ARCH).
505        * sp09/Makefile.am: Remove all-local: $(ARCH).
506        * sp11/Makefile.am: Remove all-local: $(ARCH).
507        * sp12/Makefile.am: Remove all-local: $(ARCH).
508        * sp13/Makefile.am: Remove all-local: $(ARCH).
509        * sp14/Makefile.am: Remove all-local: $(ARCH).
510        * sp15/Makefile.am: Remove all-local: $(ARCH).
511        * sp16/Makefile.am: Remove all-local: $(ARCH).
512        * sp17/Makefile.am: Remove all-local: $(ARCH).
513        * sp19/Makefile.am: Remove all-local: $(ARCH).
514        * sp20/Makefile.am: Remove all-local: $(ARCH).
515        * sp21/Makefile.am: Remove all-local: $(ARCH).
516        * sp22/Makefile.am: Remove all-local: $(ARCH).
517        * sp23/Makefile.am: Remove all-local: $(ARCH).
518        * sp24/Makefile.am: Remove all-local: $(ARCH).
519        * sp25/Makefile.am: Remove all-local: $(ARCH).
520        * sp26/Makefile.am: Remove all-local: $(ARCH).
521        * sp27/Makefile.am: Remove all-local: $(ARCH).
522        * sp28/Makefile.am: Remove all-local: $(ARCH).
523        * sp29/Makefile.am: Remove all-local: $(ARCH).
524        * sp30/Makefile.am: Remove all-local: $(ARCH).
525        * sp31/Makefile.am: Remove all-local: $(ARCH).
526        * sp32/Makefile.am: Remove all-local: $(ARCH).
527        * spfatal/Makefile.am: Remove all-local: $(ARCH).
528        * spsize/Makefile.am: Remove all-local: $(ARCH).
529
5302003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * configure.ac: Reflect having moved to testsuites/.
533
5342003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * configure.ac: Remove RTEMS_CANONICAL_HOST.
537
5382003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.ac:Remove RTEMS_CHECK_CPU.
541
5422003-09-04      Joel Sherrill <joel@OARcorp.com>
543
544        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
545        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
546        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
547        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
548        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
549        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
550        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
551        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
552        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
553        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
554        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
555        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
556        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
557        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
558        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
559        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
560        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
561        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
562        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
563        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
564        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
565        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
566        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
567        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
568        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
569        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
570        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
571        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
572        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
573        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
574        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
575        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
576        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
577        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
578        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
579        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
580        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
581        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
582        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
583        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
584        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
585        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
586        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
587        spsize/size.c, spsize/system.h: URL for license changed.
588
5892003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
590
591        PR 458/tests
592        * sp30/task1.c: Correct indexing problem.
593
5942003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * Makefile.am: Reflect having moved aclocal/.
597
5982003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * Makefile.am: Reflect having moved automake/.
601        * sp01/Makefile.am: Reflect having moved automake/.
602        * sp02/Makefile.am: Reflect having moved automake/.
603        * sp03/Makefile.am: Reflect having moved automake/.
604        * sp04/Makefile.am: Reflect having moved automake/.
605        * sp05/Makefile.am: Reflect having moved automake/.
606        * sp06/Makefile.am: Reflect having moved automake/.
607        * sp07/Makefile.am: Reflect having moved automake/.
608        * sp08/Makefile.am: Reflect having moved automake/.
609        * sp09/Makefile.am: Reflect having moved automake/.
610        * sp11/Makefile.am: Reflect having moved automake/.
611        * sp12/Makefile.am: Reflect having moved automake/.
612        * sp13/Makefile.am: Reflect having moved automake/.
613        * sp14/Makefile.am: Reflect having moved automake/.
614        * sp15/Makefile.am: Reflect having moved automake/.
615        * sp16/Makefile.am: Reflect having moved automake/.
616        * sp17/Makefile.am: Reflect having moved automake/.
617        * sp19/Makefile.am: Reflect having moved automake/.
618        * sp20/Makefile.am: Reflect having moved automake/.
619        * sp21/Makefile.am: Reflect having moved automake/.
620        * sp22/Makefile.am: Reflect having moved automake/.
621        * sp23/Makefile.am: Reflect having moved automake/.
622        * sp24/Makefile.am: Reflect having moved automake/.
623        * sp25/Makefile.am: Reflect having moved automake/.
624        * sp26/Makefile.am: Reflect having moved automake/.
625        * sp27/Makefile.am: Reflect having moved automake/.
626        * sp28/Makefile.am: Reflect having moved automake/.
627        * sp29/Makefile.am: Reflect having moved automake/.
628        * sp30/Makefile.am: Reflect having moved automake/.
629        * sp31/Makefile.am: Reflect having moved automake/.
630        * sp32/Makefile.am: Reflect having moved automake/.
631        * spfatal/Makefile.am: Reflect having moved automake/.
632        * spsize/Makefile.am: Reflect having moved automake/.
633
6342003-08-14      Joel Sherrill <joel@OARcorp.com>
635
636        * sp02/task1.c: Added ID to name lookup service and changed name of
637        id/name translation status code. This propagated to multiple
638        functions. The user API service added was rtems_object_id_to_name()
639
6402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
643
6442003-05-29      Joel Sherrill <joel@OARcorp.com>
645
646        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
647
6482003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
651        CC_CFLAGS_DEFAULT (obsolete).
652
6532003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
656        Remove CC_LDFLAGS_PROFILE_V.
657
6582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * configure.ac: Remove AC_CONFIG_AUX_DIR.
661
6622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
665
6662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * configure.ac: AC_PREREQ(2.57).
669
6702002-11-14      Joel Sherrill <joel@OARcorp.com>
671
672        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
673        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
674        update the IDs in the screens.
675
6762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * .cvsignore: Reformat.
679        Add autom4te*cache.
680        Remove autom4te.cache.
681
6822002-09-14      Joel Sherrill <joel@OARcorp.com>
683
684        * sp32/.cvsignore: New file.
685
6862002-09-14      Aaron J. Grier <aaron@frye.com>
687
688        * PR271 was not applicable against the current source but included
689        a nice test that Joel decided to add to the tree as sp32.
690        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
691        * Makefile.am, configure.ac: Modified to reflect addition.
692
6932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
696        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
697        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
698        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
699        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
700        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
701        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
702        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
703        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
704        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
705        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
706        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
707        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
708        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
709        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
710        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
711        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
712        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
713        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
714        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
715        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
716        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
717        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
718        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
719        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
720        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
721        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
722        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
723        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
724        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
725        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
726
7272002-08-01      Joel Sherrill <joel@OARcorp.com>
728
729        * Per PR47 add support for buffered test output.  This involved
730        adding defines to redirect output to a buffer and dump it when
731        full, at "test pause", and at exit.  To avoid problems when redefining
732        exit(), all tests were modified to call rtems_test_exit().
733        Some tests, notable psxtests, had to be modified to include
734        the standard test macro .h file (pmacros.h or tmacros.h) to
735        enable this support.
736        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
737        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
738        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
739        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
740        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
741        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
742        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
743
7442002-07-30      Joel Sherrill <joel@OARcorp.com>
745
746        * spsize/size.c: Don't reference the RTEMS allocated interrupt
747        stack if the port doesn't configure using it.
748
7492002-07-04      Joel Sherrill <joel@OARcorp.com>
750
751        * Jump table for single entry point removed.
752        * spsize/size.c:  Modified to reflect above.
753
7542002-07-01      Joel Sherrill <joel@OARcorp.com>
755
756        * sp29/init.c: Corrected definitions for task stack usage.
757
7582002-07-01      Joel Sherrill <joel@OARcorp.com>
759
760        * spsize/size.c: _Thread_queue_Extract_table removed.
761
7622001-05-17      Joel Sherrill <joel@OARcorp.com>
763
764        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
765        number of staticly configured device drivers.
766
7672001-05-14      Joel Sherrill <joel@OARcorp.com>
768
769        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
770        than the configured number of drivers.
771 
7722002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
773
774        * configure.ac: Remove ENABLE_GCC28.
775
7762001-04-04      Joel Sherrill <joel@OARcorp.com>
777
778        * spsize/size.c: Reflect SPARC modifcation to get rid of
779        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
780 
7812001-03-29      Joel Sherrill <joel@OARcorp.com>
782
783        * Per PR147 addressed problems when reseting and inserting a timer
784        into a timer chain that did not honor time passage since the last
785        time the timer server was scheduled and the new insertion.
786        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
787
7882001-03-28      Joel Sherrill <joel@OARcorp.com>
789
790        * Side-effect of PR132.
791        * sp21/system.h: Now must explicitly request NULL driver.
792
7932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * configure.ac:
796        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
797        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
798        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
799        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
800        * Makefile.am: Remove AUTOMAKE_OPTIONS.
801        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
802        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
803        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
804        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
805        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
806        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
807        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
808        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
809        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
810        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
811        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
812        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
813        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
814        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
815        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
816        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
817        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
818        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
819        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
820        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
821        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
822        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
823        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
824        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
825        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
826        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
827        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
828        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
829        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
830
8312002-03-20      Chris Johns <ccj@acm.org>
832
833        * PR145.
834        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
835        in system (e.g. driver tasks).  Also exit on minimum number of
836        switches not precise number.
837
8382001-01-29      Joel Sherrill <joel@OARcorp.com>
839
840        * Fixed bug where resetting a timer that was not at the head
841        of one of the task timer chains resulted in the Timer Server
842        task waking up too far in the future.
843        * Added rtems_timer_get_information() directive to support testing.
844        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
845        above condition.
846
8472001-01-22      Joel Sherrill <joel@OARcorp.com>
848
849        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
850        because priority added as argument to rtems_timer_initiate_server().
851
8522001-01-16      Joel Sherrill <joel@OARcorp.com>
853
854        * Added tests for task-based timers.  This included the new tests
855        sp30 and sp31.
856        * Makefile.am, configure.ac: Modified to reflect new tests and files.
857        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
858        for task-based timer services.
859        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
860        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
861        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
862        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
863        sp31/task1.c: New files.
864
8652001-11-01      Joel Sherrill <joel@OARcorp.com>
866
867        * sp26/system.h: Properly account for stack memory used by
868        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
869        and processed as PR78.
870
8712001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
872
873        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
874        * configure.in: Remove.
875        * configure.ac: New file, generated from configure.in by autoupdate.
876
8772001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
880
8812001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
882
883        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
884        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
885        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
886        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
887        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
888        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
889        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
890        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
891        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
892        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
893        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
894        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
895        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
896        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
897        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
898        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
899        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
900        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
901        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
902        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
903        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
904        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
905        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
906        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
907        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
908        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
909        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
910        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
911        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
912
9132001-08-16      Joel Sherrill <joel@OARcorp.com>
914
915        * sp20/system.h: Account for extra task stacks properly.
916
9172001-08-16      Joel Sherrill <joel@OARcorp.com>
918
919        * sp13/sp13.scn: Id in screen had wrong class field value.
920        * sp13/system.h: Account for message buffer memory.
921        * sp13/task2.c: Remove unnecessary check for failure.
922
9232001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
924
925        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
926
9272001-04-20      Joel Sherrill <joel@OARcorp.com>
928
929        * sp298/sp28.scn: Minor adjustment so test output matches the screen
930        file.
931
9322001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
933
934        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
935
9362001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
937
938        * sp21/Makefile.am: Remove libtest.
939
9402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941
942        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
943
9442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
947
9482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
951        Switch to GNU canonicalization.
952        * sptests.am: Remove DEFS.
953
9542000-09-29      Joel Sherrill <joel@OARcorp.com>
955
956        * sp20/sp20.scn: Corrected to reflect new addition.
957        * sp20/system.h: Removed comment reflecting history.
958
9592000-09-29      Stephan Merker <merker@decrc.abb.de>
960
961        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
962        Added new task to test sequence of altering a period's length
963        while it is still active.
964
9652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
966
967        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
968        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
969        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
970        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
971        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
972        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
973        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
974        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
975        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
976        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
977
9782000-08-10      Joel Sherrill <joel@OARcorp.com>
979
980        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.