source: rtems/testsuites/libtests/ChangeLog @ 87b4f123

4.115
Last change on this file since 87b4f123 was 87b4f123, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/10 at 05:43:07

2010-12-01 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Check for complex.h. Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated toolchains.
  • complex/Makefile.am: Apply HAS_COMPLEX.
  • Property mode set to 100644
File size: 45.7 KB
Line 
12010-12-01      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Check for complex.h.
4        Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated
5        toolchains.
6        * complex/Makefile.am: Apply HAS_COMPLEX.
7
82010-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * Makefile.am: Add complex, math subdirs.
11        * configure.ac: Add complex, math subdirs.
12
132010-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * complex/Makefile.am, complex/init.c, complex/docomplex.c,
16        complex/docomplexf.c, complex/complex.scn, complex/docomplex.in,
17        complex/complex.doc, complex/docomplexl.c: New.
18        * math/Makefile.am, math/init.c, math/domath.c,
19        math/domathf.c, math/math.scn, math/domath.in,
20        math/math.doc, math/domathl.c: New.
21
222010-09-01      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * POSIX/Makefile.am: Add htonl.
25        * POSIX/htonl.c: New.
26
272010-08-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
28
29        * malloctest/init.c: Update for heap API changes.
30
312010-08-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
32
33        * gxx01/gxx_wrappers.h, gxx02/.cvsignore, gxx02/Makefile.am,
34        gxx02/gxx02.doc, gxx02/gxx02.scn, gxx02/init.c: Removed files.
35        * Makefile.am, configure.ac: Reflect changes above.
36        * gxx01/init.c: Removed fatal error test case.
37
382010-08-10      Bharath Suri <bharath.s.jois@gmail.com>
39
40        PR 1661/testing
41        * termios01/init.c, termios01/termios01.scn: Added a test case to
42        hit a case in rtems_termios_read.
43
442010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        PR 1664/testing
47        * termios01/init.c: Use INT_MAX instead of hard-coded number for error
48        case to avoid warning on 16-bit targets.
49
502010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        PR 1661/testing
53        * malloc04/init.c: Add public methods to get/set malloc heap pointer so
54        the tests do not have to peer behind the API.
55
562010-08-09      Bharath Suri <bharath.s.jois@gmail.com>
57
58        PR 1661/testing
59        * termios01/init.c, termios01/termios_testdriver.c,
60        termios01/termios01.scn: Changes to improve coverage of
61        rtems_termios_open routine.
62
632010-08-06      Bharath Suri <bharath.s.jois@gmail.com>
64
65        PR 1654/testing
66        * deviceio01/init.c, deviceio01/deviceio01.doc,
67        deviceio01/deviceio01.scn, deviceio01/test_driver.c,
68        deviceio01/test_driver.h, deviceio01/Makefile.am: New test added.
69        * Makefile.am, configure.ac: Changes to added above test.
70        * tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
71
722010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * Makefile.am, configure.ac: Add test for rtems_print_buffer().
75        * dumpbuf01/.cvsignore, dumpbuf01/Makefile.am, dumpbuf01/dumpbuf01.doc,
76        dumpbuf01/dumpbuf01.scn, dumpbuf01/init.c: New files.
77
782010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add test cases to
81        improve coverage.
82
832010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove
86        intital_fs directory.
87
882010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
91
922010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * tar01/Makefile.am:
95        Apply $LN_S, $PAX. Use subshell for tarball creation.
96        Don't add initial_fs to CLEANFILES.
97        * tar02/Makefile.am:
98        Apply $LN_S, $PAX. Use subshell for tarball creation.
99
1002010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * configure.ac: Add AC_PROG_LN_S.
103        Add AC_PATH_PROG([PAX]).
104        Add AM_CONDITIONAL(TARTESTS).
105        * tar01/Makefile.am, tar02/Makefile.am:
106        Eliminate stamp-filesystem.
107
1082010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * tar01/Makefile.am, tar02/Makefile.am:
111        Add BUILT_SOURCES.
112
1132010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * tar01/Makefile.am, tar02/Makefile.am:
116        Eliminate stamp-fs-tar. Reorder CLEANFILES.
117        Apply BIN2C -C/-H.
118
1192010-07-29      Joel Sherrill <joel.sherrilL@OARcorp.com>
120
121        * tar01/Makefile.am, tar02/Makefile.am: Fix dependencies for parallel
122        build.
123
1242010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * tar01/Makefile.am, tar02/Makefile.am: Replace mkdir cascade
127        with $(MKDIR_P).
128
1292010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * tar01/Makefile.am, tar02/Makefile.am: Misc. fixes.
132
1332010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * tar01/Makefile.am, tar03/Makefile.am: Remove MANAGERS.
136
1372010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
138
139        PR 1532/testing
140        * Makefile.am, configure.ac: Add initial tests for untar capabilities.
141        * tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc,
142        tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c,
143        tar02/tar02.doc, tar02/tar02.scn: New files.
144
1452010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
146
147        PR 1631/testing
148        * gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc,
149        gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added
150        * Makefile.am, configure.ac: Changes to accommodate new tests
151
1522010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
153
154        PR 1632/testing
155        * Makefile.am, configure.ac: Make dedicated fatal error test for
156        /dev/null already registered. Using code from Bharath in new test
157        framework.
158        * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am,
159        devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn,
160        devnullfatal01/testcase.h: New files.
161
1622010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
163
164        PR 1632/testing
165        * devfs04/init.c, devfs04/test_driver.c: Added cases to exercise
166        null_initialize() and null_write().
167
1682010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
171
1722010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
173
174        * gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
175
1762010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
179
1802010-07-22      Bharath Suri <bharath.s.jois@gmail.com>
181
182        * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn,
183        devfs02/Makefile.am: New tests added
184        * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn,
185        devfs03/Makefile.am: New tests added
186        * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn,
187        devfs04/Makefile.am: New tests added
188        * Makefile.am, configure.ac: Changes to accommodate the above
189        newly added tests.
190
1912010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * Makefile.am, configure.ac, termios06/init.c: Add initial tests for
194        XON/XOFF and VMIN/VMAX cases.
195        * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c,
196        termios07/termios07.doc, termios07/termios07.scn,
197        termios08/.cvsignore, termios08/Makefile.am, termios08/init.c,
198        termios08/termios08.doc, termios08/termios08.scn: New files.
199
2002010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
201
202        * Makefile.am, configure.ac: Add tar test for error cases.
203        * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc,
204        tar03/tar03.scn: New files.
205
2062010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        * stringto01/init.c, stringto01/stringto01.scn,
209        stringto01/stringto_test_template.h: Attempt to pick up a few more
210        error paths.
211
2122010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
213
214        PR 1617/testing
215        * malloctest/init.c: Added new case to exercise _realloc_r.
216
2172010-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
218
219        * malloctest/init.c: Added test for
220        rtems_heap_allocate_aligned_with_boundary().
221
2222010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
223
224        * Makefile.am, configure.ac: Add new test to exercise devFS_Show().
225        * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc,
226        devfs01/devfs01.scn, devfs01/init.c: New files.
227
2282010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * Makefile.am, configure.ac: Add new test to exercise
231        malloc_get_statistics().
232        * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
233        malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
234
2352010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
236
237        PR 1535/tests
238        * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
239        of work by Ralf and Joel.
240
2412010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
244
2452010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
246
247        * Makefile.am, configure.ac: Add test for exercising sbrk() extension
248        to Malloc Family.
249        * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
250        malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
251
2522010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
253
254        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
255        cases. Coverage of these paths is near complete.
256
2572010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * malloctest/system.h: Enable malloc statistics.
260
2612010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
262
263        * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
264
2652010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
266
267        * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
268        * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
269        termios06/termios06.doc, termios06/termios06.scn,
270        termios06/test_pppd.c: New files.
271
2722010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
273
274        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
275        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
276        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
277
2782010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
279
280        * termios04/termios_testdriver_intr.c: Task driven IO now works.
281
2822010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
283
284        * Makefile.am, configure.ac: Add test for task driven drivers.
285        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
286        termios05/termios05.doc, termios05/termios05.scn,
287        termios05/termios_testdriver_taskdriven.c,
288        termios05/termios_testdriver_taskdriven.h: New files.
289
2902010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
291
292        * Makefile.am, configure.ac: Revert changes related to uncommitted test
293        under development.
294
2952010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
296
297        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
298        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
299
3002010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
301
302        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
303        interrupt driven IO support.
304        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
305        termios04/termios04.doc, termios04/termios04.scn,
306        termios04/termios_testdriver_intr.c,
307        termios04/termios_testdriver_intr.h: New files.
308
3092010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
312        termios03/termios_testdriver_polled.c,
313        termios03/termios_testdriver_polled.h: Add more test cases.
314
3152010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
316
317        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
318
3192010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
320
321        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
322        termios03/termios03.doc, termios03/termios03.scn,
323        termios03/termios_testdriver_polled.c,
324        termios03/termios_testdriver_polled.h: New files.
325        * Makefile.am, configure.ac: Add initial version of new test for polled
326        IO support in termios.
327
3282010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
329
330        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
331        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
332        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
333        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
334        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
335        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
336        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
337        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
338        termios02/Makefile.am: Revert.
339
3402010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
341
342        * termios01/termios01.scn: Fix bug so existing test code for
343        rtems_termios_baud_to_index() is executed.
344
3452010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
346
347        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
348        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
349        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
350        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
351        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
352        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
353        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
354        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
355        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
356        code for rtems_termios_baud_to_index() is executed.
357
3582010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
359
360        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
361        before blowing stack.
362
3632010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
364
365        * Makefile.am, configure.ac: Added test that attempts to free stack
366        memory. This causes a error to be printed from the free function.
367        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
368        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
369
3702010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
371
372        * malloctest/init.c: Added error case with malloc of size 0.
373
3742010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
375
376        * malloctest/init.c: Added test to check failure branch on calloc.
377
3782010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
379
380        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
381
3822010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
383
384        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
385        for deferred free() processing.
386        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
387        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
388
3892010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
390
391        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
392        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
393        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
394        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
395        are minimal implementations so the tests will have to grow as the
396        methods grow.
397
3982010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
399
400        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
401
4022010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
403
404        PR 1433/cpukit
405        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
406        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
407        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
408        RTEMS_NO_MEMORY.
409
4102010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
411
412        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
413        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
414        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
415
4162010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
417
418        * Makefile.am: Move POSIX in front of other tests.
419
4202010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
421
422        * bspcmdline01/init.c: Fix assert conditional.
423
4242010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
425
426        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
427        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
428
4292010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
430
431        * block10/.cvsignore: New file.
432
4332010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
434
435        * block05/block05.png, block10/block10.doc, block10/init.c,
436        block10/.cvsignore, block10/block10.scn, block10/block10.png,
437        block10/Makefile.am: New files.
438        * configure.ac, Makefile.am: Update for new files.
439        * block05/block05.doc: Update for new state transitions.
440
4412010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
442
443        * block08/.cvsignore, block09/.cvsignore: New files.
444
4452010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
446
447        * block08/init.c: Remove warning.
448
4492010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
450
451        * block08/block08.scn, block08/init.c: Add starting and ending messages
452        so the scripts detect successful exit.
453
4542010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
455
456        * block09/block09.doc, block09/init.c, block09/.cvsignore,
457        block09/block09.scn, block09/Makefile.am: New files.
458        * configure.ac, Makefile.am: Update for new files.
459        * block05/block05.doc: Update for new state transitions.
460        * block05/init.c, block06/init.c: Update for block device API change.
461
4622010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
463
464        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
465        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
466        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
467        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
468        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
469        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
470        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
471        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
472        block08/init.c, block08/Makefile.am, block08/system.h,
473        block08/test_disk.c: New files.
474
4752009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
476
477        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
478        to cover the bsp_cmdline_get_param() routine.
479
4802009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
481
482        * block06/init.c: Update for disk device API change.  Changed EBADRQC
483        to EINVAL.
484
4852009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
486
487        * termios01/init.c: Increase number of termios ports by 1.
488
4892009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
490
491        * termios01/termios_testdriver.c:
492        Reflect changes to rtems_termios_callbacks->write.
493
4942009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
495
496        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
497        block05/init.c, block07/init.c, bspcmdline01/init.c,
498        stringto01/init.c, stringto01/stringto_test_template.h,
499        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
500        Use rtems_test_assert() consistently instead of system assert().
501        rtems_test_assert() is designed to integrate into the RTEMS test
502        suite infrastructure.
503
5042009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
505
506        * POSIX/Makefile.am: Add readv, writev.
507        * POSIX/writev.c, POSIX/readv.c: New.
508
5092009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
510
511        * POSIX/sigfillset.c: Let main() return "status".
512        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
513        sigismember.
514        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
515        POSIX/sigismember.c: New.
516
5172009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
518
519        * POSIX/Makefile.am: Add wait.
520        * POSIX/wait.c: New.
521
5222009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
523
524        * bspcmdline01/test.c: Removed.
525
5262009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
527
528        * Makefile.am: Add POSIX.
529        * configure.ac: Add POSIX/.
530        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
531        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
532        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
533        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
534        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
535        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
536        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
537        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
538        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
539        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
540        POSIX/waitpid.c, POSIX/write.c: New.
541
5422009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
543
544        * stringto01/init.c: New file.
545
5462009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
547
548        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
549        * stringto01/.cvsignore, stringto01/Makefile.am,
550        stringto01/stringto01.doc, stringto01/stringto01.scn,
551        stringto01/stringto_test_template.h: New files.
552
5532009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
554
555        * block05/init.c: Check block size. Improved output.
556        * block01/init.c: Free ramdisk before exit.
557        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
558        block04/block04.doc, block05/block05.doc, block06/block06.doc,
559        block07/block07.doc: New files.
560        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
561        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
562        block07/Makefile.am: Add new files.
563
5642009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
565
566        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
567        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
568        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
569        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
570
5712009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
572
573        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
574        Remove bogus cast.
575        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
576
5772009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
578
579        * rtems++/Task1.cc: Eliminate more warnings.
580
5812009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
582
583        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
584        several dozens of warnings.
585
5862009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
587
588        * block06/init.c: Add missing prototype.
589
5902009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
591
592        * block07/init.c: New test case.
593
5942009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
595
596        * block05/init.c, block05/block05.scn, block05/Makefile.am,
597        block06/init.c, block06/block06.scn, block06/Makefile.am,
598        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
599        * Makefile.am, configure.ac: Added block05, block06 and block07.
600
6012009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
602
603        * termios/init.c: Remove sh2 hacks.
604
6052009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
606
607        * block01/init.c: Include <stdio.h>.
608        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
609        * block02/init.c: Remove unused var.
610
6112009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
612
613        * block02/init.c, block02/block02.scn, block02/Makefile.am,
614        block03/init.c, block03/block03.scn, block03/Makefile.am,
615        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
616        * Makefile.am, configure.ac: Added block02, block03 and block04.
617
6182009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
619
620        * monitor02/init.c: Add local prototype for
621        rtems_shell_main_monitor.
622
6232009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
624
625        * termios01/init.c: Fix parity_table_Entry type.
626        Correct parity_table initialization.
627        Add PRIdrtems_termios_baud_t.
628        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
629
6302009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
631
632        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
633        * malloctest/init.c: Use %zu instead of %d to print size_t's.
634
6352009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
636
637        * rtmonuse/init.c, rtmonuse/task1.c:
638        Use PRIxrtems_id to print rtems_ids.
639        * malloctest/init.c: Use %zu instead of %d to print size_t's.
640
6412009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
642
643        * malloctest/init.c: Fix _Heap_Resize_block args.
644
6452009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
646
647        * malloctest/init.c, termios01/init.c,
648        termios01/termios_testdriver.c: Eliminate unused vars.
649
6502009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
651
652        * heapwalk/init.c: Comment out unused vars.
653        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
654        * malloctest/init.c: Add local prototype for malloc_walk,
655        malloc_info.
656        * malloctest/task1.c: Add local prototype for malloc_walk.
657        * monitor02/init.c: Remove unused vars.
658        * stackchk01/init.c: Remove unused vars.
659        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
660        termios/init.c: Add missing prototypes.
661
6622009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
663
664        * configure.ac: Don't add -fasm to CFLAGS.
665
6662009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
667
668        * block01/.cvsignore: New file.
669
6702009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
671
672        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
673        * Makefile.am, configure.ac: Added block01.
674
6752009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
676
677        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
678
6792009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
680
681        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
682        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
683        it.
684        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
685        termios02/termios02.doc, termios02/termios02.scn: New files.
686        termios02 is a test for tcdrain().
687
6882009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
689
690        * termios01/init.c, termios01/termios_testdriver.c:
691        Reflect changes to termios.
692
6932009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
694
695        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
696
6972009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
698
699        * stackchk01/stackchk01.doc: Add content.
700
7012009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
702
703        * Makefile.am, configure.ac: Add initial test for
704        rtems_stack_checker_is_blown.
705        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
706        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
707
7082009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
709
710        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
711        cases to get back to 100% object coverage.
712
7132009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
714
715        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
716        malloctest/malloctest.scn: New test cases.
717        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
718
7192009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
720
721        * malloctest/init.c: New test cases. Update for heap API changes.
722        * stackchk/blow.c: Update for heap API changes.
723
7242009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
725
726        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
727
7282009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
729
730        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
731        complete coverage of termios_XXX_to_YYY() methods.
732
7332009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
734
735        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
736        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
737        character with the assistance of a special test driver which prints
738        the requests.
739        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
740        termios01/termios01.doc, termios01/termios01.scn,
741        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
742
7432009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
744
745        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
746        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
747        rtems_clock_get_ticks_per_second().
748
7492009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
750
751        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
752        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
753
7542009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
755
756        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
757        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
758        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
759
7602009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
761
762        * malloctest/init.c: Adjust allocation in test so it passes now that
763        heap overhead constant has been increased.
764
7652009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
766
767        * bspcmdline01/init.c: Do not violate visibility.
768
7692009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
770
771        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
772        prefix to all routines.
773
7742009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
775
776        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
777        helper routines.
778        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
779        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
780        bspcmdline01/init.c, bspcmdline01/test.c: New files.
781
7822009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
783
784        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
785        for shrinking a block enough to need to free the newly unused
786        portion.
787
7882009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
789
790        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
791        _Protected_heap_Get_information().
792
7932009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
794
795        * heapwalk/init.c: Add test code for first free block pointer not
796        aligned.
797
7982009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
799
800        * heapwalk/init.c: Add more cases.
801
8022009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
803
804        * heapwalk/init.c: Add more automated corruption capability.
805
8062009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
807
808        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
809
8102009-05-19      Chris Johns <chrisj@rtems.org>
811
812        * cpuuse/tswitch.c: Lower sample count for small memory targets.
813        * cpuuse/system.h: Smaller stack size for small memory targets.
814        * monitor02/init.c: Cannot run on small memory targets.
815
8162009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
817
818        * rtmonuse/init.c: Do not use Task_name array before initialized.
819
8202009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
821
822        * malloctest/init.c: Fix warning.
823
8242009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
825
826        * malloctest/init.c: Fix typo.
827
8282009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
829
830        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
831        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
832        heapwalk/init.c, heapwalk/system.h: New files.
833
8342009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
835
836        * malloctest/init.c: Add test case for heap resize block when the
837        resize creates a free block large enough to free.
838
8392009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
840
841        * cpuuse/Makefile.am, malloctest/Makefile.am,
842        monitor/Makefile.am, monitor02/Makefile.am,
843        putenvtest/Makefile.am, rtems++/Makefile.am,
844        rtmonuse/Makefile.am, stackchk/Makefile.am,
845        termios/Makefile.am, tztest/Makefile.am:
846        Eliminate _exe_/.exe.
847
8482009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
849
850        * stackchk/stackchk.scn: Correct screen to match output.
851
8522008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
853
854        * malloctest/init.c: Change sizes of heap/region and allocated objects
855        in heap to intptr_t so they can be larger than a single allocatable
856        object (e.g. size_t).
857
8582008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
859
860        * malloctest/init.c: Do not generate alignment factors larger that will
861        not fit in a native integer.
862
8632008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
864
865        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
866        CONFIGURE_STACK_CHECKER_ENABLED.
867
8682008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
869
870        * malloctest/init.c: Convert to "bool".
871
8722008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
873
874        * rtems++/System.h: Account for extra task stacks properly.
875
8762008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
877
878        * malloctest/init.c: Fix return status check.
879
8802008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
881
882        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
883        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
884        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
885        POSIX tests. Add a clock_settime case for < 1988.
886
8872008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
888
889        * malloctest/init.c: Add more test cases to cover heap better.
890
8912008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
892
893        * malloctest/init.c: Add new test cases per Sergei. Make some of the
894        stranger cases operate directly on a freshly initialized heap. This
895        should make them more reproducible.
896
8972008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
898
899        * malloctest/init.c: Add more tests per suggestions from Sergei
900        Organov.
901
9022008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
903
904        * malloctest/init.c: Add include to remove warning.
905
9062008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
907
908        * malloctest/init.c: Remove debug print.
909
9102008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
911
912        * monitor02/.cvsignore: New file.
913
9142008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
915
916        * Makefile.am, configure.ac: Added automatic test for monitor shell
917        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
918        monitor02/system.h: New files.
919
9202007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
921
922        * malloctest/init.c: Add test cases suggested by Sergei Organov
923        <s.organov@javad.com>.
924
9252007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
926
927        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
928
9292007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
930
931        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
932        exericise another path in the period statistics code.
933
9342007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
935
936        * malloctest/init.c: Add some primitive testing of realloc() which also
937        does some positive path testing on the SuperCore heap.
938
9392007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
940
941        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
942        cases for untested routines.
943
9442007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
945
946        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
947        the CPU Usage Report include it. If it is deleted, the CPU time it
948        had consumed is not listed later in the report.
949
9502007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
951
952        * tztest/init.c: Build when using buffered test IO.
953
9542007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
955
956        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
957        macro instead of fflush() directly.
958
9592007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
960
961        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
962        Statistics and Period Usage into Rate Monotonic Manager. Added the
963        following directives: rtems_rate_monotonic_get_statistics,
964        rtems_rate_monotonic_reset_statistics,
965        rtems_rate_monotonic_reset_all_statistics,
966        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
967        Obsoleted the rtems/rtmonuse.h file as a public interface.
968
9692007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
970
971        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
972        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
973        optional managers to Makefiles. Clean up test cases so last output
974        line follows END OF pattern. Make sure test case all run. All tests
975        appeared ok on sis.
976
9772007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
978
979        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
980
9812007-03-13      Joel Sherrill <joel@OARcorp.com>
982
983        * tztest/init.c: Call tzset() even though it may be called for us
984        implicitly along the way.
985
9862007-03-13      Joel Sherrill <joel@OARcorp.com>
987
988        * tztest/.cvsignore: New file.
989
9902007-03-13      Joel Sherrill <joel@OARcorp.com>
991
992        * Makefile.am, configure.ac: Added timezone test.
993        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
994        tztest/tztest.scn: New files.
995
9962007-03-05      Joel Sherrill <joel@OARcorp.com>
997
998        * malloctest/init.c: Be explicit about need for default and floating
999        point attributes. This is just a style change.
1000
10012007-02-06      Joel Sherrill <joel@OARcorp.com>
1002
1003        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
1004        issues in message queue tests.
1005
10062006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1007
1008        * configure.ac: New BUG-REPORT address.
1009
10102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1011
1012        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1013
10142006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1015
1016        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
1017        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
1018        docdir. Use rtems_testsdir instead.
1019
10202006-02-08      Joel Sherrill <joel@OARcorp.com>
1021
1022        * rtems++/Task1.cc: Fix warnings.
1023
10242005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1025
1026        * configure.ac: Remove RTEMS_ENABLE_BARE,
1027        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1028
10292005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1030
1031        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1032        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1033        stackchk/Makefile.am, termios/Makefile.am:
1034        Convert to using *_PROGRAMS.
1035
10362005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1037
1038        * cpuuse/Makefile.am, malloctest/Makefile.am,
1039        monitor/Makefile.am, putenvtest/Makefile.am,
1040        rtems++/Makefile.am, rtmonuse/Makefile.am,
1041        stackchk/Makefile.am, termios/Makefile.am: Rework.
1042
10432005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1044
1045        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1046        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1047        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
1048        * libtests.am: Remove.
1049
10502005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1051
1052        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1053        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1054        stackchk/Makefile.am, termios/Makefile.am:
1055        AM_CPPFLAGS += -I..../support/include.
1056
10572005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1058
1059        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
1060        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
1061
10622005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1063
1064        * libtests.am: Remove LIB_VARIANT.
1065
10662005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1067
1068        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1069        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1070        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
1071
10722005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1073
1074        * Makefile.am: Cleanup.
1075
10762005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1077
1078        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1079        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1080        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1081        stackchk/Makefile.am, termios/Makefile.am:
1082        Partial conversion to automake.
1083
10842005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1085
1086        * rtems++/Makefile.am: Remove LIB_VARIANT.
1087
10882004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1089
1090        * configure.ac: Remove -ansi to prevent folks from further damaging
1091        the code with broken prototypes.
1092        * putenvtest/init.c: Remove broken putenv prototype.
1093        * termios/init.c (print_c_cc): Don't loop over NCCS.
1094
10952004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1096
1097        * configure.ac: Require automake > 1.9.
1098
10992004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1100
1101        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1102        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1103        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1104        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1105        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1106        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1107        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1108        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1109
11102004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1111
1112        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
1113        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
1114        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
1115        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
1116        using c99 fixed size types.
1117
11182004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1119
1120        * configure.ac: Add 2nd arg to RTEMS_TOP.
1121
11222004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1123
1124        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1125        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1126        * malloctest/Makefile.am: Ditto.
1127        * monitor/Makefile.am: Ditto.
1128        * putenvtest/Makefile.am: Ditto.
1129        * rtems++/Makefile.am: Ditto.
1130        * rtmonuse/Makefile.am: Ditto.
1131        * stackchk/Makefile.am: Ditto.
1132        * termios/Makefile.am: Ditto.
1133
11342003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1135
1136        * libtests.am: Add dirstamp support.
1137
11382003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1139
1140        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1141
11422003-12-16      Joel Sherrill <joel@OARcorp.com>
1143
1144        PR 544/tests
1145        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
1146        tests account for resources and not print at inappropriate times.
1147
11482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1149
1150        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1151
11522003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1153
1154        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
1155        * malloctest/Makefile.am: Remove all-local: $(ARCH).
1156        * monitor/Makefile.am: Remove all-local: $(ARCH).
1157        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
1158        * rtems++/Makefile.am: Remove all-local: $(ARCH).
1159        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
1160        * stackchk/Makefile.am: Remove all-local: $(ARCH).
1161        * termios/Makefile.am: Remove all-local: $(ARCH).
1162
11632003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1164
1165        * configure.ac: Reflect having moved to testsuites/.
1166
11672003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1168
1169        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1170
11712003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1172
1173        * configure.ac:Remove RTEMS_CHECK_CPU.
1174
11752003-09-04      Joel Sherrill <joel@OARcorp.com>
1176
1177        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
1178        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
1179        malloctest/system.h, malloctest/task1.c, monitor/init.c,
1180        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
1181        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
1182        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
1183        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
1184        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
1185        stackchk/task1.c: URL for license changed.
1186
11872003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1188
1189        * Makefile.am: Reflect having moved aclocal/.
1190
11912003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1192
1193        * Makefile.am: Reflect having moved automake/.
1194        * cpuuse/Makefile.am: Reflect having moved automake/.
1195        * malloctest/Makefile.am: Reflect having moved automake/.
1196        * monitor/Makefile.am: Reflect having moved automake/.
1197        * putenvtest/Makefile.am: Reflect having moved automake/.
1198        * rtems++/Makefile.am: Reflect having moved automake/.
1199        * rtmonuse/Makefile.am: Reflect having moved automake/.
1200        * stackchk/Makefile.am: Reflect having moved automake/.
1201        * termios/Makefile.am: Reflect having moved automake/.
1202
12032003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1204
1205        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1206
12072003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1208
1209        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1210
12112003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1212
1213        * configure.ac: Unconditionally check for CXX.
1214        Require autoconf-2.57, automake-1.7.2.
1215        * rtems++: Eliminate CC_O_FILES.
1216
12172002-12-02      Joel Sherrill <joel@OARcorp.com>
1218
1219        * malloctest/init.c: Tasks should be floating point.
1220
12212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1222
1223        * .cvsignore: Reformat.
1224        Add autom4te*cache.
1225        Remove autom4te.cache.
1226
12272002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1228
1229        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
1230        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
1231        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
1232        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
1233        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
1234        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
1235        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
1236        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
1237
12382002-08-01      Joel Sherrill <joel@OARcorp.com>
1239
1240        * Per PR47 add support for buffered test output.  This involved
1241        adding defines to redirect output to a buffer and dump it when
1242        full, at "test pause", and at exit.  To avoid problems when redefining
1243        exit(), all tests were modified to call rtems_test_exit().
1244        Some tests, notable psxtests, had to be modified to include
1245        the standard test macro .h file (pmacros.h or tmacros.h) to
1246        enable this support.
1247        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
1248        rtmonuse/task1.c, termios/init.c: Modified.
1249
12502002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1251
1252        * configure.ac: Remove ENABLE_GCC28.
1253
12542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1255
1256        * configure.ac:
1257        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1258        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1259        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1260        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1261        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1262        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
1263        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1264        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
1265        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1266        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
1267        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
1268
12692001-11-01      Joel Sherrill <joel@OARcorp.com>
1270
1271        * rtems++/Makefile.am: Make sure debug variant of librtems++
1272        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1273        and processed as PR78.
1274
12752001-10-25      Joel Sherrill <joel@OARcorp.com>
1276
1277        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1278
12792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1280
1281        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1282        * configure.in: Remove.
1283        * configure.ac: New file, generated from configure.in by autoupdate.
1284
12852001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1286
1287        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1288        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1289
12902001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1291
1292        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1293        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1294        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1295        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1296        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1297        make-cxx-exe.
1298        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1299        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1300        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1301
13022001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1303
1304        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1305
13062000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1307
1308        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1309
13102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1311
1312        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1313
13142000-11-01      Joel Sherrill <joel@OARcorp.com>
1315
1316        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1317        libcsupport.h moved from libc to lib/include/rtems and now must
1318        be referenced as <rtems/XXX.h>. 
1319
13202000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1321
1322        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1323        Switch to GNU canonicalization.
1324        * libtests.am: Remove DEFS.
1325
13262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1327
1328        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1329        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1330        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1331
13322000-08-10      Joel Sherrill <joel@OARcorp.com>
1333
1334        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.