source: rtems/testsuites/libtests/ChangeLog @ 188f87d

4.115
Last change on this file since 188f87d was 188f87d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/29/10 at 16:13:44

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

  • tar01/Makefile.am, tar03/Makefile.am: Remove MANAGERS.
  • Property mode set to 100644
File size: 41.7 KB
Line 
12010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * tar01/Makefile.am, tar03/Makefile.am: Remove MANAGERS.
4
52010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        PR 1532/testing
8        * Makefile.am, configure.ac: Add initial tests for untar capabilities.
9        * tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc,
10        tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c,
11        tar02/tar02.doc, tar02/tar02.scn: New files.
12
132010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
14
15        PR 1631/testing
16        * gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc,
17        gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added
18        * Makefile.am, configure.ac: Changes to accommodate new tests
19
202010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        PR 1632/testing
23        * Makefile.am, configure.ac: Make dedicated fatal error test for
24        /dev/null already registered. Using code from Bharath in new test
25        framework.
26        * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am,
27        devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn,
28        devnullfatal01/testcase.h: New files.
29
302010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
31
32        PR 1632/testing
33        * devfs04/init.c, devfs04/test_driver.c: Added cases to exercise
34        null_initialize() and null_write().
35
362010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
39
402010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
43
442010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
47
482010-07-22      Bharath Suri <bharath.s.jois@gmail.com>
49
50        * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn,
51        devfs02/Makefile.am: New tests added
52        * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn,
53        devfs03/Makefile.am: New tests added
54        * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn,
55        devfs04/Makefile.am: New tests added
56        * Makefile.am, configure.ac: Changes to accommodate the above
57        newly added tests.
58
592010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * Makefile.am, configure.ac, termios06/init.c: Add initial tests for
62        XON/XOFF and VMIN/VMAX cases.
63        * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c,
64        termios07/termios07.doc, termios07/termios07.scn,
65        termios08/.cvsignore, termios08/Makefile.am, termios08/init.c,
66        termios08/termios08.doc, termios08/termios08.scn: New files.
67
682010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * Makefile.am, configure.ac: Add tar test for error cases.
71        * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc,
72        tar03/tar03.scn: New files.
73
742010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * stringto01/init.c, stringto01/stringto01.scn,
77        stringto01/stringto_test_template.h: Attempt to pick up a few more
78        error paths.
79
802010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
81
82        PR 1617/testing
83        * malloctest/init.c: Added new case to exercise _realloc_r.
84
852010-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
86
87        * malloctest/init.c: Added test for
88        rtems_heap_allocate_aligned_with_boundary().
89
902010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * Makefile.am, configure.ac: Add new test to exercise devFS_Show().
93        * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc,
94        devfs01/devfs01.scn, devfs01/init.c: New files.
95
962010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * Makefile.am, configure.ac: Add new test to exercise
99        malloc_get_statistics().
100        * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
101        malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
102
1032010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        PR 1535/tests
106        * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
107        of work by Ralf and Joel.
108
1092010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
112
1132010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * Makefile.am, configure.ac: Add test for exercising sbrk() extension
116        to Malloc Family.
117        * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
118        malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
119
1202010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
121
122        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
123        cases. Coverage of these paths is near complete.
124
1252010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * malloctest/system.h: Enable malloc statistics.
128
1292010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
132
1332010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
136        * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
137        termios06/termios06.doc, termios06/termios06.scn,
138        termios06/test_pppd.c: New files.
139
1402010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
143        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
144        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
145
1462010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
147
148        * termios04/termios_testdriver_intr.c: Task driven IO now works.
149
1502010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * Makefile.am, configure.ac: Add test for task driven drivers.
153        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
154        termios05/termios05.doc, termios05/termios05.scn,
155        termios05/termios_testdriver_taskdriven.c,
156        termios05/termios_testdriver_taskdriven.h: New files.
157
1582010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * Makefile.am, configure.ac: Revert changes related to uncommitted test
161        under development.
162
1632010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
166        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
167
1682010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
171        interrupt driven IO support.
172        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
173        termios04/termios04.doc, termios04/termios04.scn,
174        termios04/termios_testdriver_intr.c,
175        termios04/termios_testdriver_intr.h: New files.
176
1772010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
178
179        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
180        termios03/termios_testdriver_polled.c,
181        termios03/termios_testdriver_polled.h: Add more test cases.
182
1832010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
184
185        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
186
1872010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
190        termios03/termios03.doc, termios03/termios03.scn,
191        termios03/termios_testdriver_polled.c,
192        termios03/termios_testdriver_polled.h: New files.
193        * Makefile.am, configure.ac: Add initial version of new test for polled
194        IO support in termios.
195
1962010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
197
198        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
199        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
200        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
201        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
202        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
203        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
204        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
205        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
206        termios02/Makefile.am: Revert.
207
2082010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
209
210        * termios01/termios01.scn: Fix bug so existing test code for
211        rtems_termios_baud_to_index() is executed.
212
2132010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
214
215        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
216        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
217        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
218        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
219        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
220        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
221        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
222        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
223        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
224        code for rtems_termios_baud_to_index() is executed.
225
2262010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
227
228        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
229        before blowing stack.
230
2312010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
232
233        * Makefile.am, configure.ac: Added test that attempts to free stack
234        memory. This causes a error to be printed from the free function.
235        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
236        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
237
2382010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
239
240        * malloctest/init.c: Added error case with malloc of size 0.
241
2422010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
243
244        * malloctest/init.c: Added test to check failure branch on calloc.
245
2462010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
247
248        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
249
2502010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
251
252        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
253        for deferred free() processing.
254        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
255        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
256
2572010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
260        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
261        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
262        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
263        are minimal implementations so the tests will have to grow as the
264        methods grow.
265
2662010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
267
268        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
269
2702010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
271
272        PR 1433/cpukit
273        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
274        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
275        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
276        RTEMS_NO_MEMORY.
277
2782010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
279
280        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
281        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
282        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
283
2842010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
285
286        * Makefile.am: Move POSIX in front of other tests.
287
2882010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
289
290        * bspcmdline01/init.c: Fix assert conditional.
291
2922010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
293
294        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
295        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
296
2972010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
298
299        * block10/.cvsignore: New file.
300
3012010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
302
303        * block05/block05.png, block10/block10.doc, block10/init.c,
304        block10/.cvsignore, block10/block10.scn, block10/block10.png,
305        block10/Makefile.am: New files.
306        * configure.ac, Makefile.am: Update for new files.
307        * block05/block05.doc: Update for new state transitions.
308
3092010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        * block08/.cvsignore, block09/.cvsignore: New files.
312
3132010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
314
315        * block08/init.c: Remove warning.
316
3172010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
318
319        * block08/block08.scn, block08/init.c: Add starting and ending messages
320        so the scripts detect successful exit.
321
3222010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
323
324        * block09/block09.doc, block09/init.c, block09/.cvsignore,
325        block09/block09.scn, block09/Makefile.am: New files.
326        * configure.ac, Makefile.am: Update for new files.
327        * block05/block05.doc: Update for new state transitions.
328        * block05/init.c, block06/init.c: Update for block device API change.
329
3302010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
331
332        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
333        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
334        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
335        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
336        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
337        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
338        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
339        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
340        block08/init.c, block08/Makefile.am, block08/system.h,
341        block08/test_disk.c: New files.
342
3432009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
344
345        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
346        to cover the bsp_cmdline_get_param() routine.
347
3482009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
349
350        * block06/init.c: Update for disk device API change.  Changed EBADRQC
351        to EINVAL.
352
3532009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
354
355        * termios01/init.c: Increase number of termios ports by 1.
356
3572009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
358
359        * termios01/termios_testdriver.c:
360        Reflect changes to rtems_termios_callbacks->write.
361
3622009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
363
364        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
365        block05/init.c, block07/init.c, bspcmdline01/init.c,
366        stringto01/init.c, stringto01/stringto_test_template.h,
367        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
368        Use rtems_test_assert() consistently instead of system assert().
369        rtems_test_assert() is designed to integrate into the RTEMS test
370        suite infrastructure.
371
3722009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
373
374        * POSIX/Makefile.am: Add readv, writev.
375        * POSIX/writev.c, POSIX/readv.c: New.
376
3772009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
378
379        * POSIX/sigfillset.c: Let main() return "status".
380        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
381        sigismember.
382        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
383        POSIX/sigismember.c: New.
384
3852009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
386
387        * POSIX/Makefile.am: Add wait.
388        * POSIX/wait.c: New.
389
3902009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
391
392        * bspcmdline01/test.c: Removed.
393
3942009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
395
396        * Makefile.am: Add POSIX.
397        * configure.ac: Add POSIX/.
398        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
399        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
400        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
401        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
402        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
403        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
404        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
405        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
406        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
407        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
408        POSIX/waitpid.c, POSIX/write.c: New.
409
4102009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
411
412        * stringto01/init.c: New file.
413
4142009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
415
416        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
417        * stringto01/.cvsignore, stringto01/Makefile.am,
418        stringto01/stringto01.doc, stringto01/stringto01.scn,
419        stringto01/stringto_test_template.h: New files.
420
4212009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
422
423        * block05/init.c: Check block size. Improved output.
424        * block01/init.c: Free ramdisk before exit.
425        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
426        block04/block04.doc, block05/block05.doc, block06/block06.doc,
427        block07/block07.doc: New files.
428        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
429        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
430        block07/Makefile.am: Add new files.
431
4322009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
433
434        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
435        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
436        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
437        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
438
4392009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
440
441        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
442        Remove bogus cast.
443        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
444
4452009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
446
447        * rtems++/Task1.cc: Eliminate more warnings.
448
4492009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
450
451        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
452        several dozens of warnings.
453
4542009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
455
456        * block06/init.c: Add missing prototype.
457
4582009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
459
460        * block07/init.c: New test case.
461
4622009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
463
464        * block05/init.c, block05/block05.scn, block05/Makefile.am,
465        block06/init.c, block06/block06.scn, block06/Makefile.am,
466        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
467        * Makefile.am, configure.ac: Added block05, block06 and block07.
468
4692009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
470
471        * termios/init.c: Remove sh2 hacks.
472
4732009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
474
475        * block01/init.c: Include <stdio.h>.
476        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
477        * block02/init.c: Remove unused var.
478
4792009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
480
481        * block02/init.c, block02/block02.scn, block02/Makefile.am,
482        block03/init.c, block03/block03.scn, block03/Makefile.am,
483        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
484        * Makefile.am, configure.ac: Added block02, block03 and block04.
485
4862009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
487
488        * monitor02/init.c: Add local prototype for
489        rtems_shell_main_monitor.
490
4912009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
492
493        * termios01/init.c: Fix parity_table_Entry type.
494        Correct parity_table initialization.
495        Add PRIdrtems_termios_baud_t.
496        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
497
4982009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
499
500        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
501        * malloctest/init.c: Use %zu instead of %d to print size_t's.
502
5032009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
504
505        * rtmonuse/init.c, rtmonuse/task1.c:
506        Use PRIxrtems_id to print rtems_ids.
507        * malloctest/init.c: Use %zu instead of %d to print size_t's.
508
5092009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
510
511        * malloctest/init.c: Fix _Heap_Resize_block args.
512
5132009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
514
515        * malloctest/init.c, termios01/init.c,
516        termios01/termios_testdriver.c: Eliminate unused vars.
517
5182009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
519
520        * heapwalk/init.c: Comment out unused vars.
521        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
522        * malloctest/init.c: Add local prototype for malloc_walk,
523        malloc_info.
524        * malloctest/task1.c: Add local prototype for malloc_walk.
525        * monitor02/init.c: Remove unused vars.
526        * stackchk01/init.c: Remove unused vars.
527        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
528        termios/init.c: Add missing prototypes.
529
5302009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
531
532        * configure.ac: Don't add -fasm to CFLAGS.
533
5342009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
535
536        * block01/.cvsignore: New file.
537
5382009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
539
540        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
541        * Makefile.am, configure.ac: Added block01.
542
5432009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
544
545        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
546
5472009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
548
549        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
550        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
551        it.
552        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
553        termios02/termios02.doc, termios02/termios02.scn: New files.
554        termios02 is a test for tcdrain().
555
5562009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
557
558        * termios01/init.c, termios01/termios_testdriver.c:
559        Reflect changes to termios.
560
5612009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
562
563        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
564
5652009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
566
567        * stackchk01/stackchk01.doc: Add content.
568
5692009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
570
571        * Makefile.am, configure.ac: Add initial test for
572        rtems_stack_checker_is_blown.
573        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
574        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
575
5762009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
577
578        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
579        cases to get back to 100% object coverage.
580
5812009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
582
583        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
584        malloctest/malloctest.scn: New test cases.
585        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
586
5872009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
588
589        * malloctest/init.c: New test cases. Update for heap API changes.
590        * stackchk/blow.c: Update for heap API changes.
591
5922009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
593
594        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
595
5962009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
597
598        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
599        complete coverage of termios_XXX_to_YYY() methods.
600
6012009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
602
603        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
604        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
605        character with the assistance of a special test driver which prints
606        the requests.
607        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
608        termios01/termios01.doc, termios01/termios01.scn,
609        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
610
6112009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
612
613        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
614        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
615        rtems_clock_get_ticks_per_second().
616
6172009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
618
619        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
620        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
621
6222009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
623
624        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
625        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
626        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
627
6282009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
629
630        * malloctest/init.c: Adjust allocation in test so it passes now that
631        heap overhead constant has been increased.
632
6332009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
634
635        * bspcmdline01/init.c: Do not violate visibility.
636
6372009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
638
639        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
640        prefix to all routines.
641
6422009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
643
644        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
645        helper routines.
646        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
647        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
648        bspcmdline01/init.c, bspcmdline01/test.c: New files.
649
6502009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
651
652        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
653        for shrinking a block enough to need to free the newly unused
654        portion.
655
6562009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
657
658        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
659        _Protected_heap_Get_information().
660
6612009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
662
663        * heapwalk/init.c: Add test code for first free block pointer not
664        aligned.
665
6662009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
667
668        * heapwalk/init.c: Add more cases.
669
6702009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
671
672        * heapwalk/init.c: Add more automated corruption capability.
673
6742009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
675
676        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
677
6782009-05-19      Chris Johns <chrisj@rtems.org>
679
680        * cpuuse/tswitch.c: Lower sample count for small memory targets.
681        * cpuuse/system.h: Smaller stack size for small memory targets.
682        * monitor02/init.c: Cannot run on small memory targets.
683
6842009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
685
686        * rtmonuse/init.c: Do not use Task_name array before initialized.
687
6882009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
689
690        * malloctest/init.c: Fix warning.
691
6922009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
693
694        * malloctest/init.c: Fix typo.
695
6962009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
697
698        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
699        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
700        heapwalk/init.c, heapwalk/system.h: New files.
701
7022009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
703
704        * malloctest/init.c: Add test case for heap resize block when the
705        resize creates a free block large enough to free.
706
7072009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
708
709        * cpuuse/Makefile.am, malloctest/Makefile.am,
710        monitor/Makefile.am, monitor02/Makefile.am,
711        putenvtest/Makefile.am, rtems++/Makefile.am,
712        rtmonuse/Makefile.am, stackchk/Makefile.am,
713        termios/Makefile.am, tztest/Makefile.am:
714        Eliminate _exe_/.exe.
715
7162009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
717
718        * stackchk/stackchk.scn: Correct screen to match output.
719
7202008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
721
722        * malloctest/init.c: Change sizes of heap/region and allocated objects
723        in heap to intptr_t so they can be larger than a single allocatable
724        object (e.g. size_t).
725
7262008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
727
728        * malloctest/init.c: Do not generate alignment factors larger that will
729        not fit in a native integer.
730
7312008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
732
733        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
734        CONFIGURE_STACK_CHECKER_ENABLED.
735
7362008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
737
738        * malloctest/init.c: Convert to "bool".
739
7402008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
741
742        * rtems++/System.h: Account for extra task stacks properly.
743
7442008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
745
746        * malloctest/init.c: Fix return status check.
747
7482008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
749
750        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
751        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
752        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
753        POSIX tests. Add a clock_settime case for < 1988.
754
7552008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
756
757        * malloctest/init.c: Add more test cases to cover heap better.
758
7592008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
760
761        * malloctest/init.c: Add new test cases per Sergei. Make some of the
762        stranger cases operate directly on a freshly initialized heap. This
763        should make them more reproducible.
764
7652008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
766
767        * malloctest/init.c: Add more tests per suggestions from Sergei
768        Organov.
769
7702008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
771
772        * malloctest/init.c: Add include to remove warning.
773
7742008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
775
776        * malloctest/init.c: Remove debug print.
777
7782008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
779
780        * monitor02/.cvsignore: New file.
781
7822008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
783
784        * Makefile.am, configure.ac: Added automatic test for monitor shell
785        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
786        monitor02/system.h: New files.
787
7882007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
789
790        * malloctest/init.c: Add test cases suggested by Sergei Organov
791        <s.organov@javad.com>.
792
7932007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
794
795        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
796
7972007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
798
799        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
800        exericise another path in the period statistics code.
801
8022007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
803
804        * malloctest/init.c: Add some primitive testing of realloc() which also
805        does some positive path testing on the SuperCore heap.
806
8072007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
808
809        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
810        cases for untested routines.
811
8122007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
813
814        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
815        the CPU Usage Report include it. If it is deleted, the CPU time it
816        had consumed is not listed later in the report.
817
8182007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
819
820        * tztest/init.c: Build when using buffered test IO.
821
8222007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
823
824        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
825        macro instead of fflush() directly.
826
8272007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
828
829        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
830        Statistics and Period Usage into Rate Monotonic Manager. Added the
831        following directives: rtems_rate_monotonic_get_statistics,
832        rtems_rate_monotonic_reset_statistics,
833        rtems_rate_monotonic_reset_all_statistics,
834        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
835        Obsoleted the rtems/rtmonuse.h file as a public interface.
836
8372007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
838
839        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
840        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
841        optional managers to Makefiles. Clean up test cases so last output
842        line follows END OF pattern. Make sure test case all run. All tests
843        appeared ok on sis.
844
8452007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
846
847        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
848
8492007-03-13      Joel Sherrill <joel@OARcorp.com>
850
851        * tztest/init.c: Call tzset() even though it may be called for us
852        implicitly along the way.
853
8542007-03-13      Joel Sherrill <joel@OARcorp.com>
855
856        * tztest/.cvsignore: New file.
857
8582007-03-13      Joel Sherrill <joel@OARcorp.com>
859
860        * Makefile.am, configure.ac: Added timezone test.
861        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
862        tztest/tztest.scn: New files.
863
8642007-03-05      Joel Sherrill <joel@OARcorp.com>
865
866        * malloctest/init.c: Be explicit about need for default and floating
867        point attributes. This is just a style change.
868
8692007-02-06      Joel Sherrill <joel@OARcorp.com>
870
871        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
872        issues in message queue tests.
873
8742006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
875
876        * configure.ac: New BUG-REPORT address.
877
8782006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
879
880        * configure.ac: Require autoconf-2.60. Require automake-1.10.
881
8822006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
883
884        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
885        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
886        docdir. Use rtems_testsdir instead.
887
8882006-02-08      Joel Sherrill <joel@OARcorp.com>
889
890        * rtems++/Task1.cc: Fix warnings.
891
8922005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
893
894        * configure.ac: Remove RTEMS_ENABLE_BARE,
895        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
896
8972005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
898
899        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
900        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
901        stackchk/Makefile.am, termios/Makefile.am:
902        Convert to using *_PROGRAMS.
903
9042005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
905
906        * cpuuse/Makefile.am, malloctest/Makefile.am,
907        monitor/Makefile.am, putenvtest/Makefile.am,
908        rtems++/Makefile.am, rtmonuse/Makefile.am,
909        stackchk/Makefile.am, termios/Makefile.am: Rework.
910
9112005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
912
913        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
914        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
915        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
916        * libtests.am: Remove.
917
9182005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
919
920        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
921        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
922        stackchk/Makefile.am, termios/Makefile.am:
923        AM_CPPFLAGS += -I..../support/include.
924
9252005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
926
927        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
928        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
929
9302005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
931
932        * libtests.am: Remove LIB_VARIANT.
933
9342005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
935
936        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
937        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
938        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
939
9402005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
941
942        * Makefile.am: Cleanup.
943
9442005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
945
946        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
947        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
948        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
949        stackchk/Makefile.am, termios/Makefile.am:
950        Partial conversion to automake.
951
9522005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
953
954        * rtems++/Makefile.am: Remove LIB_VARIANT.
955
9562004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
957
958        * configure.ac: Remove -ansi to prevent folks from further damaging
959        the code with broken prototypes.
960        * putenvtest/init.c: Remove broken putenv prototype.
961        * termios/init.c (print_c_cc): Don't loop over NCCS.
962
9632004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
964
965        * configure.ac: Require automake > 1.9.
966
9672004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
968
969        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
970        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
971        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
972        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
973        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
974        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
975        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
976        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
977
9782004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
979
980        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
981        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
982        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
983        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
984        using c99 fixed size types.
985
9862004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
987
988        * configure.ac: Add 2nd arg to RTEMS_TOP.
989
9902004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
991
992        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
993        Add PRE/TMPINSTALL_FILES to CLEANFILES.
994        * malloctest/Makefile.am: Ditto.
995        * monitor/Makefile.am: Ditto.
996        * putenvtest/Makefile.am: Ditto.
997        * rtems++/Makefile.am: Ditto.
998        * rtmonuse/Makefile.am: Ditto.
999        * stackchk/Makefile.am: Ditto.
1000        * termios/Makefile.am: Ditto.
1001
10022003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1003
1004        * libtests.am: Add dirstamp support.
1005
10062003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1007
1008        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1009
10102003-12-16      Joel Sherrill <joel@OARcorp.com>
1011
1012        PR 544/tests
1013        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
1014        tests account for resources and not print at inappropriate times.
1015
10162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1017
1018        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1019
10202003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1021
1022        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
1023        * malloctest/Makefile.am: Remove all-local: $(ARCH).
1024        * monitor/Makefile.am: Remove all-local: $(ARCH).
1025        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
1026        * rtems++/Makefile.am: Remove all-local: $(ARCH).
1027        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
1028        * stackchk/Makefile.am: Remove all-local: $(ARCH).
1029        * termios/Makefile.am: Remove all-local: $(ARCH).
1030
10312003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1032
1033        * configure.ac: Reflect having moved to testsuites/.
1034
10352003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1036
1037        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1038
10392003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * configure.ac:Remove RTEMS_CHECK_CPU.
1042
10432003-09-04      Joel Sherrill <joel@OARcorp.com>
1044
1045        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
1046        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
1047        malloctest/system.h, malloctest/task1.c, monitor/init.c,
1048        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
1049        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
1050        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
1051        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
1052        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
1053        stackchk/task1.c: URL for license changed.
1054
10552003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1056
1057        * Makefile.am: Reflect having moved aclocal/.
1058
10592003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1060
1061        * Makefile.am: Reflect having moved automake/.
1062        * cpuuse/Makefile.am: Reflect having moved automake/.
1063        * malloctest/Makefile.am: Reflect having moved automake/.
1064        * monitor/Makefile.am: Reflect having moved automake/.
1065        * putenvtest/Makefile.am: Reflect having moved automake/.
1066        * rtems++/Makefile.am: Reflect having moved automake/.
1067        * rtmonuse/Makefile.am: Reflect having moved automake/.
1068        * stackchk/Makefile.am: Reflect having moved automake/.
1069        * termios/Makefile.am: Reflect having moved automake/.
1070
10712003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1072
1073        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1074
10752003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1076
1077        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1078
10792003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1080
1081        * configure.ac: Unconditionally check for CXX.
1082        Require autoconf-2.57, automake-1.7.2.
1083        * rtems++: Eliminate CC_O_FILES.
1084
10852002-12-02      Joel Sherrill <joel@OARcorp.com>
1086
1087        * malloctest/init.c: Tasks should be floating point.
1088
10892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1090
1091        * .cvsignore: Reformat.
1092        Add autom4te*cache.
1093        Remove autom4te.cache.
1094
10952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1096
1097        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
1098        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
1099        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
1100        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
1101        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
1102        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
1103        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
1104        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
1105
11062002-08-01      Joel Sherrill <joel@OARcorp.com>
1107
1108        * Per PR47 add support for buffered test output.  This involved
1109        adding defines to redirect output to a buffer and dump it when
1110        full, at "test pause", and at exit.  To avoid problems when redefining
1111        exit(), all tests were modified to call rtems_test_exit().
1112        Some tests, notable psxtests, had to be modified to include
1113        the standard test macro .h file (pmacros.h or tmacros.h) to
1114        enable this support.
1115        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
1116        rtmonuse/task1.c, termios/init.c: Modified.
1117
11182002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1119
1120        * configure.ac: Remove ENABLE_GCC28.
1121
11222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1123
1124        * configure.ac:
1125        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1126        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1127        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1128        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1129        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1130        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
1131        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1132        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
1133        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1134        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
1135        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
1136
11372001-11-01      Joel Sherrill <joel@OARcorp.com>
1138
1139        * rtems++/Makefile.am: Make sure debug variant of librtems++
1140        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1141        and processed as PR78.
1142
11432001-10-25      Joel Sherrill <joel@OARcorp.com>
1144
1145        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1146
11472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1148
1149        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1150        * configure.in: Remove.
1151        * configure.ac: New file, generated from configure.in by autoupdate.
1152
11532001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1154
1155        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1156        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1157
11582001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1159
1160        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1161        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1162        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1163        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1164        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1165        make-cxx-exe.
1166        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1167        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1168        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1169
11702001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1171
1172        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1173
11742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1175
1176        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1177
11782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1179
1180        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1181
11822000-11-01      Joel Sherrill <joel@OARcorp.com>
1183
1184        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1185        libcsupport.h moved from libc to lib/include/rtems and now must
1186        be referenced as <rtems/XXX.h>. 
1187
11882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1189
1190        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1191        Switch to GNU canonicalization.
1192        * libtests.am: Remove DEFS.
1193
11942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1195
1196        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1197        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1198        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1199
12002000-08-10      Joel Sherrill <joel@OARcorp.com>
1201
1202        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.