source: rtems/testsuites/libtests/ChangeLog @ 66ed5ff

4.115
Last change on this file since 66ed5ff was 66ed5ff, checked in by Joel Sherrill <joel.sherrill@…>, on 07/15/10 at 13:54:54

2010-07-15 Bharath Suri <bharath.s.jois@…>

PR 1617/testing

  • malloctest/init.c: Added new case to exercise _realloc_r.
  • Property mode set to 100644
File size: 38.9 KB
Line 
12010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
2
3        PR 1617/testing
4        * malloctest/init.c: Added new case to exercise _realloc_r.
5
62010-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
7
8        * malloctest/init.c: Added test for
9        rtems_heap_allocate_aligned_with_boundary().
10
112010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * Makefile.am, configure.ac: Add new test to exercise devFS_Show().
14        * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc,
15        devfs01/devfs01.scn, devfs01/init.c: New files.
16
172010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * Makefile.am, configure.ac: Add new test to exercise
20        malloc_get_statistics().
21        * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
22        malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
23
242010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        PR 1535/tests
27        * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
28        of work by Ralf and Joel.
29
302010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
33
342010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * Makefile.am, configure.ac: Add test for exercising sbrk() extension
37        to Malloc Family.
38        * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
39        malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
40
412010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
42
43        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
44        cases. Coverage of these paths is near complete.
45
462010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * malloctest/system.h: Enable malloc statistics.
49
502010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
53
542010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
57        * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
58        termios06/termios06.doc, termios06/termios06.scn,
59        termios06/test_pppd.c: New files.
60
612010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
64        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
65        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
66
672010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * termios04/termios_testdriver_intr.c: Task driven IO now works.
70
712010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * Makefile.am, configure.ac: Add test for task driven drivers.
74        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
75        termios05/termios05.doc, termios05/termios05.scn,
76        termios05/termios_testdriver_taskdriven.c,
77        termios05/termios_testdriver_taskdriven.h: New files.
78
792010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * Makefile.am, configure.ac: Revert changes related to uncommitted test
82        under development.
83
842010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
87        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
88
892010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
92        interrupt driven IO support.
93        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
94        termios04/termios04.doc, termios04/termios04.scn,
95        termios04/termios_testdriver_intr.c,
96        termios04/termios_testdriver_intr.h: New files.
97
982010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
101        termios03/termios_testdriver_polled.c,
102        termios03/termios_testdriver_polled.h: Add more test cases.
103
1042010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
107
1082010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
111        termios03/termios03.doc, termios03/termios03.scn,
112        termios03/termios_testdriver_polled.c,
113        termios03/termios_testdriver_polled.h: New files.
114        * Makefile.am, configure.ac: Add initial version of new test for polled
115        IO support in termios.
116
1172010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
118
119        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
120        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
121        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
122        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
123        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
124        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
125        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
126        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
127        termios02/Makefile.am: Revert.
128
1292010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
130
131        * termios01/termios01.scn: Fix bug so existing test code for
132        rtems_termios_baud_to_index() is executed.
133
1342010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
135
136        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
137        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
138        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
139        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
140        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
141        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
142        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
143        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
144        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
145        code for rtems_termios_baud_to_index() is executed.
146
1472010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
148
149        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
150        before blowing stack.
151
1522010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
153
154        * Makefile.am, configure.ac: Added test that attempts to free stack
155        memory. This causes a error to be printed from the free function.
156        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
157        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
158
1592010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
160
161        * malloctest/init.c: Added error case with malloc of size 0.
162
1632010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
164
165        * malloctest/init.c: Added test to check failure branch on calloc.
166
1672010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
168
169        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
170
1712010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
174        for deferred free() processing.
175        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
176        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
177
1782010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
181        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
182        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
183        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
184        are minimal implementations so the tests will have to grow as the
185        methods grow.
186
1872010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
188
189        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
190
1912010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
192
193        PR 1433/cpukit
194        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
195        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
196        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
197        RTEMS_NO_MEMORY.
198
1992010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
200
201        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
202        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
203        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
204
2052010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
206
207        * Makefile.am: Move POSIX in front of other tests.
208
2092010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
210
211        * bspcmdline01/init.c: Fix assert conditional.
212
2132010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
214
215        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
216        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
217
2182010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * block10/.cvsignore: New file.
221
2222010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
223
224        * block05/block05.png, block10/block10.doc, block10/init.c,
225        block10/.cvsignore, block10/block10.scn, block10/block10.png,
226        block10/Makefile.am: New files.
227        * configure.ac, Makefile.am: Update for new files.
228        * block05/block05.doc: Update for new state transitions.
229
2302010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
231
232        * block08/.cvsignore, block09/.cvsignore: New files.
233
2342010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
235
236        * block08/init.c: Remove warning.
237
2382010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * block08/block08.scn, block08/init.c: Add starting and ending messages
241        so the scripts detect successful exit.
242
2432010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
244
245        * block09/block09.doc, block09/init.c, block09/.cvsignore,
246        block09/block09.scn, block09/Makefile.am: New files.
247        * configure.ac, Makefile.am: Update for new files.
248        * block05/block05.doc: Update for new state transitions.
249        * block05/init.c, block06/init.c: Update for block device API change.
250
2512010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
252
253        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
254        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
255        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
256        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
257        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
258        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
259        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
260        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
261        block08/init.c, block08/Makefile.am, block08/system.h,
262        block08/test_disk.c: New files.
263
2642009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
265
266        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
267        to cover the bsp_cmdline_get_param() routine.
268
2692009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
270
271        * block06/init.c: Update for disk device API change.  Changed EBADRQC
272        to EINVAL.
273
2742009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
275
276        * termios01/init.c: Increase number of termios ports by 1.
277
2782009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
279
280        * termios01/termios_testdriver.c:
281        Reflect changes to rtems_termios_callbacks->write.
282
2832009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
284
285        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
286        block05/init.c, block07/init.c, bspcmdline01/init.c,
287        stringto01/init.c, stringto01/stringto_test_template.h,
288        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
289        Use rtems_test_assert() consistently instead of system assert().
290        rtems_test_assert() is designed to integrate into the RTEMS test
291        suite infrastructure.
292
2932009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
294
295        * POSIX/Makefile.am: Add readv, writev.
296        * POSIX/writev.c, POSIX/readv.c: New.
297
2982009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
299
300        * POSIX/sigfillset.c: Let main() return "status".
301        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
302        sigismember.
303        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
304        POSIX/sigismember.c: New.
305
3062009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
307
308        * POSIX/Makefile.am: Add wait.
309        * POSIX/wait.c: New.
310
3112009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
312
313        * bspcmdline01/test.c: Removed.
314
3152009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
316
317        * Makefile.am: Add POSIX.
318        * configure.ac: Add POSIX/.
319        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
320        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
321        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
322        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
323        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
324        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
325        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
326        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
327        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
328        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
329        POSIX/waitpid.c, POSIX/write.c: New.
330
3312009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
332
333        * stringto01/init.c: New file.
334
3352009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
336
337        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
338        * stringto01/.cvsignore, stringto01/Makefile.am,
339        stringto01/stringto01.doc, stringto01/stringto01.scn,
340        stringto01/stringto_test_template.h: New files.
341
3422009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
343
344        * block05/init.c: Check block size. Improved output.
345        * block01/init.c: Free ramdisk before exit.
346        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
347        block04/block04.doc, block05/block05.doc, block06/block06.doc,
348        block07/block07.doc: New files.
349        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
350        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
351        block07/Makefile.am: Add new files.
352
3532009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
354
355        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
356        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
357        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
358        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
359
3602009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
361
362        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
363        Remove bogus cast.
364        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
365
3662009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
367
368        * rtems++/Task1.cc: Eliminate more warnings.
369
3702009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
371
372        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
373        several dozens of warnings.
374
3752009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
376
377        * block06/init.c: Add missing prototype.
378
3792009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
380
381        * block07/init.c: New test case.
382
3832009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
384
385        * block05/init.c, block05/block05.scn, block05/Makefile.am,
386        block06/init.c, block06/block06.scn, block06/Makefile.am,
387        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
388        * Makefile.am, configure.ac: Added block05, block06 and block07.
389
3902009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
391
392        * termios/init.c: Remove sh2 hacks.
393
3942009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
395
396        * block01/init.c: Include <stdio.h>.
397        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
398        * block02/init.c: Remove unused var.
399
4002009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
401
402        * block02/init.c, block02/block02.scn, block02/Makefile.am,
403        block03/init.c, block03/block03.scn, block03/Makefile.am,
404        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
405        * Makefile.am, configure.ac: Added block02, block03 and block04.
406
4072009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
408
409        * monitor02/init.c: Add local prototype for
410        rtems_shell_main_monitor.
411
4122009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
413
414        * termios01/init.c: Fix parity_table_Entry type.
415        Correct parity_table initialization.
416        Add PRIdrtems_termios_baud_t.
417        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
418
4192009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
420
421        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
422        * malloctest/init.c: Use %zu instead of %d to print size_t's.
423
4242009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
425
426        * rtmonuse/init.c, rtmonuse/task1.c:
427        Use PRIxrtems_id to print rtems_ids.
428        * malloctest/init.c: Use %zu instead of %d to print size_t's.
429
4302009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
431
432        * malloctest/init.c: Fix _Heap_Resize_block args.
433
4342009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
435
436        * malloctest/init.c, termios01/init.c,
437        termios01/termios_testdriver.c: Eliminate unused vars.
438
4392009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
440
441        * heapwalk/init.c: Comment out unused vars.
442        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
443        * malloctest/init.c: Add local prototype for malloc_walk,
444        malloc_info.
445        * malloctest/task1.c: Add local prototype for malloc_walk.
446        * monitor02/init.c: Remove unused vars.
447        * stackchk01/init.c: Remove unused vars.
448        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
449        termios/init.c: Add missing prototypes.
450
4512009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
452
453        * configure.ac: Don't add -fasm to CFLAGS.
454
4552009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
456
457        * block01/.cvsignore: New file.
458
4592009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
460
461        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
462        * Makefile.am, configure.ac: Added block01.
463
4642009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
465
466        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
467
4682009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
469
470        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
471        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
472        it.
473        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
474        termios02/termios02.doc, termios02/termios02.scn: New files.
475        termios02 is a test for tcdrain().
476
4772009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
478
479        * termios01/init.c, termios01/termios_testdriver.c:
480        Reflect changes to termios.
481
4822009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
483
484        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
485
4862009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
487
488        * stackchk01/stackchk01.doc: Add content.
489
4902009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
491
492        * Makefile.am, configure.ac: Add initial test for
493        rtems_stack_checker_is_blown.
494        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
495        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
496
4972009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
498
499        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
500        cases to get back to 100% object coverage.
501
5022009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
503
504        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
505        malloctest/malloctest.scn: New test cases.
506        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
507
5082009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
509
510        * malloctest/init.c: New test cases. Update for heap API changes.
511        * stackchk/blow.c: Update for heap API changes.
512
5132009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
514
515        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
516
5172009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
518
519        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
520        complete coverage of termios_XXX_to_YYY() methods.
521
5222009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
523
524        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
525        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
526        character with the assistance of a special test driver which prints
527        the requests.
528        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
529        termios01/termios01.doc, termios01/termios01.scn,
530        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
531
5322009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
533
534        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
535        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
536        rtems_clock_get_ticks_per_second().
537
5382009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
539
540        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
541        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
542
5432009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
544
545        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
546        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
547        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
548
5492009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
550
551        * malloctest/init.c: Adjust allocation in test so it passes now that
552        heap overhead constant has been increased.
553
5542009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
555
556        * bspcmdline01/init.c: Do not violate visibility.
557
5582009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
559
560        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
561        prefix to all routines.
562
5632009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
564
565        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
566        helper routines.
567        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
568        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
569        bspcmdline01/init.c, bspcmdline01/test.c: New files.
570
5712009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
572
573        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
574        for shrinking a block enough to need to free the newly unused
575        portion.
576
5772009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
578
579        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
580        _Protected_heap_Get_information().
581
5822009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
583
584        * heapwalk/init.c: Add test code for first free block pointer not
585        aligned.
586
5872009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
588
589        * heapwalk/init.c: Add more cases.
590
5912009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
592
593        * heapwalk/init.c: Add more automated corruption capability.
594
5952009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
596
597        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
598
5992009-05-19      Chris Johns <chrisj@rtems.org>
600
601        * cpuuse/tswitch.c: Lower sample count for small memory targets.
602        * cpuuse/system.h: Smaller stack size for small memory targets.
603        * monitor02/init.c: Cannot run on small memory targets.
604
6052009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
606
607        * rtmonuse/init.c: Do not use Task_name array before initialized.
608
6092009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
610
611        * malloctest/init.c: Fix warning.
612
6132009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
614
615        * malloctest/init.c: Fix typo.
616
6172009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
618
619        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
620        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
621        heapwalk/init.c, heapwalk/system.h: New files.
622
6232009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
624
625        * malloctest/init.c: Add test case for heap resize block when the
626        resize creates a free block large enough to free.
627
6282009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
629
630        * cpuuse/Makefile.am, malloctest/Makefile.am,
631        monitor/Makefile.am, monitor02/Makefile.am,
632        putenvtest/Makefile.am, rtems++/Makefile.am,
633        rtmonuse/Makefile.am, stackchk/Makefile.am,
634        termios/Makefile.am, tztest/Makefile.am:
635        Eliminate _exe_/.exe.
636
6372009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
638
639        * stackchk/stackchk.scn: Correct screen to match output.
640
6412008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
642
643        * malloctest/init.c: Change sizes of heap/region and allocated objects
644        in heap to intptr_t so they can be larger than a single allocatable
645        object (e.g. size_t).
646
6472008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
648
649        * malloctest/init.c: Do not generate alignment factors larger that will
650        not fit in a native integer.
651
6522008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
653
654        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
655        CONFIGURE_STACK_CHECKER_ENABLED.
656
6572008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
658
659        * malloctest/init.c: Convert to "bool".
660
6612008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
662
663        * rtems++/System.h: Account for extra task stacks properly.
664
6652008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
666
667        * malloctest/init.c: Fix return status check.
668
6692008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
670
671        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
672        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
673        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
674        POSIX tests. Add a clock_settime case for < 1988.
675
6762008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
677
678        * malloctest/init.c: Add more test cases to cover heap better.
679
6802008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
681
682        * malloctest/init.c: Add new test cases per Sergei. Make some of the
683        stranger cases operate directly on a freshly initialized heap. This
684        should make them more reproducible.
685
6862008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
687
688        * malloctest/init.c: Add more tests per suggestions from Sergei
689        Organov.
690
6912008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
692
693        * malloctest/init.c: Add include to remove warning.
694
6952008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
696
697        * malloctest/init.c: Remove debug print.
698
6992008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
700
701        * monitor02/.cvsignore: New file.
702
7032008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
704
705        * Makefile.am, configure.ac: Added automatic test for monitor shell
706        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
707        monitor02/system.h: New files.
708
7092007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
710
711        * malloctest/init.c: Add test cases suggested by Sergei Organov
712        <s.organov@javad.com>.
713
7142007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
715
716        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
717
7182007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
719
720        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
721        exericise another path in the period statistics code.
722
7232007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
724
725        * malloctest/init.c: Add some primitive testing of realloc() which also
726        does some positive path testing on the SuperCore heap.
727
7282007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
729
730        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
731        cases for untested routines.
732
7332007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
734
735        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
736        the CPU Usage Report include it. If it is deleted, the CPU time it
737        had consumed is not listed later in the report.
738
7392007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
740
741        * tztest/init.c: Build when using buffered test IO.
742
7432007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
744
745        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
746        macro instead of fflush() directly.
747
7482007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
749
750        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
751        Statistics and Period Usage into Rate Monotonic Manager. Added the
752        following directives: rtems_rate_monotonic_get_statistics,
753        rtems_rate_monotonic_reset_statistics,
754        rtems_rate_monotonic_reset_all_statistics,
755        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
756        Obsoleted the rtems/rtmonuse.h file as a public interface.
757
7582007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
759
760        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
761        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
762        optional managers to Makefiles. Clean up test cases so last output
763        line follows END OF pattern. Make sure test case all run. All tests
764        appeared ok on sis.
765
7662007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
767
768        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
769
7702007-03-13      Joel Sherrill <joel@OARcorp.com>
771
772        * tztest/init.c: Call tzset() even though it may be called for us
773        implicitly along the way.
774
7752007-03-13      Joel Sherrill <joel@OARcorp.com>
776
777        * tztest/.cvsignore: New file.
778
7792007-03-13      Joel Sherrill <joel@OARcorp.com>
780
781        * Makefile.am, configure.ac: Added timezone test.
782        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
783        tztest/tztest.scn: New files.
784
7852007-03-05      Joel Sherrill <joel@OARcorp.com>
786
787        * malloctest/init.c: Be explicit about need for default and floating
788        point attributes. This is just a style change.
789
7902007-02-06      Joel Sherrill <joel@OARcorp.com>
791
792        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
793        issues in message queue tests.
794
7952006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
796
797        * configure.ac: New BUG-REPORT address.
798
7992006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
800
801        * configure.ac: Require autoconf-2.60. Require automake-1.10.
802
8032006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
804
805        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
806        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
807        docdir. Use rtems_testsdir instead.
808
8092006-02-08      Joel Sherrill <joel@OARcorp.com>
810
811        * rtems++/Task1.cc: Fix warnings.
812
8132005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
814
815        * configure.ac: Remove RTEMS_ENABLE_BARE,
816        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
817
8182005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
819
820        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
821        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
822        stackchk/Makefile.am, termios/Makefile.am:
823        Convert to using *_PROGRAMS.
824
8252005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
826
827        * cpuuse/Makefile.am, malloctest/Makefile.am,
828        monitor/Makefile.am, putenvtest/Makefile.am,
829        rtems++/Makefile.am, rtmonuse/Makefile.am,
830        stackchk/Makefile.am, termios/Makefile.am: Rework.
831
8322005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
833
834        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
835        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
836        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
837        * libtests.am: Remove.
838
8392005-11-09      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:
844        AM_CPPFLAGS += -I..../support/include.
845
8462005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
847
848        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
849        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
850
8512005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
852
853        * libtests.am: Remove LIB_VARIANT.
854
8552005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
856
857        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
858        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
859        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
860
8612005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
862
863        * Makefile.am: Cleanup.
864
8652005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
866
867        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
868        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
869        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
870        stackchk/Makefile.am, termios/Makefile.am:
871        Partial conversion to automake.
872
8732005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
874
875        * rtems++/Makefile.am: Remove LIB_VARIANT.
876
8772004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
878
879        * configure.ac: Remove -ansi to prevent folks from further damaging
880        the code with broken prototypes.
881        * putenvtest/init.c: Remove broken putenv prototype.
882        * termios/init.c (print_c_cc): Don't loop over NCCS.
883
8842004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
885
886        * configure.ac: Require automake > 1.9.
887
8882004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
889
890        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
891        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
892        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
893        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
894        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
895        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
896        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
897        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
898
8992004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
900
901        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
902        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
903        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
904        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
905        using c99 fixed size types.
906
9072004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
908
909        * configure.ac: Add 2nd arg to RTEMS_TOP.
910
9112004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
912
913        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
914        Add PRE/TMPINSTALL_FILES to CLEANFILES.
915        * malloctest/Makefile.am: Ditto.
916        * monitor/Makefile.am: Ditto.
917        * putenvtest/Makefile.am: Ditto.
918        * rtems++/Makefile.am: Ditto.
919        * rtmonuse/Makefile.am: Ditto.
920        * stackchk/Makefile.am: Ditto.
921        * termios/Makefile.am: Ditto.
922
9232003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
924
925        * libtests.am: Add dirstamp support.
926
9272003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
928
929        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
930
9312003-12-16      Joel Sherrill <joel@OARcorp.com>
932
933        PR 544/tests
934        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
935        tests account for resources and not print at inappropriate times.
936
9372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
938
939        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
940
9412003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
942
943        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
944        * malloctest/Makefile.am: Remove all-local: $(ARCH).
945        * monitor/Makefile.am: Remove all-local: $(ARCH).
946        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
947        * rtems++/Makefile.am: Remove all-local: $(ARCH).
948        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
949        * stackchk/Makefile.am: Remove all-local: $(ARCH).
950        * termios/Makefile.am: Remove all-local: $(ARCH).
951
9522003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
953
954        * configure.ac: Reflect having moved to testsuites/.
955
9562003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
957
958        * configure.ac: Remove RTEMS_CANONICAL_HOST.
959
9602003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
961
962        * configure.ac:Remove RTEMS_CHECK_CPU.
963
9642003-09-04      Joel Sherrill <joel@OARcorp.com>
965
966        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
967        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
968        malloctest/system.h, malloctest/task1.c, monitor/init.c,
969        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
970        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
971        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
972        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
973        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
974        stackchk/task1.c: URL for license changed.
975
9762003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
977
978        * Makefile.am: Reflect having moved aclocal/.
979
9802003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
981
982        * Makefile.am: Reflect having moved automake/.
983        * cpuuse/Makefile.am: Reflect having moved automake/.
984        * malloctest/Makefile.am: Reflect having moved automake/.
985        * monitor/Makefile.am: Reflect having moved automake/.
986        * putenvtest/Makefile.am: Reflect having moved automake/.
987        * rtems++/Makefile.am: Reflect having moved automake/.
988        * rtmonuse/Makefile.am: Reflect having moved automake/.
989        * stackchk/Makefile.am: Reflect having moved automake/.
990        * termios/Makefile.am: Reflect having moved automake/.
991
9922003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
993
994        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
995
9962003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
997
998        * configure.ac: Remove AC_CONFIG_AUX_DIR.
999
10002003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1001
1002        * configure.ac: Unconditionally check for CXX.
1003        Require autoconf-2.57, automake-1.7.2.
1004        * rtems++: Eliminate CC_O_FILES.
1005
10062002-12-02      Joel Sherrill <joel@OARcorp.com>
1007
1008        * malloctest/init.c: Tasks should be floating point.
1009
10102002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1011
1012        * .cvsignore: Reformat.
1013        Add autom4te*cache.
1014        Remove autom4te.cache.
1015
10162002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1017
1018        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
1019        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
1020        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
1021        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
1022        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
1023        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
1024        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
1025        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
1026
10272002-08-01      Joel Sherrill <joel@OARcorp.com>
1028
1029        * Per PR47 add support for buffered test output.  This involved
1030        adding defines to redirect output to a buffer and dump it when
1031        full, at "test pause", and at exit.  To avoid problems when redefining
1032        exit(), all tests were modified to call rtems_test_exit().
1033        Some tests, notable psxtests, had to be modified to include
1034        the standard test macro .h file (pmacros.h or tmacros.h) to
1035        enable this support.
1036        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
1037        rtmonuse/task1.c, termios/init.c: Modified.
1038
10392002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * configure.ac: Remove ENABLE_GCC28.
1042
10432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1044
1045        * configure.ac:
1046        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1047        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1048        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1049        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1050        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1051        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
1052        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1053        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
1054        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1055        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
1056        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
1057
10582001-11-01      Joel Sherrill <joel@OARcorp.com>
1059
1060        * rtems++/Makefile.am: Make sure debug variant of librtems++
1061        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1062        and processed as PR78.
1063
10642001-10-25      Joel Sherrill <joel@OARcorp.com>
1065
1066        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1067
10682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1069
1070        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1071        * configure.in: Remove.
1072        * configure.ac: New file, generated from configure.in by autoupdate.
1073
10742001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1075
1076        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1077        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1078
10792001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1080
1081        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1082        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1083        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1084        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1085        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1086        make-cxx-exe.
1087        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1088        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1089        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1090
10912001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1092
1093        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1094
10952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1096
1097        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1098
10992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1100
1101        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1102
11032000-11-01      Joel Sherrill <joel@OARcorp.com>
1104
1105        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1106        libcsupport.h moved from libc to lib/include/rtems and now must
1107        be referenced as <rtems/XXX.h>. 
1108
11092000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1110
1111        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1112        Switch to GNU canonicalization.
1113        * libtests.am: Remove DEFS.
1114
11152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1116
1117        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1118        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1119        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1120
11212000-08-10      Joel Sherrill <joel@OARcorp.com>
1122
1123        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.