source: rtems/testsuites/libtests/ChangeLog @ 8ee3775

4.115
Last change on this file since 8ee3775 was 8ee3775, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/11 at 15:01:43

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

  • configure.ac: Require autoconf-2.68, automake-1.11.1.
  • Property mode set to 100644
File size: 47.4 KB
Line 
12011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.68, automake-1.11.1.
4
52011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * math/math.scn, mathf/mathf.scn, mathl/mathl.scn: Regenerate.
8        * Makefile.am, configure.ac: Add mathf/, mathl/.
9        * math/init.c, math/Makefile.am: Reflect having split-out
10        mathl and mathf.
11        * math/domathf.c, math/domathl.c: Remove.
12        * mathf/Makefile.am, mathf/domathf.c, mathf/init.c,
13        mathf/mathf.scn: New (Split out from math/).
14        * mathl/Makefile.am, mathf/domathl.c, mathl/init.c,
15        mathl/mathl.scn: New (Split out from math/).
16
172011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * math/init.c, complex/init.c:
20        Use fprintf(stdout,..) instead of printf.
21        Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
22
232011-01-31      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * POSIX/clock_gettime.c, POSIX/gettimeofday.c: New.
26        * POSIX/Makefile.am: Add clock_gettime, gettimeofday.c.
27
282011-01-28      Bharath Suri <bharath.s.jois@gmail.com>
29
30        PR 1661/testing
31        * termios06/init.c: Extend the test to cover sections related to
32        flow control in termios.c
33        * termios06/termios06.doc: Updated test concept
34        * termios06/termios06.scn: Updated test run log
35
362011-01-10      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * math/domath.in: Fix typo in printf.
39        * math/domath.c, math/domathf.c, math/domathl.c: Regenerate.
40        * math/math.scn: Regenerate.
41
422011-01-10      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * configure.ac: Use ac_cv_header_complex_h.
45
462010-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * math/Makefile.am, math/init.c: Init task has to be floating point and
49        there is no point in using optional manager stubs since libio needs
50        semaphores.
51
522010-12-01      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * configure.ac: Check for complex.h.
55        Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated
56        toolchains.
57        * complex/Makefile.am: Apply HAS_COMPLEX.
58
592010-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Add complex, math subdirs.
62        * configure.ac: Add complex, math subdirs.
63
642010-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * complex/Makefile.am, complex/init.c, complex/docomplex.c,
67        complex/docomplexf.c, complex/complex.scn, complex/docomplex.in,
68        complex/complex.doc, complex/docomplexl.c: New.
69        * math/Makefile.am, math/init.c, math/domath.c,
70        math/domathf.c, math/math.scn, math/domath.in,
71        math/math.doc, math/domathl.c: New.
72
732010-09-01      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * POSIX/Makefile.am: Add htonl.
76        * POSIX/htonl.c: New.
77
782010-08-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
79
80        * malloctest/init.c: Update for heap API changes.
81
822010-08-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
83
84        * gxx01/gxx_wrappers.h, gxx02/.cvsignore, gxx02/Makefile.am,
85        gxx02/gxx02.doc, gxx02/gxx02.scn, gxx02/init.c: Removed files.
86        * Makefile.am, configure.ac: Reflect changes above.
87        * gxx01/init.c: Removed fatal error test case.
88
892010-08-10      Bharath Suri <bharath.s.jois@gmail.com>
90
91        PR 1661/testing
92        * termios01/init.c, termios01/termios01.scn: Added a test case to
93        hit a case in rtems_termios_read.
94
952010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        PR 1664/testing
98        * termios01/init.c: Use INT_MAX instead of hard-coded number for error
99        case to avoid warning on 16-bit targets.
100
1012010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        PR 1661/testing
104        * malloc04/init.c: Add public methods to get/set malloc heap pointer so
105        the tests do not have to peer behind the API.
106
1072010-08-09      Bharath Suri <bharath.s.jois@gmail.com>
108
109        PR 1661/testing
110        * termios01/init.c, termios01/termios_testdriver.c,
111        termios01/termios01.scn: Changes to improve coverage of
112        rtems_termios_open routine.
113
1142010-08-06      Bharath Suri <bharath.s.jois@gmail.com>
115
116        PR 1654/testing
117        * deviceio01/init.c, deviceio01/deviceio01.doc,
118        deviceio01/deviceio01.scn, deviceio01/test_driver.c,
119        deviceio01/test_driver.h, deviceio01/Makefile.am: New test added.
120        * Makefile.am, configure.ac: Changes to added above test.
121        * tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
122
1232010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * Makefile.am, configure.ac: Add test for rtems_print_buffer().
126        * dumpbuf01/.cvsignore, dumpbuf01/Makefile.am, dumpbuf01/dumpbuf01.doc,
127        dumpbuf01/dumpbuf01.scn, dumpbuf01/init.c: New files.
128
1292010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add test cases to
132        improve coverage.
133
1342010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove
137        intital_fs directory.
138
1392010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
142
1432010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * tar01/Makefile.am:
146        Apply $LN_S, $PAX. Use subshell for tarball creation.
147        Don't add initial_fs to CLEANFILES.
148        * tar02/Makefile.am:
149        Apply $LN_S, $PAX. Use subshell for tarball creation.
150
1512010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * configure.ac: Add AC_PROG_LN_S.
154        Add AC_PATH_PROG([PAX]).
155        Add AM_CONDITIONAL(TARTESTS).
156        * tar01/Makefile.am, tar02/Makefile.am:
157        Eliminate stamp-filesystem.
158
1592010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * tar01/Makefile.am, tar02/Makefile.am:
162        Add BUILT_SOURCES.
163
1642010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * tar01/Makefile.am, tar02/Makefile.am:
167        Eliminate stamp-fs-tar. Reorder CLEANFILES.
168        Apply BIN2C -C/-H.
169
1702010-07-29      Joel Sherrill <joel.sherrilL@OARcorp.com>
171
172        * tar01/Makefile.am, tar02/Makefile.am: Fix dependencies for parallel
173        build.
174
1752010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * tar01/Makefile.am, tar02/Makefile.am: Replace mkdir cascade
178        with $(MKDIR_P).
179
1802010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * tar01/Makefile.am, tar02/Makefile.am: Misc. fixes.
183
1842010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * tar01/Makefile.am, tar03/Makefile.am: Remove MANAGERS.
187
1882010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        PR 1532/testing
191        * Makefile.am, configure.ac: Add initial tests for untar capabilities.
192        * tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc,
193        tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c,
194        tar02/tar02.doc, tar02/tar02.scn: New files.
195
1962010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
197
198        PR 1631/testing
199        * gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc,
200        gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added
201        * Makefile.am, configure.ac: Changes to accommodate new tests
202
2032010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
204
205        PR 1632/testing
206        * Makefile.am, configure.ac: Make dedicated fatal error test for
207        /dev/null already registered. Using code from Bharath in new test
208        framework.
209        * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am,
210        devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn,
211        devnullfatal01/testcase.h: New files.
212
2132010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
214
215        PR 1632/testing
216        * devfs04/init.c, devfs04/test_driver.c: Added cases to exercise
217        null_initialize() and null_write().
218
2192010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
220
221        * gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
222
2232010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
224
225        * gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
226
2272010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
228
229        * gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
230
2312010-07-22      Bharath Suri <bharath.s.jois@gmail.com>
232
233        * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn,
234        devfs02/Makefile.am: New tests added
235        * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn,
236        devfs03/Makefile.am: New tests added
237        * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn,
238        devfs04/Makefile.am: New tests added
239        * Makefile.am, configure.ac: Changes to accommodate the above
240        newly added tests.
241
2422010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
243
244        * Makefile.am, configure.ac, termios06/init.c: Add initial tests for
245        XON/XOFF and VMIN/VMAX cases.
246        * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c,
247        termios07/termios07.doc, termios07/termios07.scn,
248        termios08/.cvsignore, termios08/Makefile.am, termios08/init.c,
249        termios08/termios08.doc, termios08/termios08.scn: New files.
250
2512010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
252
253        * Makefile.am, configure.ac: Add tar test for error cases.
254        * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc,
255        tar03/tar03.scn: New files.
256
2572010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * stringto01/init.c, stringto01/stringto01.scn,
260        stringto01/stringto_test_template.h: Attempt to pick up a few more
261        error paths.
262
2632010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
264
265        PR 1617/testing
266        * malloctest/init.c: Added new case to exercise _realloc_r.
267
2682010-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
269
270        * malloctest/init.c: Added test for
271        rtems_heap_allocate_aligned_with_boundary().
272
2732010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
274
275        * Makefile.am, configure.ac: Add new test to exercise devFS_Show().
276        * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc,
277        devfs01/devfs01.scn, devfs01/init.c: New files.
278
2792010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
280
281        * Makefile.am, configure.ac: Add new test to exercise
282        malloc_get_statistics().
283        * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
284        malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
285
2862010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
287
288        PR 1535/tests
289        * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
290        of work by Ralf and Joel.
291
2922010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
293
294        * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
295
2962010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
297
298        * Makefile.am, configure.ac: Add test for exercising sbrk() extension
299        to Malloc Family.
300        * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
301        malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
302
3032010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
304
305        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
306        cases. Coverage of these paths is near complete.
307
3082010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * malloctest/system.h: Enable malloc statistics.
311
3122010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
313
314        * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
315
3162010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
317
318        * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
319        * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
320        termios06/termios06.doc, termios06/termios06.scn,
321        termios06/test_pppd.c: New files.
322
3232010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
324
325        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
326        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
327        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
328
3292010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
330
331        * termios04/termios_testdriver_intr.c: Task driven IO now works.
332
3332010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
334
335        * Makefile.am, configure.ac: Add test for task driven drivers.
336        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
337        termios05/termios05.doc, termios05/termios05.scn,
338        termios05/termios_testdriver_taskdriven.c,
339        termios05/termios_testdriver_taskdriven.h: New files.
340
3412010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
342
343        * Makefile.am, configure.ac: Revert changes related to uncommitted test
344        under development.
345
3462010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
347
348        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
349        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
350
3512010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
352
353        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
354        interrupt driven IO support.
355        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
356        termios04/termios04.doc, termios04/termios04.scn,
357        termios04/termios_testdriver_intr.c,
358        termios04/termios_testdriver_intr.h: New files.
359
3602010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
361
362        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
363        termios03/termios_testdriver_polled.c,
364        termios03/termios_testdriver_polled.h: Add more test cases.
365
3662010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
367
368        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
369
3702010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
371
372        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
373        termios03/termios03.doc, termios03/termios03.scn,
374        termios03/termios_testdriver_polled.c,
375        termios03/termios_testdriver_polled.h: New files.
376        * Makefile.am, configure.ac: Add initial version of new test for polled
377        IO support in termios.
378
3792010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
380
381        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
382        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
383        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
384        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
385        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
386        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
387        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
388        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
389        termios02/Makefile.am: Revert.
390
3912010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
392
393        * termios01/termios01.scn: Fix bug so existing test code for
394        rtems_termios_baud_to_index() is executed.
395
3962010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
397
398        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
399        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
400        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
401        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
402        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
403        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
404        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
405        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
406        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
407        code for rtems_termios_baud_to_index() is executed.
408
4092010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
410
411        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
412        before blowing stack.
413
4142010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
415
416        * Makefile.am, configure.ac: Added test that attempts to free stack
417        memory. This causes a error to be printed from the free function.
418        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
419        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
420
4212010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
422
423        * malloctest/init.c: Added error case with malloc of size 0.
424
4252010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
426
427        * malloctest/init.c: Added test to check failure branch on calloc.
428
4292010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
430
431        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
432
4332010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
434
435        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
436        for deferred free() processing.
437        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
438        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
439
4402010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
441
442        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
443        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
444        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
445        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
446        are minimal implementations so the tests will have to grow as the
447        methods grow.
448
4492010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
450
451        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
452
4532010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
454
455        PR 1433/cpukit
456        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
457        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
458        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
459        RTEMS_NO_MEMORY.
460
4612010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
462
463        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
464        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
465        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
466
4672010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
468
469        * Makefile.am: Move POSIX in front of other tests.
470
4712010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
472
473        * bspcmdline01/init.c: Fix assert conditional.
474
4752010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
476
477        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
478        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
479
4802010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
481
482        * block10/.cvsignore: New file.
483
4842010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
485
486        * block05/block05.png, block10/block10.doc, block10/init.c,
487        block10/.cvsignore, block10/block10.scn, block10/block10.png,
488        block10/Makefile.am: New files.
489        * configure.ac, Makefile.am: Update for new files.
490        * block05/block05.doc: Update for new state transitions.
491
4922010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
493
494        * block08/.cvsignore, block09/.cvsignore: New files.
495
4962010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
497
498        * block08/init.c: Remove warning.
499
5002010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
501
502        * block08/block08.scn, block08/init.c: Add starting and ending messages
503        so the scripts detect successful exit.
504
5052010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
506
507        * block09/block09.doc, block09/init.c, block09/.cvsignore,
508        block09/block09.scn, block09/Makefile.am: New files.
509        * configure.ac, Makefile.am: Update for new files.
510        * block05/block05.doc: Update for new state transitions.
511        * block05/init.c, block06/init.c: Update for block device API change.
512
5132010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
514
515        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
516        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
517        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
518        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
519        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
520        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
521        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
522        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
523        block08/init.c, block08/Makefile.am, block08/system.h,
524        block08/test_disk.c: New files.
525
5262009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
527
528        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
529        to cover the bsp_cmdline_get_param() routine.
530
5312009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
532
533        * block06/init.c: Update for disk device API change.  Changed EBADRQC
534        to EINVAL.
535
5362009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
537
538        * termios01/init.c: Increase number of termios ports by 1.
539
5402009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
541
542        * termios01/termios_testdriver.c:
543        Reflect changes to rtems_termios_callbacks->write.
544
5452009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
546
547        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
548        block05/init.c, block07/init.c, bspcmdline01/init.c,
549        stringto01/init.c, stringto01/stringto_test_template.h,
550        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
551        Use rtems_test_assert() consistently instead of system assert().
552        rtems_test_assert() is designed to integrate into the RTEMS test
553        suite infrastructure.
554
5552009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
556
557        * POSIX/Makefile.am: Add readv, writev.
558        * POSIX/writev.c, POSIX/readv.c: New.
559
5602009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
561
562        * POSIX/sigfillset.c: Let main() return "status".
563        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
564        sigismember.
565        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
566        POSIX/sigismember.c: New.
567
5682009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
569
570        * POSIX/Makefile.am: Add wait.
571        * POSIX/wait.c: New.
572
5732009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
574
575        * bspcmdline01/test.c: Removed.
576
5772009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
578
579        * Makefile.am: Add POSIX.
580        * configure.ac: Add POSIX/.
581        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
582        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
583        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
584        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
585        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
586        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
587        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
588        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
589        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
590        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
591        POSIX/waitpid.c, POSIX/write.c: New.
592
5932009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
594
595        * stringto01/init.c: New file.
596
5972009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
598
599        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
600        * stringto01/.cvsignore, stringto01/Makefile.am,
601        stringto01/stringto01.doc, stringto01/stringto01.scn,
602        stringto01/stringto_test_template.h: New files.
603
6042009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
605
606        * block05/init.c: Check block size. Improved output.
607        * block01/init.c: Free ramdisk before exit.
608        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
609        block04/block04.doc, block05/block05.doc, block06/block06.doc,
610        block07/block07.doc: New files.
611        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
612        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
613        block07/Makefile.am: Add new files.
614
6152009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
616
617        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
618        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
619        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
620        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
621
6222009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
623
624        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
625        Remove bogus cast.
626        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
627
6282009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
629
630        * rtems++/Task1.cc: Eliminate more warnings.
631
6322009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
633
634        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
635        several dozens of warnings.
636
6372009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
638
639        * block06/init.c: Add missing prototype.
640
6412009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
642
643        * block07/init.c: New test case.
644
6452009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
646
647        * block05/init.c, block05/block05.scn, block05/Makefile.am,
648        block06/init.c, block06/block06.scn, block06/Makefile.am,
649        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
650        * Makefile.am, configure.ac: Added block05, block06 and block07.
651
6522009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
653
654        * termios/init.c: Remove sh2 hacks.
655
6562009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
657
658        * block01/init.c: Include <stdio.h>.
659        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
660        * block02/init.c: Remove unused var.
661
6622009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
663
664        * block02/init.c, block02/block02.scn, block02/Makefile.am,
665        block03/init.c, block03/block03.scn, block03/Makefile.am,
666        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
667        * Makefile.am, configure.ac: Added block02, block03 and block04.
668
6692009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
670
671        * monitor02/init.c: Add local prototype for
672        rtems_shell_main_monitor.
673
6742009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
675
676        * termios01/init.c: Fix parity_table_Entry type.
677        Correct parity_table initialization.
678        Add PRIdrtems_termios_baud_t.
679        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
680
6812009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
682
683        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
684        * malloctest/init.c: Use %zu instead of %d to print size_t's.
685
6862009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
687
688        * rtmonuse/init.c, rtmonuse/task1.c:
689        Use PRIxrtems_id to print rtems_ids.
690        * malloctest/init.c: Use %zu instead of %d to print size_t's.
691
6922009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
693
694        * malloctest/init.c: Fix _Heap_Resize_block args.
695
6962009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
697
698        * malloctest/init.c, termios01/init.c,
699        termios01/termios_testdriver.c: Eliminate unused vars.
700
7012009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
702
703        * heapwalk/init.c: Comment out unused vars.
704        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
705        * malloctest/init.c: Add local prototype for malloc_walk,
706        malloc_info.
707        * malloctest/task1.c: Add local prototype for malloc_walk.
708        * monitor02/init.c: Remove unused vars.
709        * stackchk01/init.c: Remove unused vars.
710        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
711        termios/init.c: Add missing prototypes.
712
7132009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
714
715        * configure.ac: Don't add -fasm to CFLAGS.
716
7172009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
718
719        * block01/.cvsignore: New file.
720
7212009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
722
723        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
724        * Makefile.am, configure.ac: Added block01.
725
7262009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
727
728        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
729
7302009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
731
732        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
733        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
734        it.
735        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
736        termios02/termios02.doc, termios02/termios02.scn: New files.
737        termios02 is a test for tcdrain().
738
7392009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
740
741        * termios01/init.c, termios01/termios_testdriver.c:
742        Reflect changes to termios.
743
7442009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
745
746        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
747
7482009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
749
750        * stackchk01/stackchk01.doc: Add content.
751
7522009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
753
754        * Makefile.am, configure.ac: Add initial test for
755        rtems_stack_checker_is_blown.
756        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
757        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
758
7592009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
760
761        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
762        cases to get back to 100% object coverage.
763
7642009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
765
766        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
767        malloctest/malloctest.scn: New test cases.
768        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
769
7702009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
771
772        * malloctest/init.c: New test cases. Update for heap API changes.
773        * stackchk/blow.c: Update for heap API changes.
774
7752009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
776
777        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
778
7792009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
780
781        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
782        complete coverage of termios_XXX_to_YYY() methods.
783
7842009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
785
786        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
787        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
788        character with the assistance of a special test driver which prints
789        the requests.
790        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
791        termios01/termios01.doc, termios01/termios01.scn,
792        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
793
7942009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
795
796        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
797        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
798        rtems_clock_get_ticks_per_second().
799
8002009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
801
802        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
803        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
804
8052009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
806
807        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
808        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
809        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
810
8112009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
812
813        * malloctest/init.c: Adjust allocation in test so it passes now that
814        heap overhead constant has been increased.
815
8162009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
817
818        * bspcmdline01/init.c: Do not violate visibility.
819
8202009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
821
822        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
823        prefix to all routines.
824
8252009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
826
827        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
828        helper routines.
829        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
830        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
831        bspcmdline01/init.c, bspcmdline01/test.c: New files.
832
8332009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
834
835        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
836        for shrinking a block enough to need to free the newly unused
837        portion.
838
8392009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
840
841        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
842        _Protected_heap_Get_information().
843
8442009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
845
846        * heapwalk/init.c: Add test code for first free block pointer not
847        aligned.
848
8492009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
850
851        * heapwalk/init.c: Add more cases.
852
8532009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
854
855        * heapwalk/init.c: Add more automated corruption capability.
856
8572009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
858
859        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
860
8612009-05-19      Chris Johns <chrisj@rtems.org>
862
863        * cpuuse/tswitch.c: Lower sample count for small memory targets.
864        * cpuuse/system.h: Smaller stack size for small memory targets.
865        * monitor02/init.c: Cannot run on small memory targets.
866
8672009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
868
869        * rtmonuse/init.c: Do not use Task_name array before initialized.
870
8712009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
872
873        * malloctest/init.c: Fix warning.
874
8752009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
876
877        * malloctest/init.c: Fix typo.
878
8792009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
880
881        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
882        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
883        heapwalk/init.c, heapwalk/system.h: New files.
884
8852009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
886
887        * malloctest/init.c: Add test case for heap resize block when the
888        resize creates a free block large enough to free.
889
8902009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
891
892        * cpuuse/Makefile.am, malloctest/Makefile.am,
893        monitor/Makefile.am, monitor02/Makefile.am,
894        putenvtest/Makefile.am, rtems++/Makefile.am,
895        rtmonuse/Makefile.am, stackchk/Makefile.am,
896        termios/Makefile.am, tztest/Makefile.am:
897        Eliminate _exe_/.exe.
898
8992009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
900
901        * stackchk/stackchk.scn: Correct screen to match output.
902
9032008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
904
905        * malloctest/init.c: Change sizes of heap/region and allocated objects
906        in heap to intptr_t so they can be larger than a single allocatable
907        object (e.g. size_t).
908
9092008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
910
911        * malloctest/init.c: Do not generate alignment factors larger that will
912        not fit in a native integer.
913
9142008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
915
916        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
917        CONFIGURE_STACK_CHECKER_ENABLED.
918
9192008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
920
921        * malloctest/init.c: Convert to "bool".
922
9232008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
924
925        * rtems++/System.h: Account for extra task stacks properly.
926
9272008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
928
929        * malloctest/init.c: Fix return status check.
930
9312008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
932
933        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
934        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
935        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
936        POSIX tests. Add a clock_settime case for < 1988.
937
9382008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
939
940        * malloctest/init.c: Add more test cases to cover heap better.
941
9422008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
943
944        * malloctest/init.c: Add new test cases per Sergei. Make some of the
945        stranger cases operate directly on a freshly initialized heap. This
946        should make them more reproducible.
947
9482008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
949
950        * malloctest/init.c: Add more tests per suggestions from Sergei
951        Organov.
952
9532008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
954
955        * malloctest/init.c: Add include to remove warning.
956
9572008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
958
959        * malloctest/init.c: Remove debug print.
960
9612008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
962
963        * monitor02/.cvsignore: New file.
964
9652008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
966
967        * Makefile.am, configure.ac: Added automatic test for monitor shell
968        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
969        monitor02/system.h: New files.
970
9712007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
972
973        * malloctest/init.c: Add test cases suggested by Sergei Organov
974        <s.organov@javad.com>.
975
9762007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
977
978        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
979
9802007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
981
982        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
983        exericise another path in the period statistics code.
984
9852007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
986
987        * malloctest/init.c: Add some primitive testing of realloc() which also
988        does some positive path testing on the SuperCore heap.
989
9902007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
991
992        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
993        cases for untested routines.
994
9952007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
996
997        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
998        the CPU Usage Report include it. If it is deleted, the CPU time it
999        had consumed is not listed later in the report.
1000
10012007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1002
1003        * tztest/init.c: Build when using buffered test IO.
1004
10052007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1006
1007        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
1008        macro instead of fflush() directly.
1009
10102007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1011
1012        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
1013        Statistics and Period Usage into Rate Monotonic Manager. Added the
1014        following directives: rtems_rate_monotonic_get_statistics,
1015        rtems_rate_monotonic_reset_statistics,
1016        rtems_rate_monotonic_reset_all_statistics,
1017        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
1018        Obsoleted the rtems/rtmonuse.h file as a public interface.
1019
10202007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1021
1022        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
1023        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
1024        optional managers to Makefiles. Clean up test cases so last output
1025        line follows END OF pattern. Make sure test case all run. All tests
1026        appeared ok on sis.
1027
10282007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
1029
1030        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
1031
10322007-03-13      Joel Sherrill <joel@OARcorp.com>
1033
1034        * tztest/init.c: Call tzset() even though it may be called for us
1035        implicitly along the way.
1036
10372007-03-13      Joel Sherrill <joel@OARcorp.com>
1038
1039        * tztest/.cvsignore: New file.
1040
10412007-03-13      Joel Sherrill <joel@OARcorp.com>
1042
1043        * Makefile.am, configure.ac: Added timezone test.
1044        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
1045        tztest/tztest.scn: New files.
1046
10472007-03-05      Joel Sherrill <joel@OARcorp.com>
1048
1049        * malloctest/init.c: Be explicit about need for default and floating
1050        point attributes. This is just a style change.
1051
10522007-02-06      Joel Sherrill <joel@OARcorp.com>
1053
1054        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
1055        issues in message queue tests.
1056
10572006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1058
1059        * configure.ac: New BUG-REPORT address.
1060
10612006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1062
1063        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1064
10652006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1066
1067        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
1068        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
1069        docdir. Use rtems_testsdir instead.
1070
10712006-02-08      Joel Sherrill <joel@OARcorp.com>
1072
1073        * rtems++/Task1.cc: Fix warnings.
1074
10752005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1076
1077        * configure.ac: Remove RTEMS_ENABLE_BARE,
1078        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1079
10802005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1081
1082        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1083        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1084        stackchk/Makefile.am, termios/Makefile.am:
1085        Convert to using *_PROGRAMS.
1086
10872005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1088
1089        * cpuuse/Makefile.am, malloctest/Makefile.am,
1090        monitor/Makefile.am, putenvtest/Makefile.am,
1091        rtems++/Makefile.am, rtmonuse/Makefile.am,
1092        stackchk/Makefile.am, termios/Makefile.am: Rework.
1093
10942005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1095
1096        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1097        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1098        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
1099        * libtests.am: Remove.
1100
11012005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1102
1103        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1104        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1105        stackchk/Makefile.am, termios/Makefile.am:
1106        AM_CPPFLAGS += -I..../support/include.
1107
11082005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1109
1110        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
1111        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
1112
11132005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1114
1115        * libtests.am: Remove LIB_VARIANT.
1116
11172005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1118
1119        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1120        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1121        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
1122
11232005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1124
1125        * Makefile.am: Cleanup.
1126
11272005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1128
1129        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1130        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1131        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1132        stackchk/Makefile.am, termios/Makefile.am:
1133        Partial conversion to automake.
1134
11352005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1136
1137        * rtems++/Makefile.am: Remove LIB_VARIANT.
1138
11392004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1140
1141        * configure.ac: Remove -ansi to prevent folks from further damaging
1142        the code with broken prototypes.
1143        * putenvtest/init.c: Remove broken putenv prototype.
1144        * termios/init.c (print_c_cc): Don't loop over NCCS.
1145
11462004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1147
1148        * configure.ac: Require automake > 1.9.
1149
11502004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1151
1152        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1153        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1154        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1155        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1156        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1157        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1158        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1159        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1160
11612004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1162
1163        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
1164        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
1165        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
1166        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
1167        using c99 fixed size types.
1168
11692004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1170
1171        * configure.ac: Add 2nd arg to RTEMS_TOP.
1172
11732004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1174
1175        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1176        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1177        * malloctest/Makefile.am: Ditto.
1178        * monitor/Makefile.am: Ditto.
1179        * putenvtest/Makefile.am: Ditto.
1180        * rtems++/Makefile.am: Ditto.
1181        * rtmonuse/Makefile.am: Ditto.
1182        * stackchk/Makefile.am: Ditto.
1183        * termios/Makefile.am: Ditto.
1184
11852003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1186
1187        * libtests.am: Add dirstamp support.
1188
11892003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1190
1191        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1192
11932003-12-16      Joel Sherrill <joel@OARcorp.com>
1194
1195        PR 544/tests
1196        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
1197        tests account for resources and not print at inappropriate times.
1198
11992003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1200
1201        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1202
12032003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1204
1205        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
1206        * malloctest/Makefile.am: Remove all-local: $(ARCH).
1207        * monitor/Makefile.am: Remove all-local: $(ARCH).
1208        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
1209        * rtems++/Makefile.am: Remove all-local: $(ARCH).
1210        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
1211        * stackchk/Makefile.am: Remove all-local: $(ARCH).
1212        * termios/Makefile.am: Remove all-local: $(ARCH).
1213
12142003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1215
1216        * configure.ac: Reflect having moved to testsuites/.
1217
12182003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1219
1220        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1221
12222003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1223
1224        * configure.ac:Remove RTEMS_CHECK_CPU.
1225
12262003-09-04      Joel Sherrill <joel@OARcorp.com>
1227
1228        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
1229        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
1230        malloctest/system.h, malloctest/task1.c, monitor/init.c,
1231        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
1232        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
1233        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
1234        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
1235        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
1236        stackchk/task1.c: URL for license changed.
1237
12382003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1239
1240        * Makefile.am: Reflect having moved aclocal/.
1241
12422003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1243
1244        * Makefile.am: Reflect having moved automake/.
1245        * cpuuse/Makefile.am: Reflect having moved automake/.
1246        * malloctest/Makefile.am: Reflect having moved automake/.
1247        * monitor/Makefile.am: Reflect having moved automake/.
1248        * putenvtest/Makefile.am: Reflect having moved automake/.
1249        * rtems++/Makefile.am: Reflect having moved automake/.
1250        * rtmonuse/Makefile.am: Reflect having moved automake/.
1251        * stackchk/Makefile.am: Reflect having moved automake/.
1252        * termios/Makefile.am: Reflect having moved automake/.
1253
12542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1255
1256        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1257
12582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1259
1260        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1261
12622003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1263
1264        * configure.ac: Unconditionally check for CXX.
1265        Require autoconf-2.57, automake-1.7.2.
1266        * rtems++: Eliminate CC_O_FILES.
1267
12682002-12-02      Joel Sherrill <joel@OARcorp.com>
1269
1270        * malloctest/init.c: Tasks should be floating point.
1271
12722002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1273
1274        * .cvsignore: Reformat.
1275        Add autom4te*cache.
1276        Remove autom4te.cache.
1277
12782002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1279
1280        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
1281        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
1282        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
1283        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
1284        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
1285        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
1286        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
1287        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
1288
12892002-08-01      Joel Sherrill <joel@OARcorp.com>
1290
1291        * Per PR47 add support for buffered test output.  This involved
1292        adding defines to redirect output to a buffer and dump it when
1293        full, at "test pause", and at exit.  To avoid problems when redefining
1294        exit(), all tests were modified to call rtems_test_exit().
1295        Some tests, notable psxtests, had to be modified to include
1296        the standard test macro .h file (pmacros.h or tmacros.h) to
1297        enable this support.
1298        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
1299        rtmonuse/task1.c, termios/init.c: Modified.
1300
13012002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1302
1303        * configure.ac: Remove ENABLE_GCC28.
1304
13052002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1306
1307        * configure.ac:
1308        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1309        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1310        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1311        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1312        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1313        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
1314        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1315        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
1316        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1317        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
1318        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
1319
13202001-11-01      Joel Sherrill <joel@OARcorp.com>
1321
1322        * rtems++/Makefile.am: Make sure debug variant of librtems++
1323        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1324        and processed as PR78.
1325
13262001-10-25      Joel Sherrill <joel@OARcorp.com>
1327
1328        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1329
13302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1331
1332        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1333        * configure.in: Remove.
1334        * configure.ac: New file, generated from configure.in by autoupdate.
1335
13362001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1337
1338        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1339        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1340
13412001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1342
1343        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1344        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1345        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1346        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1347        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1348        make-cxx-exe.
1349        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1350        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1351        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1352
13532001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1354
1355        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1356
13572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1358
1359        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1360
13612000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1362
1363        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1364
13652000-11-01      Joel Sherrill <joel@OARcorp.com>
1366
1367        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1368        libcsupport.h moved from libc to lib/include/rtems and now must
1369        be referenced as <rtems/XXX.h>. 
1370
13712000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1372
1373        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1374        Switch to GNU canonicalization.
1375        * libtests.am: Remove DEFS.
1376
13772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1378
1379        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1380        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1381        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1382
13832000-08-10      Joel Sherrill <joel@OARcorp.com>
1384
1385        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.