source: rtems/testsuites/libtests/ChangeLog @ b6eaf429

4.115
Last change on this file since b6eaf429 was b6eaf429, checked in by Joel Sherrill <joel.sherrill@…>, on 06/28/10 at 14:23:19

2010-06-28 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add new test to exercise termios RX and TX interrupt driven IO support.
  • termios04/.cvsignore, termios04/Makefile.am, termios04/init.c, termios04/termios04.doc, termios04/termios04.scn, termios04/termios_testdriver_intr.c, termios04/termios_testdriver_intr.h: New files.
  • Property mode set to 100644
File size: 35.9 KB
Line 
12010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
4        interrupt driven IO support.
5        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
6        termios04/termios04.doc, termios04/termios04.scn,
7        termios04/termios_testdriver_intr.c,
8        termios04/termios_testdriver_intr.h: New files.
9
102010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
13        termios03/termios_testdriver_polled.c,
14        termios03/termios_testdriver_polled.h: Add more test cases.
15
162010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
19
202010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
23        termios03/termios03.doc, termios03/termios03.scn,
24        termios03/termios_testdriver_polled.c,
25        termios03/termios_testdriver_polled.h: New files.
26        * Makefile.am, configure.ac: Add initial version of new test for polled
27        IO support in termios.
28
292010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
30
31        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
32        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
33        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
34        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
35        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
36        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
37        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
38        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
39        termios02/Makefile.am: Revert.
40
412010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
42
43        * termios01/termios01.scn: Fix bug so existing test code for
44        rtems_termios_baud_to_index() is executed.
45
462010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
47
48        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
49        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
50        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
51        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
52        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
53        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
54        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
55        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
56        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
57        code for rtems_termios_baud_to_index() is executed.
58
592010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
60
61        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
62        before blowing stack.
63
642010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
65
66        * Makefile.am, configure.ac: Added test that attempts to free stack
67        memory. This causes a error to be printed from the free function.
68        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
69        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
70
712010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
72
73        * malloctest/init.c: Added error case with malloc of size 0.
74
752010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
76
77        * malloctest/init.c: Added test to check failure branch on calloc.
78
792010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
82
832010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
86        for deferred free() processing.
87        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
88        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
89
902010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
93        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
94        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
95        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
96        are minimal implementations so the tests will have to grow as the
97        methods grow.
98
992010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
100
101        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
102
1032010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
104
105        PR 1433/cpukit
106        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
107        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
108        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
109        RTEMS_NO_MEMORY.
110
1112010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
112
113        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
114        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
115        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
116
1172010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * Makefile.am: Move POSIX in front of other tests.
120
1212010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
122
123        * bspcmdline01/init.c: Fix assert conditional.
124
1252010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
128        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
129
1302010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * block10/.cvsignore: New file.
133
1342010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
135
136        * block05/block05.png, block10/block10.doc, block10/init.c,
137        block10/.cvsignore, block10/block10.scn, block10/block10.png,
138        block10/Makefile.am: New files.
139        * configure.ac, Makefile.am: Update for new files.
140        * block05/block05.doc: Update for new state transitions.
141
1422010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * block08/.cvsignore, block09/.cvsignore: New files.
145
1462010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
147
148        * block08/init.c: Remove warning.
149
1502010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * block08/block08.scn, block08/init.c: Add starting and ending messages
153        so the scripts detect successful exit.
154
1552010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
156
157        * block09/block09.doc, block09/init.c, block09/.cvsignore,
158        block09/block09.scn, block09/Makefile.am: New files.
159        * configure.ac, Makefile.am: Update for new files.
160        * block05/block05.doc: Update for new state transitions.
161        * block05/init.c, block06/init.c: Update for block device API change.
162
1632010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
164
165        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
166        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
167        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
168        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
169        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
170        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
171        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
172        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
173        block08/init.c, block08/Makefile.am, block08/system.h,
174        block08/test_disk.c: New files.
175
1762009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
177
178        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
179        to cover the bsp_cmdline_get_param() routine.
180
1812009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
182
183        * block06/init.c: Update for disk device API change.  Changed EBADRQC
184        to EINVAL.
185
1862009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
187
188        * termios01/init.c: Increase number of termios ports by 1.
189
1902009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * termios01/termios_testdriver.c:
193        Reflect changes to rtems_termios_callbacks->write.
194
1952009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
196
197        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
198        block05/init.c, block07/init.c, bspcmdline01/init.c,
199        stringto01/init.c, stringto01/stringto_test_template.h,
200        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
201        Use rtems_test_assert() consistently instead of system assert().
202        rtems_test_assert() is designed to integrate into the RTEMS test
203        suite infrastructure.
204
2052009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
206
207        * POSIX/Makefile.am: Add readv, writev.
208        * POSIX/writev.c, POSIX/readv.c: New.
209
2102009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
211
212        * POSIX/sigfillset.c: Let main() return "status".
213        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
214        sigismember.
215        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
216        POSIX/sigismember.c: New.
217
2182009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
219
220        * POSIX/Makefile.am: Add wait.
221        * POSIX/wait.c: New.
222
2232009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
224
225        * bspcmdline01/test.c: Removed.
226
2272009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
228
229        * Makefile.am: Add POSIX.
230        * configure.ac: Add POSIX/.
231        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
232        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
233        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
234        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
235        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
236        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
237        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
238        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
239        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
240        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
241        POSIX/waitpid.c, POSIX/write.c: New.
242
2432009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
244
245        * stringto01/init.c: New file.
246
2472009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
248
249        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
250        * stringto01/.cvsignore, stringto01/Makefile.am,
251        stringto01/stringto01.doc, stringto01/stringto01.scn,
252        stringto01/stringto_test_template.h: New files.
253
2542009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
255
256        * block05/init.c: Check block size. Improved output.
257        * block01/init.c: Free ramdisk before exit.
258        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
259        block04/block04.doc, block05/block05.doc, block06/block06.doc,
260        block07/block07.doc: New files.
261        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
262        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
263        block07/Makefile.am: Add new files.
264
2652009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
266
267        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
268        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
269        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
270        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
271
2722009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
273
274        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
275        Remove bogus cast.
276        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
277
2782009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
279
280        * rtems++/Task1.cc: Eliminate more warnings.
281
2822009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
283
284        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
285        several dozens of warnings.
286
2872009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
288
289        * block06/init.c: Add missing prototype.
290
2912009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
292
293        * block07/init.c: New test case.
294
2952009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
296
297        * block05/init.c, block05/block05.scn, block05/Makefile.am,
298        block06/init.c, block06/block06.scn, block06/Makefile.am,
299        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
300        * Makefile.am, configure.ac: Added block05, block06 and block07.
301
3022009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
303
304        * termios/init.c: Remove sh2 hacks.
305
3062009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
307
308        * block01/init.c: Include <stdio.h>.
309        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
310        * block02/init.c: Remove unused var.
311
3122009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
313
314        * block02/init.c, block02/block02.scn, block02/Makefile.am,
315        block03/init.c, block03/block03.scn, block03/Makefile.am,
316        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
317        * Makefile.am, configure.ac: Added block02, block03 and block04.
318
3192009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
320
321        * monitor02/init.c: Add local prototype for
322        rtems_shell_main_monitor.
323
3242009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
325
326        * termios01/init.c: Fix parity_table_Entry type.
327        Correct parity_table initialization.
328        Add PRIdrtems_termios_baud_t.
329        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
330
3312009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
332
333        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
334        * malloctest/init.c: Use %zu instead of %d to print size_t's.
335
3362009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
337
338        * rtmonuse/init.c, rtmonuse/task1.c:
339        Use PRIxrtems_id to print rtems_ids.
340        * malloctest/init.c: Use %zu instead of %d to print size_t's.
341
3422009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
343
344        * malloctest/init.c: Fix _Heap_Resize_block args.
345
3462009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
347
348        * malloctest/init.c, termios01/init.c,
349        termios01/termios_testdriver.c: Eliminate unused vars.
350
3512009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
352
353        * heapwalk/init.c: Comment out unused vars.
354        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
355        * malloctest/init.c: Add local prototype for malloc_walk,
356        malloc_info.
357        * malloctest/task1.c: Add local prototype for malloc_walk.
358        * monitor02/init.c: Remove unused vars.
359        * stackchk01/init.c: Remove unused vars.
360        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
361        termios/init.c: Add missing prototypes.
362
3632009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
364
365        * configure.ac: Don't add -fasm to CFLAGS.
366
3672009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
368
369        * block01/.cvsignore: New file.
370
3712009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
372
373        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
374        * Makefile.am, configure.ac: Added block01.
375
3762009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
377
378        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
379
3802009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
381
382        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
383        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
384        it.
385        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
386        termios02/termios02.doc, termios02/termios02.scn: New files.
387        termios02 is a test for tcdrain().
388
3892009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
390
391        * termios01/init.c, termios01/termios_testdriver.c:
392        Reflect changes to termios.
393
3942009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
395
396        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
397
3982009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
399
400        * stackchk01/stackchk01.doc: Add content.
401
4022009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
403
404        * Makefile.am, configure.ac: Add initial test for
405        rtems_stack_checker_is_blown.
406        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
407        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
408
4092009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
410
411        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
412        cases to get back to 100% object coverage.
413
4142009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
415
416        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
417        malloctest/malloctest.scn: New test cases.
418        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
419
4202009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
421
422        * malloctest/init.c: New test cases. Update for heap API changes.
423        * stackchk/blow.c: Update for heap API changes.
424
4252009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
426
427        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
428
4292009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
430
431        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
432        complete coverage of termios_XXX_to_YYY() methods.
433
4342009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
435
436        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
437        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
438        character with the assistance of a special test driver which prints
439        the requests.
440        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
441        termios01/termios01.doc, termios01/termios01.scn,
442        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
443
4442009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
445
446        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
447        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
448        rtems_clock_get_ticks_per_second().
449
4502009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
451
452        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
453        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
454
4552009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
456
457        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
458        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
459        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
460
4612009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
462
463        * malloctest/init.c: Adjust allocation in test so it passes now that
464        heap overhead constant has been increased.
465
4662009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
467
468        * bspcmdline01/init.c: Do not violate visibility.
469
4702009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
471
472        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
473        prefix to all routines.
474
4752009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
476
477        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
478        helper routines.
479        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
480        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
481        bspcmdline01/init.c, bspcmdline01/test.c: New files.
482
4832009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
484
485        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
486        for shrinking a block enough to need to free the newly unused
487        portion.
488
4892009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
490
491        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
492        _Protected_heap_Get_information().
493
4942009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
495
496        * heapwalk/init.c: Add test code for first free block pointer not
497        aligned.
498
4992009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
500
501        * heapwalk/init.c: Add more cases.
502
5032009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
504
505        * heapwalk/init.c: Add more automated corruption capability.
506
5072009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
508
509        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
510
5112009-05-19      Chris Johns <chrisj@rtems.org>
512
513        * cpuuse/tswitch.c: Lower sample count for small memory targets.
514        * cpuuse/system.h: Smaller stack size for small memory targets.
515        * monitor02/init.c: Cannot run on small memory targets.
516
5172009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
518
519        * rtmonuse/init.c: Do not use Task_name array before initialized.
520
5212009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
522
523        * malloctest/init.c: Fix warning.
524
5252009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
526
527        * malloctest/init.c: Fix typo.
528
5292009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
530
531        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
532        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
533        heapwalk/init.c, heapwalk/system.h: New files.
534
5352009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
536
537        * malloctest/init.c: Add test case for heap resize block when the
538        resize creates a free block large enough to free.
539
5402009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
541
542        * cpuuse/Makefile.am, malloctest/Makefile.am,
543        monitor/Makefile.am, monitor02/Makefile.am,
544        putenvtest/Makefile.am, rtems++/Makefile.am,
545        rtmonuse/Makefile.am, stackchk/Makefile.am,
546        termios/Makefile.am, tztest/Makefile.am:
547        Eliminate _exe_/.exe.
548
5492009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
550
551        * stackchk/stackchk.scn: Correct screen to match output.
552
5532008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
554
555        * malloctest/init.c: Change sizes of heap/region and allocated objects
556        in heap to intptr_t so they can be larger than a single allocatable
557        object (e.g. size_t).
558
5592008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
560
561        * malloctest/init.c: Do not generate alignment factors larger that will
562        not fit in a native integer.
563
5642008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
565
566        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
567        CONFIGURE_STACK_CHECKER_ENABLED.
568
5692008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
570
571        * malloctest/init.c: Convert to "bool".
572
5732008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
574
575        * rtems++/System.h: Account for extra task stacks properly.
576
5772008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
578
579        * malloctest/init.c: Fix return status check.
580
5812008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
582
583        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
584        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
585        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
586        POSIX tests. Add a clock_settime case for < 1988.
587
5882008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
589
590        * malloctest/init.c: Add more test cases to cover heap better.
591
5922008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
593
594        * malloctest/init.c: Add new test cases per Sergei. Make some of the
595        stranger cases operate directly on a freshly initialized heap. This
596        should make them more reproducible.
597
5982008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
599
600        * malloctest/init.c: Add more tests per suggestions from Sergei
601        Organov.
602
6032008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
604
605        * malloctest/init.c: Add include to remove warning.
606
6072008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
608
609        * malloctest/init.c: Remove debug print.
610
6112008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
612
613        * monitor02/.cvsignore: New file.
614
6152008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
616
617        * Makefile.am, configure.ac: Added automatic test for monitor shell
618        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
619        monitor02/system.h: New files.
620
6212007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
622
623        * malloctest/init.c: Add test cases suggested by Sergei Organov
624        <s.organov@javad.com>.
625
6262007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
627
628        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
629
6302007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
631
632        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
633        exericise another path in the period statistics code.
634
6352007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
636
637        * malloctest/init.c: Add some primitive testing of realloc() which also
638        does some positive path testing on the SuperCore heap.
639
6402007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
641
642        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
643        cases for untested routines.
644
6452007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
646
647        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
648        the CPU Usage Report include it. If it is deleted, the CPU time it
649        had consumed is not listed later in the report.
650
6512007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
652
653        * tztest/init.c: Build when using buffered test IO.
654
6552007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
656
657        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
658        macro instead of fflush() directly.
659
6602007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
661
662        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
663        Statistics and Period Usage into Rate Monotonic Manager. Added the
664        following directives: rtems_rate_monotonic_get_statistics,
665        rtems_rate_monotonic_reset_statistics,
666        rtems_rate_monotonic_reset_all_statistics,
667        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
668        Obsoleted the rtems/rtmonuse.h file as a public interface.
669
6702007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
671
672        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
673        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
674        optional managers to Makefiles. Clean up test cases so last output
675        line follows END OF pattern. Make sure test case all run. All tests
676        appeared ok on sis.
677
6782007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
679
680        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
681
6822007-03-13      Joel Sherrill <joel@OARcorp.com>
683
684        * tztest/init.c: Call tzset() even though it may be called for us
685        implicitly along the way.
686
6872007-03-13      Joel Sherrill <joel@OARcorp.com>
688
689        * tztest/.cvsignore: New file.
690
6912007-03-13      Joel Sherrill <joel@OARcorp.com>
692
693        * Makefile.am, configure.ac: Added timezone test.
694        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
695        tztest/tztest.scn: New files.
696
6972007-03-05      Joel Sherrill <joel@OARcorp.com>
698
699        * malloctest/init.c: Be explicit about need for default and floating
700        point attributes. This is just a style change.
701
7022007-02-06      Joel Sherrill <joel@OARcorp.com>
703
704        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
705        issues in message queue tests.
706
7072006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
708
709        * configure.ac: New BUG-REPORT address.
710
7112006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
712
713        * configure.ac: Require autoconf-2.60. Require automake-1.10.
714
7152006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
716
717        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
718        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
719        docdir. Use rtems_testsdir instead.
720
7212006-02-08      Joel Sherrill <joel@OARcorp.com>
722
723        * rtems++/Task1.cc: Fix warnings.
724
7252005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
726
727        * configure.ac: Remove RTEMS_ENABLE_BARE,
728        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
729
7302005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
731
732        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
733        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
734        stackchk/Makefile.am, termios/Makefile.am:
735        Convert to using *_PROGRAMS.
736
7372005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
738
739        * cpuuse/Makefile.am, malloctest/Makefile.am,
740        monitor/Makefile.am, putenvtest/Makefile.am,
741        rtems++/Makefile.am, rtmonuse/Makefile.am,
742        stackchk/Makefile.am, termios/Makefile.am: Rework.
743
7442005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
745
746        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
747        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
748        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
749        * libtests.am: Remove.
750
7512005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
752
753        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
754        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
755        stackchk/Makefile.am, termios/Makefile.am:
756        AM_CPPFLAGS += -I..../support/include.
757
7582005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
759
760        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
761        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
762
7632005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
764
765        * libtests.am: Remove LIB_VARIANT.
766
7672005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
768
769        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
770        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
771        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
772
7732005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
774
775        * Makefile.am: Cleanup.
776
7772005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
778
779        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
780        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
781        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
782        stackchk/Makefile.am, termios/Makefile.am:
783        Partial conversion to automake.
784
7852005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
786
787        * rtems++/Makefile.am: Remove LIB_VARIANT.
788
7892004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
790
791        * configure.ac: Remove -ansi to prevent folks from further damaging
792        the code with broken prototypes.
793        * putenvtest/init.c: Remove broken putenv prototype.
794        * termios/init.c (print_c_cc): Don't loop over NCCS.
795
7962004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
797
798        * configure.ac: Require automake > 1.9.
799
8002004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
801
802        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
803        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
804        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
805        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
806        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
807        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
808        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
809        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
810
8112004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
812
813        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
814        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
815        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
816        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
817        using c99 fixed size types.
818
8192004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * configure.ac: Add 2nd arg to RTEMS_TOP.
822
8232004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
826        Add PRE/TMPINSTALL_FILES to CLEANFILES.
827        * malloctest/Makefile.am: Ditto.
828        * monitor/Makefile.am: Ditto.
829        * putenvtest/Makefile.am: Ditto.
830        * rtems++/Makefile.am: Ditto.
831        * rtmonuse/Makefile.am: Ditto.
832        * stackchk/Makefile.am: Ditto.
833        * termios/Makefile.am: Ditto.
834
8352003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
836
837        * libtests.am: Add dirstamp support.
838
8392003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
840
841        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
842
8432003-12-16      Joel Sherrill <joel@OARcorp.com>
844
845        PR 544/tests
846        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
847        tests account for resources and not print at inappropriate times.
848
8492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
850
851        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
852
8532003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
854
855        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
856        * malloctest/Makefile.am: Remove all-local: $(ARCH).
857        * monitor/Makefile.am: Remove all-local: $(ARCH).
858        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
859        * rtems++/Makefile.am: Remove all-local: $(ARCH).
860        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
861        * stackchk/Makefile.am: Remove all-local: $(ARCH).
862        * termios/Makefile.am: Remove all-local: $(ARCH).
863
8642003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
865
866        * configure.ac: Reflect having moved to testsuites/.
867
8682003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * configure.ac: Remove RTEMS_CANONICAL_HOST.
871
8722003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
873
874        * configure.ac:Remove RTEMS_CHECK_CPU.
875
8762003-09-04      Joel Sherrill <joel@OARcorp.com>
877
878        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
879        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
880        malloctest/system.h, malloctest/task1.c, monitor/init.c,
881        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
882        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
883        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
884        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
885        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
886        stackchk/task1.c: URL for license changed.
887
8882003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * Makefile.am: Reflect having moved aclocal/.
891
8922003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * Makefile.am: Reflect having moved automake/.
895        * cpuuse/Makefile.am: Reflect having moved automake/.
896        * malloctest/Makefile.am: Reflect having moved automake/.
897        * monitor/Makefile.am: Reflect having moved automake/.
898        * putenvtest/Makefile.am: Reflect having moved automake/.
899        * rtems++/Makefile.am: Reflect having moved automake/.
900        * rtmonuse/Makefile.am: Reflect having moved automake/.
901        * stackchk/Makefile.am: Reflect having moved automake/.
902        * termios/Makefile.am: Reflect having moved automake/.
903
9042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
907
9082003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
909
910        * configure.ac: Remove AC_CONFIG_AUX_DIR.
911
9122003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
913
914        * configure.ac: Unconditionally check for CXX.
915        Require autoconf-2.57, automake-1.7.2.
916        * rtems++: Eliminate CC_O_FILES.
917
9182002-12-02      Joel Sherrill <joel@OARcorp.com>
919
920        * malloctest/init.c: Tasks should be floating point.
921
9222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
923
924        * .cvsignore: Reformat.
925        Add autom4te*cache.
926        Remove autom4te.cache.
927
9282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
929
930        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
931        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
932        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
933        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
934        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
935        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
936        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
937        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
938
9392002-08-01      Joel Sherrill <joel@OARcorp.com>
940
941        * Per PR47 add support for buffered test output.  This involved
942        adding defines to redirect output to a buffer and dump it when
943        full, at "test pause", and at exit.  To avoid problems when redefining
944        exit(), all tests were modified to call rtems_test_exit().
945        Some tests, notable psxtests, had to be modified to include
946        the standard test macro .h file (pmacros.h or tmacros.h) to
947        enable this support.
948        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
949        rtmonuse/task1.c, termios/init.c: Modified.
950
9512002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
952
953        * configure.ac: Remove ENABLE_GCC28.
954
9552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
956
957        * configure.ac:
958        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
959        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
960        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
961        * Makefile.am: Remove AUTOMAKE_OPTIONS.
962        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
963        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
964        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
965        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
966        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
967        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
968        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
969
9702001-11-01      Joel Sherrill <joel@OARcorp.com>
971
972        * rtems++/Makefile.am: Make sure debug variant of librtems++
973        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
974        and processed as PR78.
975
9762001-10-25      Joel Sherrill <joel@OARcorp.com>
977
978        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
979
9802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
981
982        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
983        * configure.in: Remove.
984        * configure.ac: New file, generated from configure.in by autoupdate.
985
9862001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
987
988        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
989        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
990
9912001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
992
993        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
994        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
995        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
996        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
997        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
998        make-cxx-exe.
999        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1000        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1001        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1002
10032001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1004
1005        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1006
10072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1008
1009        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1010
10112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1012
1013        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1014
10152000-11-01      Joel Sherrill <joel@OARcorp.com>
1016
1017        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1018        libcsupport.h moved from libc to lib/include/rtems and now must
1019        be referenced as <rtems/XXX.h>. 
1020
10212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1024        Switch to GNU canonicalization.
1025        * libtests.am: Remove DEFS.
1026
10272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1028
1029        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1030        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1031        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1032
10332000-08-10      Joel Sherrill <joel@OARcorp.com>
1034
1035        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.