source: rtems/testsuites/libtests/ChangeLog @ 8911ffd

4.115
Last change on this file since 8911ffd was 8911ffd, checked in by Joel Sherrill <joel.sherrill@…>, on 07/14/10 at 23:29:45

2010-07-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add new test to exercise malloc_get_statistics().
  • malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c, malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
  • Property mode set to 100644
File size: 38.4 KB
Line 
12010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac: Add new test to exercise
4        malloc_get_statistics().
5        * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
6        malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
7
82010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
9
10        PR 1535/tests
11        * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
12        of work by Ralf and Joel.
13
142010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
17
182010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * Makefile.am, configure.ac: Add test for exercising sbrk() extension
21        to Malloc Family.
22        * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
23        malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
24
252010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
26
27        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
28        cases. Coverage of these paths is near complete.
29
302010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * malloctest/system.h: Enable malloc statistics.
33
342010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
37
382010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
41        * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
42        termios06/termios06.doc, termios06/termios06.scn,
43        termios06/test_pppd.c: New files.
44
452010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
48        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
49        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
50
512010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * termios04/termios_testdriver_intr.c: Task driven IO now works.
54
552010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * Makefile.am, configure.ac: Add test for task driven drivers.
58        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
59        termios05/termios05.doc, termios05/termios05.scn,
60        termios05/termios_testdriver_taskdriven.c,
61        termios05/termios_testdriver_taskdriven.h: New files.
62
632010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * Makefile.am, configure.ac: Revert changes related to uncommitted test
66        under development.
67
682010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
71        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
72
732010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
76        interrupt driven IO support.
77        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
78        termios04/termios04.doc, termios04/termios04.scn,
79        termios04/termios_testdriver_intr.c,
80        termios04/termios_testdriver_intr.h: New files.
81
822010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
85        termios03/termios_testdriver_polled.c,
86        termios03/termios_testdriver_polled.h: Add more test cases.
87
882010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
91
922010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
95        termios03/termios03.doc, termios03/termios03.scn,
96        termios03/termios_testdriver_polled.c,
97        termios03/termios_testdriver_polled.h: New files.
98        * Makefile.am, configure.ac: Add initial version of new test for polled
99        IO support in termios.
100
1012010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
102
103        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
104        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
105        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
106        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
107        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
108        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
109        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
110        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
111        termios02/Makefile.am: Revert.
112
1132010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
114
115        * termios01/termios01.scn: Fix bug so existing test code for
116        rtems_termios_baud_to_index() is executed.
117
1182010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
119
120        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
121        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
122        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
123        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
124        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
125        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
126        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
127        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
128        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
129        code for rtems_termios_baud_to_index() is executed.
130
1312010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
132
133        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
134        before blowing stack.
135
1362010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
137
138        * Makefile.am, configure.ac: Added test that attempts to free stack
139        memory. This causes a error to be printed from the free function.
140        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
141        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
142
1432010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
144
145        * malloctest/init.c: Added error case with malloc of size 0.
146
1472010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
148
149        * malloctest/init.c: Added test to check failure branch on calloc.
150
1512010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
154
1552010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
158        for deferred free() processing.
159        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
160        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
161
1622010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
165        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
166        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
167        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
168        are minimal implementations so the tests will have to grow as the
169        methods grow.
170
1712010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
172
173        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
174
1752010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
176
177        PR 1433/cpukit
178        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
179        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
180        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
181        RTEMS_NO_MEMORY.
182
1832010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
184
185        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
186        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
187        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
188
1892010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * Makefile.am: Move POSIX in front of other tests.
192
1932010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
194
195        * bspcmdline01/init.c: Fix assert conditional.
196
1972010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
200        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
201
2022010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * block10/.cvsignore: New file.
205
2062010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
207
208        * block05/block05.png, block10/block10.doc, block10/init.c,
209        block10/.cvsignore, block10/block10.scn, block10/block10.png,
210        block10/Makefile.am: New files.
211        * configure.ac, Makefile.am: Update for new files.
212        * block05/block05.doc: Update for new state transitions.
213
2142010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * block08/.cvsignore, block09/.cvsignore: New files.
217
2182010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * block08/init.c: Remove warning.
221
2222010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
223
224        * block08/block08.scn, block08/init.c: Add starting and ending messages
225        so the scripts detect successful exit.
226
2272010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
228
229        * block09/block09.doc, block09/init.c, block09/.cvsignore,
230        block09/block09.scn, block09/Makefile.am: New files.
231        * configure.ac, Makefile.am: Update for new files.
232        * block05/block05.doc: Update for new state transitions.
233        * block05/init.c, block06/init.c: Update for block device API change.
234
2352010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
236
237        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
238        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
239        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
240        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
241        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
242        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
243        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
244        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
245        block08/init.c, block08/Makefile.am, block08/system.h,
246        block08/test_disk.c: New files.
247
2482009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
249
250        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
251        to cover the bsp_cmdline_get_param() routine.
252
2532009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
254
255        * block06/init.c: Update for disk device API change.  Changed EBADRQC
256        to EINVAL.
257
2582009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
259
260        * termios01/init.c: Increase number of termios ports by 1.
261
2622009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
263
264        * termios01/termios_testdriver.c:
265        Reflect changes to rtems_termios_callbacks->write.
266
2672009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
268
269        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
270        block05/init.c, block07/init.c, bspcmdline01/init.c,
271        stringto01/init.c, stringto01/stringto_test_template.h,
272        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
273        Use rtems_test_assert() consistently instead of system assert().
274        rtems_test_assert() is designed to integrate into the RTEMS test
275        suite infrastructure.
276
2772009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
278
279        * POSIX/Makefile.am: Add readv, writev.
280        * POSIX/writev.c, POSIX/readv.c: New.
281
2822009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
283
284        * POSIX/sigfillset.c: Let main() return "status".
285        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
286        sigismember.
287        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
288        POSIX/sigismember.c: New.
289
2902009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
291
292        * POSIX/Makefile.am: Add wait.
293        * POSIX/wait.c: New.
294
2952009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
296
297        * bspcmdline01/test.c: Removed.
298
2992009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
300
301        * Makefile.am: Add POSIX.
302        * configure.ac: Add POSIX/.
303        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
304        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
305        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
306        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
307        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
308        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
309        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
310        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
311        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
312        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
313        POSIX/waitpid.c, POSIX/write.c: New.
314
3152009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
316
317        * stringto01/init.c: New file.
318
3192009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
320
321        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
322        * stringto01/.cvsignore, stringto01/Makefile.am,
323        stringto01/stringto01.doc, stringto01/stringto01.scn,
324        stringto01/stringto_test_template.h: New files.
325
3262009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
327
328        * block05/init.c: Check block size. Improved output.
329        * block01/init.c: Free ramdisk before exit.
330        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
331        block04/block04.doc, block05/block05.doc, block06/block06.doc,
332        block07/block07.doc: New files.
333        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
334        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
335        block07/Makefile.am: Add new files.
336
3372009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
338
339        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
340        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
341        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
342        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
343
3442009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
345
346        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
347        Remove bogus cast.
348        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
349
3502009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
351
352        * rtems++/Task1.cc: Eliminate more warnings.
353
3542009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
355
356        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
357        several dozens of warnings.
358
3592009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
360
361        * block06/init.c: Add missing prototype.
362
3632009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
364
365        * block07/init.c: New test case.
366
3672009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
368
369        * block05/init.c, block05/block05.scn, block05/Makefile.am,
370        block06/init.c, block06/block06.scn, block06/Makefile.am,
371        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
372        * Makefile.am, configure.ac: Added block05, block06 and block07.
373
3742009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
375
376        * termios/init.c: Remove sh2 hacks.
377
3782009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
379
380        * block01/init.c: Include <stdio.h>.
381        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
382        * block02/init.c: Remove unused var.
383
3842009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
385
386        * block02/init.c, block02/block02.scn, block02/Makefile.am,
387        block03/init.c, block03/block03.scn, block03/Makefile.am,
388        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
389        * Makefile.am, configure.ac: Added block02, block03 and block04.
390
3912009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
392
393        * monitor02/init.c: Add local prototype for
394        rtems_shell_main_monitor.
395
3962009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
397
398        * termios01/init.c: Fix parity_table_Entry type.
399        Correct parity_table initialization.
400        Add PRIdrtems_termios_baud_t.
401        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
402
4032009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
404
405        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
406        * malloctest/init.c: Use %zu instead of %d to print size_t's.
407
4082009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
409
410        * rtmonuse/init.c, rtmonuse/task1.c:
411        Use PRIxrtems_id to print rtems_ids.
412        * malloctest/init.c: Use %zu instead of %d to print size_t's.
413
4142009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
415
416        * malloctest/init.c: Fix _Heap_Resize_block args.
417
4182009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
419
420        * malloctest/init.c, termios01/init.c,
421        termios01/termios_testdriver.c: Eliminate unused vars.
422
4232009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
424
425        * heapwalk/init.c: Comment out unused vars.
426        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
427        * malloctest/init.c: Add local prototype for malloc_walk,
428        malloc_info.
429        * malloctest/task1.c: Add local prototype for malloc_walk.
430        * monitor02/init.c: Remove unused vars.
431        * stackchk01/init.c: Remove unused vars.
432        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
433        termios/init.c: Add missing prototypes.
434
4352009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
436
437        * configure.ac: Don't add -fasm to CFLAGS.
438
4392009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
440
441        * block01/.cvsignore: New file.
442
4432009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
444
445        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
446        * Makefile.am, configure.ac: Added block01.
447
4482009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
449
450        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
451
4522009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
453
454        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
455        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
456        it.
457        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
458        termios02/termios02.doc, termios02/termios02.scn: New files.
459        termios02 is a test for tcdrain().
460
4612009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
462
463        * termios01/init.c, termios01/termios_testdriver.c:
464        Reflect changes to termios.
465
4662009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
467
468        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
469
4702009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
471
472        * stackchk01/stackchk01.doc: Add content.
473
4742009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
475
476        * Makefile.am, configure.ac: Add initial test for
477        rtems_stack_checker_is_blown.
478        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
479        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
480
4812009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
482
483        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
484        cases to get back to 100% object coverage.
485
4862009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
487
488        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
489        malloctest/malloctest.scn: New test cases.
490        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
491
4922009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
493
494        * malloctest/init.c: New test cases. Update for heap API changes.
495        * stackchk/blow.c: Update for heap API changes.
496
4972009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
498
499        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
500
5012009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
502
503        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
504        complete coverage of termios_XXX_to_YYY() methods.
505
5062009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
507
508        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
509        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
510        character with the assistance of a special test driver which prints
511        the requests.
512        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
513        termios01/termios01.doc, termios01/termios01.scn,
514        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
515
5162009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
517
518        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
519        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
520        rtems_clock_get_ticks_per_second().
521
5222009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
523
524        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
525        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
526
5272009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
528
529        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
530        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
531        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
532
5332009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
534
535        * malloctest/init.c: Adjust allocation in test so it passes now that
536        heap overhead constant has been increased.
537
5382009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
539
540        * bspcmdline01/init.c: Do not violate visibility.
541
5422009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
543
544        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
545        prefix to all routines.
546
5472009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
548
549        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
550        helper routines.
551        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
552        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
553        bspcmdline01/init.c, bspcmdline01/test.c: New files.
554
5552009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
556
557        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
558        for shrinking a block enough to need to free the newly unused
559        portion.
560
5612009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
562
563        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
564        _Protected_heap_Get_information().
565
5662009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
567
568        * heapwalk/init.c: Add test code for first free block pointer not
569        aligned.
570
5712009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
572
573        * heapwalk/init.c: Add more cases.
574
5752009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
576
577        * heapwalk/init.c: Add more automated corruption capability.
578
5792009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
580
581        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
582
5832009-05-19      Chris Johns <chrisj@rtems.org>
584
585        * cpuuse/tswitch.c: Lower sample count for small memory targets.
586        * cpuuse/system.h: Smaller stack size for small memory targets.
587        * monitor02/init.c: Cannot run on small memory targets.
588
5892009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
590
591        * rtmonuse/init.c: Do not use Task_name array before initialized.
592
5932009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
594
595        * malloctest/init.c: Fix warning.
596
5972009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
598
599        * malloctest/init.c: Fix typo.
600
6012009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
602
603        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
604        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
605        heapwalk/init.c, heapwalk/system.h: New files.
606
6072009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
608
609        * malloctest/init.c: Add test case for heap resize block when the
610        resize creates a free block large enough to free.
611
6122009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
613
614        * cpuuse/Makefile.am, malloctest/Makefile.am,
615        monitor/Makefile.am, monitor02/Makefile.am,
616        putenvtest/Makefile.am, rtems++/Makefile.am,
617        rtmonuse/Makefile.am, stackchk/Makefile.am,
618        termios/Makefile.am, tztest/Makefile.am:
619        Eliminate _exe_/.exe.
620
6212009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
622
623        * stackchk/stackchk.scn: Correct screen to match output.
624
6252008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
626
627        * malloctest/init.c: Change sizes of heap/region and allocated objects
628        in heap to intptr_t so they can be larger than a single allocatable
629        object (e.g. size_t).
630
6312008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
632
633        * malloctest/init.c: Do not generate alignment factors larger that will
634        not fit in a native integer.
635
6362008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
637
638        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
639        CONFIGURE_STACK_CHECKER_ENABLED.
640
6412008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
642
643        * malloctest/init.c: Convert to "bool".
644
6452008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
646
647        * rtems++/System.h: Account for extra task stacks properly.
648
6492008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
650
651        * malloctest/init.c: Fix return status check.
652
6532008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
654
655        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
656        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
657        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
658        POSIX tests. Add a clock_settime case for < 1988.
659
6602008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
661
662        * malloctest/init.c: Add more test cases to cover heap better.
663
6642008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
665
666        * malloctest/init.c: Add new test cases per Sergei. Make some of the
667        stranger cases operate directly on a freshly initialized heap. This
668        should make them more reproducible.
669
6702008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
671
672        * malloctest/init.c: Add more tests per suggestions from Sergei
673        Organov.
674
6752008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
676
677        * malloctest/init.c: Add include to remove warning.
678
6792008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
680
681        * malloctest/init.c: Remove debug print.
682
6832008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
684
685        * monitor02/.cvsignore: New file.
686
6872008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
688
689        * Makefile.am, configure.ac: Added automatic test for monitor shell
690        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
691        monitor02/system.h: New files.
692
6932007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
694
695        * malloctest/init.c: Add test cases suggested by Sergei Organov
696        <s.organov@javad.com>.
697
6982007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
699
700        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
701
7022007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
703
704        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
705        exericise another path in the period statistics code.
706
7072007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
708
709        * malloctest/init.c: Add some primitive testing of realloc() which also
710        does some positive path testing on the SuperCore heap.
711
7122007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
713
714        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
715        cases for untested routines.
716
7172007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
718
719        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
720        the CPU Usage Report include it. If it is deleted, the CPU time it
721        had consumed is not listed later in the report.
722
7232007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
724
725        * tztest/init.c: Build when using buffered test IO.
726
7272007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
728
729        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
730        macro instead of fflush() directly.
731
7322007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
733
734        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
735        Statistics and Period Usage into Rate Monotonic Manager. Added the
736        following directives: rtems_rate_monotonic_get_statistics,
737        rtems_rate_monotonic_reset_statistics,
738        rtems_rate_monotonic_reset_all_statistics,
739        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
740        Obsoleted the rtems/rtmonuse.h file as a public interface.
741
7422007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
743
744        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
745        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
746        optional managers to Makefiles. Clean up test cases so last output
747        line follows END OF pattern. Make sure test case all run. All tests
748        appeared ok on sis.
749
7502007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
751
752        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
753
7542007-03-13      Joel Sherrill <joel@OARcorp.com>
755
756        * tztest/init.c: Call tzset() even though it may be called for us
757        implicitly along the way.
758
7592007-03-13      Joel Sherrill <joel@OARcorp.com>
760
761        * tztest/.cvsignore: New file.
762
7632007-03-13      Joel Sherrill <joel@OARcorp.com>
764
765        * Makefile.am, configure.ac: Added timezone test.
766        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
767        tztest/tztest.scn: New files.
768
7692007-03-05      Joel Sherrill <joel@OARcorp.com>
770
771        * malloctest/init.c: Be explicit about need for default and floating
772        point attributes. This is just a style change.
773
7742007-02-06      Joel Sherrill <joel@OARcorp.com>
775
776        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
777        issues in message queue tests.
778
7792006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
780
781        * configure.ac: New BUG-REPORT address.
782
7832006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
784
785        * configure.ac: Require autoconf-2.60. Require automake-1.10.
786
7872006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
788
789        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
790        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
791        docdir. Use rtems_testsdir instead.
792
7932006-02-08      Joel Sherrill <joel@OARcorp.com>
794
795        * rtems++/Task1.cc: Fix warnings.
796
7972005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
798
799        * configure.ac: Remove RTEMS_ENABLE_BARE,
800        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
801
8022005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
803
804        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
805        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
806        stackchk/Makefile.am, termios/Makefile.am:
807        Convert to using *_PROGRAMS.
808
8092005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
810
811        * cpuuse/Makefile.am, malloctest/Makefile.am,
812        monitor/Makefile.am, putenvtest/Makefile.am,
813        rtems++/Makefile.am, rtmonuse/Makefile.am,
814        stackchk/Makefile.am, termios/Makefile.am: Rework.
815
8162005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
817
818        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
819        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
820        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
821        * libtests.am: Remove.
822
8232005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
824
825        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
826        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
827        stackchk/Makefile.am, termios/Makefile.am:
828        AM_CPPFLAGS += -I..../support/include.
829
8302005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
831
832        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
833        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
834
8352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
836
837        * libtests.am: Remove LIB_VARIANT.
838
8392005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
840
841        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
842        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
843        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
844
8452005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
846
847        * Makefile.am: Cleanup.
848
8492005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
850
851        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
852        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
853        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
854        stackchk/Makefile.am, termios/Makefile.am:
855        Partial conversion to automake.
856
8572005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
858
859        * rtems++/Makefile.am: Remove LIB_VARIANT.
860
8612004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
862
863        * configure.ac: Remove -ansi to prevent folks from further damaging
864        the code with broken prototypes.
865        * putenvtest/init.c: Remove broken putenv prototype.
866        * termios/init.c (print_c_cc): Don't loop over NCCS.
867
8682004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
869
870        * configure.ac: Require automake > 1.9.
871
8722004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
873
874        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
875        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
876        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
877        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
878        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
879        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
880        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
881        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
882
8832004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
884
885        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
886        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
887        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
888        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
889        using c99 fixed size types.
890
8912004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
892
893        * configure.ac: Add 2nd arg to RTEMS_TOP.
894
8952004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
896
897        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
898        Add PRE/TMPINSTALL_FILES to CLEANFILES.
899        * malloctest/Makefile.am: Ditto.
900        * monitor/Makefile.am: Ditto.
901        * putenvtest/Makefile.am: Ditto.
902        * rtems++/Makefile.am: Ditto.
903        * rtmonuse/Makefile.am: Ditto.
904        * stackchk/Makefile.am: Ditto.
905        * termios/Makefile.am: Ditto.
906
9072003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
908
909        * libtests.am: Add dirstamp support.
910
9112003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
912
913        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
914
9152003-12-16      Joel Sherrill <joel@OARcorp.com>
916
917        PR 544/tests
918        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
919        tests account for resources and not print at inappropriate times.
920
9212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
922
923        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
924
9252003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
926
927        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
928        * malloctest/Makefile.am: Remove all-local: $(ARCH).
929        * monitor/Makefile.am: Remove all-local: $(ARCH).
930        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
931        * rtems++/Makefile.am: Remove all-local: $(ARCH).
932        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
933        * stackchk/Makefile.am: Remove all-local: $(ARCH).
934        * termios/Makefile.am: Remove all-local: $(ARCH).
935
9362003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
937
938        * configure.ac: Reflect having moved to testsuites/.
939
9402003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941
942        * configure.ac: Remove RTEMS_CANONICAL_HOST.
943
9442003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946        * configure.ac:Remove RTEMS_CHECK_CPU.
947
9482003-09-04      Joel Sherrill <joel@OARcorp.com>
949
950        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
951        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
952        malloctest/system.h, malloctest/task1.c, monitor/init.c,
953        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
954        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
955        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
956        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
957        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
958        stackchk/task1.c: URL for license changed.
959
9602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
961
962        * Makefile.am: Reflect having moved aclocal/.
963
9642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
965
966        * Makefile.am: Reflect having moved automake/.
967        * cpuuse/Makefile.am: Reflect having moved automake/.
968        * malloctest/Makefile.am: Reflect having moved automake/.
969        * monitor/Makefile.am: Reflect having moved automake/.
970        * putenvtest/Makefile.am: Reflect having moved automake/.
971        * rtems++/Makefile.am: Reflect having moved automake/.
972        * rtmonuse/Makefile.am: Reflect having moved automake/.
973        * stackchk/Makefile.am: Reflect having moved automake/.
974        * termios/Makefile.am: Reflect having moved automake/.
975
9762003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
977
978        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
979
9802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
981
982        * configure.ac: Remove AC_CONFIG_AUX_DIR.
983
9842003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
985
986        * configure.ac: Unconditionally check for CXX.
987        Require autoconf-2.57, automake-1.7.2.
988        * rtems++: Eliminate CC_O_FILES.
989
9902002-12-02      Joel Sherrill <joel@OARcorp.com>
991
992        * malloctest/init.c: Tasks should be floating point.
993
9942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
995
996        * .cvsignore: Reformat.
997        Add autom4te*cache.
998        Remove autom4te.cache.
999
10002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1001
1002        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
1003        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
1004        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
1005        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
1006        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
1007        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
1008        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
1009        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
1010
10112002-08-01      Joel Sherrill <joel@OARcorp.com>
1012
1013        * Per PR47 add support for buffered test output.  This involved
1014        adding defines to redirect output to a buffer and dump it when
1015        full, at "test pause", and at exit.  To avoid problems when redefining
1016        exit(), all tests were modified to call rtems_test_exit().
1017        Some tests, notable psxtests, had to be modified to include
1018        the standard test macro .h file (pmacros.h or tmacros.h) to
1019        enable this support.
1020        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
1021        rtmonuse/task1.c, termios/init.c: Modified.
1022
10232002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1024
1025        * configure.ac: Remove ENABLE_GCC28.
1026
10272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1028
1029        * configure.ac:
1030        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1031        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1032        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1033        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1034        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1035        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
1036        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1037        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
1038        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1039        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
1040        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
1041
10422001-11-01      Joel Sherrill <joel@OARcorp.com>
1043
1044        * rtems++/Makefile.am: Make sure debug variant of librtems++
1045        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1046        and processed as PR78.
1047
10482001-10-25      Joel Sherrill <joel@OARcorp.com>
1049
1050        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1051
10522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1053
1054        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1055        * configure.in: Remove.
1056        * configure.ac: New file, generated from configure.in by autoupdate.
1057
10582001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1059
1060        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1061        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1062
10632001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1064
1065        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1066        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1067        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1068        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1069        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1070        make-cxx-exe.
1071        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1072        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1073        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1074
10752001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1076
1077        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1078
10792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1080
1081        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1082
10832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1084
1085        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1086
10872000-11-01      Joel Sherrill <joel@OARcorp.com>
1088
1089        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1090        libcsupport.h moved from libc to lib/include/rtems and now must
1091        be referenced as <rtems/XXX.h>. 
1092
10932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1094
1095        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1096        Switch to GNU canonicalization.
1097        * libtests.am: Remove DEFS.
1098
10992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1100
1101        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1102        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1103        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1104
11052000-08-10      Joel Sherrill <joel@OARcorp.com>
1106
1107        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.