source: rtems/testsuites/libtests/ChangeLog @ 06d28d6

4.115
Last change on this file since 06d28d6 was 06d28d6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/09/11 at 05:57:06

2011-12-09 Ralf Corsépius <ralf.corsepius@…>

  • ftp01/Makefile.am: Re-add ftpd01_LDADD (Fix breakage introduced by previous patch).
  • Property mode set to 100644
File size: 55.5 KB
Line 
12011-12-09      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * ftp01/Makefile.am:
4        Re-add ftpd01_LDADD (Fix breakage introduced by previous patch).
5
62011-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        PR 1589/build
9        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
10        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
11        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
12        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
13        devfs01/Makefile.am, devfs02/Makefile.am, devfs03/Makefile.am,
14        devfs04/Makefile.am, deviceio01/Makefile.am,
15        devnullfatal01/Makefile.am, dumpbuf01/Makefile.am, ftp01/Makefile.am,
16        gxx01/Makefile.am, heapwalk/Makefile.am, malloc02/Makefile.am,
17        malloc03/Makefile.am, malloc04/Makefile.am, malloc05/Makefile.am,
18        malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am,
19        mouse01/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
20        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
21        stringto01/Makefile.am, tar01/Makefile.am, tar02/Makefile.am,
22        tar03/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
23        termios02/Makefile.am, termios03/Makefile.am, termios04/Makefile.am,
24        termios05/Makefile.am, termios06/Makefile.am, termios07/Makefile.am,
25        termios08/Makefile.am, tztest/Makefile.am: Remove obsolete optional
26        manager capability.
27
282011-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * monitor02/init.c: Remove re-declaration of rtems_shell_main_monitor.
31
322011-10-26      Sebastian Huber <sebastian.huber@embedded-brains.de>
33
34        * mouse01/init.c: Account for extra message buffer size.
35
362011-10-26      Sebastian Huber <sebastian.huber@embedded-brains.de>
37
38        * ftp01/init.c: Account for extra FTP worker task stack sizes.
39
402011-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * malloc04/init.c: Define p1, p2, p3, p4 extern (Avoid warnings).
43
442011-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * mouse01/init.c, mouse01/msmouse.c, mouse01/serial_mouse_config.c:
47        Add HAVE_CONFIG_H.
48
492011-09-16      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
50
51        * monitor/monitor.scn, termios/termios.scn: New files.
52        * monitor/init.c, termios01/init.c: Use rtems_shell_wait_for_input().
53
542011-09-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
55
56        * stackchk/init.c, stackchk/system.h, stackchk/stackchk.scn: Print end
57        of test message.
58
592011-07-29      Pawel Zagorski <pzagor@agh.edu.pl>
60
61        PR 1865/tests
62        * stringto01/Makefile.am, stringto01/init.c, stringto01/stringto01.doc,
63        stringto01/stringto01.scn, stringto01/stringto_test_template.h:
64        Improve coverage of string conversion routines.
65
662011-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * POSIX/iconv.c, POSIX/iconv_open.c, POSIX/iconv_close.c: New.
69        * POSIX/Makefile.am: Add iconv, iconv_open, iconv_close.
70
712011-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * malloc04/init.c, malloc04/malloc04.scn: Remove test cases which are
74        obsolete.
75
762011-06-20      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * devfs04/Makefile.am, deviceio01/Makefile.am,
79        monitor02/Makefile.am, stackchk01/Makefile.am,
80        stringto01/Makefile.am, tar01/Makefile.am,
81        tar02/Makefile.am, termios01/Makefile.am,
82        termios03/Makefile.am, termios04/Makefile.am
83        tztest/Makefile.am: Add missing files.
84
852011-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
86
87        * mouse01/serial_mouse_config.c: Avoid output due to execution context.
88
892011-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
90
91        * termios08/init.c: Fixed parameter to avoid test failure.
92
932011-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
94
95        * rtems++/Init.cc, rtems++/Task1.cc, rtems++/Task2.cc,
96        rtems++/Task3.cc: Added HAVE_CONFIG_H.
97
982011-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * malloc04/init.c: Fix tests broken in warning pass.
101
1022011-05-06      Sebastian Huber <sebastian.huber@embedded-brains.de>
103
104        * ftp01/.cvsignore, ftp01/Makefile.am, ftp01/ftp01.doc,
105        ftp01/ftp01.scn, ftp01/init.c: New files.
106        * Makefile.am, configure.ac: Reflect changes above.
107
1082011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * devnullfatal01/testcase.h, malloc02/init.c, malloc04/init.c,
111        malloctest/init.c, termios03/termios_testdriver_polled.c,
112        termios04/termios_testdriver_intr.c: Remove warnings.
113
1142011-04-05      Sebastian Huber <sebastian.huber@embedded-brains.de>
115
116        * tar01/init.c: Fixed integer types.
117
1182011-03-14      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * Makefile.am, configure.ac: Add test for Mouse Parser Engine
121        (Microsoft Mouse paths) and Serial Mouse Driver.
122        * mouse01/.cvsignore, mouse01/Makefile.am, mouse01/init.c,
123        mouse01/mouse01.doc, mouse01/mouse01.scn, mouse01/msmouse.c,
124        mouse01/serial_mouse_config.c: New files.
125
1262011-03-10      Sebastian Huber <sebastian.huber@embedded-brains.de>
127
128        * heapwalk/init.c: Improve coverage.
129        * heapwalk/heapwalk.scn: Update.
130
1312011-03-09      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * devfs04/devfs04.scn, devfs04/init.c: Increase configuration so this
134        passes on sis.
135
1362011-03-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
137
138        * malloctest/init.c: Improve coverage.
139        * malloctest/malloctest.scn: Update.
140
1412011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * configure.ac: Add AC_CONFIG_HEADER(config.h).
144
1452010-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
146
147        * POSIX/calloc.c, POSIX/clock_gettime.c, POSIX/close.c, POSIX/dup2.c,
148        POSIX/fcntl.c, POSIX/flockfile.c, POSIX/fork.c, POSIX/free.c,
149        POSIX/fstat.c, POSIX/ftrylockfile.c, POSIX/funlockfile.c,
150        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c, POSIX/getpwuid.c,
151        POSIX/gettimeofday.c, POSIX/getuid.c, POSIX/htonl.c, POSIX/issetugid.c,
152        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
153        POSIX/malloc.c, POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
154        POSIX/posix_memalign.c, POSIX/read.c, POSIX/readv.c, POSIX/realloc.c,
155        POSIX/setjmp.c, POSIX/sigaddset.c, POSIX/sigdelset.c,
156        POSIX/sigemptyset.c, POSIX/sigfillset.c, POSIX/sigismember.c,
157        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
158        POSIX/wait.c, POSIX/waitpid.c, POSIX/write.c, POSIX/writev.c,
159        block01/init.c, block02/init.c, block03/init.c, block04/init.c,
160        block05/init.c, block06/init.c, block07/init.c, block08/bdbuf_test1_1.c,
161        block08/bdbuf_test1_2.c, block08/bdbuf_test1_3.c,
162        block08/bdbuf_test1_4.c, block08/bdbuf_test1_5.c,
163        block08/bdbuf_test2_1.c, block08/bdbuf_test2_2.c,
164        block08/bdbuf_test3_1.c, block08/bdbuf_test3_2.c,
165        block08/bdbuf_test3_3.c, block08/bdbuf_test4_1.c,
166        block08/bdbuf_test4_2.c, block08/bdbuf_test4_3.c, block08/bdbuf_tests.c,
167        block08/init.c, block09/init.c, block10/init.c, bspcmdline01/init.c,
168        complex/docomplex.c, complex/docomplex.in, complex/docomplexf.c,
169        complex/docomplexl.c, complex/init.c, cpuuse/init.c, cpuuse/task1.c,
170        cpuuse/task2.c, cpuuse/task3.c, cpuuse/tswitch.c, devfs01/init.c,
171        devfs02/init.c, devfs03/init.c, devfs04/init.c, deviceio01/init.c,
172        dumpbuf01/init.c, gxx01/init.c, heapwalk/init.c, malloc02/init.c,
173        malloc03/init.c, malloc04/init.c, malloc05/init.c, malloctest/init.c,
174        malloctest/task1.c, math/domath.c, math/domath.in, math/init.c,
175        mathf/domathf.c, mathf/init.c, mathl/domathl.c, mathl/init.c,
176        monitor/init.c, monitor02/init.c, putenvtest/init.c, rtmonuse/getall.c,
177        rtmonuse/init.c, rtmonuse/task1.c, stackchk/blow.c, stackchk/init.c,
178        stackchk/task1.c, stackchk01/init.c, stringto01/init.c, tar01/init.c,
179        tar02/init.c, tar03/init.c, termios/init.c, termios01/init.c,
180        termios01/termios_testdriver.c, termios02/init.c, termios03/init.c,
181        termios03/termios_testdriver_polled.c, termios04/init.c,
182        termios04/termios_testdriver_intr.c, termios05/init.c,
183        termios05/termios_testdriver_taskdriven.c, termios06/init.c,
184        termios06/test_pppd.c, termios07/init.c, termios08/init.c,
185        tztest/init.c: Add HAVE_CONFIG_H.
186
1872011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
188
189        * math/init.c, mathf/init.c, mathl/init.c: Now run.
190
1912011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
192
193        * complex/Makefile.am, complex/init.c: Test now runs.
194
1952011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
196
197        * monitor/Makefile.am, monitor02/Makefile.am: Switch to all managers
198        since this is all of them.
199
2002010-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
201
202        * stringto01/init.c: Redefine LONG_LONG_MAX and LONG_LONG_MIN
203        for c99.
204
2052011-02-02      Joel Sherrill <joel.sherrilL@OARcorp.com>
206
207        * cpuuse/tswitch.c: Shrink memory requirements.
208
2092011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * configure.ac: Require autoconf-2.68, automake-1.11.1.
212
2132011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
214
215        * math/math.scn, mathf/mathf.scn, mathl/mathl.scn: Regenerate.
216        * Makefile.am, configure.ac: Add mathf/, mathl/.
217        * math/init.c, math/Makefile.am: Reflect having split-out
218        mathl and mathf.
219        * math/domathf.c, math/domathl.c: Remove.
220        * mathf/Makefile.am, mathf/domathf.c, mathf/init.c,
221        mathf/mathf.scn: New (Split out from math/).
222        * mathl/Makefile.am, mathf/domathl.c, mathl/init.c,
223        mathl/mathl.scn: New (Split out from math/).
224
2252011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * math/init.c, complex/init.c:
228        Use fprintf(stdout,..) instead of printf.
229        Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
230
2312011-01-31      Ralf Corsépius <ralf.corsepius@rtems.org>
232
233        * POSIX/clock_gettime.c, POSIX/gettimeofday.c: New.
234        * POSIX/Makefile.am: Add clock_gettime, gettimeofday.c.
235
2362011-01-28      Bharath Suri <bharath.s.jois@gmail.com>
237
238        PR 1661/testing
239        * termios06/init.c: Extend the test to cover sections related to
240        flow control in termios.c
241        * termios06/termios06.doc: Updated test concept
242        * termios06/termios06.scn: Updated test run log
243
2442011-01-10      Ralf Corsépius <ralf.corsepius@rtems.org>
245
246        * math/domath.in: Fix typo in printf.
247        * math/domath.c, math/domathf.c, math/domathl.c: Regenerate.
248        * math/math.scn: Regenerate.
249
2502011-01-10      Ralf Corsépius <ralf.corsepius@rtems.org>
251
252        * configure.ac: Use ac_cv_header_complex_h.
253
2542010-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
255
256        * math/Makefile.am, math/init.c: Init task has to be floating point and
257        there is no point in using optional manager stubs since libio needs
258        semaphores.
259
2602010-12-01      Ralf Corsépius <ralf.corsepius@rtems.org>
261
262        * configure.ac: Check for complex.h.
263        Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated
264        toolchains.
265        * complex/Makefile.am: Apply HAS_COMPLEX.
266
2672010-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
268
269        * Makefile.am: Add complex, math subdirs.
270        * configure.ac: Add complex, math subdirs.
271
2722010-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
273
274        * complex/Makefile.am, complex/init.c, complex/docomplex.c,
275        complex/docomplexf.c, complex/complex.scn, complex/docomplex.in,
276        complex/complex.doc, complex/docomplexl.c: New.
277        * math/Makefile.am, math/init.c, math/domath.c,
278        math/domathf.c, math/math.scn, math/domath.in,
279        math/math.doc, math/domathl.c: New.
280
2812010-09-01      Ralf Corsépius <ralf.corsepius@rtems.org>
282
283        * POSIX/Makefile.am: Add htonl.
284        * POSIX/htonl.c: New.
285
2862010-08-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
287
288        * malloctest/init.c: Update for heap API changes.
289
2902010-08-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
291
292        * gxx01/gxx_wrappers.h, gxx02/.cvsignore, gxx02/Makefile.am,
293        gxx02/gxx02.doc, gxx02/gxx02.scn, gxx02/init.c: Removed files.
294        * Makefile.am, configure.ac: Reflect changes above.
295        * gxx01/init.c: Removed fatal error test case.
296
2972010-08-10      Bharath Suri <bharath.s.jois@gmail.com>
298
299        PR 1661/testing
300        * termios01/init.c, termios01/termios01.scn: Added a test case to
301        hit a case in rtems_termios_read.
302
3032010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
304
305        PR 1664/testing
306        * termios01/init.c: Use INT_MAX instead of hard-coded number for error
307        case to avoid warning on 16-bit targets.
308
3092010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        PR 1661/testing
312        * malloc04/init.c: Add public methods to get/set malloc heap pointer so
313        the tests do not have to peer behind the API.
314
3152010-08-09      Bharath Suri <bharath.s.jois@gmail.com>
316
317        PR 1661/testing
318        * termios01/init.c, termios01/termios_testdriver.c,
319        termios01/termios01.scn: Changes to improve coverage of
320        rtems_termios_open routine.
321
3222010-08-06      Bharath Suri <bharath.s.jois@gmail.com>
323
324        PR 1654/testing
325        * deviceio01/init.c, deviceio01/deviceio01.doc,
326        deviceio01/deviceio01.scn, deviceio01/test_driver.c,
327        deviceio01/test_driver.h, deviceio01/Makefile.am: New test added.
328        * Makefile.am, configure.ac: Changes to added above test.
329        * tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
330
3312010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
332
333        * Makefile.am, configure.ac: Add test for rtems_print_buffer().
334        * dumpbuf01/.cvsignore, dumpbuf01/Makefile.am, dumpbuf01/dumpbuf01.doc,
335        dumpbuf01/dumpbuf01.scn, dumpbuf01/init.c: New files.
336
3372010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
338
339        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add test cases to
340        improve coverage.
341
3422010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
343
344        * tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove
345        intital_fs directory.
346
3472010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
348
349        * tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
350
3512010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
352
353        * tar01/Makefile.am:
354        Apply $LN_S, $PAX. Use subshell for tarball creation.
355        Don't add initial_fs to CLEANFILES.
356        * tar02/Makefile.am:
357        Apply $LN_S, $PAX. Use subshell for tarball creation.
358
3592010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
360
361        * configure.ac: Add AC_PROG_LN_S.
362        Add AC_PATH_PROG([PAX]).
363        Add AM_CONDITIONAL(TARTESTS).
364        * tar01/Makefile.am, tar02/Makefile.am:
365        Eliminate stamp-filesystem.
366
3672010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
368
369        * tar01/Makefile.am, tar02/Makefile.am:
370        Add BUILT_SOURCES.
371
3722010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
373
374        * tar01/Makefile.am, tar02/Makefile.am:
375        Eliminate stamp-fs-tar. Reorder CLEANFILES.
376        Apply BIN2C -C/-H.
377
3782010-07-29      Joel Sherrill <joel.sherrilL@OARcorp.com>
379
380        * tar01/Makefile.am, tar02/Makefile.am: Fix dependencies for parallel
381        build.
382
3832010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
384
385        * tar01/Makefile.am, tar02/Makefile.am: Replace mkdir cascade
386        with $(MKDIR_P).
387
3882010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
389
390        * tar01/Makefile.am, tar02/Makefile.am: Misc. fixes.
391
3922010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
393
394        * tar01/Makefile.am, tar03/Makefile.am: Remove MANAGERS.
395
3962010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
397
398        PR 1532/testing
399        * Makefile.am, configure.ac: Add initial tests for untar capabilities.
400        * tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc,
401        tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c,
402        tar02/tar02.doc, tar02/tar02.scn: New files.
403
4042010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
405
406        PR 1631/testing
407        * gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc,
408        gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added
409        * Makefile.am, configure.ac: Changes to accommodate new tests
410
4112010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
412
413        PR 1632/testing
414        * Makefile.am, configure.ac: Make dedicated fatal error test for
415        /dev/null already registered. Using code from Bharath in new test
416        framework.
417        * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am,
418        devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn,
419        devnullfatal01/testcase.h: New files.
420
4212010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
422
423        PR 1632/testing
424        * devfs04/init.c, devfs04/test_driver.c: Added cases to exercise
425        null_initialize() and null_write().
426
4272010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
428
429        * gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
430
4312010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
432
433        * gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
434
4352010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
436
437        * gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
438
4392010-07-22      Bharath Suri <bharath.s.jois@gmail.com>
440
441        * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn,
442        devfs02/Makefile.am: New tests added
443        * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn,
444        devfs03/Makefile.am: New tests added
445        * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn,
446        devfs04/Makefile.am: New tests added
447        * Makefile.am, configure.ac: Changes to accommodate the above
448        newly added tests.
449
4502010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
451
452        * Makefile.am, configure.ac, termios06/init.c: Add initial tests for
453        XON/XOFF and VMIN/VMAX cases.
454        * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c,
455        termios07/termios07.doc, termios07/termios07.scn,
456        termios08/.cvsignore, termios08/Makefile.am, termios08/init.c,
457        termios08/termios08.doc, termios08/termios08.scn: New files.
458
4592010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
460
461        * Makefile.am, configure.ac: Add tar test for error cases.
462        * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc,
463        tar03/tar03.scn: New files.
464
4652010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
466
467        * stringto01/init.c, stringto01/stringto01.scn,
468        stringto01/stringto_test_template.h: Attempt to pick up a few more
469        error paths.
470
4712010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
472
473        PR 1617/testing
474        * malloctest/init.c: Added new case to exercise _realloc_r.
475
4762010-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
477
478        * malloctest/init.c: Added test for
479        rtems_heap_allocate_aligned_with_boundary().
480
4812010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
482
483        * Makefile.am, configure.ac: Add new test to exercise devFS_Show().
484        * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc,
485        devfs01/devfs01.scn, devfs01/init.c: New files.
486
4872010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
488
489        * Makefile.am, configure.ac: Add new test to exercise
490        malloc_get_statistics().
491        * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
492        malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
493
4942010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
495
496        PR 1535/tests
497        * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
498        of work by Ralf and Joel.
499
5002010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
501
502        * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
503
5042010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
505
506        * Makefile.am, configure.ac: Add test for exercising sbrk() extension
507        to Malloc Family.
508        * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
509        malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
510
5112010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
512
513        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
514        cases. Coverage of these paths is near complete.
515
5162010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
517
518        * malloctest/system.h: Enable malloc statistics.
519
5202010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
521
522        * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
523
5242010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
525
526        * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
527        * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
528        termios06/termios06.doc, termios06/termios06.scn,
529        termios06/test_pppd.c: New files.
530
5312010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
532
533        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
534        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
535        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
536
5372010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
538
539        * termios04/termios_testdriver_intr.c: Task driven IO now works.
540
5412010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
542
543        * Makefile.am, configure.ac: Add test for task driven drivers.
544        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
545        termios05/termios05.doc, termios05/termios05.scn,
546        termios05/termios_testdriver_taskdriven.c,
547        termios05/termios_testdriver_taskdriven.h: New files.
548
5492010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
550
551        * Makefile.am, configure.ac: Revert changes related to uncommitted test
552        under development.
553
5542010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
555
556        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
557        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
558
5592010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
560
561        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
562        interrupt driven IO support.
563        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
564        termios04/termios04.doc, termios04/termios04.scn,
565        termios04/termios_testdriver_intr.c,
566        termios04/termios_testdriver_intr.h: New files.
567
5682010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
569
570        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
571        termios03/termios_testdriver_polled.c,
572        termios03/termios_testdriver_polled.h: Add more test cases.
573
5742010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
575
576        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
577
5782010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
579
580        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
581        termios03/termios03.doc, termios03/termios03.scn,
582        termios03/termios_testdriver_polled.c,
583        termios03/termios_testdriver_polled.h: New files.
584        * Makefile.am, configure.ac: Add initial version of new test for polled
585        IO support in termios.
586
5872010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
588
589        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
590        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
591        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
592        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
593        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
594        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
595        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
596        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
597        termios02/Makefile.am: Revert.
598
5992010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
600
601        * termios01/termios01.scn: Fix bug so existing test code for
602        rtems_termios_baud_to_index() is executed.
603
6042010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
605
606        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
607        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
608        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
609        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
610        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
611        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
612        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
613        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
614        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
615        code for rtems_termios_baud_to_index() is executed.
616
6172010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
618
619        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
620        before blowing stack.
621
6222010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
623
624        * Makefile.am, configure.ac: Added test that attempts to free stack
625        memory. This causes a error to be printed from the free function.
626        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
627        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
628
6292010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
630
631        * malloctest/init.c: Added error case with malloc of size 0.
632
6332010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
634
635        * malloctest/init.c: Added test to check failure branch on calloc.
636
6372010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
638
639        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
640
6412010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
642
643        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
644        for deferred free() processing.
645        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
646        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
647
6482010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
649
650        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
651        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
652        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
653        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
654        are minimal implementations so the tests will have to grow as the
655        methods grow.
656
6572010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
658
659        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
660
6612010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
662
663        PR 1433/cpukit
664        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
665        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
666        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
667        RTEMS_NO_MEMORY.
668
6692010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
670
671        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
672        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
673        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
674
6752010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
676
677        * Makefile.am: Move POSIX in front of other tests.
678
6792010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
680
681        * bspcmdline01/init.c: Fix assert conditional.
682
6832010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
684
685        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
686        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
687
6882010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
689
690        * block10/.cvsignore: New file.
691
6922010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
693
694        * block05/block05.png, block10/block10.doc, block10/init.c,
695        block10/.cvsignore, block10/block10.scn, block10/block10.png,
696        block10/Makefile.am: New files.
697        * configure.ac, Makefile.am: Update for new files.
698        * block05/block05.doc: Update for new state transitions.
699
7002010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
701
702        * block08/.cvsignore, block09/.cvsignore: New files.
703
7042010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
705
706        * block08/init.c: Remove warning.
707
7082010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
709
710        * block08/block08.scn, block08/init.c: Add starting and ending messages
711        so the scripts detect successful exit.
712
7132010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
714
715        * block09/block09.doc, block09/init.c, block09/.cvsignore,
716        block09/block09.scn, block09/Makefile.am: New files.
717        * configure.ac, Makefile.am: Update for new files.
718        * block05/block05.doc: Update for new state transitions.
719        * block05/init.c, block06/init.c: Update for block device API change.
720
7212010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
722
723        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
724        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
725        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
726        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
727        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
728        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
729        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
730        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
731        block08/init.c, block08/Makefile.am, block08/system.h,
732        block08/test_disk.c: New files.
733
7342009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
735
736        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
737        to cover the bsp_cmdline_get_param() routine.
738
7392009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
740
741        * block06/init.c: Update for disk device API change.  Changed EBADRQC
742        to EINVAL.
743
7442009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
745
746        * termios01/init.c: Increase number of termios ports by 1.
747
7482009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
749
750        * termios01/termios_testdriver.c:
751        Reflect changes to rtems_termios_callbacks->write.
752
7532009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
754
755        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
756        block05/init.c, block07/init.c, bspcmdline01/init.c,
757        stringto01/init.c, stringto01/stringto_test_template.h,
758        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
759        Use rtems_test_assert() consistently instead of system assert().
760        rtems_test_assert() is designed to integrate into the RTEMS test
761        suite infrastructure.
762
7632009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
764
765        * POSIX/Makefile.am: Add readv, writev.
766        * POSIX/writev.c, POSIX/readv.c: New.
767
7682009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
769
770        * POSIX/sigfillset.c: Let main() return "status".
771        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
772        sigismember.
773        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
774        POSIX/sigismember.c: New.
775
7762009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
777
778        * POSIX/Makefile.am: Add wait.
779        * POSIX/wait.c: New.
780
7812009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
782
783        * bspcmdline01/test.c: Removed.
784
7852009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
786
787        * Makefile.am: Add POSIX.
788        * configure.ac: Add POSIX/.
789        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
790        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
791        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
792        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
793        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
794        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
795        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
796        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
797        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
798        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
799        POSIX/waitpid.c, POSIX/write.c: New.
800
8012009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
802
803        * stringto01/init.c: New file.
804
8052009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
806
807        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
808        * stringto01/.cvsignore, stringto01/Makefile.am,
809        stringto01/stringto01.doc, stringto01/stringto01.scn,
810        stringto01/stringto_test_template.h: New files.
811
8122009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
813
814        * block05/init.c: Check block size. Improved output.
815        * block01/init.c: Free ramdisk before exit.
816        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
817        block04/block04.doc, block05/block05.doc, block06/block06.doc,
818        block07/block07.doc: New files.
819        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
820        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
821        block07/Makefile.am: Add new files.
822
8232009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
824
825        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
826        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
827        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
828        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
829
8302009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
831
832        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
833        Remove bogus cast.
834        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
835
8362009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
837
838        * rtems++/Task1.cc: Eliminate more warnings.
839
8402009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
841
842        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
843        several dozens of warnings.
844
8452009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
846
847        * block06/init.c: Add missing prototype.
848
8492009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
850
851        * block07/init.c: New test case.
852
8532009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
854
855        * block05/init.c, block05/block05.scn, block05/Makefile.am,
856        block06/init.c, block06/block06.scn, block06/Makefile.am,
857        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
858        * Makefile.am, configure.ac: Added block05, block06 and block07.
859
8602009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
861
862        * termios/init.c: Remove sh2 hacks.
863
8642009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
865
866        * block01/init.c: Include <stdio.h>.
867        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
868        * block02/init.c: Remove unused var.
869
8702009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
871
872        * block02/init.c, block02/block02.scn, block02/Makefile.am,
873        block03/init.c, block03/block03.scn, block03/Makefile.am,
874        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
875        * Makefile.am, configure.ac: Added block02, block03 and block04.
876
8772009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
878
879        * monitor02/init.c: Add local prototype for
880        rtems_shell_main_monitor.
881
8822009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
883
884        * termios01/init.c: Fix parity_table_Entry type.
885        Correct parity_table initialization.
886        Add PRIdrtems_termios_baud_t.
887        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
888
8892009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
890
891        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
892        * malloctest/init.c: Use %zu instead of %d to print size_t's.
893
8942009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
895
896        * rtmonuse/init.c, rtmonuse/task1.c:
897        Use PRIxrtems_id to print rtems_ids.
898        * malloctest/init.c: Use %zu instead of %d to print size_t's.
899
9002009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
901
902        * malloctest/init.c: Fix _Heap_Resize_block args.
903
9042009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
905
906        * malloctest/init.c, termios01/init.c,
907        termios01/termios_testdriver.c: Eliminate unused vars.
908
9092009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
910
911        * heapwalk/init.c: Comment out unused vars.
912        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
913        * malloctest/init.c: Add local prototype for malloc_walk,
914        malloc_info.
915        * malloctest/task1.c: Add local prototype for malloc_walk.
916        * monitor02/init.c: Remove unused vars.
917        * stackchk01/init.c: Remove unused vars.
918        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
919        termios/init.c: Add missing prototypes.
920
9212009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
922
923        * configure.ac: Don't add -fasm to CFLAGS.
924
9252009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
926
927        * block01/.cvsignore: New file.
928
9292009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
930
931        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
932        * Makefile.am, configure.ac: Added block01.
933
9342009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
935
936        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
937
9382009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
939
940        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
941        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
942        it.
943        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
944        termios02/termios02.doc, termios02/termios02.scn: New files.
945        termios02 is a test for tcdrain().
946
9472009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
948
949        * termios01/init.c, termios01/termios_testdriver.c:
950        Reflect changes to termios.
951
9522009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
953
954        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
955
9562009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
957
958        * stackchk01/stackchk01.doc: Add content.
959
9602009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
961
962        * Makefile.am, configure.ac: Add initial test for
963        rtems_stack_checker_is_blown.
964        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
965        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
966
9672009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
968
969        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
970        cases to get back to 100% object coverage.
971
9722009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
973
974        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
975        malloctest/malloctest.scn: New test cases.
976        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
977
9782009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
979
980        * malloctest/init.c: New test cases. Update for heap API changes.
981        * stackchk/blow.c: Update for heap API changes.
982
9832009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
984
985        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
986
9872009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
988
989        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
990        complete coverage of termios_XXX_to_YYY() methods.
991
9922009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
993
994        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
995        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
996        character with the assistance of a special test driver which prints
997        the requests.
998        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
999        termios01/termios01.doc, termios01/termios01.scn,
1000        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
1001
10022009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
1003
1004        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
1005        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
1006        rtems_clock_get_ticks_per_second().
1007
10082009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1009
1010        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
1011        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
1012
10132009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1014
1015        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
1016        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
1017        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
1018
10192009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
1020
1021        * malloctest/init.c: Adjust allocation in test so it passes now that
1022        heap overhead constant has been increased.
1023
10242009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1025
1026        * bspcmdline01/init.c: Do not violate visibility.
1027
10282009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1029
1030        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
1031        prefix to all routines.
1032
10332009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1034
1035        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
1036        helper routines.
1037        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
1038        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
1039        bspcmdline01/init.c, bspcmdline01/test.c: New files.
1040
10412009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1042
1043        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
1044        for shrinking a block enough to need to free the newly unused
1045        portion.
1046
10472009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1048
1049        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
1050        _Protected_heap_Get_information().
1051
10522009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
1053
1054        * heapwalk/init.c: Add test code for first free block pointer not
1055        aligned.
1056
10572009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
1058
1059        * heapwalk/init.c: Add more cases.
1060
10612009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1062
1063        * heapwalk/init.c: Add more automated corruption capability.
1064
10652009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
1066
1067        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
1068
10692009-05-19      Chris Johns <chrisj@rtems.org>
1070
1071        * cpuuse/tswitch.c: Lower sample count for small memory targets.
1072        * cpuuse/system.h: Smaller stack size for small memory targets.
1073        * monitor02/init.c: Cannot run on small memory targets.
1074
10752009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1076
1077        * rtmonuse/init.c: Do not use Task_name array before initialized.
1078
10792009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
1080
1081        * malloctest/init.c: Fix warning.
1082
10832009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
1084
1085        * malloctest/init.c: Fix typo.
1086
10872009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
1088
1089        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
1090        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
1091        heapwalk/init.c, heapwalk/system.h: New files.
1092
10932009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
1094
1095        * malloctest/init.c: Add test case for heap resize block when the
1096        resize creates a free block large enough to free.
1097
10982009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
1099
1100        * cpuuse/Makefile.am, malloctest/Makefile.am,
1101        monitor/Makefile.am, monitor02/Makefile.am,
1102        putenvtest/Makefile.am, rtems++/Makefile.am,
1103        rtmonuse/Makefile.am, stackchk/Makefile.am,
1104        termios/Makefile.am, tztest/Makefile.am:
1105        Eliminate _exe_/.exe.
1106
11072009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
1108
1109        * stackchk/stackchk.scn: Correct screen to match output.
1110
11112008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1112
1113        * malloctest/init.c: Change sizes of heap/region and allocated objects
1114        in heap to intptr_t so they can be larger than a single allocatable
1115        object (e.g. size_t).
1116
11172008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1118
1119        * malloctest/init.c: Do not generate alignment factors larger that will
1120        not fit in a native integer.
1121
11222008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1123
1124        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
1125        CONFIGURE_STACK_CHECKER_ENABLED.
1126
11272008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
1128
1129        * malloctest/init.c: Convert to "bool".
1130
11312008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1132
1133        * rtems++/System.h: Account for extra task stacks properly.
1134
11352008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
1136
1137        * malloctest/init.c: Fix return status check.
1138
11392008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1140
1141        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
1142        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
1143        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
1144        POSIX tests. Add a clock_settime case for < 1988.
1145
11462008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1147
1148        * malloctest/init.c: Add more test cases to cover heap better.
1149
11502008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1151
1152        * malloctest/init.c: Add new test cases per Sergei. Make some of the
1153        stranger cases operate directly on a freshly initialized heap. This
1154        should make them more reproducible.
1155
11562008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1157
1158        * malloctest/init.c: Add more tests per suggestions from Sergei
1159        Organov.
1160
11612008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1162
1163        * malloctest/init.c: Add include to remove warning.
1164
11652008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
1166
1167        * malloctest/init.c: Remove debug print.
1168
11692008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1170
1171        * monitor02/.cvsignore: New file.
1172
11732008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
1174
1175        * Makefile.am, configure.ac: Added automatic test for monitor shell
1176        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
1177        monitor02/system.h: New files.
1178
11792007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
1180
1181        * malloctest/init.c: Add test cases suggested by Sergei Organov
1182        <s.organov@javad.com>.
1183
11842007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
1185
1186        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
1187
11882007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
1189
1190        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
1191        exericise another path in the period statistics code.
1192
11932007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1194
1195        * malloctest/init.c: Add some primitive testing of realloc() which also
1196        does some positive path testing on the SuperCore heap.
1197
11982007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1199
1200        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
1201        cases for untested routines.
1202
12032007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1204
1205        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
1206        the CPU Usage Report include it. If it is deleted, the CPU time it
1207        had consumed is not listed later in the report.
1208
12092007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1210
1211        * tztest/init.c: Build when using buffered test IO.
1212
12132007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1214
1215        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
1216        macro instead of fflush() directly.
1217
12182007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1219
1220        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
1221        Statistics and Period Usage into Rate Monotonic Manager. Added the
1222        following directives: rtems_rate_monotonic_get_statistics,
1223        rtems_rate_monotonic_reset_statistics,
1224        rtems_rate_monotonic_reset_all_statistics,
1225        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
1226        Obsoleted the rtems/rtmonuse.h file as a public interface.
1227
12282007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1229
1230        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
1231        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
1232        optional managers to Makefiles. Clean up test cases so last output
1233        line follows END OF pattern. Make sure test case all run. All tests
1234        appeared ok on sis.
1235
12362007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
1237
1238        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
1239
12402007-03-13      Joel Sherrill <joel@OARcorp.com>
1241
1242        * tztest/init.c: Call tzset() even though it may be called for us
1243        implicitly along the way.
1244
12452007-03-13      Joel Sherrill <joel@OARcorp.com>
1246
1247        * tztest/.cvsignore: New file.
1248
12492007-03-13      Joel Sherrill <joel@OARcorp.com>
1250
1251        * Makefile.am, configure.ac: Added timezone test.
1252        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
1253        tztest/tztest.scn: New files.
1254
12552007-03-05      Joel Sherrill <joel@OARcorp.com>
1256
1257        * malloctest/init.c: Be explicit about need for default and floating
1258        point attributes. This is just a style change.
1259
12602007-02-06      Joel Sherrill <joel@OARcorp.com>
1261
1262        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
1263        issues in message queue tests.
1264
12652006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1266
1267        * configure.ac: New BUG-REPORT address.
1268
12692006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1270
1271        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1272
12732006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1274
1275        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
1276        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
1277        docdir. Use rtems_testsdir instead.
1278
12792006-02-08      Joel Sherrill <joel@OARcorp.com>
1280
1281        * rtems++/Task1.cc: Fix warnings.
1282
12832005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1284
1285        * configure.ac: Remove RTEMS_ENABLE_BARE,
1286        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1287
12882005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1289
1290        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1291        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1292        stackchk/Makefile.am, termios/Makefile.am:
1293        Convert to using *_PROGRAMS.
1294
12952005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1296
1297        * cpuuse/Makefile.am, malloctest/Makefile.am,
1298        monitor/Makefile.am, putenvtest/Makefile.am,
1299        rtems++/Makefile.am, rtmonuse/Makefile.am,
1300        stackchk/Makefile.am, termios/Makefile.am: Rework.
1301
13022005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1303
1304        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1305        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1306        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
1307        * libtests.am: Remove.
1308
13092005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1310
1311        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1312        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1313        stackchk/Makefile.am, termios/Makefile.am:
1314        AM_CPPFLAGS += -I..../support/include.
1315
13162005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1317
1318        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
1319        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
1320
13212005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1322
1323        * libtests.am: Remove LIB_VARIANT.
1324
13252005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1326
1327        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1328        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1329        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
1330
13312005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1332
1333        * Makefile.am: Cleanup.
1334
13352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1336
1337        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1338        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1339        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1340        stackchk/Makefile.am, termios/Makefile.am:
1341        Partial conversion to automake.
1342
13432005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1344
1345        * rtems++/Makefile.am: Remove LIB_VARIANT.
1346
13472004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1348
1349        * configure.ac: Remove -ansi to prevent folks from further damaging
1350        the code with broken prototypes.
1351        * putenvtest/init.c: Remove broken putenv prototype.
1352        * termios/init.c (print_c_cc): Don't loop over NCCS.
1353
13542004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1355
1356        * configure.ac: Require automake > 1.9.
1357
13582004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1359
1360        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1361        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1362        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1363        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1364        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1365        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1366        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1367        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1368
13692004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1370
1371        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
1372        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
1373        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
1374        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
1375        using c99 fixed size types.
1376
13772004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1378
1379        * configure.ac: Add 2nd arg to RTEMS_TOP.
1380
13812004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1382
1383        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1384        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1385        * malloctest/Makefile.am: Ditto.
1386        * monitor/Makefile.am: Ditto.
1387        * putenvtest/Makefile.am: Ditto.
1388        * rtems++/Makefile.am: Ditto.
1389        * rtmonuse/Makefile.am: Ditto.
1390        * stackchk/Makefile.am: Ditto.
1391        * termios/Makefile.am: Ditto.
1392
13932003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1394
1395        * libtests.am: Add dirstamp support.
1396
13972003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1398
1399        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1400
14012003-12-16      Joel Sherrill <joel@OARcorp.com>
1402
1403        PR 544/tests
1404        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
1405        tests account for resources and not print at inappropriate times.
1406
14072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1408
1409        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1410
14112003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1412
1413        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
1414        * malloctest/Makefile.am: Remove all-local: $(ARCH).
1415        * monitor/Makefile.am: Remove all-local: $(ARCH).
1416        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
1417        * rtems++/Makefile.am: Remove all-local: $(ARCH).
1418        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
1419        * stackchk/Makefile.am: Remove all-local: $(ARCH).
1420        * termios/Makefile.am: Remove all-local: $(ARCH).
1421
14222003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1423
1424        * configure.ac: Reflect having moved to testsuites/.
1425
14262003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1427
1428        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1429
14302003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1431
1432        * configure.ac:Remove RTEMS_CHECK_CPU.
1433
14342003-09-04      Joel Sherrill <joel@OARcorp.com>
1435
1436        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
1437        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
1438        malloctest/system.h, malloctest/task1.c, monitor/init.c,
1439        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
1440        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
1441        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
1442        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
1443        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
1444        stackchk/task1.c: URL for license changed.
1445
14462003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1447
1448        * Makefile.am: Reflect having moved aclocal/.
1449
14502003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1451
1452        * Makefile.am: Reflect having moved automake/.
1453        * cpuuse/Makefile.am: Reflect having moved automake/.
1454        * malloctest/Makefile.am: Reflect having moved automake/.
1455        * monitor/Makefile.am: Reflect having moved automake/.
1456        * putenvtest/Makefile.am: Reflect having moved automake/.
1457        * rtems++/Makefile.am: Reflect having moved automake/.
1458        * rtmonuse/Makefile.am: Reflect having moved automake/.
1459        * stackchk/Makefile.am: Reflect having moved automake/.
1460        * termios/Makefile.am: Reflect having moved automake/.
1461
14622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1463
1464        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1465
14662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1467
1468        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1469
14702003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1471
1472        * configure.ac: Unconditionally check for CXX.
1473        Require autoconf-2.57, automake-1.7.2.
1474        * rtems++: Eliminate CC_O_FILES.
1475
14762002-12-02      Joel Sherrill <joel@OARcorp.com>
1477
1478        * malloctest/init.c: Tasks should be floating point.
1479
14802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1481
1482        * .cvsignore: Reformat.
1483        Add autom4te*cache.
1484        Remove autom4te.cache.
1485
14862002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1487
1488        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
1489        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
1490        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
1491        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
1492        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
1493        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
1494        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
1495        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
1496
14972002-08-01      Joel Sherrill <joel@OARcorp.com>
1498
1499        * Per PR47 add support for buffered test output.  This involved
1500        adding defines to redirect output to a buffer and dump it when
1501        full, at "test pause", and at exit.  To avoid problems when redefining
1502        exit(), all tests were modified to call rtems_test_exit().
1503        Some tests, notable psxtests, had to be modified to include
1504        the standard test macro .h file (pmacros.h or tmacros.h) to
1505        enable this support.
1506        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
1507        rtmonuse/task1.c, termios/init.c: Modified.
1508
15092002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1510
1511        * configure.ac: Remove ENABLE_GCC28.
1512
15132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1514
1515        * configure.ac:
1516        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1517        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1518        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1519        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1520        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1521        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
1522        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1523        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
1524        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1525        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
1526        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
1527
15282001-11-01      Joel Sherrill <joel@OARcorp.com>
1529
1530        * rtems++/Makefile.am: Make sure debug variant of librtems++
1531        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1532        and processed as PR78.
1533
15342001-10-25      Joel Sherrill <joel@OARcorp.com>
1535
1536        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1537
15382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1539
1540        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1541        * configure.in: Remove.
1542        * configure.ac: New file, generated from configure.in by autoupdate.
1543
15442001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1545
1546        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1547        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1548
15492001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1550
1551        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1552        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1553        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1554        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1555        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1556        make-cxx-exe.
1557        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1558        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1559        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1560
15612001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1562
1563        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1564
15652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1566
1567        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1568
15692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1570
1571        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1572
15732000-11-01      Joel Sherrill <joel@OARcorp.com>
1574
1575        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1576        libcsupport.h moved from libc to lib/include/rtems and now must
1577        be referenced as <rtems/XXX.h>. 
1578
15792000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1580
1581        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1582        Switch to GNU canonicalization.
1583        * libtests.am: Remove DEFS.
1584
15852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1586
1587        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1588        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1589        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1590
15912000-08-10      Joel Sherrill <joel@OARcorp.com>
1592
1593        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.