source: rtems/testsuites/libtests/ChangeLog @ 58c5a9b

4.115
Last change on this file since 58c5a9b was 58c5a9b, checked in by Joel Sherrill <joel.sherrill@…>, on 08/07/10 at 00:24:48

2010-08-06 Bharath Suri <bharath.s.jois@…>

PR 1654/testing

  • deviceio01/init.c, deviceio01/deviceio01.doc, deviceio01/deviceio01.scn, deviceio01/test_driver.c, deviceio01/test_driver.h, deviceio01/Makefile.am: New test added.
  • Makefile.am, configure.ac: Changes to added above test.
  • tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
  • Property mode set to 100644
File size: 43.8 KB
Line 
12010-08-06      Bharath Suri <bharath.s.jois@gmail.com>
2
3        PR 1654/testing
4        * deviceio01/init.c, deviceio01/deviceio01.doc,
5        deviceio01/deviceio01.scn, deviceio01/test_driver.c,
6        deviceio01/test_driver.h, deviceio01/Makefile.am: New test added.
7        * Makefile.am, configure.ac: Changes to added above test.
8        * tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
9
102010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * Makefile.am, configure.ac: Add test for rtems_print_buffer().
13        * dumpbuf01/.cvsignore, dumpbuf01/Makefile.am, dumpbuf01/dumpbuf01.doc,
14        dumpbuf01/dumpbuf01.scn, dumpbuf01/init.c: New files.
15
162010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add test cases to
19        improve coverage.
20
212010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove
24        intital_fs directory.
25
262010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
29
302010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * tar01/Makefile.am:
33        Apply $LN_S, $PAX. Use subshell for tarball creation.
34        Don't add initial_fs to CLEANFILES.
35        * tar02/Makefile.am:
36        Apply $LN_S, $PAX. Use subshell for tarball creation.
37
382010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * configure.ac: Add AC_PROG_LN_S.
41        Add AC_PATH_PROG([PAX]).
42        Add AM_CONDITIONAL(TARTESTS).
43        * tar01/Makefile.am, tar02/Makefile.am:
44        Eliminate stamp-filesystem.
45
462010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * tar01/Makefile.am, tar02/Makefile.am:
49        Add BUILT_SOURCES.
50
512010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * tar01/Makefile.am, tar02/Makefile.am:
54        Eliminate stamp-fs-tar. Reorder CLEANFILES.
55        Apply BIN2C -C/-H.
56
572010-07-29      Joel Sherrill <joel.sherrilL@OARcorp.com>
58
59        * tar01/Makefile.am, tar02/Makefile.am: Fix dependencies for parallel
60        build.
61
622010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * tar01/Makefile.am, tar02/Makefile.am: Replace mkdir cascade
65        with $(MKDIR_P).
66
672010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * tar01/Makefile.am, tar02/Makefile.am: Misc. fixes.
70
712010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * tar01/Makefile.am, tar03/Makefile.am: Remove MANAGERS.
74
752010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        PR 1532/testing
78        * Makefile.am, configure.ac: Add initial tests for untar capabilities.
79        * tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc,
80        tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c,
81        tar02/tar02.doc, tar02/tar02.scn: New files.
82
832010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
84
85        PR 1631/testing
86        * gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc,
87        gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added
88        * Makefile.am, configure.ac: Changes to accommodate new tests
89
902010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        PR 1632/testing
93        * Makefile.am, configure.ac: Make dedicated fatal error test for
94        /dev/null already registered. Using code from Bharath in new test
95        framework.
96        * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am,
97        devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn,
98        devnullfatal01/testcase.h: New files.
99
1002010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
101
102        PR 1632/testing
103        * devfs04/init.c, devfs04/test_driver.c: Added cases to exercise
104        null_initialize() and null_write().
105
1062010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
109
1102010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
113
1142010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
117
1182010-07-22      Bharath Suri <bharath.s.jois@gmail.com>
119
120        * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn,
121        devfs02/Makefile.am: New tests added
122        * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn,
123        devfs03/Makefile.am: New tests added
124        * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn,
125        devfs04/Makefile.am: New tests added
126        * Makefile.am, configure.ac: Changes to accommodate the above
127        newly added tests.
128
1292010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * Makefile.am, configure.ac, termios06/init.c: Add initial tests for
132        XON/XOFF and VMIN/VMAX cases.
133        * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c,
134        termios07/termios07.doc, termios07/termios07.scn,
135        termios08/.cvsignore, termios08/Makefile.am, termios08/init.c,
136        termios08/termios08.doc, termios08/termios08.scn: New files.
137
1382010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * Makefile.am, configure.ac: Add tar test for error cases.
141        * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc,
142        tar03/tar03.scn: New files.
143
1442010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * stringto01/init.c, stringto01/stringto01.scn,
147        stringto01/stringto_test_template.h: Attempt to pick up a few more
148        error paths.
149
1502010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
151
152        PR 1617/testing
153        * malloctest/init.c: Added new case to exercise _realloc_r.
154
1552010-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
156
157        * malloctest/init.c: Added test for
158        rtems_heap_allocate_aligned_with_boundary().
159
1602010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * Makefile.am, configure.ac: Add new test to exercise devFS_Show().
163        * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc,
164        devfs01/devfs01.scn, devfs01/init.c: New files.
165
1662010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * Makefile.am, configure.ac: Add new test to exercise
169        malloc_get_statistics().
170        * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
171        malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
172
1732010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        PR 1535/tests
176        * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
177        of work by Ralf and Joel.
178
1792010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
180
181        * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
182
1832010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
184
185        * Makefile.am, configure.ac: Add test for exercising sbrk() extension
186        to Malloc Family.
187        * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
188        malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
189
1902010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
191
192        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
193        cases. Coverage of these paths is near complete.
194
1952010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
196
197        * malloctest/system.h: Enable malloc statistics.
198
1992010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
200
201        * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
202
2032010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
204
205        * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
206        * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
207        termios06/termios06.doc, termios06/termios06.scn,
208        termios06/test_pppd.c: New files.
209
2102010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
211
212        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
213        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
214        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
215
2162010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
217
218        * termios04/termios_testdriver_intr.c: Task driven IO now works.
219
2202010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
221
222        * Makefile.am, configure.ac: Add test for task driven drivers.
223        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
224        termios05/termios05.doc, termios05/termios05.scn,
225        termios05/termios_testdriver_taskdriven.c,
226        termios05/termios_testdriver_taskdriven.h: New files.
227
2282010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * Makefile.am, configure.ac: Revert changes related to uncommitted test
231        under development.
232
2332010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
236        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
237
2382010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
241        interrupt driven IO support.
242        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
243        termios04/termios04.doc, termios04/termios04.scn,
244        termios04/termios_testdriver_intr.c,
245        termios04/termios_testdriver_intr.h: New files.
246
2472010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
248
249        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
250        termios03/termios_testdriver_polled.c,
251        termios03/termios_testdriver_polled.h: Add more test cases.
252
2532010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
254
255        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
256
2572010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
260        termios03/termios03.doc, termios03/termios03.scn,
261        termios03/termios_testdriver_polled.c,
262        termios03/termios_testdriver_polled.h: New files.
263        * Makefile.am, configure.ac: Add initial version of new test for polled
264        IO support in termios.
265
2662010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
267
268        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
269        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
270        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
271        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
272        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
273        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
274        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
275        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
276        termios02/Makefile.am: Revert.
277
2782010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
279
280        * termios01/termios01.scn: Fix bug so existing test code for
281        rtems_termios_baud_to_index() is executed.
282
2832010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
284
285        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
286        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
287        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
288        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
289        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
290        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
291        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
292        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
293        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
294        code for rtems_termios_baud_to_index() is executed.
295
2962010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
297
298        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
299        before blowing stack.
300
3012010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
302
303        * Makefile.am, configure.ac: Added test that attempts to free stack
304        memory. This causes a error to be printed from the free function.
305        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
306        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
307
3082010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
309
310        * malloctest/init.c: Added error case with malloc of size 0.
311
3122010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
313
314        * malloctest/init.c: Added test to check failure branch on calloc.
315
3162010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
317
318        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
319
3202010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
321
322        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
323        for deferred free() processing.
324        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
325        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
326
3272010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
328
329        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
330        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
331        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
332        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
333        are minimal implementations so the tests will have to grow as the
334        methods grow.
335
3362010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
337
338        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
339
3402010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
341
342        PR 1433/cpukit
343        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
344        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
345        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
346        RTEMS_NO_MEMORY.
347
3482010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
349
350        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
351        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
352        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
353
3542010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
355
356        * Makefile.am: Move POSIX in front of other tests.
357
3582010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
359
360        * bspcmdline01/init.c: Fix assert conditional.
361
3622010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
363
364        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
365        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
366
3672010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
368
369        * block10/.cvsignore: New file.
370
3712010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
372
373        * block05/block05.png, block10/block10.doc, block10/init.c,
374        block10/.cvsignore, block10/block10.scn, block10/block10.png,
375        block10/Makefile.am: New files.
376        * configure.ac, Makefile.am: Update for new files.
377        * block05/block05.doc: Update for new state transitions.
378
3792010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
380
381        * block08/.cvsignore, block09/.cvsignore: New files.
382
3832010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
384
385        * block08/init.c: Remove warning.
386
3872010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
388
389        * block08/block08.scn, block08/init.c: Add starting and ending messages
390        so the scripts detect successful exit.
391
3922010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
393
394        * block09/block09.doc, block09/init.c, block09/.cvsignore,
395        block09/block09.scn, block09/Makefile.am: New files.
396        * configure.ac, Makefile.am: Update for new files.
397        * block05/block05.doc: Update for new state transitions.
398        * block05/init.c, block06/init.c: Update for block device API change.
399
4002010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
401
402        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
403        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
404        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
405        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
406        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
407        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
408        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
409        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
410        block08/init.c, block08/Makefile.am, block08/system.h,
411        block08/test_disk.c: New files.
412
4132009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
414
415        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
416        to cover the bsp_cmdline_get_param() routine.
417
4182009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
419
420        * block06/init.c: Update for disk device API change.  Changed EBADRQC
421        to EINVAL.
422
4232009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
424
425        * termios01/init.c: Increase number of termios ports by 1.
426
4272009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
428
429        * termios01/termios_testdriver.c:
430        Reflect changes to rtems_termios_callbacks->write.
431
4322009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
433
434        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
435        block05/init.c, block07/init.c, bspcmdline01/init.c,
436        stringto01/init.c, stringto01/stringto_test_template.h,
437        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
438        Use rtems_test_assert() consistently instead of system assert().
439        rtems_test_assert() is designed to integrate into the RTEMS test
440        suite infrastructure.
441
4422009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
443
444        * POSIX/Makefile.am: Add readv, writev.
445        * POSIX/writev.c, POSIX/readv.c: New.
446
4472009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
448
449        * POSIX/sigfillset.c: Let main() return "status".
450        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
451        sigismember.
452        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
453        POSIX/sigismember.c: New.
454
4552009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
456
457        * POSIX/Makefile.am: Add wait.
458        * POSIX/wait.c: New.
459
4602009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
461
462        * bspcmdline01/test.c: Removed.
463
4642009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
465
466        * Makefile.am: Add POSIX.
467        * configure.ac: Add POSIX/.
468        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
469        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
470        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
471        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
472        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
473        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
474        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
475        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
476        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
477        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
478        POSIX/waitpid.c, POSIX/write.c: New.
479
4802009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
481
482        * stringto01/init.c: New file.
483
4842009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
485
486        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
487        * stringto01/.cvsignore, stringto01/Makefile.am,
488        stringto01/stringto01.doc, stringto01/stringto01.scn,
489        stringto01/stringto_test_template.h: New files.
490
4912009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
492
493        * block05/init.c: Check block size. Improved output.
494        * block01/init.c: Free ramdisk before exit.
495        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
496        block04/block04.doc, block05/block05.doc, block06/block06.doc,
497        block07/block07.doc: New files.
498        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
499        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
500        block07/Makefile.am: Add new files.
501
5022009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
503
504        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
505        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
506        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
507        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
508
5092009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
510
511        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
512        Remove bogus cast.
513        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
514
5152009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
516
517        * rtems++/Task1.cc: Eliminate more warnings.
518
5192009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
520
521        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
522        several dozens of warnings.
523
5242009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
525
526        * block06/init.c: Add missing prototype.
527
5282009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
529
530        * block07/init.c: New test case.
531
5322009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
533
534        * block05/init.c, block05/block05.scn, block05/Makefile.am,
535        block06/init.c, block06/block06.scn, block06/Makefile.am,
536        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
537        * Makefile.am, configure.ac: Added block05, block06 and block07.
538
5392009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
540
541        * termios/init.c: Remove sh2 hacks.
542
5432009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
544
545        * block01/init.c: Include <stdio.h>.
546        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
547        * block02/init.c: Remove unused var.
548
5492009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
550
551        * block02/init.c, block02/block02.scn, block02/Makefile.am,
552        block03/init.c, block03/block03.scn, block03/Makefile.am,
553        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
554        * Makefile.am, configure.ac: Added block02, block03 and block04.
555
5562009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
557
558        * monitor02/init.c: Add local prototype for
559        rtems_shell_main_monitor.
560
5612009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
562
563        * termios01/init.c: Fix parity_table_Entry type.
564        Correct parity_table initialization.
565        Add PRIdrtems_termios_baud_t.
566        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
567
5682009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
569
570        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
571        * malloctest/init.c: Use %zu instead of %d to print size_t's.
572
5732009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
574
575        * rtmonuse/init.c, rtmonuse/task1.c:
576        Use PRIxrtems_id to print rtems_ids.
577        * malloctest/init.c: Use %zu instead of %d to print size_t's.
578
5792009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
580
581        * malloctest/init.c: Fix _Heap_Resize_block args.
582
5832009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
584
585        * malloctest/init.c, termios01/init.c,
586        termios01/termios_testdriver.c: Eliminate unused vars.
587
5882009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
589
590        * heapwalk/init.c: Comment out unused vars.
591        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
592        * malloctest/init.c: Add local prototype for malloc_walk,
593        malloc_info.
594        * malloctest/task1.c: Add local prototype for malloc_walk.
595        * monitor02/init.c: Remove unused vars.
596        * stackchk01/init.c: Remove unused vars.
597        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
598        termios/init.c: Add missing prototypes.
599
6002009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
601
602        * configure.ac: Don't add -fasm to CFLAGS.
603
6042009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
605
606        * block01/.cvsignore: New file.
607
6082009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
609
610        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
611        * Makefile.am, configure.ac: Added block01.
612
6132009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
614
615        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
616
6172009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
618
619        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
620        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
621        it.
622        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
623        termios02/termios02.doc, termios02/termios02.scn: New files.
624        termios02 is a test for tcdrain().
625
6262009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
627
628        * termios01/init.c, termios01/termios_testdriver.c:
629        Reflect changes to termios.
630
6312009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
632
633        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
634
6352009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
636
637        * stackchk01/stackchk01.doc: Add content.
638
6392009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
640
641        * Makefile.am, configure.ac: Add initial test for
642        rtems_stack_checker_is_blown.
643        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
644        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
645
6462009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
647
648        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
649        cases to get back to 100% object coverage.
650
6512009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
652
653        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
654        malloctest/malloctest.scn: New test cases.
655        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
656
6572009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
658
659        * malloctest/init.c: New test cases. Update for heap API changes.
660        * stackchk/blow.c: Update for heap API changes.
661
6622009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
663
664        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
665
6662009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
667
668        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
669        complete coverage of termios_XXX_to_YYY() methods.
670
6712009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
672
673        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
674        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
675        character with the assistance of a special test driver which prints
676        the requests.
677        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
678        termios01/termios01.doc, termios01/termios01.scn,
679        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
680
6812009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
682
683        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
684        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
685        rtems_clock_get_ticks_per_second().
686
6872009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
688
689        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
690        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
691
6922009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
693
694        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
695        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
696        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
697
6982009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
699
700        * malloctest/init.c: Adjust allocation in test so it passes now that
701        heap overhead constant has been increased.
702
7032009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
704
705        * bspcmdline01/init.c: Do not violate visibility.
706
7072009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
708
709        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
710        prefix to all routines.
711
7122009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
713
714        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
715        helper routines.
716        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
717        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
718        bspcmdline01/init.c, bspcmdline01/test.c: New files.
719
7202009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
721
722        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
723        for shrinking a block enough to need to free the newly unused
724        portion.
725
7262009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
727
728        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
729        _Protected_heap_Get_information().
730
7312009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
732
733        * heapwalk/init.c: Add test code for first free block pointer not
734        aligned.
735
7362009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
737
738        * heapwalk/init.c: Add more cases.
739
7402009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
741
742        * heapwalk/init.c: Add more automated corruption capability.
743
7442009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
745
746        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
747
7482009-05-19      Chris Johns <chrisj@rtems.org>
749
750        * cpuuse/tswitch.c: Lower sample count for small memory targets.
751        * cpuuse/system.h: Smaller stack size for small memory targets.
752        * monitor02/init.c: Cannot run on small memory targets.
753
7542009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
755
756        * rtmonuse/init.c: Do not use Task_name array before initialized.
757
7582009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
759
760        * malloctest/init.c: Fix warning.
761
7622009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
763
764        * malloctest/init.c: Fix typo.
765
7662009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
767
768        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
769        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
770        heapwalk/init.c, heapwalk/system.h: New files.
771
7722009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
773
774        * malloctest/init.c: Add test case for heap resize block when the
775        resize creates a free block large enough to free.
776
7772009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
778
779        * cpuuse/Makefile.am, malloctest/Makefile.am,
780        monitor/Makefile.am, monitor02/Makefile.am,
781        putenvtest/Makefile.am, rtems++/Makefile.am,
782        rtmonuse/Makefile.am, stackchk/Makefile.am,
783        termios/Makefile.am, tztest/Makefile.am:
784        Eliminate _exe_/.exe.
785
7862009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
787
788        * stackchk/stackchk.scn: Correct screen to match output.
789
7902008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
791
792        * malloctest/init.c: Change sizes of heap/region and allocated objects
793        in heap to intptr_t so they can be larger than a single allocatable
794        object (e.g. size_t).
795
7962008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
797
798        * malloctest/init.c: Do not generate alignment factors larger that will
799        not fit in a native integer.
800
8012008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
802
803        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
804        CONFIGURE_STACK_CHECKER_ENABLED.
805
8062008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
807
808        * malloctest/init.c: Convert to "bool".
809
8102008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
811
812        * rtems++/System.h: Account for extra task stacks properly.
813
8142008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
815
816        * malloctest/init.c: Fix return status check.
817
8182008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
819
820        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
821        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
822        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
823        POSIX tests. Add a clock_settime case for < 1988.
824
8252008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
826
827        * malloctest/init.c: Add more test cases to cover heap better.
828
8292008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
830
831        * malloctest/init.c: Add new test cases per Sergei. Make some of the
832        stranger cases operate directly on a freshly initialized heap. This
833        should make them more reproducible.
834
8352008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
836
837        * malloctest/init.c: Add more tests per suggestions from Sergei
838        Organov.
839
8402008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
841
842        * malloctest/init.c: Add include to remove warning.
843
8442008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
845
846        * malloctest/init.c: Remove debug print.
847
8482008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
849
850        * monitor02/.cvsignore: New file.
851
8522008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
853
854        * Makefile.am, configure.ac: Added automatic test for monitor shell
855        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
856        monitor02/system.h: New files.
857
8582007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
859
860        * malloctest/init.c: Add test cases suggested by Sergei Organov
861        <s.organov@javad.com>.
862
8632007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
864
865        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
866
8672007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
868
869        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
870        exericise another path in the period statistics code.
871
8722007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
873
874        * malloctest/init.c: Add some primitive testing of realloc() which also
875        does some positive path testing on the SuperCore heap.
876
8772007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
878
879        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
880        cases for untested routines.
881
8822007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
883
884        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
885        the CPU Usage Report include it. If it is deleted, the CPU time it
886        had consumed is not listed later in the report.
887
8882007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
889
890        * tztest/init.c: Build when using buffered test IO.
891
8922007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
893
894        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
895        macro instead of fflush() directly.
896
8972007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
898
899        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
900        Statistics and Period Usage into Rate Monotonic Manager. Added the
901        following directives: rtems_rate_monotonic_get_statistics,
902        rtems_rate_monotonic_reset_statistics,
903        rtems_rate_monotonic_reset_all_statistics,
904        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
905        Obsoleted the rtems/rtmonuse.h file as a public interface.
906
9072007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
908
909        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
910        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
911        optional managers to Makefiles. Clean up test cases so last output
912        line follows END OF pattern. Make sure test case all run. All tests
913        appeared ok on sis.
914
9152007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
916
917        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
918
9192007-03-13      Joel Sherrill <joel@OARcorp.com>
920
921        * tztest/init.c: Call tzset() even though it may be called for us
922        implicitly along the way.
923
9242007-03-13      Joel Sherrill <joel@OARcorp.com>
925
926        * tztest/.cvsignore: New file.
927
9282007-03-13      Joel Sherrill <joel@OARcorp.com>
929
930        * Makefile.am, configure.ac: Added timezone test.
931        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
932        tztest/tztest.scn: New files.
933
9342007-03-05      Joel Sherrill <joel@OARcorp.com>
935
936        * malloctest/init.c: Be explicit about need for default and floating
937        point attributes. This is just a style change.
938
9392007-02-06      Joel Sherrill <joel@OARcorp.com>
940
941        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
942        issues in message queue tests.
943
9442006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
945
946        * configure.ac: New BUG-REPORT address.
947
9482006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
949
950        * configure.ac: Require autoconf-2.60. Require automake-1.10.
951
9522006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
953
954        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
955        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
956        docdir. Use rtems_testsdir instead.
957
9582006-02-08      Joel Sherrill <joel@OARcorp.com>
959
960        * rtems++/Task1.cc: Fix warnings.
961
9622005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
963
964        * configure.ac: Remove RTEMS_ENABLE_BARE,
965        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
966
9672005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
968
969        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
970        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
971        stackchk/Makefile.am, termios/Makefile.am:
972        Convert to using *_PROGRAMS.
973
9742005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
975
976        * cpuuse/Makefile.am, malloctest/Makefile.am,
977        monitor/Makefile.am, putenvtest/Makefile.am,
978        rtems++/Makefile.am, rtmonuse/Makefile.am,
979        stackchk/Makefile.am, termios/Makefile.am: Rework.
980
9812005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
982
983        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
984        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
985        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
986        * libtests.am: Remove.
987
9882005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
989
990        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
991        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
992        stackchk/Makefile.am, termios/Makefile.am:
993        AM_CPPFLAGS += -I..../support/include.
994
9952005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
996
997        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
998        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
999
10002005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1001
1002        * libtests.am: Remove LIB_VARIANT.
1003
10042005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1005
1006        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1007        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1008        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
1009
10102005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1011
1012        * Makefile.am: Cleanup.
1013
10142005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1015
1016        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1017        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1018        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1019        stackchk/Makefile.am, termios/Makefile.am:
1020        Partial conversion to automake.
1021
10222005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1023
1024        * rtems++/Makefile.am: Remove LIB_VARIANT.
1025
10262004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1027
1028        * configure.ac: Remove -ansi to prevent folks from further damaging
1029        the code with broken prototypes.
1030        * putenvtest/init.c: Remove broken putenv prototype.
1031        * termios/init.c (print_c_cc): Don't loop over NCCS.
1032
10332004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1034
1035        * configure.ac: Require automake > 1.9.
1036
10372004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1038
1039        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1040        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1041        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1042        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1043        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1044        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1045        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1046        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1047
10482004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1049
1050        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
1051        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
1052        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
1053        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
1054        using c99 fixed size types.
1055
10562004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1057
1058        * configure.ac: Add 2nd arg to RTEMS_TOP.
1059
10602004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1061
1062        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1063        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1064        * malloctest/Makefile.am: Ditto.
1065        * monitor/Makefile.am: Ditto.
1066        * putenvtest/Makefile.am: Ditto.
1067        * rtems++/Makefile.am: Ditto.
1068        * rtmonuse/Makefile.am: Ditto.
1069        * stackchk/Makefile.am: Ditto.
1070        * termios/Makefile.am: Ditto.
1071
10722003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1073
1074        * libtests.am: Add dirstamp support.
1075
10762003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1077
1078        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1079
10802003-12-16      Joel Sherrill <joel@OARcorp.com>
1081
1082        PR 544/tests
1083        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
1084        tests account for resources and not print at inappropriate times.
1085
10862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1087
1088        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1089
10902003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1091
1092        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
1093        * malloctest/Makefile.am: Remove all-local: $(ARCH).
1094        * monitor/Makefile.am: Remove all-local: $(ARCH).
1095        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
1096        * rtems++/Makefile.am: Remove all-local: $(ARCH).
1097        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
1098        * stackchk/Makefile.am: Remove all-local: $(ARCH).
1099        * termios/Makefile.am: Remove all-local: $(ARCH).
1100
11012003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1102
1103        * configure.ac: Reflect having moved to testsuites/.
1104
11052003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1106
1107        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1108
11092003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1110
1111        * configure.ac:Remove RTEMS_CHECK_CPU.
1112
11132003-09-04      Joel Sherrill <joel@OARcorp.com>
1114
1115        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
1116        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
1117        malloctest/system.h, malloctest/task1.c, monitor/init.c,
1118        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
1119        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
1120        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
1121        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
1122        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
1123        stackchk/task1.c: URL for license changed.
1124
11252003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1126
1127        * Makefile.am: Reflect having moved aclocal/.
1128
11292003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1130
1131        * Makefile.am: Reflect having moved automake/.
1132        * cpuuse/Makefile.am: Reflect having moved automake/.
1133        * malloctest/Makefile.am: Reflect having moved automake/.
1134        * monitor/Makefile.am: Reflect having moved automake/.
1135        * putenvtest/Makefile.am: Reflect having moved automake/.
1136        * rtems++/Makefile.am: Reflect having moved automake/.
1137        * rtmonuse/Makefile.am: Reflect having moved automake/.
1138        * stackchk/Makefile.am: Reflect having moved automake/.
1139        * termios/Makefile.am: Reflect having moved automake/.
1140
11412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1142
1143        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1144
11452003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1148
11492003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1150
1151        * configure.ac: Unconditionally check for CXX.
1152        Require autoconf-2.57, automake-1.7.2.
1153        * rtems++: Eliminate CC_O_FILES.
1154
11552002-12-02      Joel Sherrill <joel@OARcorp.com>
1156
1157        * malloctest/init.c: Tasks should be floating point.
1158
11592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1160
1161        * .cvsignore: Reformat.
1162        Add autom4te*cache.
1163        Remove autom4te.cache.
1164
11652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1166
1167        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
1168        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
1169        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
1170        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
1171        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
1172        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
1173        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
1174        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
1175
11762002-08-01      Joel Sherrill <joel@OARcorp.com>
1177
1178        * Per PR47 add support for buffered test output.  This involved
1179        adding defines to redirect output to a buffer and dump it when
1180        full, at "test pause", and at exit.  To avoid problems when redefining
1181        exit(), all tests were modified to call rtems_test_exit().
1182        Some tests, notable psxtests, had to be modified to include
1183        the standard test macro .h file (pmacros.h or tmacros.h) to
1184        enable this support.
1185        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
1186        rtmonuse/task1.c, termios/init.c: Modified.
1187
11882002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1189
1190        * configure.ac: Remove ENABLE_GCC28.
1191
11922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1193
1194        * configure.ac:
1195        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1196        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1197        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1198        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1199        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1200        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
1201        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1202        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
1203        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1204        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
1205        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
1206
12072001-11-01      Joel Sherrill <joel@OARcorp.com>
1208
1209        * rtems++/Makefile.am: Make sure debug variant of librtems++
1210        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1211        and processed as PR78.
1212
12132001-10-25      Joel Sherrill <joel@OARcorp.com>
1214
1215        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1216
12172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1218
1219        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1220        * configure.in: Remove.
1221        * configure.ac: New file, generated from configure.in by autoupdate.
1222
12232001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1224
1225        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1226        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1227
12282001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1229
1230        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1231        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1232        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1233        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1234        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1235        make-cxx-exe.
1236        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1237        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1238        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1239
12402001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1241
1242        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1243
12442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1245
1246        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1247
12482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1249
1250        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1251
12522000-11-01      Joel Sherrill <joel@OARcorp.com>
1253
1254        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1255        libcsupport.h moved from libc to lib/include/rtems and now must
1256        be referenced as <rtems/XXX.h>. 
1257
12582000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1259
1260        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1261        Switch to GNU canonicalization.
1262        * libtests.am: Remove DEFS.
1263
12642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1265
1266        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1267        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1268        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1269
12702000-08-10      Joel Sherrill <joel@OARcorp.com>
1271
1272        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.