source: rtems/testsuites/libtests/ChangeLog @ 5e707bc

4.115
Last change on this file since 5e707bc was f55595e, checked in by Sebastian Huber <sebastian.huber@…>, on 12/14/11 at 12:58:21

2011-12-14 Sebastian Huber <sebastian.huber@…>

  • termios01/init.c: Update due to API changes. Fixed integer types. Make functions static. Added const qualifier.
  • Property mode set to 100644
File size: 56.2 KB
Line 
12011-12-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * termios01/init.c: Update due to API changes.  Fixed integer types.
4        Make functions static.  Added const qualifier.
5
62011-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * math/init.c, mathf/init.c, mathl/init.c: Move configuration section.
9        * math/domath.c, mathf/domathf.c,  mathl/domathl.c: Regenerate.
10        * math/domath.in: Generate domath* prototype.
11
122011-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * complex/init.c: Move configuration section.
15        * complex/docomplex.c, complex/docomplexf.c, complex/docomplexl.c:
16        Regenerate.
17        * complex/docomplex.in: Generate docomplex* prototype.
18
192011-12-09      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * ftp01/Makefile.am:
22        Re-add ftpd01_LDADD (Fix breakage introduced by previous patch).
23
242011-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        PR 1589/build
27        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
28        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
29        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
30        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
31        devfs01/Makefile.am, devfs02/Makefile.am, devfs03/Makefile.am,
32        devfs04/Makefile.am, deviceio01/Makefile.am,
33        devnullfatal01/Makefile.am, dumpbuf01/Makefile.am, ftp01/Makefile.am,
34        gxx01/Makefile.am, heapwalk/Makefile.am, malloc02/Makefile.am,
35        malloc03/Makefile.am, malloc04/Makefile.am, malloc05/Makefile.am,
36        malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am,
37        mouse01/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
38        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
39        stringto01/Makefile.am, tar01/Makefile.am, tar02/Makefile.am,
40        tar03/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
41        termios02/Makefile.am, termios03/Makefile.am, termios04/Makefile.am,
42        termios05/Makefile.am, termios06/Makefile.am, termios07/Makefile.am,
43        termios08/Makefile.am, tztest/Makefile.am: Remove obsolete optional
44        manager capability.
45
462011-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * monitor02/init.c: Remove re-declaration of rtems_shell_main_monitor.
49
502011-10-26      Sebastian Huber <sebastian.huber@embedded-brains.de>
51
52        * mouse01/init.c: Account for extra message buffer size.
53
542011-10-26      Sebastian Huber <sebastian.huber@embedded-brains.de>
55
56        * ftp01/init.c: Account for extra FTP worker task stack sizes.
57
582011-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * malloc04/init.c: Define p1, p2, p3, p4 extern (Avoid warnings).
61
622011-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * mouse01/init.c, mouse01/msmouse.c, mouse01/serial_mouse_config.c:
65        Add HAVE_CONFIG_H.
66
672011-09-16      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
68
69        * monitor/monitor.scn, termios/termios.scn: New files.
70        * monitor/init.c, termios01/init.c: Use rtems_shell_wait_for_input().
71
722011-09-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
73
74        * stackchk/init.c, stackchk/system.h, stackchk/stackchk.scn: Print end
75        of test message.
76
772011-07-29      Pawel Zagorski <pzagor@agh.edu.pl>
78
79        PR 1865/tests
80        * stringto01/Makefile.am, stringto01/init.c, stringto01/stringto01.doc,
81        stringto01/stringto01.scn, stringto01/stringto_test_template.h:
82        Improve coverage of string conversion routines.
83
842011-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * POSIX/iconv.c, POSIX/iconv_open.c, POSIX/iconv_close.c: New.
87        * POSIX/Makefile.am: Add iconv, iconv_open, iconv_close.
88
892011-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * malloc04/init.c, malloc04/malloc04.scn: Remove test cases which are
92        obsolete.
93
942011-06-20      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * devfs04/Makefile.am, deviceio01/Makefile.am,
97        monitor02/Makefile.am, stackchk01/Makefile.am,
98        stringto01/Makefile.am, tar01/Makefile.am,
99        tar02/Makefile.am, termios01/Makefile.am,
100        termios03/Makefile.am, termios04/Makefile.am
101        tztest/Makefile.am: Add missing files.
102
1032011-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
104
105        * mouse01/serial_mouse_config.c: Avoid output due to execution context.
106
1072011-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
108
109        * termios08/init.c: Fixed parameter to avoid test failure.
110
1112011-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
112
113        * rtems++/Init.cc, rtems++/Task1.cc, rtems++/Task2.cc,
114        rtems++/Task3.cc: Added HAVE_CONFIG_H.
115
1162011-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
117
118        * malloc04/init.c: Fix tests broken in warning pass.
119
1202011-05-06      Sebastian Huber <sebastian.huber@embedded-brains.de>
121
122        * ftp01/.cvsignore, ftp01/Makefile.am, ftp01/ftp01.doc,
123        ftp01/ftp01.scn, ftp01/init.c: New files.
124        * Makefile.am, configure.ac: Reflect changes above.
125
1262011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * devnullfatal01/testcase.h, malloc02/init.c, malloc04/init.c,
129        malloctest/init.c, termios03/termios_testdriver_polled.c,
130        termios04/termios_testdriver_intr.c: Remove warnings.
131
1322011-04-05      Sebastian Huber <sebastian.huber@embedded-brains.de>
133
134        * tar01/init.c: Fixed integer types.
135
1362011-03-14      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * Makefile.am, configure.ac: Add test for Mouse Parser Engine
139        (Microsoft Mouse paths) and Serial Mouse Driver.
140        * mouse01/.cvsignore, mouse01/Makefile.am, mouse01/init.c,
141        mouse01/mouse01.doc, mouse01/mouse01.scn, mouse01/msmouse.c,
142        mouse01/serial_mouse_config.c: New files.
143
1442011-03-10      Sebastian Huber <sebastian.huber@embedded-brains.de>
145
146        * heapwalk/init.c: Improve coverage.
147        * heapwalk/heapwalk.scn: Update.
148
1492011-03-09      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * devfs04/devfs04.scn, devfs04/init.c: Increase configuration so this
152        passes on sis.
153
1542011-03-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
155
156        * malloctest/init.c: Improve coverage.
157        * malloctest/malloctest.scn: Update.
158
1592011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * configure.ac: Add AC_CONFIG_HEADER(config.h).
162
1632010-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * POSIX/calloc.c, POSIX/clock_gettime.c, POSIX/close.c, POSIX/dup2.c,
166        POSIX/fcntl.c, POSIX/flockfile.c, POSIX/fork.c, POSIX/free.c,
167        POSIX/fstat.c, POSIX/ftrylockfile.c, POSIX/funlockfile.c,
168        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c, POSIX/getpwuid.c,
169        POSIX/gettimeofday.c, POSIX/getuid.c, POSIX/htonl.c, POSIX/issetugid.c,
170        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
171        POSIX/malloc.c, POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
172        POSIX/posix_memalign.c, POSIX/read.c, POSIX/readv.c, POSIX/realloc.c,
173        POSIX/setjmp.c, POSIX/sigaddset.c, POSIX/sigdelset.c,
174        POSIX/sigemptyset.c, POSIX/sigfillset.c, POSIX/sigismember.c,
175        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
176        POSIX/wait.c, POSIX/waitpid.c, POSIX/write.c, POSIX/writev.c,
177        block01/init.c, block02/init.c, block03/init.c, block04/init.c,
178        block05/init.c, block06/init.c, block07/init.c, block08/bdbuf_test1_1.c,
179        block08/bdbuf_test1_2.c, block08/bdbuf_test1_3.c,
180        block08/bdbuf_test1_4.c, block08/bdbuf_test1_5.c,
181        block08/bdbuf_test2_1.c, block08/bdbuf_test2_2.c,
182        block08/bdbuf_test3_1.c, block08/bdbuf_test3_2.c,
183        block08/bdbuf_test3_3.c, block08/bdbuf_test4_1.c,
184        block08/bdbuf_test4_2.c, block08/bdbuf_test4_3.c, block08/bdbuf_tests.c,
185        block08/init.c, block09/init.c, block10/init.c, bspcmdline01/init.c,
186        complex/docomplex.c, complex/docomplex.in, complex/docomplexf.c,
187        complex/docomplexl.c, complex/init.c, cpuuse/init.c, cpuuse/task1.c,
188        cpuuse/task2.c, cpuuse/task3.c, cpuuse/tswitch.c, devfs01/init.c,
189        devfs02/init.c, devfs03/init.c, devfs04/init.c, deviceio01/init.c,
190        dumpbuf01/init.c, gxx01/init.c, heapwalk/init.c, malloc02/init.c,
191        malloc03/init.c, malloc04/init.c, malloc05/init.c, malloctest/init.c,
192        malloctest/task1.c, math/domath.c, math/domath.in, math/init.c,
193        mathf/domathf.c, mathf/init.c, mathl/domathl.c, mathl/init.c,
194        monitor/init.c, monitor02/init.c, putenvtest/init.c, rtmonuse/getall.c,
195        rtmonuse/init.c, rtmonuse/task1.c, stackchk/blow.c, stackchk/init.c,
196        stackchk/task1.c, stackchk01/init.c, stringto01/init.c, tar01/init.c,
197        tar02/init.c, tar03/init.c, termios/init.c, termios01/init.c,
198        termios01/termios_testdriver.c, termios02/init.c, termios03/init.c,
199        termios03/termios_testdriver_polled.c, termios04/init.c,
200        termios04/termios_testdriver_intr.c, termios05/init.c,
201        termios05/termios_testdriver_taskdriven.c, termios06/init.c,
202        termios06/test_pppd.c, termios07/init.c, termios08/init.c,
203        tztest/init.c: Add HAVE_CONFIG_H.
204
2052011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
206
207        * math/init.c, mathf/init.c, mathl/init.c: Now run.
208
2092011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
210
211        * complex/Makefile.am, complex/init.c: Test now runs.
212
2132011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
214
215        * monitor/Makefile.am, monitor02/Makefile.am: Switch to all managers
216        since this is all of them.
217
2182010-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
219
220        * stringto01/init.c: Redefine LONG_LONG_MAX and LONG_LONG_MIN
221        for c99.
222
2232011-02-02      Joel Sherrill <joel.sherrilL@OARcorp.com>
224
225        * cpuuse/tswitch.c: Shrink memory requirements.
226
2272011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
228
229        * configure.ac: Require autoconf-2.68, automake-1.11.1.
230
2312011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
232
233        * math/math.scn, mathf/mathf.scn, mathl/mathl.scn: Regenerate.
234        * Makefile.am, configure.ac: Add mathf/, mathl/.
235        * math/init.c, math/Makefile.am: Reflect having split-out
236        mathl and mathf.
237        * math/domathf.c, math/domathl.c: Remove.
238        * mathf/Makefile.am, mathf/domathf.c, mathf/init.c,
239        mathf/mathf.scn: New (Split out from math/).
240        * mathl/Makefile.am, mathf/domathl.c, mathl/init.c,
241        mathl/mathl.scn: New (Split out from math/).
242
2432011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
244
245        * math/init.c, complex/init.c:
246        Use fprintf(stdout,..) instead of printf.
247        Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
248
2492011-01-31      Ralf Corsépius <ralf.corsepius@rtems.org>
250
251        * POSIX/clock_gettime.c, POSIX/gettimeofday.c: New.
252        * POSIX/Makefile.am: Add clock_gettime, gettimeofday.c.
253
2542011-01-28      Bharath Suri <bharath.s.jois@gmail.com>
255
256        PR 1661/testing
257        * termios06/init.c: Extend the test to cover sections related to
258        flow control in termios.c
259        * termios06/termios06.doc: Updated test concept
260        * termios06/termios06.scn: Updated test run log
261
2622011-01-10      Ralf Corsépius <ralf.corsepius@rtems.org>
263
264        * math/domath.in: Fix typo in printf.
265        * math/domath.c, math/domathf.c, math/domathl.c: Regenerate.
266        * math/math.scn: Regenerate.
267
2682011-01-10      Ralf Corsépius <ralf.corsepius@rtems.org>
269
270        * configure.ac: Use ac_cv_header_complex_h.
271
2722010-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
273
274        * math/Makefile.am, math/init.c: Init task has to be floating point and
275        there is no point in using optional manager stubs since libio needs
276        semaphores.
277
2782010-12-01      Ralf Corsépius <ralf.corsepius@rtems.org>
279
280        * configure.ac: Check for complex.h.
281        Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated
282        toolchains.
283        * complex/Makefile.am: Apply HAS_COMPLEX.
284
2852010-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
286
287        * Makefile.am: Add complex, math subdirs.
288        * configure.ac: Add complex, math subdirs.
289
2902010-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
291
292        * complex/Makefile.am, complex/init.c, complex/docomplex.c,
293        complex/docomplexf.c, complex/complex.scn, complex/docomplex.in,
294        complex/complex.doc, complex/docomplexl.c: New.
295        * math/Makefile.am, math/init.c, math/domath.c,
296        math/domathf.c, math/math.scn, math/domath.in,
297        math/math.doc, math/domathl.c: New.
298
2992010-09-01      Ralf Corsépius <ralf.corsepius@rtems.org>
300
301        * POSIX/Makefile.am: Add htonl.
302        * POSIX/htonl.c: New.
303
3042010-08-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
305
306        * malloctest/init.c: Update for heap API changes.
307
3082010-08-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
309
310        * gxx01/gxx_wrappers.h, gxx02/.cvsignore, gxx02/Makefile.am,
311        gxx02/gxx02.doc, gxx02/gxx02.scn, gxx02/init.c: Removed files.
312        * Makefile.am, configure.ac: Reflect changes above.
313        * gxx01/init.c: Removed fatal error test case.
314
3152010-08-10      Bharath Suri <bharath.s.jois@gmail.com>
316
317        PR 1661/testing
318        * termios01/init.c, termios01/termios01.scn: Added a test case to
319        hit a case in rtems_termios_read.
320
3212010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
322
323        PR 1664/testing
324        * termios01/init.c: Use INT_MAX instead of hard-coded number for error
325        case to avoid warning on 16-bit targets.
326
3272010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
328
329        PR 1661/testing
330        * malloc04/init.c: Add public methods to get/set malloc heap pointer so
331        the tests do not have to peer behind the API.
332
3332010-08-09      Bharath Suri <bharath.s.jois@gmail.com>
334
335        PR 1661/testing
336        * termios01/init.c, termios01/termios_testdriver.c,
337        termios01/termios01.scn: Changes to improve coverage of
338        rtems_termios_open routine.
339
3402010-08-06      Bharath Suri <bharath.s.jois@gmail.com>
341
342        PR 1654/testing
343        * deviceio01/init.c, deviceio01/deviceio01.doc,
344        deviceio01/deviceio01.scn, deviceio01/test_driver.c,
345        deviceio01/test_driver.h, deviceio01/Makefile.am: New test added.
346        * Makefile.am, configure.ac: Changes to added above test.
347        * tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
348
3492010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
350
351        * Makefile.am, configure.ac: Add test for rtems_print_buffer().
352        * dumpbuf01/.cvsignore, dumpbuf01/Makefile.am, dumpbuf01/dumpbuf01.doc,
353        dumpbuf01/dumpbuf01.scn, dumpbuf01/init.c: New files.
354
3552010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
356
357        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add test cases to
358        improve coverage.
359
3602010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
361
362        * tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove
363        intital_fs directory.
364
3652010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
366
367        * tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
368
3692010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
370
371        * tar01/Makefile.am:
372        Apply $LN_S, $PAX. Use subshell for tarball creation.
373        Don't add initial_fs to CLEANFILES.
374        * tar02/Makefile.am:
375        Apply $LN_S, $PAX. Use subshell for tarball creation.
376
3772010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
378
379        * configure.ac: Add AC_PROG_LN_S.
380        Add AC_PATH_PROG([PAX]).
381        Add AM_CONDITIONAL(TARTESTS).
382        * tar01/Makefile.am, tar02/Makefile.am:
383        Eliminate stamp-filesystem.
384
3852010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
386
387        * tar01/Makefile.am, tar02/Makefile.am:
388        Add BUILT_SOURCES.
389
3902010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
391
392        * tar01/Makefile.am, tar02/Makefile.am:
393        Eliminate stamp-fs-tar. Reorder CLEANFILES.
394        Apply BIN2C -C/-H.
395
3962010-07-29      Joel Sherrill <joel.sherrilL@OARcorp.com>
397
398        * tar01/Makefile.am, tar02/Makefile.am: Fix dependencies for parallel
399        build.
400
4012010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
402
403        * tar01/Makefile.am, tar02/Makefile.am: Replace mkdir cascade
404        with $(MKDIR_P).
405
4062010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
407
408        * tar01/Makefile.am, tar02/Makefile.am: Misc. fixes.
409
4102010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
411
412        * tar01/Makefile.am, tar03/Makefile.am: Remove MANAGERS.
413
4142010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
415
416        PR 1532/testing
417        * Makefile.am, configure.ac: Add initial tests for untar capabilities.
418        * tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc,
419        tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c,
420        tar02/tar02.doc, tar02/tar02.scn: New files.
421
4222010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
423
424        PR 1631/testing
425        * gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc,
426        gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added
427        * Makefile.am, configure.ac: Changes to accommodate new tests
428
4292010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
430
431        PR 1632/testing
432        * Makefile.am, configure.ac: Make dedicated fatal error test for
433        /dev/null already registered. Using code from Bharath in new test
434        framework.
435        * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am,
436        devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn,
437        devnullfatal01/testcase.h: New files.
438
4392010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
440
441        PR 1632/testing
442        * devfs04/init.c, devfs04/test_driver.c: Added cases to exercise
443        null_initialize() and null_write().
444
4452010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
446
447        * gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
448
4492010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
450
451        * gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
452
4532010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
454
455        * gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
456
4572010-07-22      Bharath Suri <bharath.s.jois@gmail.com>
458
459        * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn,
460        devfs02/Makefile.am: New tests added
461        * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn,
462        devfs03/Makefile.am: New tests added
463        * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn,
464        devfs04/Makefile.am: New tests added
465        * Makefile.am, configure.ac: Changes to accommodate the above
466        newly added tests.
467
4682010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
469
470        * Makefile.am, configure.ac, termios06/init.c: Add initial tests for
471        XON/XOFF and VMIN/VMAX cases.
472        * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c,
473        termios07/termios07.doc, termios07/termios07.scn,
474        termios08/.cvsignore, termios08/Makefile.am, termios08/init.c,
475        termios08/termios08.doc, termios08/termios08.scn: New files.
476
4772010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
478
479        * Makefile.am, configure.ac: Add tar test for error cases.
480        * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc,
481        tar03/tar03.scn: New files.
482
4832010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
484
485        * stringto01/init.c, stringto01/stringto01.scn,
486        stringto01/stringto_test_template.h: Attempt to pick up a few more
487        error paths.
488
4892010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
490
491        PR 1617/testing
492        * malloctest/init.c: Added new case to exercise _realloc_r.
493
4942010-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
495
496        * malloctest/init.c: Added test for
497        rtems_heap_allocate_aligned_with_boundary().
498
4992010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
500
501        * Makefile.am, configure.ac: Add new test to exercise devFS_Show().
502        * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc,
503        devfs01/devfs01.scn, devfs01/init.c: New files.
504
5052010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
506
507        * Makefile.am, configure.ac: Add new test to exercise
508        malloc_get_statistics().
509        * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
510        malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
511
5122010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
513
514        PR 1535/tests
515        * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
516        of work by Ralf and Joel.
517
5182010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
519
520        * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
521
5222010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
523
524        * Makefile.am, configure.ac: Add test for exercising sbrk() extension
525        to Malloc Family.
526        * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
527        malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
528
5292010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
530
531        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
532        cases. Coverage of these paths is near complete.
533
5342010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
535
536        * malloctest/system.h: Enable malloc statistics.
537
5382010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
539
540        * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
541
5422010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
543
544        * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
545        * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
546        termios06/termios06.doc, termios06/termios06.scn,
547        termios06/test_pppd.c: New files.
548
5492010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
550
551        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
552        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
553        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
554
5552010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
556
557        * termios04/termios_testdriver_intr.c: Task driven IO now works.
558
5592010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
560
561        * Makefile.am, configure.ac: Add test for task driven drivers.
562        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
563        termios05/termios05.doc, termios05/termios05.scn,
564        termios05/termios_testdriver_taskdriven.c,
565        termios05/termios_testdriver_taskdriven.h: New files.
566
5672010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
568
569        * Makefile.am, configure.ac: Revert changes related to uncommitted test
570        under development.
571
5722010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
573
574        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
575        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
576
5772010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
578
579        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
580        interrupt driven IO support.
581        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
582        termios04/termios04.doc, termios04/termios04.scn,
583        termios04/termios_testdriver_intr.c,
584        termios04/termios_testdriver_intr.h: New files.
585
5862010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
587
588        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
589        termios03/termios_testdriver_polled.c,
590        termios03/termios_testdriver_polled.h: Add more test cases.
591
5922010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
593
594        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
595
5962010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
597
598        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
599        termios03/termios03.doc, termios03/termios03.scn,
600        termios03/termios_testdriver_polled.c,
601        termios03/termios_testdriver_polled.h: New files.
602        * Makefile.am, configure.ac: Add initial version of new test for polled
603        IO support in termios.
604
6052010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
606
607        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
608        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
609        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
610        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
611        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
612        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
613        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
614        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
615        termios02/Makefile.am: Revert.
616
6172010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
618
619        * termios01/termios01.scn: Fix bug so existing test code for
620        rtems_termios_baud_to_index() is executed.
621
6222010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
623
624        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
625        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
626        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
627        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
628        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
629        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
630        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
631        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
632        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
633        code for rtems_termios_baud_to_index() is executed.
634
6352010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
636
637        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
638        before blowing stack.
639
6402010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
641
642        * Makefile.am, configure.ac: Added test that attempts to free stack
643        memory. This causes a error to be printed from the free function.
644        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
645        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
646
6472010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
648
649        * malloctest/init.c: Added error case with malloc of size 0.
650
6512010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
652
653        * malloctest/init.c: Added test to check failure branch on calloc.
654
6552010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
656
657        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
658
6592010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
660
661        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
662        for deferred free() processing.
663        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
664        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
665
6662010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
667
668        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
669        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
670        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
671        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
672        are minimal implementations so the tests will have to grow as the
673        methods grow.
674
6752010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
676
677        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
678
6792010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
680
681        PR 1433/cpukit
682        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
683        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
684        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
685        RTEMS_NO_MEMORY.
686
6872010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
688
689        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
690        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
691        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
692
6932010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
694
695        * Makefile.am: Move POSIX in front of other tests.
696
6972010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
698
699        * bspcmdline01/init.c: Fix assert conditional.
700
7012010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
702
703        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
704        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
705
7062010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
707
708        * block10/.cvsignore: New file.
709
7102010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
711
712        * block05/block05.png, block10/block10.doc, block10/init.c,
713        block10/.cvsignore, block10/block10.scn, block10/block10.png,
714        block10/Makefile.am: New files.
715        * configure.ac, Makefile.am: Update for new files.
716        * block05/block05.doc: Update for new state transitions.
717
7182010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
719
720        * block08/.cvsignore, block09/.cvsignore: New files.
721
7222010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
723
724        * block08/init.c: Remove warning.
725
7262010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
727
728        * block08/block08.scn, block08/init.c: Add starting and ending messages
729        so the scripts detect successful exit.
730
7312010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
732
733        * block09/block09.doc, block09/init.c, block09/.cvsignore,
734        block09/block09.scn, block09/Makefile.am: New files.
735        * configure.ac, Makefile.am: Update for new files.
736        * block05/block05.doc: Update for new state transitions.
737        * block05/init.c, block06/init.c: Update for block device API change.
738
7392010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
740
741        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
742        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
743        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
744        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
745        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
746        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
747        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
748        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
749        block08/init.c, block08/Makefile.am, block08/system.h,
750        block08/test_disk.c: New files.
751
7522009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
753
754        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
755        to cover the bsp_cmdline_get_param() routine.
756
7572009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
758
759        * block06/init.c: Update for disk device API change.  Changed EBADRQC
760        to EINVAL.
761
7622009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
763
764        * termios01/init.c: Increase number of termios ports by 1.
765
7662009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
767
768        * termios01/termios_testdriver.c:
769        Reflect changes to rtems_termios_callbacks->write.
770
7712009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
772
773        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
774        block05/init.c, block07/init.c, bspcmdline01/init.c,
775        stringto01/init.c, stringto01/stringto_test_template.h,
776        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
777        Use rtems_test_assert() consistently instead of system assert().
778        rtems_test_assert() is designed to integrate into the RTEMS test
779        suite infrastructure.
780
7812009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
782
783        * POSIX/Makefile.am: Add readv, writev.
784        * POSIX/writev.c, POSIX/readv.c: New.
785
7862009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
787
788        * POSIX/sigfillset.c: Let main() return "status".
789        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
790        sigismember.
791        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
792        POSIX/sigismember.c: New.
793
7942009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
795
796        * POSIX/Makefile.am: Add wait.
797        * POSIX/wait.c: New.
798
7992009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
800
801        * bspcmdline01/test.c: Removed.
802
8032009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
804
805        * Makefile.am: Add POSIX.
806        * configure.ac: Add POSIX/.
807        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
808        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
809        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
810        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
811        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
812        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
813        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
814        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
815        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
816        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
817        POSIX/waitpid.c, POSIX/write.c: New.
818
8192009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
820
821        * stringto01/init.c: New file.
822
8232009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
824
825        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
826        * stringto01/.cvsignore, stringto01/Makefile.am,
827        stringto01/stringto01.doc, stringto01/stringto01.scn,
828        stringto01/stringto_test_template.h: New files.
829
8302009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
831
832        * block05/init.c: Check block size. Improved output.
833        * block01/init.c: Free ramdisk before exit.
834        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
835        block04/block04.doc, block05/block05.doc, block06/block06.doc,
836        block07/block07.doc: New files.
837        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
838        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
839        block07/Makefile.am: Add new files.
840
8412009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
842
843        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
844        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
845        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
846        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
847
8482009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
849
850        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
851        Remove bogus cast.
852        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
853
8542009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
855
856        * rtems++/Task1.cc: Eliminate more warnings.
857
8582009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
859
860        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
861        several dozens of warnings.
862
8632009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
864
865        * block06/init.c: Add missing prototype.
866
8672009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
868
869        * block07/init.c: New test case.
870
8712009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
872
873        * block05/init.c, block05/block05.scn, block05/Makefile.am,
874        block06/init.c, block06/block06.scn, block06/Makefile.am,
875        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
876        * Makefile.am, configure.ac: Added block05, block06 and block07.
877
8782009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
879
880        * termios/init.c: Remove sh2 hacks.
881
8822009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
883
884        * block01/init.c: Include <stdio.h>.
885        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
886        * block02/init.c: Remove unused var.
887
8882009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
889
890        * block02/init.c, block02/block02.scn, block02/Makefile.am,
891        block03/init.c, block03/block03.scn, block03/Makefile.am,
892        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
893        * Makefile.am, configure.ac: Added block02, block03 and block04.
894
8952009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
896
897        * monitor02/init.c: Add local prototype for
898        rtems_shell_main_monitor.
899
9002009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
901
902        * termios01/init.c: Fix parity_table_Entry type.
903        Correct parity_table initialization.
904        Add PRIdrtems_termios_baud_t.
905        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
906
9072009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
908
909        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
910        * malloctest/init.c: Use %zu instead of %d to print size_t's.
911
9122009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
913
914        * rtmonuse/init.c, rtmonuse/task1.c:
915        Use PRIxrtems_id to print rtems_ids.
916        * malloctest/init.c: Use %zu instead of %d to print size_t's.
917
9182009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
919
920        * malloctest/init.c: Fix _Heap_Resize_block args.
921
9222009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
923
924        * malloctest/init.c, termios01/init.c,
925        termios01/termios_testdriver.c: Eliminate unused vars.
926
9272009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
928
929        * heapwalk/init.c: Comment out unused vars.
930        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
931        * malloctest/init.c: Add local prototype for malloc_walk,
932        malloc_info.
933        * malloctest/task1.c: Add local prototype for malloc_walk.
934        * monitor02/init.c: Remove unused vars.
935        * stackchk01/init.c: Remove unused vars.
936        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
937        termios/init.c: Add missing prototypes.
938
9392009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
940
941        * configure.ac: Don't add -fasm to CFLAGS.
942
9432009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
944
945        * block01/.cvsignore: New file.
946
9472009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
948
949        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
950        * Makefile.am, configure.ac: Added block01.
951
9522009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
953
954        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
955
9562009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
957
958        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
959        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
960        it.
961        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
962        termios02/termios02.doc, termios02/termios02.scn: New files.
963        termios02 is a test for tcdrain().
964
9652009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
966
967        * termios01/init.c, termios01/termios_testdriver.c:
968        Reflect changes to termios.
969
9702009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
971
972        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
973
9742009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
975
976        * stackchk01/stackchk01.doc: Add content.
977
9782009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
979
980        * Makefile.am, configure.ac: Add initial test for
981        rtems_stack_checker_is_blown.
982        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
983        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
984
9852009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
986
987        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
988        cases to get back to 100% object coverage.
989
9902009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
991
992        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
993        malloctest/malloctest.scn: New test cases.
994        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
995
9962009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
997
998        * malloctest/init.c: New test cases. Update for heap API changes.
999        * stackchk/blow.c: Update for heap API changes.
1000
10012009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
1002
1003        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
1004
10052009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1006
1007        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
1008        complete coverage of termios_XXX_to_YYY() methods.
1009
10102009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1011
1012        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
1013        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
1014        character with the assistance of a special test driver which prints
1015        the requests.
1016        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
1017        termios01/termios01.doc, termios01/termios01.scn,
1018        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
1019
10202009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
1021
1022        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
1023        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
1024        rtems_clock_get_ticks_per_second().
1025
10262009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1027
1028        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
1029        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
1030
10312009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1032
1033        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
1034        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
1035        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
1036
10372009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
1038
1039        * malloctest/init.c: Adjust allocation in test so it passes now that
1040        heap overhead constant has been increased.
1041
10422009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1043
1044        * bspcmdline01/init.c: Do not violate visibility.
1045
10462009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1047
1048        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
1049        prefix to all routines.
1050
10512009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1052
1053        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
1054        helper routines.
1055        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
1056        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
1057        bspcmdline01/init.c, bspcmdline01/test.c: New files.
1058
10592009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1060
1061        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
1062        for shrinking a block enough to need to free the newly unused
1063        portion.
1064
10652009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1066
1067        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
1068        _Protected_heap_Get_information().
1069
10702009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
1071
1072        * heapwalk/init.c: Add test code for first free block pointer not
1073        aligned.
1074
10752009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1076
1077        * heapwalk/init.c: Add more cases.
1078
10792009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1080
1081        * heapwalk/init.c: Add more automated corruption capability.
1082
10832009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
1084
1085        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
1086
10872009-05-19      Chris Johns <chrisj@rtems.org>
1088
1089        * cpuuse/tswitch.c: Lower sample count for small memory targets.
1090        * cpuuse/system.h: Smaller stack size for small memory targets.
1091        * monitor02/init.c: Cannot run on small memory targets.
1092
10932009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1094
1095        * rtmonuse/init.c: Do not use Task_name array before initialized.
1096
10972009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
1098
1099        * malloctest/init.c: Fix warning.
1100
11012009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
1102
1103        * malloctest/init.c: Fix typo.
1104
11052009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
1106
1107        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
1108        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
1109        heapwalk/init.c, heapwalk/system.h: New files.
1110
11112009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
1112
1113        * malloctest/init.c: Add test case for heap resize block when the
1114        resize creates a free block large enough to free.
1115
11162009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
1117
1118        * cpuuse/Makefile.am, malloctest/Makefile.am,
1119        monitor/Makefile.am, monitor02/Makefile.am,
1120        putenvtest/Makefile.am, rtems++/Makefile.am,
1121        rtmonuse/Makefile.am, stackchk/Makefile.am,
1122        termios/Makefile.am, tztest/Makefile.am:
1123        Eliminate _exe_/.exe.
1124
11252009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
1126
1127        * stackchk/stackchk.scn: Correct screen to match output.
1128
11292008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1130
1131        * malloctest/init.c: Change sizes of heap/region and allocated objects
1132        in heap to intptr_t so they can be larger than a single allocatable
1133        object (e.g. size_t).
1134
11352008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1136
1137        * malloctest/init.c: Do not generate alignment factors larger that will
1138        not fit in a native integer.
1139
11402008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1141
1142        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
1143        CONFIGURE_STACK_CHECKER_ENABLED.
1144
11452008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
1146
1147        * malloctest/init.c: Convert to "bool".
1148
11492008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1150
1151        * rtems++/System.h: Account for extra task stacks properly.
1152
11532008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
1154
1155        * malloctest/init.c: Fix return status check.
1156
11572008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1158
1159        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
1160        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
1161        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
1162        POSIX tests. Add a clock_settime case for < 1988.
1163
11642008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1165
1166        * malloctest/init.c: Add more test cases to cover heap better.
1167
11682008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1169
1170        * malloctest/init.c: Add new test cases per Sergei. Make some of the
1171        stranger cases operate directly on a freshly initialized heap. This
1172        should make them more reproducible.
1173
11742008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1175
1176        * malloctest/init.c: Add more tests per suggestions from Sergei
1177        Organov.
1178
11792008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1180
1181        * malloctest/init.c: Add include to remove warning.
1182
11832008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
1184
1185        * malloctest/init.c: Remove debug print.
1186
11872008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1188
1189        * monitor02/.cvsignore: New file.
1190
11912008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
1192
1193        * Makefile.am, configure.ac: Added automatic test for monitor shell
1194        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
1195        monitor02/system.h: New files.
1196
11972007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
1198
1199        * malloctest/init.c: Add test cases suggested by Sergei Organov
1200        <s.organov@javad.com>.
1201
12022007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
1203
1204        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
1205
12062007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
1207
1208        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
1209        exericise another path in the period statistics code.
1210
12112007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1212
1213        * malloctest/init.c: Add some primitive testing of realloc() which also
1214        does some positive path testing on the SuperCore heap.
1215
12162007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1217
1218        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
1219        cases for untested routines.
1220
12212007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1222
1223        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
1224        the CPU Usage Report include it. If it is deleted, the CPU time it
1225        had consumed is not listed later in the report.
1226
12272007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1228
1229        * tztest/init.c: Build when using buffered test IO.
1230
12312007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1232
1233        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
1234        macro instead of fflush() directly.
1235
12362007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1237
1238        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
1239        Statistics and Period Usage into Rate Monotonic Manager. Added the
1240        following directives: rtems_rate_monotonic_get_statistics,
1241        rtems_rate_monotonic_reset_statistics,
1242        rtems_rate_monotonic_reset_all_statistics,
1243        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
1244        Obsoleted the rtems/rtmonuse.h file as a public interface.
1245
12462007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1247
1248        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
1249        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
1250        optional managers to Makefiles. Clean up test cases so last output
1251        line follows END OF pattern. Make sure test case all run. All tests
1252        appeared ok on sis.
1253
12542007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
1255
1256        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
1257
12582007-03-13      Joel Sherrill <joel@OARcorp.com>
1259
1260        * tztest/init.c: Call tzset() even though it may be called for us
1261        implicitly along the way.
1262
12632007-03-13      Joel Sherrill <joel@OARcorp.com>
1264
1265        * tztest/.cvsignore: New file.
1266
12672007-03-13      Joel Sherrill <joel@OARcorp.com>
1268
1269        * Makefile.am, configure.ac: Added timezone test.
1270        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
1271        tztest/tztest.scn: New files.
1272
12732007-03-05      Joel Sherrill <joel@OARcorp.com>
1274
1275        * malloctest/init.c: Be explicit about need for default and floating
1276        point attributes. This is just a style change.
1277
12782007-02-06      Joel Sherrill <joel@OARcorp.com>
1279
1280        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
1281        issues in message queue tests.
1282
12832006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1284
1285        * configure.ac: New BUG-REPORT address.
1286
12872006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1288
1289        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1290
12912006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1292
1293        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
1294        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
1295        docdir. Use rtems_testsdir instead.
1296
12972006-02-08      Joel Sherrill <joel@OARcorp.com>
1298
1299        * rtems++/Task1.cc: Fix warnings.
1300
13012005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1302
1303        * configure.ac: Remove RTEMS_ENABLE_BARE,
1304        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1305
13062005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1307
1308        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1309        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1310        stackchk/Makefile.am, termios/Makefile.am:
1311        Convert to using *_PROGRAMS.
1312
13132005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1314
1315        * cpuuse/Makefile.am, malloctest/Makefile.am,
1316        monitor/Makefile.am, putenvtest/Makefile.am,
1317        rtems++/Makefile.am, rtmonuse/Makefile.am,
1318        stackchk/Makefile.am, termios/Makefile.am: Rework.
1319
13202005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1321
1322        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1323        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1324        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
1325        * libtests.am: Remove.
1326
13272005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1328
1329        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1330        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1331        stackchk/Makefile.am, termios/Makefile.am:
1332        AM_CPPFLAGS += -I..../support/include.
1333
13342005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1335
1336        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
1337        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
1338
13392005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1340
1341        * libtests.am: Remove LIB_VARIANT.
1342
13432005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1344
1345        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1346        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1347        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
1348
13492005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1350
1351        * Makefile.am: Cleanup.
1352
13532005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1354
1355        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1356        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1357        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1358        stackchk/Makefile.am, termios/Makefile.am:
1359        Partial conversion to automake.
1360
13612005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1362
1363        * rtems++/Makefile.am: Remove LIB_VARIANT.
1364
13652004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1366
1367        * configure.ac: Remove -ansi to prevent folks from further damaging
1368        the code with broken prototypes.
1369        * putenvtest/init.c: Remove broken putenv prototype.
1370        * termios/init.c (print_c_cc): Don't loop over NCCS.
1371
13722004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1373
1374        * configure.ac: Require automake > 1.9.
1375
13762004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1377
1378        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1379        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1380        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1381        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1382        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1383        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1384        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1385        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1386
13872004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1388
1389        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
1390        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
1391        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
1392        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
1393        using c99 fixed size types.
1394
13952004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1396
1397        * configure.ac: Add 2nd arg to RTEMS_TOP.
1398
13992004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1400
1401        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1402        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1403        * malloctest/Makefile.am: Ditto.
1404        * monitor/Makefile.am: Ditto.
1405        * putenvtest/Makefile.am: Ditto.
1406        * rtems++/Makefile.am: Ditto.
1407        * rtmonuse/Makefile.am: Ditto.
1408        * stackchk/Makefile.am: Ditto.
1409        * termios/Makefile.am: Ditto.
1410
14112003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1412
1413        * libtests.am: Add dirstamp support.
1414
14152003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1416
1417        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1418
14192003-12-16      Joel Sherrill <joel@OARcorp.com>
1420
1421        PR 544/tests
1422        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
1423        tests account for resources and not print at inappropriate times.
1424
14252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1426
1427        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1428
14292003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1430
1431        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
1432        * malloctest/Makefile.am: Remove all-local: $(ARCH).
1433        * monitor/Makefile.am: Remove all-local: $(ARCH).
1434        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
1435        * rtems++/Makefile.am: Remove all-local: $(ARCH).
1436        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
1437        * stackchk/Makefile.am: Remove all-local: $(ARCH).
1438        * termios/Makefile.am: Remove all-local: $(ARCH).
1439
14402003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1441
1442        * configure.ac: Reflect having moved to testsuites/.
1443
14442003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1445
1446        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1447
14482003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1449
1450        * configure.ac:Remove RTEMS_CHECK_CPU.
1451
14522003-09-04      Joel Sherrill <joel@OARcorp.com>
1453
1454        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
1455        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
1456        malloctest/system.h, malloctest/task1.c, monitor/init.c,
1457        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
1458        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
1459        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
1460        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
1461        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
1462        stackchk/task1.c: URL for license changed.
1463
14642003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1465
1466        * Makefile.am: Reflect having moved aclocal/.
1467
14682003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1469
1470        * Makefile.am: Reflect having moved automake/.
1471        * cpuuse/Makefile.am: Reflect having moved automake/.
1472        * malloctest/Makefile.am: Reflect having moved automake/.
1473        * monitor/Makefile.am: Reflect having moved automake/.
1474        * putenvtest/Makefile.am: Reflect having moved automake/.
1475        * rtems++/Makefile.am: Reflect having moved automake/.
1476        * rtmonuse/Makefile.am: Reflect having moved automake/.
1477        * stackchk/Makefile.am: Reflect having moved automake/.
1478        * termios/Makefile.am: Reflect having moved automake/.
1479
14802003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1481
1482        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1483
14842003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1485
1486        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1487
14882003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1489
1490        * configure.ac: Unconditionally check for CXX.
1491        Require autoconf-2.57, automake-1.7.2.
1492        * rtems++: Eliminate CC_O_FILES.
1493
14942002-12-02      Joel Sherrill <joel@OARcorp.com>
1495
1496        * malloctest/init.c: Tasks should be floating point.
1497
14982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1499
1500        * .cvsignore: Reformat.
1501        Add autom4te*cache.
1502        Remove autom4te.cache.
1503
15042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1505
1506        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
1507        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
1508        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
1509        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
1510        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
1511        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
1512        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
1513        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
1514
15152002-08-01      Joel Sherrill <joel@OARcorp.com>
1516
1517        * Per PR47 add support for buffered test output.  This involved
1518        adding defines to redirect output to a buffer and dump it when
1519        full, at "test pause", and at exit.  To avoid problems when redefining
1520        exit(), all tests were modified to call rtems_test_exit().
1521        Some tests, notable psxtests, had to be modified to include
1522        the standard test macro .h file (pmacros.h or tmacros.h) to
1523        enable this support.
1524        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
1525        rtmonuse/task1.c, termios/init.c: Modified.
1526
15272002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1528
1529        * configure.ac: Remove ENABLE_GCC28.
1530
15312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1532
1533        * configure.ac:
1534        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1535        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1536        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1537        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1538        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1539        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
1540        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1541        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
1542        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1543        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
1544        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
1545
15462001-11-01      Joel Sherrill <joel@OARcorp.com>
1547
1548        * rtems++/Makefile.am: Make sure debug variant of librtems++
1549        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1550        and processed as PR78.
1551
15522001-10-25      Joel Sherrill <joel@OARcorp.com>
1553
1554        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1555
15562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1557
1558        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1559        * configure.in: Remove.
1560        * configure.ac: New file, generated from configure.in by autoupdate.
1561
15622001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1563
1564        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1565        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1566
15672001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1568
1569        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1570        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1571        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1572        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1573        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1574        make-cxx-exe.
1575        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1576        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1577        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1578
15792001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1580
1581        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1582
15832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1584
1585        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1586
15872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1588
1589        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1590
15912000-11-01      Joel Sherrill <joel@OARcorp.com>
1592
1593        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1594        libcsupport.h moved from libc to lib/include/rtems and now must
1595        be referenced as <rtems/XXX.h>. 
1596
15972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1598
1599        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1600        Switch to GNU canonicalization.
1601        * libtests.am: Remove DEFS.
1602
16032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1604
1605        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1606        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1607        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1608
16092000-08-10      Joel Sherrill <joel@OARcorp.com>
1610
1611        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.