source: rtems/testsuites/sptests/ChangeLog @ 90f6ea62

4.104.114.95
Last change on this file since 90f6ea62 was 90f6ea62, checked in by Joel Sherrill <joel.sherrill@…>, on 01/24/08 at 15:12:30

2008-01-24 Joel Sherrill <joel.sherrill@…>

  • sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c, sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of test messages.
  • Property mode set to 100644
File size: 41.6 KB
Line 
12008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
4        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
5        test messages.
6
72008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
10        simple type to a union of an unsigned 32 bit integer and a pointer.
11        This should help eliminate weird casts between u32 and pointers in
12        various places. The APIs now have to explicitly call _u32 or _string
13        versions of helper routines. This should also simplify things and
14        eliminate the need for ugly casts in some cases.
15
162008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
17
18        * sp42/Makefile.am: New file.
19
202008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        Add sp42 to exercise thread queue with knowledge of the implementation
23        so we can exercise all of the normal paths possible.
24        * Makefile.am, configure.ac: Add sp42.
25        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
26
272008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * sp39/init.c: Add case for long timeout on blocking operation.
30        * Makefile.am, configure.ac: Add new test to exercise thread
31        queue blokcing synchronization. sp39 and sp41 are very similar.
32        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
33        sp41/system.h: New files.
34
352008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * sp39/init.c: Clean up.
38
392008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * sp39/init.c: Modify to improve coverage.
42
432008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
44
45        * sp36/strict_order_mut.c:
46
472008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
50        driver registration.
51        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
52        sp40/system.h: New files.
53
542008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
57        Add test cases for:
58          + message queue create requesting too many message buffers
59            for the available memory
60          + region extend with address inside existing heap
61          + timer server initiate too large a stack, create error
62        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
63          + task set priority while holding resource
64
652008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * Makefile.am, configure.ac: Added sp38 and sp39.
68        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
69        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
70        sp39/sp39.scn, sp39/system.h: New files.
71
722007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * sp36/strict_order_mut.c: New file.
75
762007-12-21      Xi Yang <hiyangxi@gmail.com>
77
78        * Makefile.am, configure.ac: Add support for proper stacking of
79        priority inheritance on mutexes as well as enforce proper order of
80        release.
81        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
82        sp36/sp36.scn: New files.
83
842007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
87        directive instead of violating RTEMS internals.
88
892007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
90
91        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
92        Add test cases for User Extension Manager to improve code coverage.
93        * sp21/task1.c: Fix spelling error.
94
952007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * spsize/size.c: Account for previous changes in calculation of MPCI
98        receive server stack.
99
1002007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * sp09/screen07.c, sp09/sp09.scn: Add test for
103        rtems_message_queue_broadcast for bad buffer and count pointers.
104        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
105        with bad priority or initiating twice.
106        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
107        it forces a dispatch.
108        * sp37/init.c: New file.
109
1102007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * Makefile.am, configure.ac: Add new tests for interrupt disable,
113        enable, flash, and is in progress. These are normally inlines but
114        also have bodies for non-C code. This test also exercises the odd
115        case of calling clock tick from outside an ISR.
116        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
117
1182007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
121        using notepad with the current task's ID or SELF
122        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
123        test missing test cases for clock_get.
124
1252007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * sp28/init.c: Add test code for task variables to improve coverage.
128
1292007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
132        RTEMS provided accessor macros to obtain configuration fields.
133
1342007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
137        Configuration Table. Eliminate CPU Table from all ports. Delete
138        references to CPU Table in all forms.
139
1402007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
143
1442007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
145
146        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
147        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
148        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
149        to improve test coverage.
150
1512007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
152
153        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
154        coverage.
155
1562007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
159
1602007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
161
162        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
163        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
164        .scn files.
165
1662007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
167
168        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
169        commented out and updated the .scn file.
170
1712007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
174        buffered test IO.
175
1762007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
177
178        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
179        rtems_io_unregister_driver did not have any test code.
180
1812007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * spsize/size.c: Eliminate maximum_drivers configuration parameter
184        since it was used to configure a no longer used feature. Device names
185        are now part of the filesystem not in a table. This also eliminated
186        the variables _IO_Number_of_devices and _IO_Driver_name_table from
187        RTEMS as well as the memory allocation used to populate
188        _IO_Driver_name_table.
189
1902007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
193        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
194        properly.
195
1962007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
197
198        * spsize/size.c: Eliminated the variables
199        _RTEMS_tasks_User_initialization_tasks and
200        _RTEMS_tasks_Number_of_initialization_tasks because they were only
201        used in one place after initialized. It was a waste of space.
202
2032007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
204
205        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
206        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
207        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
208        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
209        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
210        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
211        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
212        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
213        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
214        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
215        spsize/size.c: Add optional managers to Makefiles. Clean up test
216        cases so last output line follows END OF pattern. Make sure test case
217        all run. All tests appeared ok on sis.
218
2192007-04-05      Joel Sherrill <joel@OARcorp.com>
220
221        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
222
2232007-04-05      Joel Sherrill <joel@OARcorp.com>
224
225        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
226        CONFIGURE_TEST_NEEDS_XXX configuration constants to
227        CONFIGURE_APPLICATION_NEEDS_XXX.
228
2292007-04-02      Joel Sherrill <joel@OARcorp.com>
230
231        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
232
2332007-04-02      Joel Sherrill <joel@OARcorp.com>
234
235        * spsize/size.c: Convert from Classic API style TOD_Control as
236        fundamental time structure to POSIX struct timespec. Add
237        clock_get_uptime().
238
2392007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
240
241        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
242
2432007-03-26      Joel Sherrill <joel@OARcorp.com>
244
245        * sp35/priinv.c: Remove warning.
246
2472007-03-10      Joel Sherrill <joel@OARcorp.com>
248
249        * sp26/system.h: Remove incorrect and duplicate
250        CONFIGURE_EXTRA_TASK_STACKS.
251
2522007-03-05      Joel Sherrill <joel@OARcorp.com>
253
254        PR 1222/cpukit
255        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
256        thread that is blocked on a priority based thread queue is changed,
257        that its placement in the queue is reevaluated based upon the new
258        priority. This enhancement includes modifications to the SuperCore as
259        well as new test cases.
260        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
261        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
262        sp35/sp35.doc, sp35/sp35.scn: New files.
263
2642007-03-05      Joel Sherrill <joel@OARcorp.com>
265
266        * sp26/system.h: Correct memory required for stack sizes.
267
2682007-02-06      Joel Sherrill <joel@OARcorp.com>
269
270        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
271        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
272        tests.
273
2742006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
275
276        * sp33/init.c: Improve barrier test to include normal blocking with
277        manual release and unblocking in barrier deletion.
278
2792006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
280
281        * configure.ac: New BUG-REPORT address.
282
2832006-11-20      Joel Sherrill <joel@OARcorp.com>
284
285        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
286        and make output more compliant with other tests.
287
2882006-11-17      Joel Sherrill <joel@OARcorp.com>
289
290        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
291        cases intended on all targets possible with new heap algorithm.
292
2932006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
294
295        * Makefile.am, configure.ac: Adding Classic API Barriers.
296        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
297        New files.
298
2992006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
300
301        * configure.ac: Require autoconf-2.60. Require automake-1.10.
302
3032006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
304
305        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
306        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
307        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
308        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
309        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
310        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
311        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
312        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
313        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
314        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
315        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
316        Use rtems_testsdir instead.
317
3182006-04-05      Joel Sherrill <joel@OARcorp.com>
319                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
320
321        * spsize/size.c: Victor spotted the problem that
322        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
323        variables and needed to be set to the same value.  I took that
324        idea and just removed _Thread_MP_Receive.  All uses are now
325        _MPCI_Receive_server_tcb.
326
3272005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
328
329        * configure.ac: Remove RTEMS_ENABLE_BARE,
330        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
331
3322005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
335        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
336        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
337        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
338        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
339        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
340        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
341        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
342        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
343        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
344        spfatal/Makefile.am, spsize/Makefile.am:
345        Convert to use *_PROGRAMS.
346
3472005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
348
349        * sp01/Makefile.am, sp02/Makefile.am,
350        sp03/Makefile.am, sp04/Makefile.am,
351        sp05/Makefile.am, sp06/Makefile.am,
352        sp07/Makefile.am, sp08/Makefile.am,
353        sp09/Makefile.am, sp11/Makefile.am,
354        sp12/Makefile.am, sp13/Makefile.am,
355        sp14/Makefile.am, sp15/Makefile.am,
356        sp16/Makefile.am, sp17/Makefile.am,
357        sp19/Makefile.am, sp20/Makefile.am,
358        sp21/Makefile.am, sp22/Makefile.am,
359        sp23/Makefile.am, sp24/Makefile.am,
360        sp25/Makefile.am, sp26/Makefile.am,
361        sp27/Makefile.am, sp28/Makefile.am,
362        sp29/Makefile.am, sp30/Makefile.am,
363        sp31/Makefile.am, sp32/Makefile.am,
364        spfatal/Makefile.am, spsize/Makefile.am: Rework.
365
3662005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
367
368        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
369        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
370        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
371        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
372        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
373        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
374        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
375        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
376        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
377        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
378        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
379        * sptests.am: Remove.
380
3812005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
382
383        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
384        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
385        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
386        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
387        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
388        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
389        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
390        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
391        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
392        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
393        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
394
3952005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
396
397        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
398
3992005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
400
401        * spsize/Makefile.am: Rename TEST to spsize.
402        * spsize/size.scn: Remove.
403        * spsize/spsize.scn: New (renamed from size.scn).
404
4052005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
406
407        * configure.ac: Add spfatal/Makefile.
408        * Makefile.am: Add spfatal to DIST_SUBDIRS.
409        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
410        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
411        * sptests.am: Remove LIB_VARIANT.
412
4132005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
414
415        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
416        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
417        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
418        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
419        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
420        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
421        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
422        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
423        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
424        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
425        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
426
4272005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
428
429        * Makefile.am: Cleanup.
430
4312005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
432
433        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
434        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
435        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
436        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
437        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
438        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
439        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
440        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
441        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
442        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
443        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
444        spfatal/Makefile.am, spsize/Makefile.am:
445        Partial conversion to automake.
446
4472005-03-07      Joel Sherrill <joel@OARcorp.com>
448
449        * sp13/task1.c: Removed warnings.
450
4512004-09-29      Joel Sherrill <joel@OARcorp.com>
452
453        * spsize/size.c: i960 obsoleted and all references removed.
454
4552004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
456
457        * configure.ac: Require automake > 1.9.
458
4592004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
460
461        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
462        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
463        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
464        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
465        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
466        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
467        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
468        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
469        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
470        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
471        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
472        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
473        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
474        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
475        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
476        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
477        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
478        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
479        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
480        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
481        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
482        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
483        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
484        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
485        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
486        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
487        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
488        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
489        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
490        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
491        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
492        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
493
4942004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
495
496        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
497
4982004-03-30      David Querbach <querbach@realtime.bc.ca>
499
500        PR 595/tests
501        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
502        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
503        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
504        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
505        others treat it as a count of longs.
506
5072004-03-30      David Querbach <querbach@realtime.bc.ca>
508
509        PR 596/tests
510        * sp32/init.c: A missing definition of TEST_INIT before including
511        <tmacros.h> means that buffered output will not work even if selected
512        in buffer_test_io.h.
513
5142004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
515
516        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
517        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
518        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
519        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
520        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
521        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
522        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
523        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
524        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
525        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
526        types.
527
5282004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * configure.ac: Add 2nd arg to RTEMS_TOP.
531
5322004-03-05      Joel Sherrill <joel@OARcorp.com>
533
534        * sp07/buffered_io.c: Remove warning.
535
5362004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
539        Add PRE/TMPINSTALL_FILES to CLEANFILES.
540        * sp02/Makefile.am: Ditto.
541        * sp03/Makefile.am: Ditto.
542        * sp04/Makefile.am: Ditto.
543        * sp05/Makefile.am: Ditto.
544        * sp06/Makefile.am: Ditto.
545        * sp07/Makefile.am: Ditto.
546        * sp08/Makefile.am: Ditto.
547        * sp09/Makefile.am: Ditto.
548        * sp11/Makefile.am: Ditto.
549        * sp12/Makefile.am: Ditto.
550        * sp13/Makefile.am: Ditto.
551        * sp14/Makefile.am: Ditto.
552        * sp15/Makefile.am: Ditto.
553        * sp16/Makefile.am: Ditto.
554        * sp17/Makefile.am: Ditto.
555        * sp19/Makefile.am: Ditto.
556        * sp20/Makefile.am: Ditto.
557        * sp21/Makefile.am: Ditto.
558        * sp22/Makefile.am: Ditto.
559        * sp23/Makefile.am: Ditto.
560        * sp24/Makefile.am: Ditto.
561        * sp25/Makefile.am: Ditto.
562        * sp26/Makefile.am: Ditto.
563        * sp27/Makefile.am: Ditto.
564        * sp28/Makefile.am: Ditto.
565        * sp29/Makefile.am: Ditto.
566        * sp30/Makefile.am: Ditto.
567        * sp31/Makefile.am: Ditto.
568        * sp32/Makefile.am: Ditto.
569        * spfatal/Makefile.am: Ditto.
570        * spsize/Makefile.am: Ditto.
571
5722003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * sptests.am: Add dirstamp support.
575
5762003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
579
5802003-12-16      Joel Sherrill <joel@OARcorp.com>
581
582        PR 544/tests
583        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
584        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
585        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
586        make tests account for resources and not print at inappropriate
587        times.
588        * sp07/buffered_io.c: New file.
589
5902003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
593
5942003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * sp01/Makefile.am: Remove all-local: $(ARCH).
597        * sp02/Makefile.am: Remove all-local: $(ARCH).
598        * sp03/Makefile.am: Remove all-local: $(ARCH).
599        * sp04/Makefile.am: Remove all-local: $(ARCH).
600        * sp05/Makefile.am: Remove all-local: $(ARCH).
601        * sp06/Makefile.am: Remove all-local: $(ARCH).
602        * sp07/Makefile.am: Remove all-local: $(ARCH).
603        * sp08/Makefile.am: Remove all-local: $(ARCH).
604        * sp09/Makefile.am: Remove all-local: $(ARCH).
605        * sp11/Makefile.am: Remove all-local: $(ARCH).
606        * sp12/Makefile.am: Remove all-local: $(ARCH).
607        * sp13/Makefile.am: Remove all-local: $(ARCH).
608        * sp14/Makefile.am: Remove all-local: $(ARCH).
609        * sp15/Makefile.am: Remove all-local: $(ARCH).
610        * sp16/Makefile.am: Remove all-local: $(ARCH).
611        * sp17/Makefile.am: Remove all-local: $(ARCH).
612        * sp19/Makefile.am: Remove all-local: $(ARCH).
613        * sp20/Makefile.am: Remove all-local: $(ARCH).
614        * sp21/Makefile.am: Remove all-local: $(ARCH).
615        * sp22/Makefile.am: Remove all-local: $(ARCH).
616        * sp23/Makefile.am: Remove all-local: $(ARCH).
617        * sp24/Makefile.am: Remove all-local: $(ARCH).
618        * sp25/Makefile.am: Remove all-local: $(ARCH).
619        * sp26/Makefile.am: Remove all-local: $(ARCH).
620        * sp27/Makefile.am: Remove all-local: $(ARCH).
621        * sp28/Makefile.am: Remove all-local: $(ARCH).
622        * sp29/Makefile.am: Remove all-local: $(ARCH).
623        * sp30/Makefile.am: Remove all-local: $(ARCH).
624        * sp31/Makefile.am: Remove all-local: $(ARCH).
625        * sp32/Makefile.am: Remove all-local: $(ARCH).
626        * spfatal/Makefile.am: Remove all-local: $(ARCH).
627        * spsize/Makefile.am: Remove all-local: $(ARCH).
628
6292003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * configure.ac: Reflect having moved to testsuites/.
632
6332003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * configure.ac: Remove RTEMS_CANONICAL_HOST.
636
6372003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * configure.ac:Remove RTEMS_CHECK_CPU.
640
6412003-09-04      Joel Sherrill <joel@OARcorp.com>
642
643        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
644        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
645        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
646        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
647        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
648        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
649        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
650        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
651        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
652        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
653        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
654        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
655        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
656        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
657        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
658        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
659        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
660        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
661        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
662        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
663        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
664        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
665        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
666        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
667        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
668        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
669        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
670        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
671        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
672        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
673        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
674        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
675        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
676        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
677        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
678        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
679        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
680        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
681        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
682        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
683        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
684        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
685        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
686        spsize/size.c, spsize/system.h: URL for license changed.
687
6882003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
689
690        PR 458/tests
691        * sp30/task1.c: Correct indexing problem.
692
6932003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * Makefile.am: Reflect having moved aclocal/.
696
6972003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * Makefile.am: Reflect having moved automake/.
700        * sp01/Makefile.am: Reflect having moved automake/.
701        * sp02/Makefile.am: Reflect having moved automake/.
702        * sp03/Makefile.am: Reflect having moved automake/.
703        * sp04/Makefile.am: Reflect having moved automake/.
704        * sp05/Makefile.am: Reflect having moved automake/.
705        * sp06/Makefile.am: Reflect having moved automake/.
706        * sp07/Makefile.am: Reflect having moved automake/.
707        * sp08/Makefile.am: Reflect having moved automake/.
708        * sp09/Makefile.am: Reflect having moved automake/.
709        * sp11/Makefile.am: Reflect having moved automake/.
710        * sp12/Makefile.am: Reflect having moved automake/.
711        * sp13/Makefile.am: Reflect having moved automake/.
712        * sp14/Makefile.am: Reflect having moved automake/.
713        * sp15/Makefile.am: Reflect having moved automake/.
714        * sp16/Makefile.am: Reflect having moved automake/.
715        * sp17/Makefile.am: Reflect having moved automake/.
716        * sp19/Makefile.am: Reflect having moved automake/.
717        * sp20/Makefile.am: Reflect having moved automake/.
718        * sp21/Makefile.am: Reflect having moved automake/.
719        * sp22/Makefile.am: Reflect having moved automake/.
720        * sp23/Makefile.am: Reflect having moved automake/.
721        * sp24/Makefile.am: Reflect having moved automake/.
722        * sp25/Makefile.am: Reflect having moved automake/.
723        * sp26/Makefile.am: Reflect having moved automake/.
724        * sp27/Makefile.am: Reflect having moved automake/.
725        * sp28/Makefile.am: Reflect having moved automake/.
726        * sp29/Makefile.am: Reflect having moved automake/.
727        * sp30/Makefile.am: Reflect having moved automake/.
728        * sp31/Makefile.am: Reflect having moved automake/.
729        * sp32/Makefile.am: Reflect having moved automake/.
730        * spfatal/Makefile.am: Reflect having moved automake/.
731        * spsize/Makefile.am: Reflect having moved automake/.
732
7332003-08-14      Joel Sherrill <joel@OARcorp.com>
734
735        * sp02/task1.c: Added ID to name lookup service and changed name of
736        id/name translation status code. This propagated to multiple
737        functions. The user API service added was rtems_object_id_to_name()
738
7392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
742
7432003-05-29      Joel Sherrill <joel@OARcorp.com>
744
745        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
746
7472003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
750        CC_CFLAGS_DEFAULT (obsolete).
751
7522003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
755        Remove CC_LDFLAGS_PROFILE_V.
756
7572003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
758
759        * configure.ac: Remove AC_CONFIG_AUX_DIR.
760
7612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
764
7652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * configure.ac: AC_PREREQ(2.57).
768
7692002-11-14      Joel Sherrill <joel@OARcorp.com>
770
771        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
772        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
773        update the IDs in the screens.
774
7752002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * .cvsignore: Reformat.
778        Add autom4te*cache.
779        Remove autom4te.cache.
780
7812002-09-14      Joel Sherrill <joel@OARcorp.com>
782
783        * sp32/.cvsignore: New file.
784
7852002-09-14      Aaron J. Grier <aaron@frye.com>
786
787        * PR271 was not applicable against the current source but included
788        a nice test that Joel decided to add to the tree as sp32.
789        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
790        * Makefile.am, configure.ac: Modified to reflect addition.
791
7922002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
793
794        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
795        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
796        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
797        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
798        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
799        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
800        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
801        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
802        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
803        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
804        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
805        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
806        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
807        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
808        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
809        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
810        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
811        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
812        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
813        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
814        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
815        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
816        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
817        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
818        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
819        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
820        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
821        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
822        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
823        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
824        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
825
8262002-08-01      Joel Sherrill <joel@OARcorp.com>
827
828        * Per PR47 add support for buffered test output.  This involved
829        adding defines to redirect output to a buffer and dump it when
830        full, at "test pause", and at exit.  To avoid problems when redefining
831        exit(), all tests were modified to call rtems_test_exit().
832        Some tests, notable psxtests, had to be modified to include
833        the standard test macro .h file (pmacros.h or tmacros.h) to
834        enable this support.
835        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
836        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
837        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
838        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
839        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
840        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
841        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
842
8432002-07-30      Joel Sherrill <joel@OARcorp.com>
844
845        * spsize/size.c: Don't reference the RTEMS allocated interrupt
846        stack if the port doesn't configure using it.
847
8482002-07-04      Joel Sherrill <joel@OARcorp.com>
849
850        * Jump table for single entry point removed.
851        * spsize/size.c:  Modified to reflect above.
852
8532002-07-01      Joel Sherrill <joel@OARcorp.com>
854
855        * sp29/init.c: Corrected definitions for task stack usage.
856
8572002-07-01      Joel Sherrill <joel@OARcorp.com>
858
859        * spsize/size.c: _Thread_queue_Extract_table removed.
860
8612001-05-17      Joel Sherrill <joel@OARcorp.com>
862
863        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
864        number of staticly configured device drivers.
865
8662001-05-14      Joel Sherrill <joel@OARcorp.com>
867
868        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
869        than the configured number of drivers.
870 
8712002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
872
873        * configure.ac: Remove ENABLE_GCC28.
874
8752001-04-04      Joel Sherrill <joel@OARcorp.com>
876
877        * spsize/size.c: Reflect SPARC modifcation to get rid of
878        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
879 
8802001-03-29      Joel Sherrill <joel@OARcorp.com>
881
882        * Per PR147 addressed problems when reseting and inserting a timer
883        into a timer chain that did not honor time passage since the last
884        time the timer server was scheduled and the new insertion.
885        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
886
8872001-03-28      Joel Sherrill <joel@OARcorp.com>
888
889        * Side-effect of PR132.
890        * sp21/system.h: Now must explicitly request NULL driver.
891
8922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * configure.ac:
895        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
896        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
897        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
898        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
899        * Makefile.am: Remove AUTOMAKE_OPTIONS.
900        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
901        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
902        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
903        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
904        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
905        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
906        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
907        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
908        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
909        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
910        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
911        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
912        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
913        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
914        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
915        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
916        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
917        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
918        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
919        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
920        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
921        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
922        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
923        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
924        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
925        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
926        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
927        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
928        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
929
9302002-03-20      Chris Johns <ccj@acm.org>
931
932        * PR145.
933        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
934        in system (e.g. driver tasks).  Also exit on minimum number of
935        switches not precise number.
936
9372001-01-29      Joel Sherrill <joel@OARcorp.com>
938
939        * Fixed bug where resetting a timer that was not at the head
940        of one of the task timer chains resulted in the Timer Server
941        task waking up too far in the future.
942        * Added rtems_timer_get_information() directive to support testing.
943        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
944        above condition.
945
9462001-01-22      Joel Sherrill <joel@OARcorp.com>
947
948        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
949        because priority added as argument to rtems_timer_initiate_server().
950
9512001-01-16      Joel Sherrill <joel@OARcorp.com>
952
953        * Added tests for task-based timers.  This included the new tests
954        sp30 and sp31.
955        * Makefile.am, configure.ac: Modified to reflect new tests and files.
956        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
957        for task-based timer services.
958        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
959        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
960        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
961        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
962        sp31/task1.c: New files.
963
9642001-11-01      Joel Sherrill <joel@OARcorp.com>
965
966        * sp26/system.h: Properly account for stack memory used by
967        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
968        and processed as PR78.
969
9702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
971
972        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
973        * configure.in: Remove.
974        * configure.ac: New file, generated from configure.in by autoupdate.
975
9762001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
977
978        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
979
9802001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
981
982        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
983        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
984        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
985        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
986        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
987        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
988        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
989        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
990        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
991        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
992        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
993        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
994        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
995        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
996        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
997        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
998        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
999        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1000        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1001        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1002        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1003        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1004        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1005        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1006        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1007        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1008        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1009        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1010        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1011
10122001-08-16      Joel Sherrill <joel@OARcorp.com>
1013
1014        * sp20/system.h: Account for extra task stacks properly.
1015
10162001-08-16      Joel Sherrill <joel@OARcorp.com>
1017
1018        * sp13/sp13.scn: Id in screen had wrong class field value.
1019        * sp13/system.h: Account for message buffer memory.
1020        * sp13/task2.c: Remove unnecessary check for failure.
1021
10222001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1023
1024        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1025
10262001-04-20      Joel Sherrill <joel@OARcorp.com>
1027
1028        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1029        file.
1030
10312001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1032
1033        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1034
10352001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1036
1037        * sp21/Makefile.am: Remove libtest.
1038
10392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1042
10432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1044
1045        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1046
10472000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1048
1049        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1050        Switch to GNU canonicalization.
1051        * sptests.am: Remove DEFS.
1052
10532000-09-29      Joel Sherrill <joel@OARcorp.com>
1054
1055        * sp20/sp20.scn: Corrected to reflect new addition.
1056        * sp20/system.h: Removed comment reflecting history.
1057
10582000-09-29      Stephan Merker <merker@decrc.abb.de>
1059
1060        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1061        Added new task to test sequence of altering a period's length
1062        while it is still active.
1063
10642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1065
1066        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1067        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1068        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1069        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1070        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1071        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1072        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1073        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1074        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1075        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1076
10772000-08-10      Joel Sherrill <joel@OARcorp.com>
1078
1079        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.