source: rtems/testsuites/libtests/ChangeLog @ e6e9cbe

4.115
Last change on this file since e6e9cbe was e6e9cbe, checked in by Joel Sherrill <joel.sherrill@…>, on 02/02/11 at 18:52:50

2011-02-02 Joel Sherrill <joel.sherrilL@…>

  • cpuuse/tswitch.c: Shrink memory requirements.
  • Property mode set to 100644
File size: 47.5 KB
Line 
12011-02-02      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * cpuuse/tswitch.c: Shrink memory requirements.
4
52011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require autoconf-2.68, automake-1.11.1.
8
92011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * math/math.scn, mathf/mathf.scn, mathl/mathl.scn: Regenerate.
12        * Makefile.am, configure.ac: Add mathf/, mathl/.
13        * math/init.c, math/Makefile.am: Reflect having split-out
14        mathl and mathf.
15        * math/domathf.c, math/domathl.c: Remove.
16        * mathf/Makefile.am, mathf/domathf.c, mathf/init.c,
17        mathf/mathf.scn: New (Split out from math/).
18        * mathl/Makefile.am, mathf/domathl.c, mathl/init.c,
19        mathl/mathl.scn: New (Split out from math/).
20
212011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * math/init.c, complex/init.c:
24        Use fprintf(stdout,..) instead of printf.
25        Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
26
272011-01-31      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * POSIX/clock_gettime.c, POSIX/gettimeofday.c: New.
30        * POSIX/Makefile.am: Add clock_gettime, gettimeofday.c.
31
322011-01-28      Bharath Suri <bharath.s.jois@gmail.com>
33
34        PR 1661/testing
35        * termios06/init.c: Extend the test to cover sections related to
36        flow control in termios.c
37        * termios06/termios06.doc: Updated test concept
38        * termios06/termios06.scn: Updated test run log
39
402011-01-10      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * math/domath.in: Fix typo in printf.
43        * math/domath.c, math/domathf.c, math/domathl.c: Regenerate.
44        * math/math.scn: Regenerate.
45
462011-01-10      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * configure.ac: Use ac_cv_header_complex_h.
49
502010-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * math/Makefile.am, math/init.c: Init task has to be floating point and
53        there is no point in using optional manager stubs since libio needs
54        semaphores.
55
562010-12-01      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * configure.ac: Check for complex.h.
59        Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated
60        toolchains.
61        * complex/Makefile.am: Apply HAS_COMPLEX.
62
632010-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Add complex, math subdirs.
66        * configure.ac: Add complex, math subdirs.
67
682010-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * complex/Makefile.am, complex/init.c, complex/docomplex.c,
71        complex/docomplexf.c, complex/complex.scn, complex/docomplex.in,
72        complex/complex.doc, complex/docomplexl.c: New.
73        * math/Makefile.am, math/init.c, math/domath.c,
74        math/domathf.c, math/math.scn, math/domath.in,
75        math/math.doc, math/domathl.c: New.
76
772010-09-01      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * POSIX/Makefile.am: Add htonl.
80        * POSIX/htonl.c: New.
81
822010-08-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
83
84        * malloctest/init.c: Update for heap API changes.
85
862010-08-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
87
88        * gxx01/gxx_wrappers.h, gxx02/.cvsignore, gxx02/Makefile.am,
89        gxx02/gxx02.doc, gxx02/gxx02.scn, gxx02/init.c: Removed files.
90        * Makefile.am, configure.ac: Reflect changes above.
91        * gxx01/init.c: Removed fatal error test case.
92
932010-08-10      Bharath Suri <bharath.s.jois@gmail.com>
94
95        PR 1661/testing
96        * termios01/init.c, termios01/termios01.scn: Added a test case to
97        hit a case in rtems_termios_read.
98
992010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        PR 1664/testing
102        * termios01/init.c: Use INT_MAX instead of hard-coded number for error
103        case to avoid warning on 16-bit targets.
104
1052010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        PR 1661/testing
108        * malloc04/init.c: Add public methods to get/set malloc heap pointer so
109        the tests do not have to peer behind the API.
110
1112010-08-09      Bharath Suri <bharath.s.jois@gmail.com>
112
113        PR 1661/testing
114        * termios01/init.c, termios01/termios_testdriver.c,
115        termios01/termios01.scn: Changes to improve coverage of
116        rtems_termios_open routine.
117
1182010-08-06      Bharath Suri <bharath.s.jois@gmail.com>
119
120        PR 1654/testing
121        * deviceio01/init.c, deviceio01/deviceio01.doc,
122        deviceio01/deviceio01.scn, deviceio01/test_driver.c,
123        deviceio01/test_driver.h, deviceio01/Makefile.am: New test added.
124        * Makefile.am, configure.ac: Changes to added above test.
125        * tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
126
1272010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * Makefile.am, configure.ac: Add test for rtems_print_buffer().
130        * dumpbuf01/.cvsignore, dumpbuf01/Makefile.am, dumpbuf01/dumpbuf01.doc,
131        dumpbuf01/dumpbuf01.scn, dumpbuf01/init.c: New files.
132
1332010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add test cases to
136        improve coverage.
137
1382010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove
141        intital_fs directory.
142
1432010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
146
1472010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * tar01/Makefile.am:
150        Apply $LN_S, $PAX. Use subshell for tarball creation.
151        Don't add initial_fs to CLEANFILES.
152        * tar02/Makefile.am:
153        Apply $LN_S, $PAX. Use subshell for tarball creation.
154
1552010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * configure.ac: Add AC_PROG_LN_S.
158        Add AC_PATH_PROG([PAX]).
159        Add AM_CONDITIONAL(TARTESTS).
160        * tar01/Makefile.am, tar02/Makefile.am:
161        Eliminate stamp-filesystem.
162
1632010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * tar01/Makefile.am, tar02/Makefile.am:
166        Add BUILT_SOURCES.
167
1682010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * tar01/Makefile.am, tar02/Makefile.am:
171        Eliminate stamp-fs-tar. Reorder CLEANFILES.
172        Apply BIN2C -C/-H.
173
1742010-07-29      Joel Sherrill <joel.sherrilL@OARcorp.com>
175
176        * tar01/Makefile.am, tar02/Makefile.am: Fix dependencies for parallel
177        build.
178
1792010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * tar01/Makefile.am, tar02/Makefile.am: Replace mkdir cascade
182        with $(MKDIR_P).
183
1842010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * tar01/Makefile.am, tar02/Makefile.am: Misc. fixes.
187
1882010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * tar01/Makefile.am, tar03/Makefile.am: Remove MANAGERS.
191
1922010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
193
194        PR 1532/testing
195        * Makefile.am, configure.ac: Add initial tests for untar capabilities.
196        * tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc,
197        tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c,
198        tar02/tar02.doc, tar02/tar02.scn: New files.
199
2002010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
201
202        PR 1631/testing
203        * gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc,
204        gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added
205        * Makefile.am, configure.ac: Changes to accommodate new tests
206
2072010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
208
209        PR 1632/testing
210        * Makefile.am, configure.ac: Make dedicated fatal error test for
211        /dev/null already registered. Using code from Bharath in new test
212        framework.
213        * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am,
214        devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn,
215        devnullfatal01/testcase.h: New files.
216
2172010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
218
219        PR 1632/testing
220        * devfs04/init.c, devfs04/test_driver.c: Added cases to exercise
221        null_initialize() and null_write().
222
2232010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
224
225        * gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
226
2272010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
228
229        * gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
230
2312010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
232
233        * gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
234
2352010-07-22      Bharath Suri <bharath.s.jois@gmail.com>
236
237        * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn,
238        devfs02/Makefile.am: New tests added
239        * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn,
240        devfs03/Makefile.am: New tests added
241        * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn,
242        devfs04/Makefile.am: New tests added
243        * Makefile.am, configure.ac: Changes to accommodate the above
244        newly added tests.
245
2462010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
247
248        * Makefile.am, configure.ac, termios06/init.c: Add initial tests for
249        XON/XOFF and VMIN/VMAX cases.
250        * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c,
251        termios07/termios07.doc, termios07/termios07.scn,
252        termios08/.cvsignore, termios08/Makefile.am, termios08/init.c,
253        termios08/termios08.doc, termios08/termios08.scn: New files.
254
2552010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
256
257        * Makefile.am, configure.ac: Add tar test for error cases.
258        * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc,
259        tar03/tar03.scn: New files.
260
2612010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
262
263        * stringto01/init.c, stringto01/stringto01.scn,
264        stringto01/stringto_test_template.h: Attempt to pick up a few more
265        error paths.
266
2672010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
268
269        PR 1617/testing
270        * malloctest/init.c: Added new case to exercise _realloc_r.
271
2722010-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
273
274        * malloctest/init.c: Added test for
275        rtems_heap_allocate_aligned_with_boundary().
276
2772010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
278
279        * Makefile.am, configure.ac: Add new test to exercise devFS_Show().
280        * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc,
281        devfs01/devfs01.scn, devfs01/init.c: New files.
282
2832010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
284
285        * Makefile.am, configure.ac: Add new test to exercise
286        malloc_get_statistics().
287        * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
288        malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
289
2902010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
291
292        PR 1535/tests
293        * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
294        of work by Ralf and Joel.
295
2962010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
297
298        * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
299
3002010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
301
302        * Makefile.am, configure.ac: Add test for exercising sbrk() extension
303        to Malloc Family.
304        * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
305        malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
306
3072010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
308
309        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
310        cases. Coverage of these paths is near complete.
311
3122010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
313
314        * malloctest/system.h: Enable malloc statistics.
315
3162010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
317
318        * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
319
3202010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
321
322        * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
323        * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
324        termios06/termios06.doc, termios06/termios06.scn,
325        termios06/test_pppd.c: New files.
326
3272010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
328
329        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
330        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
331        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
332
3332010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
334
335        * termios04/termios_testdriver_intr.c: Task driven IO now works.
336
3372010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
338
339        * Makefile.am, configure.ac: Add test for task driven drivers.
340        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
341        termios05/termios05.doc, termios05/termios05.scn,
342        termios05/termios_testdriver_taskdriven.c,
343        termios05/termios_testdriver_taskdriven.h: New files.
344
3452010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
346
347        * Makefile.am, configure.ac: Revert changes related to uncommitted test
348        under development.
349
3502010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
351
352        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
353        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
354
3552010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
356
357        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
358        interrupt driven IO support.
359        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
360        termios04/termios04.doc, termios04/termios04.scn,
361        termios04/termios_testdriver_intr.c,
362        termios04/termios_testdriver_intr.h: New files.
363
3642010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
365
366        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
367        termios03/termios_testdriver_polled.c,
368        termios03/termios_testdriver_polled.h: Add more test cases.
369
3702010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
371
372        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
373
3742010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
375
376        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
377        termios03/termios03.doc, termios03/termios03.scn,
378        termios03/termios_testdriver_polled.c,
379        termios03/termios_testdriver_polled.h: New files.
380        * Makefile.am, configure.ac: Add initial version of new test for polled
381        IO support in termios.
382
3832010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
384
385        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
386        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
387        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
388        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
389        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
390        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
391        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
392        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
393        termios02/Makefile.am: Revert.
394
3952010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
396
397        * termios01/termios01.scn: Fix bug so existing test code for
398        rtems_termios_baud_to_index() is executed.
399
4002010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
401
402        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
403        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
404        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
405        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
406        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
407        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
408        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
409        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
410        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
411        code for rtems_termios_baud_to_index() is executed.
412
4132010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
414
415        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
416        before blowing stack.
417
4182010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
419
420        * Makefile.am, configure.ac: Added test that attempts to free stack
421        memory. This causes a error to be printed from the free function.
422        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
423        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
424
4252010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
426
427        * malloctest/init.c: Added error case with malloc of size 0.
428
4292010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
430
431        * malloctest/init.c: Added test to check failure branch on calloc.
432
4332010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
434
435        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
436
4372010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
438
439        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
440        for deferred free() processing.
441        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
442        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
443
4442010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
445
446        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
447        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
448        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
449        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
450        are minimal implementations so the tests will have to grow as the
451        methods grow.
452
4532010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
454
455        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
456
4572010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
458
459        PR 1433/cpukit
460        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
461        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
462        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
463        RTEMS_NO_MEMORY.
464
4652010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
466
467        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
468        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
469        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
470
4712010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
472
473        * Makefile.am: Move POSIX in front of other tests.
474
4752010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
476
477        * bspcmdline01/init.c: Fix assert conditional.
478
4792010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
480
481        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
482        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
483
4842010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
485
486        * block10/.cvsignore: New file.
487
4882010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
489
490        * block05/block05.png, block10/block10.doc, block10/init.c,
491        block10/.cvsignore, block10/block10.scn, block10/block10.png,
492        block10/Makefile.am: New files.
493        * configure.ac, Makefile.am: Update for new files.
494        * block05/block05.doc: Update for new state transitions.
495
4962010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
497
498        * block08/.cvsignore, block09/.cvsignore: New files.
499
5002010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
501
502        * block08/init.c: Remove warning.
503
5042010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
505
506        * block08/block08.scn, block08/init.c: Add starting and ending messages
507        so the scripts detect successful exit.
508
5092010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
510
511        * block09/block09.doc, block09/init.c, block09/.cvsignore,
512        block09/block09.scn, block09/Makefile.am: New files.
513        * configure.ac, Makefile.am: Update for new files.
514        * block05/block05.doc: Update for new state transitions.
515        * block05/init.c, block06/init.c: Update for block device API change.
516
5172010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
518
519        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
520        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
521        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
522        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
523        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
524        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
525        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
526        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
527        block08/init.c, block08/Makefile.am, block08/system.h,
528        block08/test_disk.c: New files.
529
5302009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
531
532        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
533        to cover the bsp_cmdline_get_param() routine.
534
5352009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
536
537        * block06/init.c: Update for disk device API change.  Changed EBADRQC
538        to EINVAL.
539
5402009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
541
542        * termios01/init.c: Increase number of termios ports by 1.
543
5442009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
545
546        * termios01/termios_testdriver.c:
547        Reflect changes to rtems_termios_callbacks->write.
548
5492009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
550
551        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
552        block05/init.c, block07/init.c, bspcmdline01/init.c,
553        stringto01/init.c, stringto01/stringto_test_template.h,
554        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
555        Use rtems_test_assert() consistently instead of system assert().
556        rtems_test_assert() is designed to integrate into the RTEMS test
557        suite infrastructure.
558
5592009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
560
561        * POSIX/Makefile.am: Add readv, writev.
562        * POSIX/writev.c, POSIX/readv.c: New.
563
5642009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
565
566        * POSIX/sigfillset.c: Let main() return "status".
567        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
568        sigismember.
569        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
570        POSIX/sigismember.c: New.
571
5722009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
573
574        * POSIX/Makefile.am: Add wait.
575        * POSIX/wait.c: New.
576
5772009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
578
579        * bspcmdline01/test.c: Removed.
580
5812009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
582
583        * Makefile.am: Add POSIX.
584        * configure.ac: Add POSIX/.
585        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
586        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
587        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
588        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
589        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
590        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
591        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
592        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
593        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
594        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
595        POSIX/waitpid.c, POSIX/write.c: New.
596
5972009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
598
599        * stringto01/init.c: New file.
600
6012009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
602
603        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
604        * stringto01/.cvsignore, stringto01/Makefile.am,
605        stringto01/stringto01.doc, stringto01/stringto01.scn,
606        stringto01/stringto_test_template.h: New files.
607
6082009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
609
610        * block05/init.c: Check block size. Improved output.
611        * block01/init.c: Free ramdisk before exit.
612        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
613        block04/block04.doc, block05/block05.doc, block06/block06.doc,
614        block07/block07.doc: New files.
615        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
616        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
617        block07/Makefile.am: Add new files.
618
6192009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
620
621        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
622        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
623        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
624        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
625
6262009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
627
628        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
629        Remove bogus cast.
630        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
631
6322009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
633
634        * rtems++/Task1.cc: Eliminate more warnings.
635
6362009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
637
638        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
639        several dozens of warnings.
640
6412009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
642
643        * block06/init.c: Add missing prototype.
644
6452009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
646
647        * block07/init.c: New test case.
648
6492009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
650
651        * block05/init.c, block05/block05.scn, block05/Makefile.am,
652        block06/init.c, block06/block06.scn, block06/Makefile.am,
653        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
654        * Makefile.am, configure.ac: Added block05, block06 and block07.
655
6562009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
657
658        * termios/init.c: Remove sh2 hacks.
659
6602009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
661
662        * block01/init.c: Include <stdio.h>.
663        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
664        * block02/init.c: Remove unused var.
665
6662009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
667
668        * block02/init.c, block02/block02.scn, block02/Makefile.am,
669        block03/init.c, block03/block03.scn, block03/Makefile.am,
670        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
671        * Makefile.am, configure.ac: Added block02, block03 and block04.
672
6732009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
674
675        * monitor02/init.c: Add local prototype for
676        rtems_shell_main_monitor.
677
6782009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
679
680        * termios01/init.c: Fix parity_table_Entry type.
681        Correct parity_table initialization.
682        Add PRIdrtems_termios_baud_t.
683        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
684
6852009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
686
687        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
688        * malloctest/init.c: Use %zu instead of %d to print size_t's.
689
6902009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
691
692        * rtmonuse/init.c, rtmonuse/task1.c:
693        Use PRIxrtems_id to print rtems_ids.
694        * malloctest/init.c: Use %zu instead of %d to print size_t's.
695
6962009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
697
698        * malloctest/init.c: Fix _Heap_Resize_block args.
699
7002009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
701
702        * malloctest/init.c, termios01/init.c,
703        termios01/termios_testdriver.c: Eliminate unused vars.
704
7052009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
706
707        * heapwalk/init.c: Comment out unused vars.
708        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
709        * malloctest/init.c: Add local prototype for malloc_walk,
710        malloc_info.
711        * malloctest/task1.c: Add local prototype for malloc_walk.
712        * monitor02/init.c: Remove unused vars.
713        * stackchk01/init.c: Remove unused vars.
714        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
715        termios/init.c: Add missing prototypes.
716
7172009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
718
719        * configure.ac: Don't add -fasm to CFLAGS.
720
7212009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
722
723        * block01/.cvsignore: New file.
724
7252009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
726
727        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
728        * Makefile.am, configure.ac: Added block01.
729
7302009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
731
732        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
733
7342009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
735
736        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
737        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
738        it.
739        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
740        termios02/termios02.doc, termios02/termios02.scn: New files.
741        termios02 is a test for tcdrain().
742
7432009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
744
745        * termios01/init.c, termios01/termios_testdriver.c:
746        Reflect changes to termios.
747
7482009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
749
750        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
751
7522009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
753
754        * stackchk01/stackchk01.doc: Add content.
755
7562009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
757
758        * Makefile.am, configure.ac: Add initial test for
759        rtems_stack_checker_is_blown.
760        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
761        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
762
7632009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
764
765        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
766        cases to get back to 100% object coverage.
767
7682009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
769
770        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
771        malloctest/malloctest.scn: New test cases.
772        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
773
7742009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
775
776        * malloctest/init.c: New test cases. Update for heap API changes.
777        * stackchk/blow.c: Update for heap API changes.
778
7792009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
780
781        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
782
7832009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
784
785        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
786        complete coverage of termios_XXX_to_YYY() methods.
787
7882009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
789
790        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
791        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
792        character with the assistance of a special test driver which prints
793        the requests.
794        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
795        termios01/termios01.doc, termios01/termios01.scn,
796        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
797
7982009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
799
800        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
801        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
802        rtems_clock_get_ticks_per_second().
803
8042009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
805
806        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
807        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
808
8092009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
810
811        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
812        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
813        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
814
8152009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
816
817        * malloctest/init.c: Adjust allocation in test so it passes now that
818        heap overhead constant has been increased.
819
8202009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
821
822        * bspcmdline01/init.c: Do not violate visibility.
823
8242009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
825
826        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
827        prefix to all routines.
828
8292009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
830
831        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
832        helper routines.
833        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
834        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
835        bspcmdline01/init.c, bspcmdline01/test.c: New files.
836
8372009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
838
839        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
840        for shrinking a block enough to need to free the newly unused
841        portion.
842
8432009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
844
845        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
846        _Protected_heap_Get_information().
847
8482009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
849
850        * heapwalk/init.c: Add test code for first free block pointer not
851        aligned.
852
8532009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
854
855        * heapwalk/init.c: Add more cases.
856
8572009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
858
859        * heapwalk/init.c: Add more automated corruption capability.
860
8612009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
862
863        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
864
8652009-05-19      Chris Johns <chrisj@rtems.org>
866
867        * cpuuse/tswitch.c: Lower sample count for small memory targets.
868        * cpuuse/system.h: Smaller stack size for small memory targets.
869        * monitor02/init.c: Cannot run on small memory targets.
870
8712009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
872
873        * rtmonuse/init.c: Do not use Task_name array before initialized.
874
8752009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
876
877        * malloctest/init.c: Fix warning.
878
8792009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
880
881        * malloctest/init.c: Fix typo.
882
8832009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
884
885        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
886        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
887        heapwalk/init.c, heapwalk/system.h: New files.
888
8892009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
890
891        * malloctest/init.c: Add test case for heap resize block when the
892        resize creates a free block large enough to free.
893
8942009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
895
896        * cpuuse/Makefile.am, malloctest/Makefile.am,
897        monitor/Makefile.am, monitor02/Makefile.am,
898        putenvtest/Makefile.am, rtems++/Makefile.am,
899        rtmonuse/Makefile.am, stackchk/Makefile.am,
900        termios/Makefile.am, tztest/Makefile.am:
901        Eliminate _exe_/.exe.
902
9032009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
904
905        * stackchk/stackchk.scn: Correct screen to match output.
906
9072008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
908
909        * malloctest/init.c: Change sizes of heap/region and allocated objects
910        in heap to intptr_t so they can be larger than a single allocatable
911        object (e.g. size_t).
912
9132008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
914
915        * malloctest/init.c: Do not generate alignment factors larger that will
916        not fit in a native integer.
917
9182008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
919
920        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
921        CONFIGURE_STACK_CHECKER_ENABLED.
922
9232008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
924
925        * malloctest/init.c: Convert to "bool".
926
9272008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
928
929        * rtems++/System.h: Account for extra task stacks properly.
930
9312008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
932
933        * malloctest/init.c: Fix return status check.
934
9352008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
936
937        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
938        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
939        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
940        POSIX tests. Add a clock_settime case for < 1988.
941
9422008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
943
944        * malloctest/init.c: Add more test cases to cover heap better.
945
9462008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
947
948        * malloctest/init.c: Add new test cases per Sergei. Make some of the
949        stranger cases operate directly on a freshly initialized heap. This
950        should make them more reproducible.
951
9522008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
953
954        * malloctest/init.c: Add more tests per suggestions from Sergei
955        Organov.
956
9572008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
958
959        * malloctest/init.c: Add include to remove warning.
960
9612008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
962
963        * malloctest/init.c: Remove debug print.
964
9652008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
966
967        * monitor02/.cvsignore: New file.
968
9692008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
970
971        * Makefile.am, configure.ac: Added automatic test for monitor shell
972        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
973        monitor02/system.h: New files.
974
9752007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
976
977        * malloctest/init.c: Add test cases suggested by Sergei Organov
978        <s.organov@javad.com>.
979
9802007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
981
982        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
983
9842007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
985
986        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
987        exericise another path in the period statistics code.
988
9892007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
990
991        * malloctest/init.c: Add some primitive testing of realloc() which also
992        does some positive path testing on the SuperCore heap.
993
9942007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
995
996        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
997        cases for untested routines.
998
9992007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1000
1001        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
1002        the CPU Usage Report include it. If it is deleted, the CPU time it
1003        had consumed is not listed later in the report.
1004
10052007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1006
1007        * tztest/init.c: Build when using buffered test IO.
1008
10092007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1010
1011        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
1012        macro instead of fflush() directly.
1013
10142007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1015
1016        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
1017        Statistics and Period Usage into Rate Monotonic Manager. Added the
1018        following directives: rtems_rate_monotonic_get_statistics,
1019        rtems_rate_monotonic_reset_statistics,
1020        rtems_rate_monotonic_reset_all_statistics,
1021        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
1022        Obsoleted the rtems/rtmonuse.h file as a public interface.
1023
10242007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1025
1026        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
1027        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
1028        optional managers to Makefiles. Clean up test cases so last output
1029        line follows END OF pattern. Make sure test case all run. All tests
1030        appeared ok on sis.
1031
10322007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
1033
1034        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
1035
10362007-03-13      Joel Sherrill <joel@OARcorp.com>
1037
1038        * tztest/init.c: Call tzset() even though it may be called for us
1039        implicitly along the way.
1040
10412007-03-13      Joel Sherrill <joel@OARcorp.com>
1042
1043        * tztest/.cvsignore: New file.
1044
10452007-03-13      Joel Sherrill <joel@OARcorp.com>
1046
1047        * Makefile.am, configure.ac: Added timezone test.
1048        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
1049        tztest/tztest.scn: New files.
1050
10512007-03-05      Joel Sherrill <joel@OARcorp.com>
1052
1053        * malloctest/init.c: Be explicit about need for default and floating
1054        point attributes. This is just a style change.
1055
10562007-02-06      Joel Sherrill <joel@OARcorp.com>
1057
1058        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
1059        issues in message queue tests.
1060
10612006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1062
1063        * configure.ac: New BUG-REPORT address.
1064
10652006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1066
1067        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1068
10692006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1070
1071        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
1072        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
1073        docdir. Use rtems_testsdir instead.
1074
10752006-02-08      Joel Sherrill <joel@OARcorp.com>
1076
1077        * rtems++/Task1.cc: Fix warnings.
1078
10792005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1080
1081        * configure.ac: Remove RTEMS_ENABLE_BARE,
1082        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1083
10842005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1085
1086        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1087        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1088        stackchk/Makefile.am, termios/Makefile.am:
1089        Convert to using *_PROGRAMS.
1090
10912005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1092
1093        * cpuuse/Makefile.am, malloctest/Makefile.am,
1094        monitor/Makefile.am, putenvtest/Makefile.am,
1095        rtems++/Makefile.am, rtmonuse/Makefile.am,
1096        stackchk/Makefile.am, termios/Makefile.am: Rework.
1097
10982005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1099
1100        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1101        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1102        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
1103        * libtests.am: Remove.
1104
11052005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1106
1107        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1108        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1109        stackchk/Makefile.am, termios/Makefile.am:
1110        AM_CPPFLAGS += -I..../support/include.
1111
11122005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1113
1114        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
1115        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
1116
11172005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1118
1119        * libtests.am: Remove LIB_VARIANT.
1120
11212005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1122
1123        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1124        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1125        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
1126
11272005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1128
1129        * Makefile.am: Cleanup.
1130
11312005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1132
1133        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1134        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1135        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1136        stackchk/Makefile.am, termios/Makefile.am:
1137        Partial conversion to automake.
1138
11392005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1140
1141        * rtems++/Makefile.am: Remove LIB_VARIANT.
1142
11432004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1144
1145        * configure.ac: Remove -ansi to prevent folks from further damaging
1146        the code with broken prototypes.
1147        * putenvtest/init.c: Remove broken putenv prototype.
1148        * termios/init.c (print_c_cc): Don't loop over NCCS.
1149
11502004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1151
1152        * configure.ac: Require automake > 1.9.
1153
11542004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1155
1156        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1157        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1158        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1159        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1160        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1161        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1162        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1163        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1164
11652004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1166
1167        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
1168        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
1169        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
1170        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
1171        using c99 fixed size types.
1172
11732004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1174
1175        * configure.ac: Add 2nd arg to RTEMS_TOP.
1176
11772004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1178
1179        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1180        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1181        * malloctest/Makefile.am: Ditto.
1182        * monitor/Makefile.am: Ditto.
1183        * putenvtest/Makefile.am: Ditto.
1184        * rtems++/Makefile.am: Ditto.
1185        * rtmonuse/Makefile.am: Ditto.
1186        * stackchk/Makefile.am: Ditto.
1187        * termios/Makefile.am: Ditto.
1188
11892003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1190
1191        * libtests.am: Add dirstamp support.
1192
11932003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1194
1195        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1196
11972003-12-16      Joel Sherrill <joel@OARcorp.com>
1198
1199        PR 544/tests
1200        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
1201        tests account for resources and not print at inappropriate times.
1202
12032003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1204
1205        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1206
12072003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1208
1209        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
1210        * malloctest/Makefile.am: Remove all-local: $(ARCH).
1211        * monitor/Makefile.am: Remove all-local: $(ARCH).
1212        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
1213        * rtems++/Makefile.am: Remove all-local: $(ARCH).
1214        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
1215        * stackchk/Makefile.am: Remove all-local: $(ARCH).
1216        * termios/Makefile.am: Remove all-local: $(ARCH).
1217
12182003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1219
1220        * configure.ac: Reflect having moved to testsuites/.
1221
12222003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1223
1224        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1225
12262003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1227
1228        * configure.ac:Remove RTEMS_CHECK_CPU.
1229
12302003-09-04      Joel Sherrill <joel@OARcorp.com>
1231
1232        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
1233        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
1234        malloctest/system.h, malloctest/task1.c, monitor/init.c,
1235        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
1236        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
1237        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
1238        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
1239        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
1240        stackchk/task1.c: URL for license changed.
1241
12422003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1243
1244        * Makefile.am: Reflect having moved aclocal/.
1245
12462003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1247
1248        * Makefile.am: Reflect having moved automake/.
1249        * cpuuse/Makefile.am: Reflect having moved automake/.
1250        * malloctest/Makefile.am: Reflect having moved automake/.
1251        * monitor/Makefile.am: Reflect having moved automake/.
1252        * putenvtest/Makefile.am: Reflect having moved automake/.
1253        * rtems++/Makefile.am: Reflect having moved automake/.
1254        * rtmonuse/Makefile.am: Reflect having moved automake/.
1255        * stackchk/Makefile.am: Reflect having moved automake/.
1256        * termios/Makefile.am: Reflect having moved automake/.
1257
12582003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1259
1260        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1261
12622003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1263
1264        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1265
12662003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1267
1268        * configure.ac: Unconditionally check for CXX.
1269        Require autoconf-2.57, automake-1.7.2.
1270        * rtems++: Eliminate CC_O_FILES.
1271
12722002-12-02      Joel Sherrill <joel@OARcorp.com>
1273
1274        * malloctest/init.c: Tasks should be floating point.
1275
12762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1277
1278        * .cvsignore: Reformat.
1279        Add autom4te*cache.
1280        Remove autom4te.cache.
1281
12822002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1283
1284        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
1285        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
1286        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
1287        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
1288        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
1289        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
1290        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
1291        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
1292
12932002-08-01      Joel Sherrill <joel@OARcorp.com>
1294
1295        * Per PR47 add support for buffered test output.  This involved
1296        adding defines to redirect output to a buffer and dump it when
1297        full, at "test pause", and at exit.  To avoid problems when redefining
1298        exit(), all tests were modified to call rtems_test_exit().
1299        Some tests, notable psxtests, had to be modified to include
1300        the standard test macro .h file (pmacros.h or tmacros.h) to
1301        enable this support.
1302        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
1303        rtmonuse/task1.c, termios/init.c: Modified.
1304
13052002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1306
1307        * configure.ac: Remove ENABLE_GCC28.
1308
13092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1310
1311        * configure.ac:
1312        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1313        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1314        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1315        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1316        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1317        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
1318        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1319        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
1320        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1321        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
1322        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
1323
13242001-11-01      Joel Sherrill <joel@OARcorp.com>
1325
1326        * rtems++/Makefile.am: Make sure debug variant of librtems++
1327        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1328        and processed as PR78.
1329
13302001-10-25      Joel Sherrill <joel@OARcorp.com>
1331
1332        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1333
13342001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1335
1336        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1337        * configure.in: Remove.
1338        * configure.ac: New file, generated from configure.in by autoupdate.
1339
13402001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1341
1342        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1343        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1344
13452001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1346
1347        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1348        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1349        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1350        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1351        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1352        make-cxx-exe.
1353        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1354        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1355        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1356
13572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1358
1359        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1360
13612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1362
1363        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1364
13652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1366
1367        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1368
13692000-11-01      Joel Sherrill <joel@OARcorp.com>
1370
1371        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1372        libcsupport.h moved from libc to lib/include/rtems and now must
1373        be referenced as <rtems/XXX.h>. 
1374
13752000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1376
1377        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1378        Switch to GNU canonicalization.
1379        * libtests.am: Remove DEFS.
1380
13812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1382
1383        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1384        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1385        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1386
13872000-08-10      Joel Sherrill <joel@OARcorp.com>
1388
1389        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.