source: rtems/testsuites/libtests/ChangeLog @ e33e5c67

4.115
Last change on this file since e33e5c67 was e33e5c67, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/30/10 at 08:42:37

2010-07-30 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Add AC_PROG_LN_S. Add AC_PATH_PROG([PAX]). Add AM_CONDITIONAL(TARTESTS).
  • Property mode set to 100644
File size: 42.5 KB
Line 
12010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Add AC_PROG_LN_S.
4        Add AC_PATH_PROG([PAX]).
5        Add AM_CONDITIONAL(TARTESTS).
6        * tar01/Makefile.am, tar02/Makefile.am:
7        Eliminate stamp-filesystem.
8
92010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * tar01/Makefile.am, tar02/Makefile.am:
12        Add BUILT_SOURCES.
13
142010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * tar01/Makefile.am, tar02/Makefile.am:
17        Eliminate stamp-fs-tar. Reorder CLEANFILES.
18        Apply BIN2C -C/-H.
19
202010-07-29      Joel Sherrill <joel.sherrilL@OARcorp.com>
21
22        * tar01/Makefile.am, tar02/Makefile.am: Fix dependencies for parallel
23        build.
24
252010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * tar01/Makefile.am, tar02/Makefile.am: Replace mkdir cascade
28        with $(MKDIR_P).
29
302010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * tar01/Makefile.am, tar02/Makefile.am: Misc. fixes.
33
342010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * tar01/Makefile.am, tar03/Makefile.am: Remove MANAGERS.
37
382010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        PR 1532/testing
41        * Makefile.am, configure.ac: Add initial tests for untar capabilities.
42        * tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc,
43        tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c,
44        tar02/tar02.doc, tar02/tar02.scn: New files.
45
462010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
47
48        PR 1631/testing
49        * gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc,
50        gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added
51        * Makefile.am, configure.ac: Changes to accommodate new tests
52
532010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        PR 1632/testing
56        * Makefile.am, configure.ac: Make dedicated fatal error test for
57        /dev/null already registered. Using code from Bharath in new test
58        framework.
59        * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am,
60        devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn,
61        devnullfatal01/testcase.h: New files.
62
632010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
64
65        PR 1632/testing
66        * devfs04/init.c, devfs04/test_driver.c: Added cases to exercise
67        null_initialize() and null_write().
68
692010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
72
732010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
76
772010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
80
812010-07-22      Bharath Suri <bharath.s.jois@gmail.com>
82
83        * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn,
84        devfs02/Makefile.am: New tests added
85        * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn,
86        devfs03/Makefile.am: New tests added
87        * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn,
88        devfs04/Makefile.am: New tests added
89        * Makefile.am, configure.ac: Changes to accommodate the above
90        newly added tests.
91
922010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * Makefile.am, configure.ac, termios06/init.c: Add initial tests for
95        XON/XOFF and VMIN/VMAX cases.
96        * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c,
97        termios07/termios07.doc, termios07/termios07.scn,
98        termios08/.cvsignore, termios08/Makefile.am, termios08/init.c,
99        termios08/termios08.doc, termios08/termios08.scn: New files.
100
1012010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * Makefile.am, configure.ac: Add tar test for error cases.
104        * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc,
105        tar03/tar03.scn: New files.
106
1072010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * stringto01/init.c, stringto01/stringto01.scn,
110        stringto01/stringto_test_template.h: Attempt to pick up a few more
111        error paths.
112
1132010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
114
115        PR 1617/testing
116        * malloctest/init.c: Added new case to exercise _realloc_r.
117
1182010-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
119
120        * malloctest/init.c: Added test for
121        rtems_heap_allocate_aligned_with_boundary().
122
1232010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * Makefile.am, configure.ac: Add new test to exercise devFS_Show().
126        * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc,
127        devfs01/devfs01.scn, devfs01/init.c: New files.
128
1292010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * Makefile.am, configure.ac: Add new test to exercise
132        malloc_get_statistics().
133        * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
134        malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
135
1362010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        PR 1535/tests
139        * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
140        of work by Ralf and Joel.
141
1422010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
145
1462010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
147
148        * Makefile.am, configure.ac: Add test for exercising sbrk() extension
149        to Malloc Family.
150        * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
151        malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
152
1532010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
154
155        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
156        cases. Coverage of these paths is near complete.
157
1582010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * malloctest/system.h: Enable malloc statistics.
161
1622010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
165
1662010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
169        * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
170        termios06/termios06.doc, termios06/termios06.scn,
171        termios06/test_pppd.c: New files.
172
1732010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
176        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
177        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
178
1792010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
180
181        * termios04/termios_testdriver_intr.c: Task driven IO now works.
182
1832010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
184
185        * Makefile.am, configure.ac: Add test for task driven drivers.
186        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
187        termios05/termios05.doc, termios05/termios05.scn,
188        termios05/termios_testdriver_taskdriven.c,
189        termios05/termios_testdriver_taskdriven.h: New files.
190
1912010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * Makefile.am, configure.ac: Revert changes related to uncommitted test
194        under development.
195
1962010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
197
198        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
199        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
200
2012010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
202
203        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
204        interrupt driven IO support.
205        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
206        termios04/termios04.doc, termios04/termios04.scn,
207        termios04/termios_testdriver_intr.c,
208        termios04/termios_testdriver_intr.h: New files.
209
2102010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
211
212        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
213        termios03/termios_testdriver_polled.c,
214        termios03/termios_testdriver_polled.h: Add more test cases.
215
2162010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
217
218        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
219
2202010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
221
222        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
223        termios03/termios03.doc, termios03/termios03.scn,
224        termios03/termios_testdriver_polled.c,
225        termios03/termios_testdriver_polled.h: New files.
226        * Makefile.am, configure.ac: Add initial version of new test for polled
227        IO support in termios.
228
2292010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
230
231        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
232        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
233        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
234        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
235        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
236        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
237        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
238        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
239        termios02/Makefile.am: Revert.
240
2412010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
242
243        * termios01/termios01.scn: Fix bug so existing test code for
244        rtems_termios_baud_to_index() is executed.
245
2462010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
247
248        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
249        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
250        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
251        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
252        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
253        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
254        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
255        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
256        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
257        code for rtems_termios_baud_to_index() is executed.
258
2592010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
260
261        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
262        before blowing stack.
263
2642010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
265
266        * Makefile.am, configure.ac: Added test that attempts to free stack
267        memory. This causes a error to be printed from the free function.
268        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
269        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
270
2712010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
272
273        * malloctest/init.c: Added error case with malloc of size 0.
274
2752010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
276
277        * malloctest/init.c: Added test to check failure branch on calloc.
278
2792010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
280
281        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
282
2832010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
284
285        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
286        for deferred free() processing.
287        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
288        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
289
2902010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
291
292        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
293        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
294        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
295        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
296        are minimal implementations so the tests will have to grow as the
297        methods grow.
298
2992010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
300
301        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
302
3032010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
304
305        PR 1433/cpukit
306        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
307        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
308        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
309        RTEMS_NO_MEMORY.
310
3112010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
312
313        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
314        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
315        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
316
3172010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
318
319        * Makefile.am: Move POSIX in front of other tests.
320
3212010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
322
323        * bspcmdline01/init.c: Fix assert conditional.
324
3252010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
326
327        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
328        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
329
3302010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
331
332        * block10/.cvsignore: New file.
333
3342010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
335
336        * block05/block05.png, block10/block10.doc, block10/init.c,
337        block10/.cvsignore, block10/block10.scn, block10/block10.png,
338        block10/Makefile.am: New files.
339        * configure.ac, Makefile.am: Update for new files.
340        * block05/block05.doc: Update for new state transitions.
341
3422010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
343
344        * block08/.cvsignore, block09/.cvsignore: New files.
345
3462010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
347
348        * block08/init.c: Remove warning.
349
3502010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
351
352        * block08/block08.scn, block08/init.c: Add starting and ending messages
353        so the scripts detect successful exit.
354
3552010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
356
357        * block09/block09.doc, block09/init.c, block09/.cvsignore,
358        block09/block09.scn, block09/Makefile.am: New files.
359        * configure.ac, Makefile.am: Update for new files.
360        * block05/block05.doc: Update for new state transitions.
361        * block05/init.c, block06/init.c: Update for block device API change.
362
3632010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
364
365        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
366        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
367        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
368        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
369        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
370        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
371        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
372        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
373        block08/init.c, block08/Makefile.am, block08/system.h,
374        block08/test_disk.c: New files.
375
3762009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
377
378        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
379        to cover the bsp_cmdline_get_param() routine.
380
3812009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
382
383        * block06/init.c: Update for disk device API change.  Changed EBADRQC
384        to EINVAL.
385
3862009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
387
388        * termios01/init.c: Increase number of termios ports by 1.
389
3902009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
391
392        * termios01/termios_testdriver.c:
393        Reflect changes to rtems_termios_callbacks->write.
394
3952009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
396
397        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
398        block05/init.c, block07/init.c, bspcmdline01/init.c,
399        stringto01/init.c, stringto01/stringto_test_template.h,
400        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
401        Use rtems_test_assert() consistently instead of system assert().
402        rtems_test_assert() is designed to integrate into the RTEMS test
403        suite infrastructure.
404
4052009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
406
407        * POSIX/Makefile.am: Add readv, writev.
408        * POSIX/writev.c, POSIX/readv.c: New.
409
4102009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
411
412        * POSIX/sigfillset.c: Let main() return "status".
413        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
414        sigismember.
415        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
416        POSIX/sigismember.c: New.
417
4182009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
419
420        * POSIX/Makefile.am: Add wait.
421        * POSIX/wait.c: New.
422
4232009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
424
425        * bspcmdline01/test.c: Removed.
426
4272009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
428
429        * Makefile.am: Add POSIX.
430        * configure.ac: Add POSIX/.
431        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
432        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
433        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
434        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
435        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
436        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
437        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
438        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
439        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
440        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
441        POSIX/waitpid.c, POSIX/write.c: New.
442
4432009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
444
445        * stringto01/init.c: New file.
446
4472009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
448
449        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
450        * stringto01/.cvsignore, stringto01/Makefile.am,
451        stringto01/stringto01.doc, stringto01/stringto01.scn,
452        stringto01/stringto_test_template.h: New files.
453
4542009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
455
456        * block05/init.c: Check block size. Improved output.
457        * block01/init.c: Free ramdisk before exit.
458        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
459        block04/block04.doc, block05/block05.doc, block06/block06.doc,
460        block07/block07.doc: New files.
461        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
462        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
463        block07/Makefile.am: Add new files.
464
4652009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
466
467        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
468        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
469        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
470        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
471
4722009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
473
474        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
475        Remove bogus cast.
476        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
477
4782009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
479
480        * rtems++/Task1.cc: Eliminate more warnings.
481
4822009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
483
484        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
485        several dozens of warnings.
486
4872009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
488
489        * block06/init.c: Add missing prototype.
490
4912009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
492
493        * block07/init.c: New test case.
494
4952009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
496
497        * block05/init.c, block05/block05.scn, block05/Makefile.am,
498        block06/init.c, block06/block06.scn, block06/Makefile.am,
499        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
500        * Makefile.am, configure.ac: Added block05, block06 and block07.
501
5022009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
503
504        * termios/init.c: Remove sh2 hacks.
505
5062009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
507
508        * block01/init.c: Include <stdio.h>.
509        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
510        * block02/init.c: Remove unused var.
511
5122009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
513
514        * block02/init.c, block02/block02.scn, block02/Makefile.am,
515        block03/init.c, block03/block03.scn, block03/Makefile.am,
516        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
517        * Makefile.am, configure.ac: Added block02, block03 and block04.
518
5192009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
520
521        * monitor02/init.c: Add local prototype for
522        rtems_shell_main_monitor.
523
5242009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
525
526        * termios01/init.c: Fix parity_table_Entry type.
527        Correct parity_table initialization.
528        Add PRIdrtems_termios_baud_t.
529        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
530
5312009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
532
533        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
534        * malloctest/init.c: Use %zu instead of %d to print size_t's.
535
5362009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
537
538        * rtmonuse/init.c, rtmonuse/task1.c:
539        Use PRIxrtems_id to print rtems_ids.
540        * malloctest/init.c: Use %zu instead of %d to print size_t's.
541
5422009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
543
544        * malloctest/init.c: Fix _Heap_Resize_block args.
545
5462009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
547
548        * malloctest/init.c, termios01/init.c,
549        termios01/termios_testdriver.c: Eliminate unused vars.
550
5512009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
552
553        * heapwalk/init.c: Comment out unused vars.
554        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
555        * malloctest/init.c: Add local prototype for malloc_walk,
556        malloc_info.
557        * malloctest/task1.c: Add local prototype for malloc_walk.
558        * monitor02/init.c: Remove unused vars.
559        * stackchk01/init.c: Remove unused vars.
560        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
561        termios/init.c: Add missing prototypes.
562
5632009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
564
565        * configure.ac: Don't add -fasm to CFLAGS.
566
5672009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
568
569        * block01/.cvsignore: New file.
570
5712009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
572
573        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
574        * Makefile.am, configure.ac: Added block01.
575
5762009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
577
578        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
579
5802009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
581
582        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
583        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
584        it.
585        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
586        termios02/termios02.doc, termios02/termios02.scn: New files.
587        termios02 is a test for tcdrain().
588
5892009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
590
591        * termios01/init.c, termios01/termios_testdriver.c:
592        Reflect changes to termios.
593
5942009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
595
596        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
597
5982009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
599
600        * stackchk01/stackchk01.doc: Add content.
601
6022009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
603
604        * Makefile.am, configure.ac: Add initial test for
605        rtems_stack_checker_is_blown.
606        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
607        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
608
6092009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
610
611        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
612        cases to get back to 100% object coverage.
613
6142009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
615
616        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
617        malloctest/malloctest.scn: New test cases.
618        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
619
6202009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
621
622        * malloctest/init.c: New test cases. Update for heap API changes.
623        * stackchk/blow.c: Update for heap API changes.
624
6252009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
626
627        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
628
6292009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
630
631        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
632        complete coverage of termios_XXX_to_YYY() methods.
633
6342009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
635
636        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
637        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
638        character with the assistance of a special test driver which prints
639        the requests.
640        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
641        termios01/termios01.doc, termios01/termios01.scn,
642        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
643
6442009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
645
646        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
647        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
648        rtems_clock_get_ticks_per_second().
649
6502009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
651
652        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
653        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
654
6552009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
656
657        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
658        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
659        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
660
6612009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
662
663        * malloctest/init.c: Adjust allocation in test so it passes now that
664        heap overhead constant has been increased.
665
6662009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
667
668        * bspcmdline01/init.c: Do not violate visibility.
669
6702009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
671
672        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
673        prefix to all routines.
674
6752009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
676
677        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
678        helper routines.
679        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
680        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
681        bspcmdline01/init.c, bspcmdline01/test.c: New files.
682
6832009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
684
685        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
686        for shrinking a block enough to need to free the newly unused
687        portion.
688
6892009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
690
691        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
692        _Protected_heap_Get_information().
693
6942009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
695
696        * heapwalk/init.c: Add test code for first free block pointer not
697        aligned.
698
6992009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
700
701        * heapwalk/init.c: Add more cases.
702
7032009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
704
705        * heapwalk/init.c: Add more automated corruption capability.
706
7072009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
708
709        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
710
7112009-05-19      Chris Johns <chrisj@rtems.org>
712
713        * cpuuse/tswitch.c: Lower sample count for small memory targets.
714        * cpuuse/system.h: Smaller stack size for small memory targets.
715        * monitor02/init.c: Cannot run on small memory targets.
716
7172009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
718
719        * rtmonuse/init.c: Do not use Task_name array before initialized.
720
7212009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
722
723        * malloctest/init.c: Fix warning.
724
7252009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
726
727        * malloctest/init.c: Fix typo.
728
7292009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
730
731        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
732        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
733        heapwalk/init.c, heapwalk/system.h: New files.
734
7352009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
736
737        * malloctest/init.c: Add test case for heap resize block when the
738        resize creates a free block large enough to free.
739
7402009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
741
742        * cpuuse/Makefile.am, malloctest/Makefile.am,
743        monitor/Makefile.am, monitor02/Makefile.am,
744        putenvtest/Makefile.am, rtems++/Makefile.am,
745        rtmonuse/Makefile.am, stackchk/Makefile.am,
746        termios/Makefile.am, tztest/Makefile.am:
747        Eliminate _exe_/.exe.
748
7492009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
750
751        * stackchk/stackchk.scn: Correct screen to match output.
752
7532008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
754
755        * malloctest/init.c: Change sizes of heap/region and allocated objects
756        in heap to intptr_t so they can be larger than a single allocatable
757        object (e.g. size_t).
758
7592008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
760
761        * malloctest/init.c: Do not generate alignment factors larger that will
762        not fit in a native integer.
763
7642008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
765
766        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
767        CONFIGURE_STACK_CHECKER_ENABLED.
768
7692008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
770
771        * malloctest/init.c: Convert to "bool".
772
7732008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
774
775        * rtems++/System.h: Account for extra task stacks properly.
776
7772008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
778
779        * malloctest/init.c: Fix return status check.
780
7812008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
782
783        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
784        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
785        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
786        POSIX tests. Add a clock_settime case for < 1988.
787
7882008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
789
790        * malloctest/init.c: Add more test cases to cover heap better.
791
7922008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
793
794        * malloctest/init.c: Add new test cases per Sergei. Make some of the
795        stranger cases operate directly on a freshly initialized heap. This
796        should make them more reproducible.
797
7982008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
799
800        * malloctest/init.c: Add more tests per suggestions from Sergei
801        Organov.
802
8032008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
804
805        * malloctest/init.c: Add include to remove warning.
806
8072008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
808
809        * malloctest/init.c: Remove debug print.
810
8112008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
812
813        * monitor02/.cvsignore: New file.
814
8152008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
816
817        * Makefile.am, configure.ac: Added automatic test for monitor shell
818        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
819        monitor02/system.h: New files.
820
8212007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
822
823        * malloctest/init.c: Add test cases suggested by Sergei Organov
824        <s.organov@javad.com>.
825
8262007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
827
828        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
829
8302007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
831
832        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
833        exericise another path in the period statistics code.
834
8352007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
836
837        * malloctest/init.c: Add some primitive testing of realloc() which also
838        does some positive path testing on the SuperCore heap.
839
8402007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
841
842        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
843        cases for untested routines.
844
8452007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
846
847        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
848        the CPU Usage Report include it. If it is deleted, the CPU time it
849        had consumed is not listed later in the report.
850
8512007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
852
853        * tztest/init.c: Build when using buffered test IO.
854
8552007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
856
857        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
858        macro instead of fflush() directly.
859
8602007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
861
862        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
863        Statistics and Period Usage into Rate Monotonic Manager. Added the
864        following directives: rtems_rate_monotonic_get_statistics,
865        rtems_rate_monotonic_reset_statistics,
866        rtems_rate_monotonic_reset_all_statistics,
867        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
868        Obsoleted the rtems/rtmonuse.h file as a public interface.
869
8702007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
871
872        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
873        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
874        optional managers to Makefiles. Clean up test cases so last output
875        line follows END OF pattern. Make sure test case all run. All tests
876        appeared ok on sis.
877
8782007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
879
880        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
881
8822007-03-13      Joel Sherrill <joel@OARcorp.com>
883
884        * tztest/init.c: Call tzset() even though it may be called for us
885        implicitly along the way.
886
8872007-03-13      Joel Sherrill <joel@OARcorp.com>
888
889        * tztest/.cvsignore: New file.
890
8912007-03-13      Joel Sherrill <joel@OARcorp.com>
892
893        * Makefile.am, configure.ac: Added timezone test.
894        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
895        tztest/tztest.scn: New files.
896
8972007-03-05      Joel Sherrill <joel@OARcorp.com>
898
899        * malloctest/init.c: Be explicit about need for default and floating
900        point attributes. This is just a style change.
901
9022007-02-06      Joel Sherrill <joel@OARcorp.com>
903
904        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
905        issues in message queue tests.
906
9072006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
908
909        * configure.ac: New BUG-REPORT address.
910
9112006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
912
913        * configure.ac: Require autoconf-2.60. Require automake-1.10.
914
9152006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
916
917        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
918        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
919        docdir. Use rtems_testsdir instead.
920
9212006-02-08      Joel Sherrill <joel@OARcorp.com>
922
923        * rtems++/Task1.cc: Fix warnings.
924
9252005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
926
927        * configure.ac: Remove RTEMS_ENABLE_BARE,
928        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
929
9302005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
931
932        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
933        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
934        stackchk/Makefile.am, termios/Makefile.am:
935        Convert to using *_PROGRAMS.
936
9372005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
938
939        * cpuuse/Makefile.am, malloctest/Makefile.am,
940        monitor/Makefile.am, putenvtest/Makefile.am,
941        rtems++/Makefile.am, rtmonuse/Makefile.am,
942        stackchk/Makefile.am, termios/Makefile.am: Rework.
943
9442005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
945
946        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
947        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
948        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
949        * libtests.am: Remove.
950
9512005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
952
953        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
954        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
955        stackchk/Makefile.am, termios/Makefile.am:
956        AM_CPPFLAGS += -I..../support/include.
957
9582005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
959
960        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
961        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
962
9632005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
964
965        * libtests.am: Remove LIB_VARIANT.
966
9672005-11-07      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: Remove SRC, PRINT_SRC.
972
9732005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
974
975        * Makefile.am: Cleanup.
976
9772005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
978
979        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
980        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
981        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
982        stackchk/Makefile.am, termios/Makefile.am:
983        Partial conversion to automake.
984
9852005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
986
987        * rtems++/Makefile.am: Remove LIB_VARIANT.
988
9892004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
990
991        * configure.ac: Remove -ansi to prevent folks from further damaging
992        the code with broken prototypes.
993        * putenvtest/init.c: Remove broken putenv prototype.
994        * termios/init.c (print_c_cc): Don't loop over NCCS.
995
9962004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
997
998        * configure.ac: Require automake > 1.9.
999
10002004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1001
1002        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1003        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1004        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1005        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1006        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1007        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1008        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1009        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1010
10112004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1012
1013        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
1014        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
1015        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
1016        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
1017        using c99 fixed size types.
1018
10192004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1020
1021        * configure.ac: Add 2nd arg to RTEMS_TOP.
1022
10232004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1024
1025        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1026        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1027        * malloctest/Makefile.am: Ditto.
1028        * monitor/Makefile.am: Ditto.
1029        * putenvtest/Makefile.am: Ditto.
1030        * rtems++/Makefile.am: Ditto.
1031        * rtmonuse/Makefile.am: Ditto.
1032        * stackchk/Makefile.am: Ditto.
1033        * termios/Makefile.am: Ditto.
1034
10352003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1036
1037        * libtests.am: Add dirstamp support.
1038
10392003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1042
10432003-12-16      Joel Sherrill <joel@OARcorp.com>
1044
1045        PR 544/tests
1046        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
1047        tests account for resources and not print at inappropriate times.
1048
10492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1050
1051        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1052
10532003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1054
1055        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
1056        * malloctest/Makefile.am: Remove all-local: $(ARCH).
1057        * monitor/Makefile.am: Remove all-local: $(ARCH).
1058        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
1059        * rtems++/Makefile.am: Remove all-local: $(ARCH).
1060        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
1061        * stackchk/Makefile.am: Remove all-local: $(ARCH).
1062        * termios/Makefile.am: Remove all-local: $(ARCH).
1063
10642003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1065
1066        * configure.ac: Reflect having moved to testsuites/.
1067
10682003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1069
1070        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1071
10722003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1073
1074        * configure.ac:Remove RTEMS_CHECK_CPU.
1075
10762003-09-04      Joel Sherrill <joel@OARcorp.com>
1077
1078        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
1079        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
1080        malloctest/system.h, malloctest/task1.c, monitor/init.c,
1081        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
1082        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
1083        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
1084        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
1085        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
1086        stackchk/task1.c: URL for license changed.
1087
10882003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1089
1090        * Makefile.am: Reflect having moved aclocal/.
1091
10922003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1093
1094        * Makefile.am: Reflect having moved automake/.
1095        * cpuuse/Makefile.am: Reflect having moved automake/.
1096        * malloctest/Makefile.am: Reflect having moved automake/.
1097        * monitor/Makefile.am: Reflect having moved automake/.
1098        * putenvtest/Makefile.am: Reflect having moved automake/.
1099        * rtems++/Makefile.am: Reflect having moved automake/.
1100        * rtmonuse/Makefile.am: Reflect having moved automake/.
1101        * stackchk/Makefile.am: Reflect having moved automake/.
1102        * termios/Makefile.am: Reflect having moved automake/.
1103
11042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1105
1106        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1107
11082003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1109
1110        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1111
11122003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1113
1114        * configure.ac: Unconditionally check for CXX.
1115        Require autoconf-2.57, automake-1.7.2.
1116        * rtems++: Eliminate CC_O_FILES.
1117
11182002-12-02      Joel Sherrill <joel@OARcorp.com>
1119
1120        * malloctest/init.c: Tasks should be floating point.
1121
11222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1123
1124        * .cvsignore: Reformat.
1125        Add autom4te*cache.
1126        Remove autom4te.cache.
1127
11282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1129
1130        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
1131        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
1132        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
1133        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
1134        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
1135        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
1136        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
1137        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
1138
11392002-08-01      Joel Sherrill <joel@OARcorp.com>
1140
1141        * Per PR47 add support for buffered test output.  This involved
1142        adding defines to redirect output to a buffer and dump it when
1143        full, at "test pause", and at exit.  To avoid problems when redefining
1144        exit(), all tests were modified to call rtems_test_exit().
1145        Some tests, notable psxtests, had to be modified to include
1146        the standard test macro .h file (pmacros.h or tmacros.h) to
1147        enable this support.
1148        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
1149        rtmonuse/task1.c, termios/init.c: Modified.
1150
11512002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1152
1153        * configure.ac: Remove ENABLE_GCC28.
1154
11552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1156
1157        * configure.ac:
1158        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1159        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1160        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1161        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1162        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1163        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
1164        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1165        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
1166        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1167        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
1168        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
1169
11702001-11-01      Joel Sherrill <joel@OARcorp.com>
1171
1172        * rtems++/Makefile.am: Make sure debug variant of librtems++
1173        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1174        and processed as PR78.
1175
11762001-10-25      Joel Sherrill <joel@OARcorp.com>
1177
1178        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1179
11802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1181
1182        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1183        * configure.in: Remove.
1184        * configure.ac: New file, generated from configure.in by autoupdate.
1185
11862001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1187
1188        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1189        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1190
11912001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1192
1193        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1194        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1195        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1196        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1197        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1198        make-cxx-exe.
1199        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1200        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1201        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1202
12032001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1204
1205        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1206
12072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1208
1209        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1210
12112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1212
1213        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1214
12152000-11-01      Joel Sherrill <joel@OARcorp.com>
1216
1217        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1218        libcsupport.h moved from libc to lib/include/rtems and now must
1219        be referenced as <rtems/XXX.h>. 
1220
12212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1222
1223        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1224        Switch to GNU canonicalization.
1225        * libtests.am: Remove DEFS.
1226
12272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1228
1229        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1230        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1231        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1232
12332000-08-10      Joel Sherrill <joel@OARcorp.com>
1234
1235        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.