source: rtems/testsuites/libtests/ChangeLog @ 8e8775db

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

2010-07-27 Joel Sherrill <joel.sherrill@…>

PR 1632/testing

  • Makefile.am, configure.ac: Make dedicated fatal error test for /dev/null already registered. Using code from Bharath in new test framework.
  • devnullfatal01/.cvsignore, devnullfatal01/Makefile.am, devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn, devnullfatal01/testcase.h: New files.
  • Property mode set to 100644
File size: 41.0 KB
RevLine 
[8e8775db]12010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        PR 1632/testing
4        * Makefile.am, configure.ac: Make dedicated fatal error test for
5        /dev/null already registered. Using code from Bharath in new test
6        framework.
7        * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am,
8        devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn,
9        devnullfatal01/testcase.h: New files.
10
[c2e6cb1d]112010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
12
13        PR 1632/testing
14        * devfs04/init.c, devfs04/test_driver.c: Added cases to exercise
15        null_initialize() and null_write().
16
[04ecf40]172010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
20
[118cc56]212010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
24
[972a8dba]252010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
28
[b28cb82e]292010-07-22      Bharath Suri <bharath.s.jois@gmail.com>
30
31        * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn,
32        devfs02/Makefile.am: New tests added
33        * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn,
34        devfs03/Makefile.am: New tests added
35        * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn,
36        devfs04/Makefile.am: New tests added
37        * Makefile.am, configure.ac: Changes to accommodate the above
38        newly added tests.
39
[78da8ac3]402010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * Makefile.am, configure.ac, termios06/init.c: Add initial tests for
43        XON/XOFF and VMIN/VMAX cases.
44        * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c,
45        termios07/termios07.doc, termios07/termios07.scn,
46        termios08/.cvsignore, termios08/Makefile.am, termios08/init.c,
47        termios08/termios08.doc, termios08/termios08.scn: New files.
48
[741343ad]492010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * Makefile.am, configure.ac: Add tar test for error cases.
52        * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc,
53        tar03/tar03.scn: New files.
54
[e41e75de]552010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * stringto01/init.c, stringto01/stringto01.scn,
58        stringto01/stringto_test_template.h: Attempt to pick up a few more
59        error paths.
60
[66ed5ff]612010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
62
63        PR 1617/testing
64        * malloctest/init.c: Added new case to exercise _realloc_r.
65
[be4e3d6f]662010-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
67
68        * malloctest/init.c: Added test for
69        rtems_heap_allocate_aligned_with_boundary().
70
[21671507]712010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * Makefile.am, configure.ac: Add new test to exercise devFS_Show().
74        * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc,
75        devfs01/devfs01.scn, devfs01/init.c: New files.
76
[8911ffd]772010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * Makefile.am, configure.ac: Add new test to exercise
80        malloc_get_statistics().
81        * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
82        malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
83
[830c6ee]842010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        PR 1535/tests
87        * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
88        of work by Ralf and Joel.
89
[8cd0bb0f]902010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
93
[843ad7b]942010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * Makefile.am, configure.ac: Add test for exercising sbrk() extension
97        to Malloc Family.
98        * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
99        malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
100
[3e0310e3]1012010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
102
103        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
104        cases. Coverage of these paths is near complete.
105
[96fc191b]1062010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * malloctest/system.h: Enable malloc statistics.
109
[8eb24e7f]1102010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
113
[15bf747]1142010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
117        * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
118        termios06/termios06.doc, termios06/termios06.scn,
119        termios06/test_pppd.c: New files.
120
[f938d598]1212010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
124        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
125        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
126
[028aa06]1272010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * termios04/termios_testdriver_intr.c: Task driven IO now works.
130
[7424c3ee]1312010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * Makefile.am, configure.ac: Add test for task driven drivers.
134        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
135        termios05/termios05.doc, termios05/termios05.scn,
136        termios05/termios_testdriver_taskdriven.c,
137        termios05/termios_testdriver_taskdriven.h: New files.
138
[03a47f6e]1392010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * Makefile.am, configure.ac: Revert changes related to uncommitted test
142        under development.
143
[33ece501]1442010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
147        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
148
[b6eaf429]1492010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
152        interrupt driven IO support.
153        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
154        termios04/termios04.doc, termios04/termios04.scn,
155        termios04/termios_testdriver_intr.c,
156        termios04/termios_testdriver_intr.h: New files.
157
[4b4cbdd]1582010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
161        termios03/termios_testdriver_polled.c,
162        termios03/termios_testdriver_polled.h: Add more test cases.
163
[1b9c0c5]1642010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
165
166        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
167
[69cab20e]1682010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
171        termios03/termios03.doc, termios03/termios03.scn,
172        termios03/termios_testdriver_polled.c,
173        termios03/termios_testdriver_polled.h: New files.
174        * Makefile.am, configure.ac: Add initial version of new test for polled
175        IO support in termios.
176
[ef08dc1]1772010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
178
179        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
180        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
181        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
182        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
183        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
184        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
185        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
186        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
187        termios02/Makefile.am: Revert.
188
[24a5a14]1892010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
190
191        * termios01/termios01.scn: Fix bug so existing test code for
192        rtems_termios_baud_to_index() is executed.
193
[ab59de45]1942010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
195
196        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
197        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
198        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
199        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
200        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
201        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
202        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
203        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
204        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
205        code for rtems_termios_baud_to_index() is executed.
206
[ba6f945a]2072010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
208
209        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
210        before blowing stack.
211
[71a3078]2122010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
213
214        * Makefile.am, configure.ac: Added test that attempts to free stack
215        memory. This causes a error to be printed from the free function.
216        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
217        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
218
[91e446f3]2192010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
220
221        * malloctest/init.c: Added error case with malloc of size 0.
222
[81110848]2232010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
224
225        * malloctest/init.c: Added test to check failure branch on calloc.
226
[94f4f116]2272010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
228
229        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
230
[e247b1af]2312010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
232
233        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
234        for deferred free() processing.
235        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
236        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
237
[9f5f6f53]2382010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
241        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
242        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
243        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
244        are minimal implementations so the tests will have to grow as the
245        methods grow.
246
[b0e81c96]2472010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
248
249        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
250
[377c0cb0]2512010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
252
253        PR 1433/cpukit
254        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
255        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
256        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
257        RTEMS_NO_MEMORY.
258
[c1b2bac]2592010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
260
261        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
262        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
263        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
264
[1e1b6b54]2652010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
266
267        * Makefile.am: Move POSIX in front of other tests.
268
[fb278968]2692010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
270
271        * bspcmdline01/init.c: Fix assert conditional.
272
[a290e72a]2732010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
274
275        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
276        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
277
[bb30ffd3]2782010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
279
280        * block10/.cvsignore: New file.
281
[e7fb54e]2822010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
283
284        * block05/block05.png, block10/block10.doc, block10/init.c,
285        block10/.cvsignore, block10/block10.scn, block10/block10.png,
286        block10/Makefile.am: New files.
287        * configure.ac, Makefile.am: Update for new files.
288        * block05/block05.doc: Update for new state transitions.
289
[dd6a748a]2902010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
291
292        * block08/.cvsignore, block09/.cvsignore: New files.
293
[4783238]2942010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
295
296        * block08/init.c: Remove warning.
297
[c313b68]2982010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
299
300        * block08/block08.scn, block08/init.c: Add starting and ending messages
301        so the scripts detect successful exit.
302
[64734fc]3032010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
304
305        * block09/block09.doc, block09/init.c, block09/.cvsignore,
306        block09/block09.scn, block09/Makefile.am: New files.
307        * configure.ac, Makefile.am: Update for new files.
308        * block05/block05.doc: Update for new state transitions.
309        * block05/init.c, block06/init.c: Update for block device API change.
310
3112010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
312
313        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
314        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
315        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
316        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
317        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
318        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
319        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
320        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
321        block08/init.c, block08/Makefile.am, block08/system.h,
322        block08/test_disk.c: New files.
323
[aea66e87]3242009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
325
326        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
327        to cover the bsp_cmdline_get_param() routine.
328
[9325362]3292009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
330
331        * block06/init.c: Update for disk device API change.  Changed EBADRQC
332        to EINVAL.
333
[e8e38481]3342009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
335
336        * termios01/init.c: Increase number of termios ports by 1.
337
[0b7c296]3382009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
339
340        * termios01/termios_testdriver.c:
341        Reflect changes to rtems_termios_callbacks->write.
342
[500fcd5]3432009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
344
345        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
346        block05/init.c, block07/init.c, bspcmdline01/init.c,
347        stringto01/init.c, stringto01/stringto_test_template.h,
348        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
349        Use rtems_test_assert() consistently instead of system assert().
350        rtems_test_assert() is designed to integrate into the RTEMS test
351        suite infrastructure.
352
[e56cac32]3532009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
354
355        * POSIX/Makefile.am: Add readv, writev.
356        * POSIX/writev.c, POSIX/readv.c: New.
357
[0c5ff134]3582009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
359
[3e70362]360        * POSIX/sigfillset.c: Let main() return "status".
[0c5ff134]361        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
362        sigismember.
363        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
364        POSIX/sigismember.c: New.
365
[0cd3878]3662009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
367
368        * POSIX/Makefile.am: Add wait.
369        * POSIX/wait.c: New.
370
[73008d3]3712009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
372
373        * bspcmdline01/test.c: Removed.
374
[c53ba11a]3752009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
376
377        * Makefile.am: Add POSIX.
378        * configure.ac: Add POSIX/.
379        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
380        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
381        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
382        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
383        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
384        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
385        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
386        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
387        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
388        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
389        POSIX/waitpid.c, POSIX/write.c: New.
390
[4a1c09d]3912009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
392
393        * stringto01/init.c: New file.
394
[57544fb]3952009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
396
397        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
398        * stringto01/.cvsignore, stringto01/Makefile.am,
399        stringto01/stringto01.doc, stringto01/stringto01.scn,
400        stringto01/stringto_test_template.h: New files.
401
[f9925bc]4022009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
403
404        * block05/init.c: Check block size. Improved output.
405        * block01/init.c: Free ramdisk before exit.
406        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
407        block04/block04.doc, block05/block05.doc, block06/block06.doc,
408        block07/block07.doc: New files.
409        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
410        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
411        block07/Makefile.am: Add new files.
412
[5d01adfb]4132009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
414
415        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
416        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
417        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
418        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
419
[7eab7ade]4202009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
421
[be6a9a2]422        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
423        Remove bogus cast.
[7eab7ade]424        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
425
[87bd3ee]4262009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
427
428        * rtems++/Task1.cc: Eliminate more warnings.
429
[1fcff14]4302009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
431
432        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
433        several dozens of warnings.
434
[d093934]4352009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
436
437        * block06/init.c: Add missing prototype.
438
[b27799c]4392009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
440
441        * block07/init.c: New test case.
442
[e6000760]4432009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
444
445        * block05/init.c, block05/block05.scn, block05/Makefile.am,
446        block06/init.c, block06/block06.scn, block06/Makefile.am,
447        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
448        * Makefile.am, configure.ac: Added block05, block06 and block07.
449
[c3fc9d80]4502009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
451
452        * termios/init.c: Remove sh2 hacks.
453
[7fa11e4e]4542009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
455
[10d01af]456        * block01/init.c: Include <stdio.h>.
[600f76d]457        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
[7fa11e4e]458        * block02/init.c: Remove unused var.
459
[90d24022]4602009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
461
462        * block02/init.c, block02/block02.scn, block02/Makefile.am,
463        block03/init.c, block03/block03.scn, block03/Makefile.am,
464        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
465        * Makefile.am, configure.ac: Added block02, block03 and block04.
466
[3b9ab80e]4672009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
468
469        * monitor02/init.c: Add local prototype for
470        rtems_shell_main_monitor.
471
[5306b49]4722009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
473
474        * termios01/init.c: Fix parity_table_Entry type.
475        Correct parity_table initialization.
476        Add PRIdrtems_termios_baud_t.
477        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
478
[e23c697f]4792009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
480
481        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
482        * malloctest/init.c: Use %zu instead of %d to print size_t's.
483
[a0c3321]4842009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
485
[75c13bef]486        * rtmonuse/init.c, rtmonuse/task1.c:
487        Use PRIxrtems_id to print rtems_ids.
[a0c3321]488        * malloctest/init.c: Use %zu instead of %d to print size_t's.
489
[0a1f5dde]4902009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
491
492        * malloctest/init.c: Fix _Heap_Resize_block args.
493
[6e1e1eb]4942009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
495
496        * malloctest/init.c, termios01/init.c,
497        termios01/termios_testdriver.c: Eliminate unused vars.
498
[8d8eef6c]4992009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
500
[5502a90]501        * heapwalk/init.c: Comment out unused vars.
[ea36feb]502        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
[25b12d0]503        * malloctest/init.c: Add local prototype for malloc_walk,
504        malloc_info.
[4a1816f]505        * malloctest/task1.c: Add local prototype for malloc_walk.
[1f73ad5]506        * monitor02/init.c: Remove unused vars.
[af15d3c]507        * stackchk01/init.c: Remove unused vars.
[8d8eef6c]508        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
509        termios/init.c: Add missing prototypes.
510
[952e4be]5112009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
512
513        * configure.ac: Don't add -fasm to CFLAGS.
514
[e053327]5152009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
516
517        * block01/.cvsignore: New file.
518
[b344b3de]5192009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
520
521        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
522        * Makefile.am, configure.ac: Added block01.
523
[bff419ff]5242009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
525
526        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
527
[dda7c828]5282009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
529
530        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
531        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
532        it.
533        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
534        termios02/termios02.doc, termios02/termios02.scn: New files.
535        termios02 is a test for tcdrain().
536
[65e3ca6]5372009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
538
539        * termios01/init.c, termios01/termios_testdriver.c:
540        Reflect changes to termios.
541
[0d1e5fd]5422009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
543
544        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
545
[b981f5f]5462009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
547
548        * stackchk01/stackchk01.doc: Add content.
549
[99acb01]5502009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
551
552        * Makefile.am, configure.ac: Add initial test for
553        rtems_stack_checker_is_blown.
554        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
555        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
556
[b2f05456]5572009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
558
559        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
560        cases to get back to 100% object coverage.
561
[809fb589]5622009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
563
564        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
565        malloctest/malloctest.scn: New test cases.
566        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
567
[f6a41d2]5682009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
569
570        * malloctest/init.c: New test cases. Update for heap API changes.
571        * stackchk/blow.c: Update for heap API changes.
572
[8de136b]5732009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
574
575        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
576
[e958d79b]5772009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
578
579        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
580        complete coverage of termios_XXX_to_YYY() methods.
581
[4d5b156]5822009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
583
584        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
585        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
586        character with the assistance of a special test driver which prints
587        the requests.
588        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
589        termios01/termios01.doc, termios01/termios01.scn,
590        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
591
[de7adaf]5922009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
593
594        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
595        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
596        rtems_clock_get_ticks_per_second().
597
[1875546]5982009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
599
600        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
601        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
602
[cd49fdc]6032009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
604
605        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
606        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
607        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
608
[384f0225]6092009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
610
611        * malloctest/init.c: Adjust allocation in test so it passes now that
612        heap overhead constant has been increased.
613
[248db21]6142009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
615
616        * bspcmdline01/init.c: Do not violate visibility.
617
[cac975e]6182009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
619
620        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
621        prefix to all routines.
622
[7c86172a]6232009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
624
625        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
626        helper routines.
627        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
628        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
629        bspcmdline01/init.c, bspcmdline01/test.c: New files.
630
[66abaa1]6312009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
632
633        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
634        for shrinking a block enough to need to free the newly unused
635        portion.
636
[4b6c378]6372009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
638
639        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
640        _Protected_heap_Get_information().
641
[5f6a4a2]6422009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
643
644        * heapwalk/init.c: Add test code for first free block pointer not
645        aligned.
646
[93f4ac26]6472009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
648
649        * heapwalk/init.c: Add more cases.
650
[f4812a03]6512009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
652
653        * heapwalk/init.c: Add more automated corruption capability.
654
[c30fcf52]6552009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
656
657        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
658
[9c22907]6592009-05-19      Chris Johns <chrisj@rtems.org>
660
661        * cpuuse/tswitch.c: Lower sample count for small memory targets.
662        * cpuuse/system.h: Smaller stack size for small memory targets.
663        * monitor02/init.c: Cannot run on small memory targets.
664
[5b469b7]6652009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
666
667        * rtmonuse/init.c: Do not use Task_name array before initialized.
668
[d0a263a]6692009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
670
671        * malloctest/init.c: Fix warning.
672
[3b2edab]6732009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
674
675        * malloctest/init.c: Fix typo.
676
[56b7951]6772009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
678
679        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
680        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
681        heapwalk/init.c, heapwalk/system.h: New files.
682
[8814cf0]6832009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
684
685        * malloctest/init.c: Add test case for heap resize block when the
686        resize creates a free block large enough to free.
687
[1f52d0e]6882009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
689
690        * cpuuse/Makefile.am, malloctest/Makefile.am,
691        monitor/Makefile.am, monitor02/Makefile.am,
692        putenvtest/Makefile.am, rtems++/Makefile.am,
693        rtmonuse/Makefile.am, stackchk/Makefile.am,
694        termios/Makefile.am, tztest/Makefile.am:
695        Eliminate _exe_/.exe.
696
[094e520]6972009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
698
699        * stackchk/stackchk.scn: Correct screen to match output.
700
[64f1df32]7012008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
702
703        * malloctest/init.c: Change sizes of heap/region and allocated objects
704        in heap to intptr_t so they can be larger than a single allocatable
705        object (e.g. size_t).
706
[d7e739a9]7072008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
708
709        * malloctest/init.c: Do not generate alignment factors larger that will
710        not fit in a native integer.
711
[156dc1d]7122008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
713
714        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
715        CONFIGURE_STACK_CHECKER_ENABLED.
716
[b9073c37]7172008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
718
719        * malloctest/init.c: Convert to "bool".
720
[1bdf29de]7212008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
722
723        * rtems++/System.h: Account for extra task stacks properly.
724
[991efb61]7252008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
726
727        * malloctest/init.c: Fix return status check.
728
[5a8e7503]7292008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
730
731        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
732        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
733        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
734        POSIX tests. Add a clock_settime case for < 1988.
735
[dfaa1a7]7362008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
737
738        * malloctest/init.c: Add more test cases to cover heap better.
739
[f2a7fa02]7402008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
741
742        * malloctest/init.c: Add new test cases per Sergei. Make some of the
743        stranger cases operate directly on a freshly initialized heap. This
744        should make them more reproducible.
745
[b7bc1d1]7462008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
747
748        * malloctest/init.c: Add more tests per suggestions from Sergei
749        Organov.
750
[499eb57]7512008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
752
753        * malloctest/init.c: Add include to remove warning.
754
[b89f64c]7552008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
756
757        * malloctest/init.c: Remove debug print.
758
[b9e23917]7592008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
760
761        * monitor02/.cvsignore: New file.
762
[dee3992f]7632008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
764
765        * Makefile.am, configure.ac: Added automatic test for monitor shell
766        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
767        monitor02/system.h: New files.
768
[6bd3162]7692007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
770
771        * malloctest/init.c: Add test cases suggested by Sergei Organov
772        <s.organov@javad.com>.
773
[e1a22c1]7742007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
775
776        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
777
[fbea3df]7782007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
779
780        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
781        exericise another path in the period statistics code.
782
[9202c24]7832007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
784
785        * malloctest/init.c: Add some primitive testing of realloc() which also
786        does some positive path testing on the SuperCore heap.
787
[43e3429]7882007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
789
790        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
791        cases for untested routines.
792
[6db35220]7932007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
794
795        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
796        the CPU Usage Report include it. If it is deleted, the CPU time it
797        had consumed is not listed later in the report.
798
[0e92952]7992007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
800
801        * tztest/init.c: Build when using buffered test IO.
802
[838167e]8032007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
804
805        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
806        macro instead of fflush() directly.
807
[81ee994]8082007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
809
810        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
811        Statistics and Period Usage into Rate Monotonic Manager. Added the
812        following directives: rtems_rate_monotonic_get_statistics,
813        rtems_rate_monotonic_reset_statistics,
[838167e]814        rtems_rate_monotonic_reset_all_statistics,
815        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
[81ee994]816        Obsoleted the rtems/rtmonuse.h file as a public interface.
817
[9de4e5b]8182007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
819
820        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
821        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
822        optional managers to Makefiles. Clean up test cases so last output
823        line follows END OF pattern. Make sure test case all run. All tests
824        appeared ok on sis.
825
[dbacde8a]8262007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
827
828        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
829
[dfd2947f]8302007-03-13      Joel Sherrill <joel@OARcorp.com>
831
832        * tztest/init.c: Call tzset() even though it may be called for us
833        implicitly along the way.
834
[871e077]8352007-03-13      Joel Sherrill <joel@OARcorp.com>
836
837        * tztest/.cvsignore: New file.
838
[3e1fada2]8392007-03-13      Joel Sherrill <joel@OARcorp.com>
840
841        * Makefile.am, configure.ac: Added timezone test.
842        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
843        tztest/tztest.scn: New files.
844
[3ca0ca79]8452007-03-05      Joel Sherrill <joel@OARcorp.com>
846
847        * malloctest/init.c: Be explicit about need for default and floating
848        point attributes. This is just a style change.
849
[b5a555a7]8502007-02-06      Joel Sherrill <joel@OARcorp.com>
851
852        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
853        issues in message queue tests.
854
[fcb0cd46]8552006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
856
857        * configure.ac: New BUG-REPORT address.
858
[ba2c04f]8592006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
860
861        * configure.ac: Require autoconf-2.60. Require automake-1.10.
862
[ea69358]8632006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
864
865        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
866        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
867        docdir. Use rtems_testsdir instead.
868
[a06eb01]8692006-02-08      Joel Sherrill <joel@OARcorp.com>
870
871        * rtems++/Task1.cc: Fix warnings.
872
[1fd1595]8732005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
874
875        * configure.ac: Remove RTEMS_ENABLE_BARE,
876        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
877
[22189ab]8782005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
879
880        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
881        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
882        stackchk/Makefile.am, termios/Makefile.am:
883        Convert to using *_PROGRAMS.
884
[5840b03]8852005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
886
[dc35ca43]887        * cpuuse/Makefile.am, malloctest/Makefile.am,
888        monitor/Makefile.am, putenvtest/Makefile.am,
889        rtems++/Makefile.am, rtmonuse/Makefile.am,
890        stackchk/Makefile.am, termios/Makefile.am: Rework.
[5840b03]891
[28486f3]8922005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
893
894        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
895        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
896        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
897        * libtests.am: Remove.
898
[e126295]8992005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
900
901        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
902        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
903        stackchk/Makefile.am, termios/Makefile.am:
904        AM_CPPFLAGS += -I..../support/include.
905
[576f411]9062005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
907
[44502ae]908        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
[576f411]909        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
910
[ed2e813]9112005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
912
913        * libtests.am: Remove LIB_VARIANT.
914
[af6ad5d]9152005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
916
917        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
918        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
919        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
920
[c32fb8f]9212005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
922
923        * Makefile.am: Cleanup.
924
[ad3310a]9252005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
926
927        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
928        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
929        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
930        stackchk/Makefile.am, termios/Makefile.am:
931        Partial conversion to automake.
932
[7010db3d]9332005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
934
935        * rtems++/Makefile.am: Remove LIB_VARIANT.
936
[6f2593f]9372004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
[dda9a682]938
939        * configure.ac: Remove -ansi to prevent folks from further damaging
940        the code with broken prototypes.
941        * putenvtest/init.c: Remove broken putenv prototype.
942        * termios/init.c (print_c_cc): Don't loop over NCCS.
943
[6f2593f]9442004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]945
946        * configure.ac: Require automake > 1.9.
947
[6f2593f]9482004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[1b22030]949
950        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
951        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
952        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
953        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
954        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
955        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
956        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
957        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
958
[6f2593f]9592004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
[9919946a]960
961        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
962        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
963        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
964        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
965        using c99 fixed size types.
966
[7c48a2e8]9672004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
968
969        * configure.ac: Add 2nd arg to RTEMS_TOP.
970
[08bfed2]9712004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
972
973        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
974        Add PRE/TMPINSTALL_FILES to CLEANFILES.
975        * malloctest/Makefile.am: Ditto.
976        * monitor/Makefile.am: Ditto.
977        * putenvtest/Makefile.am: Ditto.
978        * rtems++/Makefile.am: Ditto.
979        * rtmonuse/Makefile.am: Ditto.
980        * stackchk/Makefile.am: Ditto.
981        * termios/Makefile.am: Ditto.
982
[f361300]9832003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
984
985        * libtests.am: Add dirstamp support.
986
[9839e9c9]9872003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
988
989        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
990
[4dbd85e]9912003-12-16      Joel Sherrill <joel@OARcorp.com>
992
993        PR 544/tests
994        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
995        tests account for resources and not print at inappropriate times.
996
[810720b6]9972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
998
999        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1000
[6895c068]10012003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1002
1003        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
1004        * malloctest/Makefile.am: Remove all-local: $(ARCH).
1005        * monitor/Makefile.am: Remove all-local: $(ARCH).
1006        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
1007        * rtems++/Makefile.am: Remove all-local: $(ARCH).
1008        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
1009        * stackchk/Makefile.am: Remove all-local: $(ARCH).
1010        * termios/Makefile.am: Remove all-local: $(ARCH).
1011
[5f52d1f]10122003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1013
1014        * configure.ac: Reflect having moved to testsuites/.
1015
[c6328bee]10162003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1017
1018        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1019
[5445ee60]10202003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1021
1022        * configure.ac:Remove RTEMS_CHECK_CPU.
1023
[2abdd87]10242003-09-04      Joel Sherrill <joel@OARcorp.com>
1025
1026        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
1027        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
1028        malloctest/system.h, malloctest/task1.c, monitor/init.c,
1029        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
1030        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
1031        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
1032        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
1033        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
1034        stackchk/task1.c: URL for license changed.
1035
[7862f888]10362003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1037
1038        * Makefile.am: Reflect having moved aclocal/.
1039
[1053dcd]10402003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1041
[61d9371]1042        * Makefile.am: Reflect having moved automake/.
1043        * cpuuse/Makefile.am: Reflect having moved automake/.
1044        * malloctest/Makefile.am: Reflect having moved automake/.
1045        * monitor/Makefile.am: Reflect having moved automake/.
1046        * putenvtest/Makefile.am: Reflect having moved automake/.
1047        * rtems++/Makefile.am: Reflect having moved automake/.
1048        * rtmonuse/Makefile.am: Reflect having moved automake/.
1049        * stackchk/Makefile.am: Reflect having moved automake/.
1050        * termios/Makefile.am: Reflect having moved automake/.
[1053dcd]1051
[7dcc3fe]10522003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1053
1054        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1055
[3c55718]10562003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1057
1058        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1059
[06908af6]10602003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1061
1062        * configure.ac: Unconditionally check for CXX.
1063        Require autoconf-2.57, automake-1.7.2.
1064        * rtems++: Eliminate CC_O_FILES.
1065
[5a5b0b52]10662002-12-02      Joel Sherrill <joel@OARcorp.com>
1067
1068        * malloctest/init.c: Tasks should be floating point.
1069
[8730f45]10702002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1071
1072        * .cvsignore: Reformat.
1073        Add autom4te*cache.
1074        Remove autom4te.cache.
1075
[9f33e26]10762002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1077
1078        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
1079        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
1080        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
1081        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
1082        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
1083        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
1084        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
1085        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
1086
[016a926]10872002-08-01      Joel Sherrill <joel@OARcorp.com>
1088
1089        * Per PR47 add support for buffered test output.  This involved
1090        adding defines to redirect output to a buffer and dump it when
1091        full, at "test pause", and at exit.  To avoid problems when redefining
1092        exit(), all tests were modified to call rtems_test_exit().
1093        Some tests, notable psxtests, had to be modified to include
1094        the standard test macro .h file (pmacros.h or tmacros.h) to
1095        enable this support.
1096        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
1097        rtmonuse/task1.c, termios/init.c: Modified.
1098
[cb9b2bfc]10992002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1100
1101        * configure.ac: Remove ENABLE_GCC28.
1102
[8b695b9]11032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1104
1105        * configure.ac:
1106        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1107        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1108        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1109        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1110        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1111        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
1112        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1113        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
1114        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1115        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
1116        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
1117
[38c0f98e]11182001-11-01      Joel Sherrill <joel@OARcorp.com>
1119
1120        * rtems++/Makefile.am: Make sure debug variant of librtems++
1121        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1122        and processed as PR78.
1123
[2098cef]11242001-10-25      Joel Sherrill <joel@OARcorp.com>
1125
1126        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1127
[df25c998]11282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1129
1130        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1131        * configure.in: Remove.
1132        * configure.ac: New file, generated from configure.in by autoupdate.
1133
[99139ff]11342001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1135
1136        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
[4fec22e7]1137        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
[99139ff]1138
[682c7fd2]11392001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1140
1141        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1142        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1143        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1144        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1145        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1146        make-cxx-exe.
1147        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1148        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1149        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1150
[95083c0]11512001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1152
1153        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1154
[feead226]11552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1156
1157        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1158
[a314d3b4]11592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1160
1161        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1162
[ce28b283]11632000-11-01      Joel Sherrill <joel@OARcorp.com>
1164
1165        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1166        libcsupport.h moved from libc to lib/include/rtems and now must
1167        be referenced as <rtems/XXX.h>. 
1168
[37a9cf1]11692000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1170
1171        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1172        Switch to GNU canonicalization.
1173        * libtests.am: Remove DEFS.
1174
[78f76ac]11752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1176
1177        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1178        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1179        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1180
[e94ad1fe]11812000-08-10      Joel Sherrill <joel@OARcorp.com>
1182
1183        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.