source: rtems/testsuites/libtests/ChangeLog @ ae790c6

4.115
Last change on this file since ae790c6 was ae790c6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/11 at 14:06:13

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

  • math/math.scn, mathf/mathf.scn, mathl/mathl.scn: Regenerate.
  • Property mode set to 100644
File size: 47.3 KB
Line 
12011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * math/math.scn, mathf/mathf.scn, mathl/mathl.scn: Regenerate.
4        * Makefile.am, configure.ac: Add mathf/, mathl/.
5        * math/init.c, math/Makefile.am: Reflect having split-out
6        mathl and mathf.
7        * math/domathf.c, math/domathl.c: Remove.
8        * mathf/Makefile.am, mathf/domathf.c, mathf/init.c,
9        mathf/mathf.scn: New (Split out from math/).
10        * mathl/Makefile.am, mathf/domathl.c, mathl/init.c,
11        mathl/mathl.scn: New (Split out from math/).
12
132011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * math/init.c, complex/init.c:
16        Use fprintf(stdout,..) instead of printf.
17        Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
18
192011-01-31      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * POSIX/clock_gettime.c, POSIX/gettimeofday.c: New.
22        * POSIX/Makefile.am: Add clock_gettime, gettimeofday.c.
23
242011-01-28      Bharath Suri <bharath.s.jois@gmail.com>
25
26        PR 1661/testing
27        * termios06/init.c: Extend the test to cover sections related to
28        flow control in termios.c
29        * termios06/termios06.doc: Updated test concept
30        * termios06/termios06.scn: Updated test run log
31
322011-01-10      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * math/domath.in: Fix typo in printf.
35        * math/domath.c, math/domathf.c, math/domathl.c: Regenerate.
36        * math/math.scn: Regenerate.
37
382011-01-10      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * configure.ac: Use ac_cv_header_complex_h.
41
422010-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * math/Makefile.am, math/init.c: Init task has to be floating point and
45        there is no point in using optional manager stubs since libio needs
46        semaphores.
47
482010-12-01      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * configure.ac: Check for complex.h.
51        Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated
52        toolchains.
53        * complex/Makefile.am: Apply HAS_COMPLEX.
54
552010-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Add complex, math subdirs.
58        * configure.ac: Add complex, math subdirs.
59
602010-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * complex/Makefile.am, complex/init.c, complex/docomplex.c,
63        complex/docomplexf.c, complex/complex.scn, complex/docomplex.in,
64        complex/complex.doc, complex/docomplexl.c: New.
65        * math/Makefile.am, math/init.c, math/domath.c,
66        math/domathf.c, math/math.scn, math/domath.in,
67        math/math.doc, math/domathl.c: New.
68
692010-09-01      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * POSIX/Makefile.am: Add htonl.
72        * POSIX/htonl.c: New.
73
742010-08-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
75
76        * malloctest/init.c: Update for heap API changes.
77
782010-08-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
79
80        * gxx01/gxx_wrappers.h, gxx02/.cvsignore, gxx02/Makefile.am,
81        gxx02/gxx02.doc, gxx02/gxx02.scn, gxx02/init.c: Removed files.
82        * Makefile.am, configure.ac: Reflect changes above.
83        * gxx01/init.c: Removed fatal error test case.
84
852010-08-10      Bharath Suri <bharath.s.jois@gmail.com>
86
87        PR 1661/testing
88        * termios01/init.c, termios01/termios01.scn: Added a test case to
89        hit a case in rtems_termios_read.
90
912010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        PR 1664/testing
94        * termios01/init.c: Use INT_MAX instead of hard-coded number for error
95        case to avoid warning on 16-bit targets.
96
972010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        PR 1661/testing
100        * malloc04/init.c: Add public methods to get/set malloc heap pointer so
101        the tests do not have to peer behind the API.
102
1032010-08-09      Bharath Suri <bharath.s.jois@gmail.com>
104
105        PR 1661/testing
106        * termios01/init.c, termios01/termios_testdriver.c,
107        termios01/termios01.scn: Changes to improve coverage of
108        rtems_termios_open routine.
109
1102010-08-06      Bharath Suri <bharath.s.jois@gmail.com>
111
112        PR 1654/testing
113        * deviceio01/init.c, deviceio01/deviceio01.doc,
114        deviceio01/deviceio01.scn, deviceio01/test_driver.c,
115        deviceio01/test_driver.h, deviceio01/Makefile.am: New test added.
116        * Makefile.am, configure.ac: Changes to added above test.
117        * tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
118
1192010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * Makefile.am, configure.ac: Add test for rtems_print_buffer().
122        * dumpbuf01/.cvsignore, dumpbuf01/Makefile.am, dumpbuf01/dumpbuf01.doc,
123        dumpbuf01/dumpbuf01.scn, dumpbuf01/init.c: New files.
124
1252010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add test cases to
128        improve coverage.
129
1302010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove
133        intital_fs directory.
134
1352010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
138
1392010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * tar01/Makefile.am:
142        Apply $LN_S, $PAX. Use subshell for tarball creation.
143        Don't add initial_fs to CLEANFILES.
144        * tar02/Makefile.am:
145        Apply $LN_S, $PAX. Use subshell for tarball creation.
146
1472010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * configure.ac: Add AC_PROG_LN_S.
150        Add AC_PATH_PROG([PAX]).
151        Add AM_CONDITIONAL(TARTESTS).
152        * tar01/Makefile.am, tar02/Makefile.am:
153        Eliminate stamp-filesystem.
154
1552010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * tar01/Makefile.am, tar02/Makefile.am:
158        Add BUILT_SOURCES.
159
1602010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * tar01/Makefile.am, tar02/Makefile.am:
163        Eliminate stamp-fs-tar. Reorder CLEANFILES.
164        Apply BIN2C -C/-H.
165
1662010-07-29      Joel Sherrill <joel.sherrilL@OARcorp.com>
167
168        * tar01/Makefile.am, tar02/Makefile.am: Fix dependencies for parallel
169        build.
170
1712010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * tar01/Makefile.am, tar02/Makefile.am: Replace mkdir cascade
174        with $(MKDIR_P).
175
1762010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * tar01/Makefile.am, tar02/Makefile.am: Misc. fixes.
179
1802010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * tar01/Makefile.am, tar03/Makefile.am: Remove MANAGERS.
183
1842010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        PR 1532/testing
187        * Makefile.am, configure.ac: Add initial tests for untar capabilities.
188        * tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc,
189        tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c,
190        tar02/tar02.doc, tar02/tar02.scn: New files.
191
1922010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
193
194        PR 1631/testing
195        * gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc,
196        gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added
197        * Makefile.am, configure.ac: Changes to accommodate new tests
198
1992010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
200
201        PR 1632/testing
202        * Makefile.am, configure.ac: Make dedicated fatal error test for
203        /dev/null already registered. Using code from Bharath in new test
204        framework.
205        * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am,
206        devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn,
207        devnullfatal01/testcase.h: New files.
208
2092010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
210
211        PR 1632/testing
212        * devfs04/init.c, devfs04/test_driver.c: Added cases to exercise
213        null_initialize() and null_write().
214
2152010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
216
217        * gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
218
2192010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
220
221        * gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
222
2232010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
224
225        * gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
226
2272010-07-22      Bharath Suri <bharath.s.jois@gmail.com>
228
229        * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn,
230        devfs02/Makefile.am: New tests added
231        * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn,
232        devfs03/Makefile.am: New tests added
233        * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn,
234        devfs04/Makefile.am: New tests added
235        * Makefile.am, configure.ac: Changes to accommodate the above
236        newly added tests.
237
2382010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * Makefile.am, configure.ac, termios06/init.c: Add initial tests for
241        XON/XOFF and VMIN/VMAX cases.
242        * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c,
243        termios07/termios07.doc, termios07/termios07.scn,
244        termios08/.cvsignore, termios08/Makefile.am, termios08/init.c,
245        termios08/termios08.doc, termios08/termios08.scn: New files.
246
2472010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
248
249        * Makefile.am, configure.ac: Add tar test for error cases.
250        * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc,
251        tar03/tar03.scn: New files.
252
2532010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
254
255        * stringto01/init.c, stringto01/stringto01.scn,
256        stringto01/stringto_test_template.h: Attempt to pick up a few more
257        error paths.
258
2592010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
260
261        PR 1617/testing
262        * malloctest/init.c: Added new case to exercise _realloc_r.
263
2642010-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
265
266        * malloctest/init.c: Added test for
267        rtems_heap_allocate_aligned_with_boundary().
268
2692010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
270
271        * Makefile.am, configure.ac: Add new test to exercise devFS_Show().
272        * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc,
273        devfs01/devfs01.scn, devfs01/init.c: New files.
274
2752010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
276
277        * Makefile.am, configure.ac: Add new test to exercise
278        malloc_get_statistics().
279        * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
280        malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
281
2822010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
283
284        PR 1535/tests
285        * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
286        of work by Ralf and Joel.
287
2882010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
289
290        * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
291
2922010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
293
294        * Makefile.am, configure.ac: Add test for exercising sbrk() extension
295        to Malloc Family.
296        * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
297        malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
298
2992010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
300
301        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
302        cases. Coverage of these paths is near complete.
303
3042010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
305
306        * malloctest/system.h: Enable malloc statistics.
307
3082010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
311
3122010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
313
314        * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
315        * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
316        termios06/termios06.doc, termios06/termios06.scn,
317        termios06/test_pppd.c: New files.
318
3192010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
320
321        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
322        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
323        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
324
3252010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
326
327        * termios04/termios_testdriver_intr.c: Task driven IO now works.
328
3292010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
330
331        * Makefile.am, configure.ac: Add test for task driven drivers.
332        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
333        termios05/termios05.doc, termios05/termios05.scn,
334        termios05/termios_testdriver_taskdriven.c,
335        termios05/termios_testdriver_taskdriven.h: New files.
336
3372010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
338
339        * Makefile.am, configure.ac: Revert changes related to uncommitted test
340        under development.
341
3422010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
343
344        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
345        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
346
3472010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
348
349        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
350        interrupt driven IO support.
351        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
352        termios04/termios04.doc, termios04/termios04.scn,
353        termios04/termios_testdriver_intr.c,
354        termios04/termios_testdriver_intr.h: New files.
355
3562010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
357
358        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
359        termios03/termios_testdriver_polled.c,
360        termios03/termios_testdriver_polled.h: Add more test cases.
361
3622010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
363
364        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
365
3662010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
367
368        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
369        termios03/termios03.doc, termios03/termios03.scn,
370        termios03/termios_testdriver_polled.c,
371        termios03/termios_testdriver_polled.h: New files.
372        * Makefile.am, configure.ac: Add initial version of new test for polled
373        IO support in termios.
374
3752010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
376
377        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
378        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
379        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
380        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
381        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
382        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
383        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
384        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
385        termios02/Makefile.am: Revert.
386
3872010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
388
389        * termios01/termios01.scn: Fix bug so existing test code for
390        rtems_termios_baud_to_index() is executed.
391
3922010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
393
394        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
395        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
396        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
397        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
398        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
399        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
400        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
401        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
402        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
403        code for rtems_termios_baud_to_index() is executed.
404
4052010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
406
407        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
408        before blowing stack.
409
4102010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
411
412        * Makefile.am, configure.ac: Added test that attempts to free stack
413        memory. This causes a error to be printed from the free function.
414        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
415        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
416
4172010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
418
419        * malloctest/init.c: Added error case with malloc of size 0.
420
4212010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
422
423        * malloctest/init.c: Added test to check failure branch on calloc.
424
4252010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
426
427        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
428
4292010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
430
431        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
432        for deferred free() processing.
433        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
434        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
435
4362010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
437
438        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
439        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
440        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
441        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
442        are minimal implementations so the tests will have to grow as the
443        methods grow.
444
4452010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
446
447        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
448
4492010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
450
451        PR 1433/cpukit
452        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
453        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
454        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
455        RTEMS_NO_MEMORY.
456
4572010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
458
459        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
460        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
461        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
462
4632010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
464
465        * Makefile.am: Move POSIX in front of other tests.
466
4672010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
468
469        * bspcmdline01/init.c: Fix assert conditional.
470
4712010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
472
473        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
474        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
475
4762010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
477
478        * block10/.cvsignore: New file.
479
4802010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
481
482        * block05/block05.png, block10/block10.doc, block10/init.c,
483        block10/.cvsignore, block10/block10.scn, block10/block10.png,
484        block10/Makefile.am: New files.
485        * configure.ac, Makefile.am: Update for new files.
486        * block05/block05.doc: Update for new state transitions.
487
4882010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
489
490        * block08/.cvsignore, block09/.cvsignore: New files.
491
4922010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
493
494        * block08/init.c: Remove warning.
495
4962010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
497
498        * block08/block08.scn, block08/init.c: Add starting and ending messages
499        so the scripts detect successful exit.
500
5012010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
502
503        * block09/block09.doc, block09/init.c, block09/.cvsignore,
504        block09/block09.scn, block09/Makefile.am: New files.
505        * configure.ac, Makefile.am: Update for new files.
506        * block05/block05.doc: Update for new state transitions.
507        * block05/init.c, block06/init.c: Update for block device API change.
508
5092010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
510
511        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
512        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
513        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
514        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
515        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
516        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
517        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
518        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
519        block08/init.c, block08/Makefile.am, block08/system.h,
520        block08/test_disk.c: New files.
521
5222009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
523
524        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
525        to cover the bsp_cmdline_get_param() routine.
526
5272009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
528
529        * block06/init.c: Update for disk device API change.  Changed EBADRQC
530        to EINVAL.
531
5322009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
533
534        * termios01/init.c: Increase number of termios ports by 1.
535
5362009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
537
538        * termios01/termios_testdriver.c:
539        Reflect changes to rtems_termios_callbacks->write.
540
5412009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
542
543        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
544        block05/init.c, block07/init.c, bspcmdline01/init.c,
545        stringto01/init.c, stringto01/stringto_test_template.h,
546        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
547        Use rtems_test_assert() consistently instead of system assert().
548        rtems_test_assert() is designed to integrate into the RTEMS test
549        suite infrastructure.
550
5512009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
552
553        * POSIX/Makefile.am: Add readv, writev.
554        * POSIX/writev.c, POSIX/readv.c: New.
555
5562009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
557
558        * POSIX/sigfillset.c: Let main() return "status".
559        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
560        sigismember.
561        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
562        POSIX/sigismember.c: New.
563
5642009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
565
566        * POSIX/Makefile.am: Add wait.
567        * POSIX/wait.c: New.
568
5692009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
570
571        * bspcmdline01/test.c: Removed.
572
5732009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
574
575        * Makefile.am: Add POSIX.
576        * configure.ac: Add POSIX/.
577        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
578        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
579        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
580        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
581        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
582        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
583        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
584        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
585        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
586        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
587        POSIX/waitpid.c, POSIX/write.c: New.
588
5892009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
590
591        * stringto01/init.c: New file.
592
5932009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
594
595        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
596        * stringto01/.cvsignore, stringto01/Makefile.am,
597        stringto01/stringto01.doc, stringto01/stringto01.scn,
598        stringto01/stringto_test_template.h: New files.
599
6002009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
601
602        * block05/init.c: Check block size. Improved output.
603        * block01/init.c: Free ramdisk before exit.
604        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
605        block04/block04.doc, block05/block05.doc, block06/block06.doc,
606        block07/block07.doc: New files.
607        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
608        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
609        block07/Makefile.am: Add new files.
610
6112009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
612
613        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
614        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
615        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
616        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
617
6182009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
619
620        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
621        Remove bogus cast.
622        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
623
6242009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
625
626        * rtems++/Task1.cc: Eliminate more warnings.
627
6282009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
629
630        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
631        several dozens of warnings.
632
6332009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
634
635        * block06/init.c: Add missing prototype.
636
6372009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
638
639        * block07/init.c: New test case.
640
6412009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
642
643        * block05/init.c, block05/block05.scn, block05/Makefile.am,
644        block06/init.c, block06/block06.scn, block06/Makefile.am,
645        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
646        * Makefile.am, configure.ac: Added block05, block06 and block07.
647
6482009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
649
650        * termios/init.c: Remove sh2 hacks.
651
6522009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
653
654        * block01/init.c: Include <stdio.h>.
655        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
656        * block02/init.c: Remove unused var.
657
6582009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
659
660        * block02/init.c, block02/block02.scn, block02/Makefile.am,
661        block03/init.c, block03/block03.scn, block03/Makefile.am,
662        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
663        * Makefile.am, configure.ac: Added block02, block03 and block04.
664
6652009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
666
667        * monitor02/init.c: Add local prototype for
668        rtems_shell_main_monitor.
669
6702009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
671
672        * termios01/init.c: Fix parity_table_Entry type.
673        Correct parity_table initialization.
674        Add PRIdrtems_termios_baud_t.
675        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
676
6772009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
678
679        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
680        * malloctest/init.c: Use %zu instead of %d to print size_t's.
681
6822009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
683
684        * rtmonuse/init.c, rtmonuse/task1.c:
685        Use PRIxrtems_id to print rtems_ids.
686        * malloctest/init.c: Use %zu instead of %d to print size_t's.
687
6882009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
689
690        * malloctest/init.c: Fix _Heap_Resize_block args.
691
6922009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
693
694        * malloctest/init.c, termios01/init.c,
695        termios01/termios_testdriver.c: Eliminate unused vars.
696
6972009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
698
699        * heapwalk/init.c: Comment out unused vars.
700        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
701        * malloctest/init.c: Add local prototype for malloc_walk,
702        malloc_info.
703        * malloctest/task1.c: Add local prototype for malloc_walk.
704        * monitor02/init.c: Remove unused vars.
705        * stackchk01/init.c: Remove unused vars.
706        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
707        termios/init.c: Add missing prototypes.
708
7092009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
710
711        * configure.ac: Don't add -fasm to CFLAGS.
712
7132009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
714
715        * block01/.cvsignore: New file.
716
7172009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
718
719        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
720        * Makefile.am, configure.ac: Added block01.
721
7222009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
723
724        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
725
7262009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
727
728        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
729        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
730        it.
731        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
732        termios02/termios02.doc, termios02/termios02.scn: New files.
733        termios02 is a test for tcdrain().
734
7352009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
736
737        * termios01/init.c, termios01/termios_testdriver.c:
738        Reflect changes to termios.
739
7402009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
741
742        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
743
7442009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
745
746        * stackchk01/stackchk01.doc: Add content.
747
7482009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
749
750        * Makefile.am, configure.ac: Add initial test for
751        rtems_stack_checker_is_blown.
752        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
753        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
754
7552009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
756
757        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
758        cases to get back to 100% object coverage.
759
7602009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
761
762        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
763        malloctest/malloctest.scn: New test cases.
764        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
765
7662009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
767
768        * malloctest/init.c: New test cases. Update for heap API changes.
769        * stackchk/blow.c: Update for heap API changes.
770
7712009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
772
773        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
774
7752009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
776
777        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
778        complete coverage of termios_XXX_to_YYY() methods.
779
7802009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
781
782        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
783        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
784        character with the assistance of a special test driver which prints
785        the requests.
786        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
787        termios01/termios01.doc, termios01/termios01.scn,
788        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
789
7902009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
791
792        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
793        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
794        rtems_clock_get_ticks_per_second().
795
7962009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
797
798        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
799        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
800
8012009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
802
803        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
804        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
805        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
806
8072009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
808
809        * malloctest/init.c: Adjust allocation in test so it passes now that
810        heap overhead constant has been increased.
811
8122009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
813
814        * bspcmdline01/init.c: Do not violate visibility.
815
8162009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
817
818        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
819        prefix to all routines.
820
8212009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
822
823        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
824        helper routines.
825        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
826        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
827        bspcmdline01/init.c, bspcmdline01/test.c: New files.
828
8292009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
830
831        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
832        for shrinking a block enough to need to free the newly unused
833        portion.
834
8352009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
836
837        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
838        _Protected_heap_Get_information().
839
8402009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
841
842        * heapwalk/init.c: Add test code for first free block pointer not
843        aligned.
844
8452009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
846
847        * heapwalk/init.c: Add more cases.
848
8492009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
850
851        * heapwalk/init.c: Add more automated corruption capability.
852
8532009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
854
855        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
856
8572009-05-19      Chris Johns <chrisj@rtems.org>
858
859        * cpuuse/tswitch.c: Lower sample count for small memory targets.
860        * cpuuse/system.h: Smaller stack size for small memory targets.
861        * monitor02/init.c: Cannot run on small memory targets.
862
8632009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
864
865        * rtmonuse/init.c: Do not use Task_name array before initialized.
866
8672009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
868
869        * malloctest/init.c: Fix warning.
870
8712009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
872
873        * malloctest/init.c: Fix typo.
874
8752009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
876
877        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
878        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
879        heapwalk/init.c, heapwalk/system.h: New files.
880
8812009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
882
883        * malloctest/init.c: Add test case for heap resize block when the
884        resize creates a free block large enough to free.
885
8862009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
887
888        * cpuuse/Makefile.am, malloctest/Makefile.am,
889        monitor/Makefile.am, monitor02/Makefile.am,
890        putenvtest/Makefile.am, rtems++/Makefile.am,
891        rtmonuse/Makefile.am, stackchk/Makefile.am,
892        termios/Makefile.am, tztest/Makefile.am:
893        Eliminate _exe_/.exe.
894
8952009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
896
897        * stackchk/stackchk.scn: Correct screen to match output.
898
8992008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
900
901        * malloctest/init.c: Change sizes of heap/region and allocated objects
902        in heap to intptr_t so they can be larger than a single allocatable
903        object (e.g. size_t).
904
9052008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
906
907        * malloctest/init.c: Do not generate alignment factors larger that will
908        not fit in a native integer.
909
9102008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
911
912        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
913        CONFIGURE_STACK_CHECKER_ENABLED.
914
9152008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
916
917        * malloctest/init.c: Convert to "bool".
918
9192008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
920
921        * rtems++/System.h: Account for extra task stacks properly.
922
9232008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
924
925        * malloctest/init.c: Fix return status check.
926
9272008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
928
929        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
930        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
931        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
932        POSIX tests. Add a clock_settime case for < 1988.
933
9342008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
935
936        * malloctest/init.c: Add more test cases to cover heap better.
937
9382008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
939
940        * malloctest/init.c: Add new test cases per Sergei. Make some of the
941        stranger cases operate directly on a freshly initialized heap. This
942        should make them more reproducible.
943
9442008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
945
946        * malloctest/init.c: Add more tests per suggestions from Sergei
947        Organov.
948
9492008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
950
951        * malloctest/init.c: Add include to remove warning.
952
9532008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
954
955        * malloctest/init.c: Remove debug print.
956
9572008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
958
959        * monitor02/.cvsignore: New file.
960
9612008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
962
963        * Makefile.am, configure.ac: Added automatic test for monitor shell
964        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
965        monitor02/system.h: New files.
966
9672007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
968
969        * malloctest/init.c: Add test cases suggested by Sergei Organov
970        <s.organov@javad.com>.
971
9722007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
973
974        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
975
9762007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
977
978        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
979        exericise another path in the period statistics code.
980
9812007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
982
983        * malloctest/init.c: Add some primitive testing of realloc() which also
984        does some positive path testing on the SuperCore heap.
985
9862007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
987
988        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
989        cases for untested routines.
990
9912007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
992
993        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
994        the CPU Usage Report include it. If it is deleted, the CPU time it
995        had consumed is not listed later in the report.
996
9972007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
998
999        * tztest/init.c: Build when using buffered test IO.
1000
10012007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1002
1003        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
1004        macro instead of fflush() directly.
1005
10062007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1007
1008        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
1009        Statistics and Period Usage into Rate Monotonic Manager. Added the
1010        following directives: rtems_rate_monotonic_get_statistics,
1011        rtems_rate_monotonic_reset_statistics,
1012        rtems_rate_monotonic_reset_all_statistics,
1013        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
1014        Obsoleted the rtems/rtmonuse.h file as a public interface.
1015
10162007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1017
1018        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
1019        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
1020        optional managers to Makefiles. Clean up test cases so last output
1021        line follows END OF pattern. Make sure test case all run. All tests
1022        appeared ok on sis.
1023
10242007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
1025
1026        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
1027
10282007-03-13      Joel Sherrill <joel@OARcorp.com>
1029
1030        * tztest/init.c: Call tzset() even though it may be called for us
1031        implicitly along the way.
1032
10332007-03-13      Joel Sherrill <joel@OARcorp.com>
1034
1035        * tztest/.cvsignore: New file.
1036
10372007-03-13      Joel Sherrill <joel@OARcorp.com>
1038
1039        * Makefile.am, configure.ac: Added timezone test.
1040        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
1041        tztest/tztest.scn: New files.
1042
10432007-03-05      Joel Sherrill <joel@OARcorp.com>
1044
1045        * malloctest/init.c: Be explicit about need for default and floating
1046        point attributes. This is just a style change.
1047
10482007-02-06      Joel Sherrill <joel@OARcorp.com>
1049
1050        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
1051        issues in message queue tests.
1052
10532006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1054
1055        * configure.ac: New BUG-REPORT address.
1056
10572006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1058
1059        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1060
10612006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1062
1063        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
1064        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
1065        docdir. Use rtems_testsdir instead.
1066
10672006-02-08      Joel Sherrill <joel@OARcorp.com>
1068
1069        * rtems++/Task1.cc: Fix warnings.
1070
10712005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1072
1073        * configure.ac: Remove RTEMS_ENABLE_BARE,
1074        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1075
10762005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1077
1078        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1079        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1080        stackchk/Makefile.am, termios/Makefile.am:
1081        Convert to using *_PROGRAMS.
1082
10832005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1084
1085        * cpuuse/Makefile.am, malloctest/Makefile.am,
1086        monitor/Makefile.am, putenvtest/Makefile.am,
1087        rtems++/Makefile.am, rtmonuse/Makefile.am,
1088        stackchk/Makefile.am, termios/Makefile.am: Rework.
1089
10902005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1091
1092        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1093        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1094        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
1095        * libtests.am: Remove.
1096
10972005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1098
1099        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1100        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1101        stackchk/Makefile.am, termios/Makefile.am:
1102        AM_CPPFLAGS += -I..../support/include.
1103
11042005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1105
1106        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
1107        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
1108
11092005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1110
1111        * libtests.am: Remove LIB_VARIANT.
1112
11132005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1114
1115        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1116        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1117        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
1118
11192005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1120
1121        * Makefile.am: Cleanup.
1122
11232005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1124
1125        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1126        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1127        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1128        stackchk/Makefile.am, termios/Makefile.am:
1129        Partial conversion to automake.
1130
11312005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1132
1133        * rtems++/Makefile.am: Remove LIB_VARIANT.
1134
11352004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1136
1137        * configure.ac: Remove -ansi to prevent folks from further damaging
1138        the code with broken prototypes.
1139        * putenvtest/init.c: Remove broken putenv prototype.
1140        * termios/init.c (print_c_cc): Don't loop over NCCS.
1141
11422004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1143
1144        * configure.ac: Require automake > 1.9.
1145
11462004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1147
1148        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1149        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1150        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1151        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1152        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1153        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1154        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1155        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1156
11572004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1158
1159        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
1160        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
1161        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
1162        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
1163        using c99 fixed size types.
1164
11652004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1166
1167        * configure.ac: Add 2nd arg to RTEMS_TOP.
1168
11692004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1170
1171        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1172        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1173        * malloctest/Makefile.am: Ditto.
1174        * monitor/Makefile.am: Ditto.
1175        * putenvtest/Makefile.am: Ditto.
1176        * rtems++/Makefile.am: Ditto.
1177        * rtmonuse/Makefile.am: Ditto.
1178        * stackchk/Makefile.am: Ditto.
1179        * termios/Makefile.am: Ditto.
1180
11812003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1182
1183        * libtests.am: Add dirstamp support.
1184
11852003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1186
1187        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1188
11892003-12-16      Joel Sherrill <joel@OARcorp.com>
1190
1191        PR 544/tests
1192        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
1193        tests account for resources and not print at inappropriate times.
1194
11952003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1196
1197        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1198
11992003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1200
1201        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
1202        * malloctest/Makefile.am: Remove all-local: $(ARCH).
1203        * monitor/Makefile.am: Remove all-local: $(ARCH).
1204        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
1205        * rtems++/Makefile.am: Remove all-local: $(ARCH).
1206        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
1207        * stackchk/Makefile.am: Remove all-local: $(ARCH).
1208        * termios/Makefile.am: Remove all-local: $(ARCH).
1209
12102003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1211
1212        * configure.ac: Reflect having moved to testsuites/.
1213
12142003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1215
1216        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1217
12182003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1219
1220        * configure.ac:Remove RTEMS_CHECK_CPU.
1221
12222003-09-04      Joel Sherrill <joel@OARcorp.com>
1223
1224        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
1225        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
1226        malloctest/system.h, malloctest/task1.c, monitor/init.c,
1227        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
1228        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
1229        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
1230        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
1231        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
1232        stackchk/task1.c: URL for license changed.
1233
12342003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1235
1236        * Makefile.am: Reflect having moved aclocal/.
1237
12382003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1239
1240        * Makefile.am: Reflect having moved automake/.
1241        * cpuuse/Makefile.am: Reflect having moved automake/.
1242        * malloctest/Makefile.am: Reflect having moved automake/.
1243        * monitor/Makefile.am: Reflect having moved automake/.
1244        * putenvtest/Makefile.am: Reflect having moved automake/.
1245        * rtems++/Makefile.am: Reflect having moved automake/.
1246        * rtmonuse/Makefile.am: Reflect having moved automake/.
1247        * stackchk/Makefile.am: Reflect having moved automake/.
1248        * termios/Makefile.am: Reflect having moved automake/.
1249
12502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1251
1252        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1253
12542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1255
1256        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1257
12582003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1259
1260        * configure.ac: Unconditionally check for CXX.
1261        Require autoconf-2.57, automake-1.7.2.
1262        * rtems++: Eliminate CC_O_FILES.
1263
12642002-12-02      Joel Sherrill <joel@OARcorp.com>
1265
1266        * malloctest/init.c: Tasks should be floating point.
1267
12682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1269
1270        * .cvsignore: Reformat.
1271        Add autom4te*cache.
1272        Remove autom4te.cache.
1273
12742002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1275
1276        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
1277        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
1278        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
1279        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
1280        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
1281        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
1282        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
1283        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
1284
12852002-08-01      Joel Sherrill <joel@OARcorp.com>
1286
1287        * Per PR47 add support for buffered test output.  This involved
1288        adding defines to redirect output to a buffer and dump it when
1289        full, at "test pause", and at exit.  To avoid problems when redefining
1290        exit(), all tests were modified to call rtems_test_exit().
1291        Some tests, notable psxtests, had to be modified to include
1292        the standard test macro .h file (pmacros.h or tmacros.h) to
1293        enable this support.
1294        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
1295        rtmonuse/task1.c, termios/init.c: Modified.
1296
12972002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1298
1299        * configure.ac: Remove ENABLE_GCC28.
1300
13012002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1302
1303        * configure.ac:
1304        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1305        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1306        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1307        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1308        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1309        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
1310        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1311        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
1312        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1313        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
1314        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
1315
13162001-11-01      Joel Sherrill <joel@OARcorp.com>
1317
1318        * rtems++/Makefile.am: Make sure debug variant of librtems++
1319        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1320        and processed as PR78.
1321
13222001-10-25      Joel Sherrill <joel@OARcorp.com>
1323
1324        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1325
13262001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1327
1328        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1329        * configure.in: Remove.
1330        * configure.ac: New file, generated from configure.in by autoupdate.
1331
13322001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1333
1334        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1335        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1336
13372001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1338
1339        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1340        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1341        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1342        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1343        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1344        make-cxx-exe.
1345        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1346        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1347        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1348
13492001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1350
1351        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1352
13532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1354
1355        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1356
13572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1358
1359        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1360
13612000-11-01      Joel Sherrill <joel@OARcorp.com>
1362
1363        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1364        libcsupport.h moved from libc to lib/include/rtems and now must
1365        be referenced as <rtems/XXX.h>. 
1366
13672000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1368
1369        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1370        Switch to GNU canonicalization.
1371        * libtests.am: Remove DEFS.
1372
13732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1374
1375        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1376        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1377        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1378
13792000-08-10      Joel Sherrill <joel@OARcorp.com>
1380
1381        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.