source: rtems/testsuites/libtests/ChangeLog @ c2e6cb1d

4.115
Last change on this file since c2e6cb1d was c2e6cb1d, checked in by Joel Sherrill <joel.sherrill@…>, on 07/27/10 at 13:56:30

2010-07-27 Bharath Suri <bharath.s.jois@…>

PR 1632/testing

  • devfs04/init.c, devfs04/test_driver.c: Added cases to exercise null_initialize() and null_write().
  • Property mode set to 100644
File size: 40.6 KB
Line 
12010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
2
3        PR 1632/testing
4        * devfs04/init.c, devfs04/test_driver.c: Added cases to exercise
5        null_initialize() and null_write().
6
72010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
10
112010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
14
152010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
18
192010-07-22      Bharath Suri <bharath.s.jois@gmail.com>
20
21        * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn,
22        devfs02/Makefile.am: New tests added
23        * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn,
24        devfs03/Makefile.am: New tests added
25        * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn,
26        devfs04/Makefile.am: New tests added
27        * Makefile.am, configure.ac: Changes to accommodate the above
28        newly added tests.
29
302010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * Makefile.am, configure.ac, termios06/init.c: Add initial tests for
33        XON/XOFF and VMIN/VMAX cases.
34        * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c,
35        termios07/termios07.doc, termios07/termios07.scn,
36        termios08/.cvsignore, termios08/Makefile.am, termios08/init.c,
37        termios08/termios08.doc, termios08/termios08.scn: New files.
38
392010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile.am, configure.ac: Add tar test for error cases.
42        * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc,
43        tar03/tar03.scn: New files.
44
452010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * stringto01/init.c, stringto01/stringto01.scn,
48        stringto01/stringto_test_template.h: Attempt to pick up a few more
49        error paths.
50
512010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
52
53        PR 1617/testing
54        * malloctest/init.c: Added new case to exercise _realloc_r.
55
562010-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
57
58        * malloctest/init.c: Added test for
59        rtems_heap_allocate_aligned_with_boundary().
60
612010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * Makefile.am, configure.ac: Add new test to exercise devFS_Show().
64        * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc,
65        devfs01/devfs01.scn, devfs01/init.c: New files.
66
672010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * Makefile.am, configure.ac: Add new test to exercise
70        malloc_get_statistics().
71        * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
72        malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
73
742010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        PR 1535/tests
77        * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
78        of work by Ralf and Joel.
79
802010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
83
842010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * Makefile.am, configure.ac: Add test for exercising sbrk() extension
87        to Malloc Family.
88        * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
89        malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
90
912010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
92
93        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
94        cases. Coverage of these paths is near complete.
95
962010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * malloctest/system.h: Enable malloc statistics.
99
1002010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
103
1042010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
107        * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
108        termios06/termios06.doc, termios06/termios06.scn,
109        termios06/test_pppd.c: New files.
110
1112010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
114        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
115        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
116
1172010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * termios04/termios_testdriver_intr.c: Task driven IO now works.
120
1212010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * Makefile.am, configure.ac: Add test for task driven drivers.
124        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
125        termios05/termios05.doc, termios05/termios05.scn,
126        termios05/termios_testdriver_taskdriven.c,
127        termios05/termios_testdriver_taskdriven.h: New files.
128
1292010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * Makefile.am, configure.ac: Revert changes related to uncommitted test
132        under development.
133
1342010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
137        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
138
1392010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
142        interrupt driven IO support.
143        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
144        termios04/termios04.doc, termios04/termios04.scn,
145        termios04/termios_testdriver_intr.c,
146        termios04/termios_testdriver_intr.h: New files.
147
1482010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
151        termios03/termios_testdriver_polled.c,
152        termios03/termios_testdriver_polled.h: Add more test cases.
153
1542010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
157
1582010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
161        termios03/termios03.doc, termios03/termios03.scn,
162        termios03/termios_testdriver_polled.c,
163        termios03/termios_testdriver_polled.h: New files.
164        * Makefile.am, configure.ac: Add initial version of new test for polled
165        IO support in termios.
166
1672010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
168
169        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
170        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
171        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
172        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
173        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
174        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
175        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
176        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
177        termios02/Makefile.am: Revert.
178
1792010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
180
181        * termios01/termios01.scn: Fix bug so existing test code for
182        rtems_termios_baud_to_index() is executed.
183
1842010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
185
186        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
187        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
188        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
189        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
190        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
191        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
192        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
193        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
194        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
195        code for rtems_termios_baud_to_index() is executed.
196
1972010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
198
199        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
200        before blowing stack.
201
2022010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
203
204        * Makefile.am, configure.ac: Added test that attempts to free stack
205        memory. This causes a error to be printed from the free function.
206        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
207        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
208
2092010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
210
211        * malloctest/init.c: Added error case with malloc of size 0.
212
2132010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
214
215        * malloctest/init.c: Added test to check failure branch on calloc.
216
2172010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
218
219        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
220
2212010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
222
223        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
224        for deferred free() processing.
225        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
226        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
227
2282010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
231        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
232        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
233        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
234        are minimal implementations so the tests will have to grow as the
235        methods grow.
236
2372010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
238
239        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
240
2412010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
242
243        PR 1433/cpukit
244        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
245        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
246        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
247        RTEMS_NO_MEMORY.
248
2492010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
250
251        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
252        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
253        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
254
2552010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
256
257        * Makefile.am: Move POSIX in front of other tests.
258
2592010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
260
261        * bspcmdline01/init.c: Fix assert conditional.
262
2632010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
264
265        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
266        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
267
2682010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
269
270        * block10/.cvsignore: New file.
271
2722010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
273
274        * block05/block05.png, block10/block10.doc, block10/init.c,
275        block10/.cvsignore, block10/block10.scn, block10/block10.png,
276        block10/Makefile.am: New files.
277        * configure.ac, Makefile.am: Update for new files.
278        * block05/block05.doc: Update for new state transitions.
279
2802010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
281
282        * block08/.cvsignore, block09/.cvsignore: New files.
283
2842010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
285
286        * block08/init.c: Remove warning.
287
2882010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
289
290        * block08/block08.scn, block08/init.c: Add starting and ending messages
291        so the scripts detect successful exit.
292
2932010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
294
295        * block09/block09.doc, block09/init.c, block09/.cvsignore,
296        block09/block09.scn, block09/Makefile.am: New files.
297        * configure.ac, Makefile.am: Update for new files.
298        * block05/block05.doc: Update for new state transitions.
299        * block05/init.c, block06/init.c: Update for block device API change.
300
3012010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
302
303        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
304        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
305        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
306        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
307        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
308        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
309        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
310        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
311        block08/init.c, block08/Makefile.am, block08/system.h,
312        block08/test_disk.c: New files.
313
3142009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
315
316        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
317        to cover the bsp_cmdline_get_param() routine.
318
3192009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
320
321        * block06/init.c: Update for disk device API change.  Changed EBADRQC
322        to EINVAL.
323
3242009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
325
326        * termios01/init.c: Increase number of termios ports by 1.
327
3282009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
329
330        * termios01/termios_testdriver.c:
331        Reflect changes to rtems_termios_callbacks->write.
332
3332009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
334
335        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
336        block05/init.c, block07/init.c, bspcmdline01/init.c,
337        stringto01/init.c, stringto01/stringto_test_template.h,
338        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
339        Use rtems_test_assert() consistently instead of system assert().
340        rtems_test_assert() is designed to integrate into the RTEMS test
341        suite infrastructure.
342
3432009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
344
345        * POSIX/Makefile.am: Add readv, writev.
346        * POSIX/writev.c, POSIX/readv.c: New.
347
3482009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
349
350        * POSIX/sigfillset.c: Let main() return "status".
351        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
352        sigismember.
353        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
354        POSIX/sigismember.c: New.
355
3562009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
357
358        * POSIX/Makefile.am: Add wait.
359        * POSIX/wait.c: New.
360
3612009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
362
363        * bspcmdline01/test.c: Removed.
364
3652009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
366
367        * Makefile.am: Add POSIX.
368        * configure.ac: Add POSIX/.
369        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
370        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
371        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
372        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
373        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
374        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
375        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
376        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
377        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
378        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
379        POSIX/waitpid.c, POSIX/write.c: New.
380
3812009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
382
383        * stringto01/init.c: New file.
384
3852009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
386
387        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
388        * stringto01/.cvsignore, stringto01/Makefile.am,
389        stringto01/stringto01.doc, stringto01/stringto01.scn,
390        stringto01/stringto_test_template.h: New files.
391
3922009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
393
394        * block05/init.c: Check block size. Improved output.
395        * block01/init.c: Free ramdisk before exit.
396        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
397        block04/block04.doc, block05/block05.doc, block06/block06.doc,
398        block07/block07.doc: New files.
399        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
400        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
401        block07/Makefile.am: Add new files.
402
4032009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
404
405        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
406        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
407        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
408        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
409
4102009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
411
412        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
413        Remove bogus cast.
414        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
415
4162009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
417
418        * rtems++/Task1.cc: Eliminate more warnings.
419
4202009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
421
422        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
423        several dozens of warnings.
424
4252009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
426
427        * block06/init.c: Add missing prototype.
428
4292009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
430
431        * block07/init.c: New test case.
432
4332009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
434
435        * block05/init.c, block05/block05.scn, block05/Makefile.am,
436        block06/init.c, block06/block06.scn, block06/Makefile.am,
437        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
438        * Makefile.am, configure.ac: Added block05, block06 and block07.
439
4402009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
441
442        * termios/init.c: Remove sh2 hacks.
443
4442009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
445
446        * block01/init.c: Include <stdio.h>.
447        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
448        * block02/init.c: Remove unused var.
449
4502009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
451
452        * block02/init.c, block02/block02.scn, block02/Makefile.am,
453        block03/init.c, block03/block03.scn, block03/Makefile.am,
454        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
455        * Makefile.am, configure.ac: Added block02, block03 and block04.
456
4572009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
458
459        * monitor02/init.c: Add local prototype for
460        rtems_shell_main_monitor.
461
4622009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
463
464        * termios01/init.c: Fix parity_table_Entry type.
465        Correct parity_table initialization.
466        Add PRIdrtems_termios_baud_t.
467        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
468
4692009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
470
471        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
472        * malloctest/init.c: Use %zu instead of %d to print size_t's.
473
4742009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
475
476        * rtmonuse/init.c, rtmonuse/task1.c:
477        Use PRIxrtems_id to print rtems_ids.
478        * malloctest/init.c: Use %zu instead of %d to print size_t's.
479
4802009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
481
482        * malloctest/init.c: Fix _Heap_Resize_block args.
483
4842009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
485
486        * malloctest/init.c, termios01/init.c,
487        termios01/termios_testdriver.c: Eliminate unused vars.
488
4892009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
490
491        * heapwalk/init.c: Comment out unused vars.
492        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
493        * malloctest/init.c: Add local prototype for malloc_walk,
494        malloc_info.
495        * malloctest/task1.c: Add local prototype for malloc_walk.
496        * monitor02/init.c: Remove unused vars.
497        * stackchk01/init.c: Remove unused vars.
498        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
499        termios/init.c: Add missing prototypes.
500
5012009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
502
503        * configure.ac: Don't add -fasm to CFLAGS.
504
5052009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
506
507        * block01/.cvsignore: New file.
508
5092009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
510
511        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
512        * Makefile.am, configure.ac: Added block01.
513
5142009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
515
516        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
517
5182009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
519
520        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
521        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
522        it.
523        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
524        termios02/termios02.doc, termios02/termios02.scn: New files.
525        termios02 is a test for tcdrain().
526
5272009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
528
529        * termios01/init.c, termios01/termios_testdriver.c:
530        Reflect changes to termios.
531
5322009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
533
534        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
535
5362009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
537
538        * stackchk01/stackchk01.doc: Add content.
539
5402009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
541
542        * Makefile.am, configure.ac: Add initial test for
543        rtems_stack_checker_is_blown.
544        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
545        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
546
5472009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
548
549        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
550        cases to get back to 100% object coverage.
551
5522009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
553
554        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
555        malloctest/malloctest.scn: New test cases.
556        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
557
5582009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
559
560        * malloctest/init.c: New test cases. Update for heap API changes.
561        * stackchk/blow.c: Update for heap API changes.
562
5632009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
564
565        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
566
5672009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
568
569        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
570        complete coverage of termios_XXX_to_YYY() methods.
571
5722009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
573
574        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
575        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
576        character with the assistance of a special test driver which prints
577        the requests.
578        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
579        termios01/termios01.doc, termios01/termios01.scn,
580        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
581
5822009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
583
584        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
585        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
586        rtems_clock_get_ticks_per_second().
587
5882009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
589
590        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
591        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
592
5932009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
594
595        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
596        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
597        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
598
5992009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
600
601        * malloctest/init.c: Adjust allocation in test so it passes now that
602        heap overhead constant has been increased.
603
6042009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
605
606        * bspcmdline01/init.c: Do not violate visibility.
607
6082009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
609
610        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
611        prefix to all routines.
612
6132009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
614
615        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
616        helper routines.
617        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
618        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
619        bspcmdline01/init.c, bspcmdline01/test.c: New files.
620
6212009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
622
623        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
624        for shrinking a block enough to need to free the newly unused
625        portion.
626
6272009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
628
629        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
630        _Protected_heap_Get_information().
631
6322009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
633
634        * heapwalk/init.c: Add test code for first free block pointer not
635        aligned.
636
6372009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
638
639        * heapwalk/init.c: Add more cases.
640
6412009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
642
643        * heapwalk/init.c: Add more automated corruption capability.
644
6452009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
646
647        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
648
6492009-05-19      Chris Johns <chrisj@rtems.org>
650
651        * cpuuse/tswitch.c: Lower sample count for small memory targets.
652        * cpuuse/system.h: Smaller stack size for small memory targets.
653        * monitor02/init.c: Cannot run on small memory targets.
654
6552009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
656
657        * rtmonuse/init.c: Do not use Task_name array before initialized.
658
6592009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
660
661        * malloctest/init.c: Fix warning.
662
6632009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
664
665        * malloctest/init.c: Fix typo.
666
6672009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
668
669        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
670        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
671        heapwalk/init.c, heapwalk/system.h: New files.
672
6732009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
674
675        * malloctest/init.c: Add test case for heap resize block when the
676        resize creates a free block large enough to free.
677
6782009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
679
680        * cpuuse/Makefile.am, malloctest/Makefile.am,
681        monitor/Makefile.am, monitor02/Makefile.am,
682        putenvtest/Makefile.am, rtems++/Makefile.am,
683        rtmonuse/Makefile.am, stackchk/Makefile.am,
684        termios/Makefile.am, tztest/Makefile.am:
685        Eliminate _exe_/.exe.
686
6872009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
688
689        * stackchk/stackchk.scn: Correct screen to match output.
690
6912008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
692
693        * malloctest/init.c: Change sizes of heap/region and allocated objects
694        in heap to intptr_t so they can be larger than a single allocatable
695        object (e.g. size_t).
696
6972008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
698
699        * malloctest/init.c: Do not generate alignment factors larger that will
700        not fit in a native integer.
701
7022008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
703
704        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
705        CONFIGURE_STACK_CHECKER_ENABLED.
706
7072008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
708
709        * malloctest/init.c: Convert to "bool".
710
7112008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
712
713        * rtems++/System.h: Account for extra task stacks properly.
714
7152008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
716
717        * malloctest/init.c: Fix return status check.
718
7192008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
720
721        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
722        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
723        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
724        POSIX tests. Add a clock_settime case for < 1988.
725
7262008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
727
728        * malloctest/init.c: Add more test cases to cover heap better.
729
7302008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
731
732        * malloctest/init.c: Add new test cases per Sergei. Make some of the
733        stranger cases operate directly on a freshly initialized heap. This
734        should make them more reproducible.
735
7362008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
737
738        * malloctest/init.c: Add more tests per suggestions from Sergei
739        Organov.
740
7412008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
742
743        * malloctest/init.c: Add include to remove warning.
744
7452008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
746
747        * malloctest/init.c: Remove debug print.
748
7492008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
750
751        * monitor02/.cvsignore: New file.
752
7532008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
754
755        * Makefile.am, configure.ac: Added automatic test for monitor shell
756        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
757        monitor02/system.h: New files.
758
7592007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
760
761        * malloctest/init.c: Add test cases suggested by Sergei Organov
762        <s.organov@javad.com>.
763
7642007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
765
766        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
767
7682007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
769
770        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
771        exericise another path in the period statistics code.
772
7732007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
774
775        * malloctest/init.c: Add some primitive testing of realloc() which also
776        does some positive path testing on the SuperCore heap.
777
7782007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
779
780        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
781        cases for untested routines.
782
7832007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
784
785        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
786        the CPU Usage Report include it. If it is deleted, the CPU time it
787        had consumed is not listed later in the report.
788
7892007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
790
791        * tztest/init.c: Build when using buffered test IO.
792
7932007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
794
795        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
796        macro instead of fflush() directly.
797
7982007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
799
800        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
801        Statistics and Period Usage into Rate Monotonic Manager. Added the
802        following directives: rtems_rate_monotonic_get_statistics,
803        rtems_rate_monotonic_reset_statistics,
804        rtems_rate_monotonic_reset_all_statistics,
805        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
806        Obsoleted the rtems/rtmonuse.h file as a public interface.
807
8082007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
809
810        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
811        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
812        optional managers to Makefiles. Clean up test cases so last output
813        line follows END OF pattern. Make sure test case all run. All tests
814        appeared ok on sis.
815
8162007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
817
818        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
819
8202007-03-13      Joel Sherrill <joel@OARcorp.com>
821
822        * tztest/init.c: Call tzset() even though it may be called for us
823        implicitly along the way.
824
8252007-03-13      Joel Sherrill <joel@OARcorp.com>
826
827        * tztest/.cvsignore: New file.
828
8292007-03-13      Joel Sherrill <joel@OARcorp.com>
830
831        * Makefile.am, configure.ac: Added timezone test.
832        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
833        tztest/tztest.scn: New files.
834
8352007-03-05      Joel Sherrill <joel@OARcorp.com>
836
837        * malloctest/init.c: Be explicit about need for default and floating
838        point attributes. This is just a style change.
839
8402007-02-06      Joel Sherrill <joel@OARcorp.com>
841
842        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
843        issues in message queue tests.
844
8452006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
846
847        * configure.ac: New BUG-REPORT address.
848
8492006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
850
851        * configure.ac: Require autoconf-2.60. Require automake-1.10.
852
8532006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
854
855        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
856        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
857        docdir. Use rtems_testsdir instead.
858
8592006-02-08      Joel Sherrill <joel@OARcorp.com>
860
861        * rtems++/Task1.cc: Fix warnings.
862
8632005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
864
865        * configure.ac: Remove RTEMS_ENABLE_BARE,
866        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
867
8682005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
869
870        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
871        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
872        stackchk/Makefile.am, termios/Makefile.am:
873        Convert to using *_PROGRAMS.
874
8752005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
876
877        * cpuuse/Makefile.am, malloctest/Makefile.am,
878        monitor/Makefile.am, putenvtest/Makefile.am,
879        rtems++/Makefile.am, rtmonuse/Makefile.am,
880        stackchk/Makefile.am, termios/Makefile.am: Rework.
881
8822005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
883
884        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
885        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
886        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
887        * libtests.am: Remove.
888
8892005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
890
891        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
892        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
893        stackchk/Makefile.am, termios/Makefile.am:
894        AM_CPPFLAGS += -I..../support/include.
895
8962005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
897
898        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
899        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
900
9012005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
902
903        * libtests.am: Remove LIB_VARIANT.
904
9052005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
906
907        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
908        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
909        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
910
9112005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
912
913        * Makefile.am: Cleanup.
914
9152005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
916
917        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
918        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
919        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
920        stackchk/Makefile.am, termios/Makefile.am:
921        Partial conversion to automake.
922
9232005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
924
925        * rtems++/Makefile.am: Remove LIB_VARIANT.
926
9272004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
928
929        * configure.ac: Remove -ansi to prevent folks from further damaging
930        the code with broken prototypes.
931        * putenvtest/init.c: Remove broken putenv prototype.
932        * termios/init.c (print_c_cc): Don't loop over NCCS.
933
9342004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
935
936        * configure.ac: Require automake > 1.9.
937
9382004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
939
940        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
941        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
942        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
943        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
944        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
945        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
946        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
947        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
948
9492004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
950
951        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
952        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
953        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
954        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
955        using c99 fixed size types.
956
9572004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * configure.ac: Add 2nd arg to RTEMS_TOP.
960
9612004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
962
963        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
964        Add PRE/TMPINSTALL_FILES to CLEANFILES.
965        * malloctest/Makefile.am: Ditto.
966        * monitor/Makefile.am: Ditto.
967        * putenvtest/Makefile.am: Ditto.
968        * rtems++/Makefile.am: Ditto.
969        * rtmonuse/Makefile.am: Ditto.
970        * stackchk/Makefile.am: Ditto.
971        * termios/Makefile.am: Ditto.
972
9732003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
974
975        * libtests.am: Add dirstamp support.
976
9772003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
978
979        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
980
9812003-12-16      Joel Sherrill <joel@OARcorp.com>
982
983        PR 544/tests
984        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
985        tests account for resources and not print at inappropriate times.
986
9872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
988
989        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
990
9912003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
992
993        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
994        * malloctest/Makefile.am: Remove all-local: $(ARCH).
995        * monitor/Makefile.am: Remove all-local: $(ARCH).
996        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
997        * rtems++/Makefile.am: Remove all-local: $(ARCH).
998        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
999        * stackchk/Makefile.am: Remove all-local: $(ARCH).
1000        * termios/Makefile.am: Remove all-local: $(ARCH).
1001
10022003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1003
1004        * configure.ac: Reflect having moved to testsuites/.
1005
10062003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1007
1008        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1009
10102003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1011
1012        * configure.ac:Remove RTEMS_CHECK_CPU.
1013
10142003-09-04      Joel Sherrill <joel@OARcorp.com>
1015
1016        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
1017        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
1018        malloctest/system.h, malloctest/task1.c, monitor/init.c,
1019        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
1020        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
1021        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
1022        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
1023        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
1024        stackchk/task1.c: URL for license changed.
1025
10262003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1027
1028        * Makefile.am: Reflect having moved aclocal/.
1029
10302003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1031
1032        * Makefile.am: Reflect having moved automake/.
1033        * cpuuse/Makefile.am: Reflect having moved automake/.
1034        * malloctest/Makefile.am: Reflect having moved automake/.
1035        * monitor/Makefile.am: Reflect having moved automake/.
1036        * putenvtest/Makefile.am: Reflect having moved automake/.
1037        * rtems++/Makefile.am: Reflect having moved automake/.
1038        * rtmonuse/Makefile.am: Reflect having moved automake/.
1039        * stackchk/Makefile.am: Reflect having moved automake/.
1040        * termios/Makefile.am: Reflect having moved automake/.
1041
10422003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1043
1044        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1045
10462003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1047
1048        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1049
10502003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1051
1052        * configure.ac: Unconditionally check for CXX.
1053        Require autoconf-2.57, automake-1.7.2.
1054        * rtems++: Eliminate CC_O_FILES.
1055
10562002-12-02      Joel Sherrill <joel@OARcorp.com>
1057
1058        * malloctest/init.c: Tasks should be floating point.
1059
10602002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1061
1062        * .cvsignore: Reformat.
1063        Add autom4te*cache.
1064        Remove autom4te.cache.
1065
10662002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1067
1068        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
1069        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
1070        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
1071        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
1072        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
1073        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
1074        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
1075        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
1076
10772002-08-01      Joel Sherrill <joel@OARcorp.com>
1078
1079        * Per PR47 add support for buffered test output.  This involved
1080        adding defines to redirect output to a buffer and dump it when
1081        full, at "test pause", and at exit.  To avoid problems when redefining
1082        exit(), all tests were modified to call rtems_test_exit().
1083        Some tests, notable psxtests, had to be modified to include
1084        the standard test macro .h file (pmacros.h or tmacros.h) to
1085        enable this support.
1086        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
1087        rtmonuse/task1.c, termios/init.c: Modified.
1088
10892002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1090
1091        * configure.ac: Remove ENABLE_GCC28.
1092
10932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1094
1095        * configure.ac:
1096        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1097        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1098        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1099        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1100        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1101        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
1102        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1103        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
1104        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1105        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
1106        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
1107
11082001-11-01      Joel Sherrill <joel@OARcorp.com>
1109
1110        * rtems++/Makefile.am: Make sure debug variant of librtems++
1111        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1112        and processed as PR78.
1113
11142001-10-25      Joel Sherrill <joel@OARcorp.com>
1115
1116        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1117
11182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1119
1120        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1121        * configure.in: Remove.
1122        * configure.ac: New file, generated from configure.in by autoupdate.
1123
11242001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1125
1126        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1127        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1128
11292001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1130
1131        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1132        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1133        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1134        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1135        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1136        make-cxx-exe.
1137        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1138        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1139        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1140
11412001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1142
1143        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1144
11452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1148
11492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1150
1151        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1152
11532000-11-01      Joel Sherrill <joel@OARcorp.com>
1154
1155        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1156        libcsupport.h moved from libc to lib/include/rtems and now must
1157        be referenced as <rtems/XXX.h>. 
1158
11592000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1160
1161        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1162        Switch to GNU canonicalization.
1163        * libtests.am: Remove DEFS.
1164
11652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1166
1167        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1168        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1169        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1170
11712000-08-10      Joel Sherrill <joel@OARcorp.com>
1172
1173        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.