source: rtems/testsuites/libtests/ChangeLog @ ab59de45

4.115
Last change on this file since ab59de45 was ab59de45, checked in by Joel Sherrill <joel.sherrill@…>, on 06/23/10 at 23:24:11

2010-06-23 Joel Sherrill <joel.sherrilL@…>

  • block01/Makefile.am, block02/Makefile.am, block03/Makefile.am, block04/Makefile.am, block05/Makefile.am, block06/Makefile.am, block07/Makefile.am, block08/Makefile.am, block09/Makefile.am, block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am, heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am, stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am, termios01/init.c, termios02/Makefile.am: Fix bug so existing test code for rtems_termios_baud_to_index() is executed.
  • Property mode set to 100644
File size: 34.1 KB
RevLine 
[ab59de45]12010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
4        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
5        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
6        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
7        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
8        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
9        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
10        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
11        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
12        code for rtems_termios_baud_to_index() is executed.
13
[ba6f945a]142010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
15
16        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
17        before blowing stack.
18
[71a3078]192010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
20
21        * Makefile.am, configure.ac: Added test that attempts to free stack
22        memory. This causes a error to be printed from the free function.
23        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
24        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
25
[91e446f3]262010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
27
28        * malloctest/init.c: Added error case with malloc of size 0.
29
[81110848]302010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
31
32        * malloctest/init.c: Added test to check failure branch on calloc.
33
[94f4f116]342010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
37
[e247b1af]382010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
41        for deferred free() processing.
42        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
43        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
44
[9f5f6f53]452010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
48        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
49        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
50        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
51        are minimal implementations so the tests will have to grow as the
52        methods grow.
53
[b0e81c96]542010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
55
56        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
57
[377c0cb0]582010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
59
60        PR 1433/cpukit
61        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
62        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
63        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
64        RTEMS_NO_MEMORY.
65
[c1b2bac]662010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
67
68        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
69        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
70        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
71
[1e1b6b54]722010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * Makefile.am: Move POSIX in front of other tests.
75
[fb278968]762010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
77
78        * bspcmdline01/init.c: Fix assert conditional.
79
[a290e72a]802010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
83        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
84
[bb30ffd3]852010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * block10/.cvsignore: New file.
88
[e7fb54e]892010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
90
91        * block05/block05.png, block10/block10.doc, block10/init.c,
92        block10/.cvsignore, block10/block10.scn, block10/block10.png,
93        block10/Makefile.am: New files.
94        * configure.ac, Makefile.am: Update for new files.
95        * block05/block05.doc: Update for new state transitions.
96
[dd6a748a]972010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * block08/.cvsignore, block09/.cvsignore: New files.
100
[4783238]1012010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * block08/init.c: Remove warning.
104
[c313b68]1052010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * block08/block08.scn, block08/init.c: Add starting and ending messages
108        so the scripts detect successful exit.
109
[64734fc]1102010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
111
112        * block09/block09.doc, block09/init.c, block09/.cvsignore,
113        block09/block09.scn, block09/Makefile.am: New files.
114        * configure.ac, Makefile.am: Update for new files.
115        * block05/block05.doc: Update for new state transitions.
116        * block05/init.c, block06/init.c: Update for block device API change.
117
1182010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
119
120        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
121        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
122        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
123        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
124        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
125        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
126        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
127        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
128        block08/init.c, block08/Makefile.am, block08/system.h,
129        block08/test_disk.c: New files.
130
[aea66e87]1312009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
132
133        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
134        to cover the bsp_cmdline_get_param() routine.
135
[9325362]1362009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
137
138        * block06/init.c: Update for disk device API change.  Changed EBADRQC
139        to EINVAL.
140
[e8e38481]1412009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * termios01/init.c: Increase number of termios ports by 1.
144
[0b7c296]1452009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
146
147        * termios01/termios_testdriver.c:
148        Reflect changes to rtems_termios_callbacks->write.
149
[500fcd5]1502009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
153        block05/init.c, block07/init.c, bspcmdline01/init.c,
154        stringto01/init.c, stringto01/stringto_test_template.h,
155        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
156        Use rtems_test_assert() consistently instead of system assert().
157        rtems_test_assert() is designed to integrate into the RTEMS test
158        suite infrastructure.
159
[e56cac32]1602009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * POSIX/Makefile.am: Add readv, writev.
163        * POSIX/writev.c, POSIX/readv.c: New.
164
[0c5ff134]1652009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
166
[3e70362]167        * POSIX/sigfillset.c: Let main() return "status".
[0c5ff134]168        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
169        sigismember.
170        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
171        POSIX/sigismember.c: New.
172
[0cd3878]1732009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * POSIX/Makefile.am: Add wait.
176        * POSIX/wait.c: New.
177
[73008d3]1782009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        * bspcmdline01/test.c: Removed.
181
[c53ba11a]1822009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * Makefile.am: Add POSIX.
185        * configure.ac: Add POSIX/.
186        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
187        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
188        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
189        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
190        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
191        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
192        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
193        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
194        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
195        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
196        POSIX/waitpid.c, POSIX/write.c: New.
197
[4a1c09d]1982009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
199
200        * stringto01/init.c: New file.
201
[57544fb]2022009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
203
204        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
205        * stringto01/.cvsignore, stringto01/Makefile.am,
206        stringto01/stringto01.doc, stringto01/stringto01.scn,
207        stringto01/stringto_test_template.h: New files.
208
[f9925bc]2092009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
210
211        * block05/init.c: Check block size. Improved output.
212        * block01/init.c: Free ramdisk before exit.
213        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
214        block04/block04.doc, block05/block05.doc, block06/block06.doc,
215        block07/block07.doc: New files.
216        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
217        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
218        block07/Makefile.am: Add new files.
219
[5d01adfb]2202009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
221
222        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
223        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
224        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
225        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
226
[7eab7ade]2272009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
228
[be6a9a2]229        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
230        Remove bogus cast.
[7eab7ade]231        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
232
[87bd3ee]2332009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
234
235        * rtems++/Task1.cc: Eliminate more warnings.
236
[1fcff14]2372009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
238
239        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
240        several dozens of warnings.
241
[d093934]2422009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
243
244        * block06/init.c: Add missing prototype.
245
[b27799c]2462009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
247
248        * block07/init.c: New test case.
249
[e6000760]2502009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
251
252        * block05/init.c, block05/block05.scn, block05/Makefile.am,
253        block06/init.c, block06/block06.scn, block06/Makefile.am,
254        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
255        * Makefile.am, configure.ac: Added block05, block06 and block07.
256
[c3fc9d80]2572009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
258
259        * termios/init.c: Remove sh2 hacks.
260
[7fa11e4e]2612009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
262
[10d01af]263        * block01/init.c: Include <stdio.h>.
[600f76d]264        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
[7fa11e4e]265        * block02/init.c: Remove unused var.
266
[90d24022]2672009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
268
269        * block02/init.c, block02/block02.scn, block02/Makefile.am,
270        block03/init.c, block03/block03.scn, block03/Makefile.am,
271        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
272        * Makefile.am, configure.ac: Added block02, block03 and block04.
273
[3b9ab80e]2742009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
275
276        * monitor02/init.c: Add local prototype for
277        rtems_shell_main_monitor.
278
[5306b49]2792009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
280
281        * termios01/init.c: Fix parity_table_Entry type.
282        Correct parity_table initialization.
283        Add PRIdrtems_termios_baud_t.
284        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
285
[e23c697f]2862009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
287
288        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
289        * malloctest/init.c: Use %zu instead of %d to print size_t's.
290
[a0c3321]2912009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
292
[75c13bef]293        * rtmonuse/init.c, rtmonuse/task1.c:
294        Use PRIxrtems_id to print rtems_ids.
[a0c3321]295        * malloctest/init.c: Use %zu instead of %d to print size_t's.
296
[0a1f5dde]2972009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
298
299        * malloctest/init.c: Fix _Heap_Resize_block args.
300
[6e1e1eb]3012009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
302
303        * malloctest/init.c, termios01/init.c,
304        termios01/termios_testdriver.c: Eliminate unused vars.
305
[8d8eef6c]3062009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
307
[5502a90]308        * heapwalk/init.c: Comment out unused vars.
[ea36feb]309        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
[25b12d0]310        * malloctest/init.c: Add local prototype for malloc_walk,
311        malloc_info.
[4a1816f]312        * malloctest/task1.c: Add local prototype for malloc_walk.
[1f73ad5]313        * monitor02/init.c: Remove unused vars.
[af15d3c]314        * stackchk01/init.c: Remove unused vars.
[8d8eef6c]315        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
316        termios/init.c: Add missing prototypes.
317
[952e4be]3182009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
319
320        * configure.ac: Don't add -fasm to CFLAGS.
321
[e053327]3222009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
323
324        * block01/.cvsignore: New file.
325
[b344b3de]3262009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
327
328        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
329        * Makefile.am, configure.ac: Added block01.
330
[bff419ff]3312009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
332
333        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
334
[dda7c828]3352009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
336
337        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
338        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
339        it.
340        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
341        termios02/termios02.doc, termios02/termios02.scn: New files.
342        termios02 is a test for tcdrain().
343
[65e3ca6]3442009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
345
346        * termios01/init.c, termios01/termios_testdriver.c:
347        Reflect changes to termios.
348
[0d1e5fd]3492009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
350
351        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
352
[b981f5f]3532009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
354
355        * stackchk01/stackchk01.doc: Add content.
356
[99acb01]3572009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
358
359        * Makefile.am, configure.ac: Add initial test for
360        rtems_stack_checker_is_blown.
361        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
362        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
363
[b2f05456]3642009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
365
366        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
367        cases to get back to 100% object coverage.
368
[809fb589]3692009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
370
371        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
372        malloctest/malloctest.scn: New test cases.
373        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
374
[f6a41d2]3752009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
376
377        * malloctest/init.c: New test cases. Update for heap API changes.
378        * stackchk/blow.c: Update for heap API changes.
379
[8de136b]3802009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
381
382        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
383
[e958d79b]3842009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
385
386        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
387        complete coverage of termios_XXX_to_YYY() methods.
388
[4d5b156]3892009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
390
391        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
392        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
393        character with the assistance of a special test driver which prints
394        the requests.
395        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
396        termios01/termios01.doc, termios01/termios01.scn,
397        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
398
[de7adaf]3992009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
400
401        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
402        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
403        rtems_clock_get_ticks_per_second().
404
[1875546]4052009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
406
407        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
408        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
409
[cd49fdc]4102009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
411
412        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
413        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
414        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
415
[384f0225]4162009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
417
418        * malloctest/init.c: Adjust allocation in test so it passes now that
419        heap overhead constant has been increased.
420
[248db21]4212009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
422
423        * bspcmdline01/init.c: Do not violate visibility.
424
[cac975e]4252009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
426
427        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
428        prefix to all routines.
429
[7c86172a]4302009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
431
432        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
433        helper routines.
434        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
435        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
436        bspcmdline01/init.c, bspcmdline01/test.c: New files.
437
[66abaa1]4382009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
439
440        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
441        for shrinking a block enough to need to free the newly unused
442        portion.
443
[4b6c378]4442009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
445
446        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
447        _Protected_heap_Get_information().
448
[5f6a4a2]4492009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
450
451        * heapwalk/init.c: Add test code for first free block pointer not
452        aligned.
453
[93f4ac26]4542009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
455
456        * heapwalk/init.c: Add more cases.
457
[f4812a03]4582009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
459
460        * heapwalk/init.c: Add more automated corruption capability.
461
[c30fcf52]4622009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
463
464        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
465
[9c22907]4662009-05-19      Chris Johns <chrisj@rtems.org>
467
468        * cpuuse/tswitch.c: Lower sample count for small memory targets.
469        * cpuuse/system.h: Smaller stack size for small memory targets.
470        * monitor02/init.c: Cannot run on small memory targets.
471
[5b469b7]4722009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
473
474        * rtmonuse/init.c: Do not use Task_name array before initialized.
475
[d0a263a]4762009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
477
478        * malloctest/init.c: Fix warning.
479
[3b2edab]4802009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
481
482        * malloctest/init.c: Fix typo.
483
[56b7951]4842009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
485
486        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
487        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
488        heapwalk/init.c, heapwalk/system.h: New files.
489
[8814cf0]4902009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
491
492        * malloctest/init.c: Add test case for heap resize block when the
493        resize creates a free block large enough to free.
494
[1f52d0e]4952009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
496
497        * cpuuse/Makefile.am, malloctest/Makefile.am,
498        monitor/Makefile.am, monitor02/Makefile.am,
499        putenvtest/Makefile.am, rtems++/Makefile.am,
500        rtmonuse/Makefile.am, stackchk/Makefile.am,
501        termios/Makefile.am, tztest/Makefile.am:
502        Eliminate _exe_/.exe.
503
[094e520]5042009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
505
506        * stackchk/stackchk.scn: Correct screen to match output.
507
[64f1df32]5082008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
509
510        * malloctest/init.c: Change sizes of heap/region and allocated objects
511        in heap to intptr_t so they can be larger than a single allocatable
512        object (e.g. size_t).
513
[d7e739a9]5142008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
515
516        * malloctest/init.c: Do not generate alignment factors larger that will
517        not fit in a native integer.
518
[156dc1d]5192008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
520
521        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
522        CONFIGURE_STACK_CHECKER_ENABLED.
523
[b9073c37]5242008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
525
526        * malloctest/init.c: Convert to "bool".
527
[1bdf29de]5282008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
529
530        * rtems++/System.h: Account for extra task stacks properly.
531
[991efb61]5322008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
533
534        * malloctest/init.c: Fix return status check.
535
[5a8e7503]5362008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
537
538        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
539        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
540        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
541        POSIX tests. Add a clock_settime case for < 1988.
542
[dfaa1a7]5432008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
544
545        * malloctest/init.c: Add more test cases to cover heap better.
546
[f2a7fa02]5472008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
548
549        * malloctest/init.c: Add new test cases per Sergei. Make some of the
550        stranger cases operate directly on a freshly initialized heap. This
551        should make them more reproducible.
552
[b7bc1d1]5532008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
554
555        * malloctest/init.c: Add more tests per suggestions from Sergei
556        Organov.
557
[499eb57]5582008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
559
560        * malloctest/init.c: Add include to remove warning.
561
[b89f64c]5622008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
563
564        * malloctest/init.c: Remove debug print.
565
[b9e23917]5662008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
567
568        * monitor02/.cvsignore: New file.
569
[dee3992f]5702008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
571
572        * Makefile.am, configure.ac: Added automatic test for monitor shell
573        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
574        monitor02/system.h: New files.
575
[6bd3162]5762007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
577
578        * malloctest/init.c: Add test cases suggested by Sergei Organov
579        <s.organov@javad.com>.
580
[e1a22c1]5812007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
582
583        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
584
[fbea3df]5852007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
586
587        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
588        exericise another path in the period statistics code.
589
[9202c24]5902007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
591
592        * malloctest/init.c: Add some primitive testing of realloc() which also
593        does some positive path testing on the SuperCore heap.
594
[43e3429]5952007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
596
597        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
598        cases for untested routines.
599
[6db35220]6002007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
601
602        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
603        the CPU Usage Report include it. If it is deleted, the CPU time it
604        had consumed is not listed later in the report.
605
[0e92952]6062007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
607
608        * tztest/init.c: Build when using buffered test IO.
609
[838167e]6102007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
611
612        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
613        macro instead of fflush() directly.
614
[81ee994]6152007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
616
617        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
618        Statistics and Period Usage into Rate Monotonic Manager. Added the
619        following directives: rtems_rate_monotonic_get_statistics,
620        rtems_rate_monotonic_reset_statistics,
[838167e]621        rtems_rate_monotonic_reset_all_statistics,
622        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
[81ee994]623        Obsoleted the rtems/rtmonuse.h file as a public interface.
624
[9de4e5b]6252007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
626
627        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
628        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
629        optional managers to Makefiles. Clean up test cases so last output
630        line follows END OF pattern. Make sure test case all run. All tests
631        appeared ok on sis.
632
[dbacde8a]6332007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
634
635        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
636
[dfd2947f]6372007-03-13      Joel Sherrill <joel@OARcorp.com>
638
639        * tztest/init.c: Call tzset() even though it may be called for us
640        implicitly along the way.
641
[871e077]6422007-03-13      Joel Sherrill <joel@OARcorp.com>
643
644        * tztest/.cvsignore: New file.
645
[3e1fada2]6462007-03-13      Joel Sherrill <joel@OARcorp.com>
647
648        * Makefile.am, configure.ac: Added timezone test.
649        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
650        tztest/tztest.scn: New files.
651
[3ca0ca79]6522007-03-05      Joel Sherrill <joel@OARcorp.com>
653
654        * malloctest/init.c: Be explicit about need for default and floating
655        point attributes. This is just a style change.
656
[b5a555a7]6572007-02-06      Joel Sherrill <joel@OARcorp.com>
658
659        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
660        issues in message queue tests.
661
[fcb0cd46]6622006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
663
664        * configure.ac: New BUG-REPORT address.
665
[ba2c04f]6662006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
667
668        * configure.ac: Require autoconf-2.60. Require automake-1.10.
669
[ea69358]6702006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
671
672        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
673        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
674        docdir. Use rtems_testsdir instead.
675
[a06eb01]6762006-02-08      Joel Sherrill <joel@OARcorp.com>
677
678        * rtems++/Task1.cc: Fix warnings.
679
[1fd1595]6802005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
681
682        * configure.ac: Remove RTEMS_ENABLE_BARE,
683        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
684
[22189ab]6852005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
686
687        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
688        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
689        stackchk/Makefile.am, termios/Makefile.am:
690        Convert to using *_PROGRAMS.
691
[5840b03]6922005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
693
[dc35ca43]694        * cpuuse/Makefile.am, malloctest/Makefile.am,
695        monitor/Makefile.am, putenvtest/Makefile.am,
696        rtems++/Makefile.am, rtmonuse/Makefile.am,
697        stackchk/Makefile.am, termios/Makefile.am: Rework.
[5840b03]698
[28486f3]6992005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
700
701        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
702        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
703        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
704        * libtests.am: Remove.
705
[e126295]7062005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
707
708        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
709        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
710        stackchk/Makefile.am, termios/Makefile.am:
711        AM_CPPFLAGS += -I..../support/include.
712
[576f411]7132005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
714
[44502ae]715        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
[576f411]716        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
717
[ed2e813]7182005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
719
720        * libtests.am: Remove LIB_VARIANT.
721
[af6ad5d]7222005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
723
724        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
725        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
726        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
727
[c32fb8f]7282005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
729
730        * Makefile.am: Cleanup.
731
[ad3310a]7322005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
733
734        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
735        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
736        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
737        stackchk/Makefile.am, termios/Makefile.am:
738        Partial conversion to automake.
739
[7010db3d]7402005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
741
742        * rtems++/Makefile.am: Remove LIB_VARIANT.
743
[6f2593f]7442004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
[dda9a682]745
746        * configure.ac: Remove -ansi to prevent folks from further damaging
747        the code with broken prototypes.
748        * putenvtest/init.c: Remove broken putenv prototype.
749        * termios/init.c (print_c_cc): Don't loop over NCCS.
750
[6f2593f]7512004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]752
753        * configure.ac: Require automake > 1.9.
754
[6f2593f]7552004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[1b22030]756
757        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
758        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
759        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
760        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
761        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
762        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
763        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
764        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
765
[6f2593f]7662004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
[9919946a]767
768        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
769        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
770        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
771        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
772        using c99 fixed size types.
773
[7c48a2e8]7742004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * configure.ac: Add 2nd arg to RTEMS_TOP.
777
[08bfed2]7782004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
781        Add PRE/TMPINSTALL_FILES to CLEANFILES.
782        * malloctest/Makefile.am: Ditto.
783        * monitor/Makefile.am: Ditto.
784        * putenvtest/Makefile.am: Ditto.
785        * rtems++/Makefile.am: Ditto.
786        * rtmonuse/Makefile.am: Ditto.
787        * stackchk/Makefile.am: Ditto.
788        * termios/Makefile.am: Ditto.
789
[f361300]7902003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
791
792        * libtests.am: Add dirstamp support.
793
[9839e9c9]7942003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
795
796        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
797
[4dbd85e]7982003-12-16      Joel Sherrill <joel@OARcorp.com>
799
800        PR 544/tests
801        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
802        tests account for resources and not print at inappropriate times.
803
[810720b6]8042003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
805
806        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
807
[6895c068]8082003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
809
810        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
811        * malloctest/Makefile.am: Remove all-local: $(ARCH).
812        * monitor/Makefile.am: Remove all-local: $(ARCH).
813        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
814        * rtems++/Makefile.am: Remove all-local: $(ARCH).
815        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
816        * stackchk/Makefile.am: Remove all-local: $(ARCH).
817        * termios/Makefile.am: Remove all-local: $(ARCH).
818
[5f52d1f]8192003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * configure.ac: Reflect having moved to testsuites/.
822
[c6328bee]8232003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * configure.ac: Remove RTEMS_CANONICAL_HOST.
826
[5445ee60]8272003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * configure.ac:Remove RTEMS_CHECK_CPU.
830
[2abdd87]8312003-09-04      Joel Sherrill <joel@OARcorp.com>
832
833        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
834        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
835        malloctest/system.h, malloctest/task1.c, monitor/init.c,
836        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
837        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
838        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
839        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
840        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
841        stackchk/task1.c: URL for license changed.
842
[7862f888]8432003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
844
845        * Makefile.am: Reflect having moved aclocal/.
846
[1053dcd]8472003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
[61d9371]849        * Makefile.am: Reflect having moved automake/.
850        * cpuuse/Makefile.am: Reflect having moved automake/.
851        * malloctest/Makefile.am: Reflect having moved automake/.
852        * monitor/Makefile.am: Reflect having moved automake/.
853        * putenvtest/Makefile.am: Reflect having moved automake/.
854        * rtems++/Makefile.am: Reflect having moved automake/.
855        * rtmonuse/Makefile.am: Reflect having moved automake/.
856        * stackchk/Makefile.am: Reflect having moved automake/.
857        * termios/Makefile.am: Reflect having moved automake/.
[1053dcd]858
[7dcc3fe]8592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
860
861        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
862
[3c55718]8632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
864
865        * configure.ac: Remove AC_CONFIG_AUX_DIR.
866
[06908af6]8672003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
868
869        * configure.ac: Unconditionally check for CXX.
870        Require autoconf-2.57, automake-1.7.2.
871        * rtems++: Eliminate CC_O_FILES.
872
[5a5b0b52]8732002-12-02      Joel Sherrill <joel@OARcorp.com>
874
875        * malloctest/init.c: Tasks should be floating point.
876
[8730f45]8772002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * .cvsignore: Reformat.
880        Add autom4te*cache.
881        Remove autom4te.cache.
882
[9f33e26]8832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
884
885        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
886        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
887        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
888        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
889        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
890        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
891        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
892        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
893
[016a926]8942002-08-01      Joel Sherrill <joel@OARcorp.com>
895
896        * Per PR47 add support for buffered test output.  This involved
897        adding defines to redirect output to a buffer and dump it when
898        full, at "test pause", and at exit.  To avoid problems when redefining
899        exit(), all tests were modified to call rtems_test_exit().
900        Some tests, notable psxtests, had to be modified to include
901        the standard test macro .h file (pmacros.h or tmacros.h) to
902        enable this support.
903        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
904        rtmonuse/task1.c, termios/init.c: Modified.
905
[cb9b2bfc]9062002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
907
908        * configure.ac: Remove ENABLE_GCC28.
909
[8b695b9]9102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
911
912        * configure.ac:
913        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
914        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
915        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
916        * Makefile.am: Remove AUTOMAKE_OPTIONS.
917        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
918        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
919        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
920        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
921        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
922        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
923        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
924
[38c0f98e]9252001-11-01      Joel Sherrill <joel@OARcorp.com>
926
927        * rtems++/Makefile.am: Make sure debug variant of librtems++
928        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
929        and processed as PR78.
930
[2098cef]9312001-10-25      Joel Sherrill <joel@OARcorp.com>
932
933        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
934
[df25c998]9352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
936
937        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
938        * configure.in: Remove.
939        * configure.ac: New file, generated from configure.in by autoupdate.
940
[99139ff]9412001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
942
943        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
[4fec22e7]944        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
[99139ff]945
[682c7fd2]9462001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
947
948        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
949        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
950        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
951        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
952        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
953        make-cxx-exe.
954        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
955        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
956        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
957
[95083c0]9582001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
959
960        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
961
[feead226]9622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
963
964        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
965
[a314d3b4]9662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
967
968        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
969
[ce28b283]9702000-11-01      Joel Sherrill <joel@OARcorp.com>
971
972        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
973        libcsupport.h moved from libc to lib/include/rtems and now must
974        be referenced as <rtems/XXX.h>. 
975
[37a9cf1]9762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
977
978        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
979        Switch to GNU canonicalization.
980        * libtests.am: Remove DEFS.
981
[78f76ac]9822000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
983
984        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
985        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
986        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
987
[e94ad1fe]9882000-08-10      Joel Sherrill <joel@OARcorp.com>
989
990        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.