source: rtems/testsuites/libtests/ChangeLog @ 47c2327

4.104.115
Last change on this file since 47c2327 was 5d01adfb, checked in by Joel Sherrill <joel.sherrill@…>, on 11/21/09 at 20:53:15

2009-11-21 Joel Sherrill <joel.sherrill@…>

  • block02/.cvsignore, block03/.cvsignore, block04/.cvsignore, block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
  • block02/Makefile.in, block03/Makefile.in, block04/Makefile.in, block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
  • Property mode set to 100644
File size: 26.0 KB
Line 
12009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
4        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
5        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
6        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
7
82009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
11        Remove bogus cast.
12        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
13
142009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * rtems++/Task1.cc: Eliminate more warnings.
17
182009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
21        several dozens of warnings.
22
232009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * block06/init.c: Add missing prototype.
26
272009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
28
29        * block07/init.c: New test case.
30
312009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
32
33        * block05/init.c, block05/block05.scn, block05/Makefile.am,
34        block06/init.c, block06/block06.scn, block06/Makefile.am,
35        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
36        * Makefile.am, configure.ac: Added block05, block06 and block07.
37
382009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * termios/init.c: Remove sh2 hacks.
41
422009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * block01/init.c: Include <stdio.h>.
45        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
46        * block02/init.c: Remove unused var.
47
482009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
49
50        * block02/init.c, block02/block02.scn, block02/Makefile.am,
51        block03/init.c, block03/block03.scn, block03/Makefile.am,
52        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
53        * Makefile.am, configure.ac: Added block02, block03 and block04.
54
552009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * monitor02/init.c: Add local prototype for
58        rtems_shell_main_monitor.
59
602009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * termios01/init.c: Fix parity_table_Entry type.
63        Correct parity_table initialization.
64        Add PRIdrtems_termios_baud_t.
65        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
66
672009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
70        * malloctest/init.c: Use %zu instead of %d to print size_t's.
71
722009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * rtmonuse/init.c, rtmonuse/task1.c:
75        Use PRIxrtems_id to print rtems_ids.
76        * malloctest/init.c: Use %zu instead of %d to print size_t's.
77
782009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * malloctest/init.c: Fix _Heap_Resize_block args.
81
822009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * malloctest/init.c, termios01/init.c,
85        termios01/termios_testdriver.c: Eliminate unused vars.
86
872009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * heapwalk/init.c: Comment out unused vars.
90        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
91        * malloctest/init.c: Add local prototype for malloc_walk,
92        malloc_info.
93        * malloctest/task1.c: Add local prototype for malloc_walk.
94        * monitor02/init.c: Remove unused vars.
95        * stackchk01/init.c: Remove unused vars.
96        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
97        termios/init.c: Add missing prototypes.
98
992009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * configure.ac: Don't add -fasm to CFLAGS.
102
1032009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * block01/.cvsignore: New file.
106
1072009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
108
109        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
110        * Makefile.am, configure.ac: Added block01.
111
1122009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
115
1162009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
117
118        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
119        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
120        it.
121        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
122        termios02/termios02.doc, termios02/termios02.scn: New files.
123        termios02 is a test for tcdrain().
124
1252009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * termios01/init.c, termios01/termios_testdriver.c:
128        Reflect changes to termios.
129
1302009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
133
1342009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * stackchk01/stackchk01.doc: Add content.
137
1382009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * Makefile.am, configure.ac: Add initial test for
141        rtems_stack_checker_is_blown.
142        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
143        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
144
1452009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
146
147        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
148        cases to get back to 100% object coverage.
149
1502009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
151
152        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
153        malloctest/malloctest.scn: New test cases.
154        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
155
1562009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
157
158        * malloctest/init.c: New test cases. Update for heap API changes.
159        * stackchk/blow.c: Update for heap API changes.
160
1612009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
162
163        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
164
1652009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
166
167        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
168        complete coverage of termios_XXX_to_YYY() methods.
169
1702009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
171
172        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
173        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
174        character with the assistance of a special test driver which prints
175        the requests.
176        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
177        termios01/termios01.doc, termios01/termios01.scn,
178        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
179
1802009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
183        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
184        rtems_clock_get_ticks_per_second().
185
1862009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
187
188        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
189        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
190
1912009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
194        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
195        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
196
1972009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
198
199        * malloctest/init.c: Adjust allocation in test so it passes now that
200        heap overhead constant has been increased.
201
2022009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * bspcmdline01/init.c: Do not violate visibility.
205
2062009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
209        prefix to all routines.
210
2112009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
212
213        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
214        helper routines.
215        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
216        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
217        bspcmdline01/init.c, bspcmdline01/test.c: New files.
218
2192009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
220
221        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
222        for shrinking a block enough to need to free the newly unused
223        portion.
224
2252009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
226
227        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
228        _Protected_heap_Get_information().
229
2302009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
231
232        * heapwalk/init.c: Add test code for first free block pointer not
233        aligned.
234
2352009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
236
237        * heapwalk/init.c: Add more cases.
238
2392009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
240
241        * heapwalk/init.c: Add more automated corruption capability.
242
2432009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
244
245        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
246
2472009-05-19      Chris Johns <chrisj@rtems.org>
248
249        * cpuuse/tswitch.c: Lower sample count for small memory targets.
250        * cpuuse/system.h: Smaller stack size for small memory targets.
251        * monitor02/init.c: Cannot run on small memory targets.
252
2532009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
254
255        * rtmonuse/init.c: Do not use Task_name array before initialized.
256
2572009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * malloctest/init.c: Fix warning.
260
2612009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
262
263        * malloctest/init.c: Fix typo.
264
2652009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
266
267        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
268        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
269        heapwalk/init.c, heapwalk/system.h: New files.
270
2712009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
272
273        * malloctest/init.c: Add test case for heap resize block when the
274        resize creates a free block large enough to free.
275
2762009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
277
278        * cpuuse/Makefile.am, malloctest/Makefile.am,
279        monitor/Makefile.am, monitor02/Makefile.am,
280        putenvtest/Makefile.am, rtems++/Makefile.am,
281        rtmonuse/Makefile.am, stackchk/Makefile.am,
282        termios/Makefile.am, tztest/Makefile.am:
283        Eliminate _exe_/.exe.
284
2852009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
286
287        * stackchk/stackchk.scn: Correct screen to match output.
288
2892008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
290
291        * malloctest/init.c: Change sizes of heap/region and allocated objects
292        in heap to intptr_t so they can be larger than a single allocatable
293        object (e.g. size_t).
294
2952008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
296
297        * malloctest/init.c: Do not generate alignment factors larger that will
298        not fit in a native integer.
299
3002008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
301
302        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
303        CONFIGURE_STACK_CHECKER_ENABLED.
304
3052008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
306
307        * malloctest/init.c: Convert to "bool".
308
3092008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        * rtems++/System.h: Account for extra task stacks properly.
312
3132008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
314
315        * malloctest/init.c: Fix return status check.
316
3172008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
318
319        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
320        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
321        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
322        POSIX tests. Add a clock_settime case for < 1988.
323
3242008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
325
326        * malloctest/init.c: Add more test cases to cover heap better.
327
3282008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
329
330        * malloctest/init.c: Add new test cases per Sergei. Make some of the
331        stranger cases operate directly on a freshly initialized heap. This
332        should make them more reproducible.
333
3342008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
335
336        * malloctest/init.c: Add more tests per suggestions from Sergei
337        Organov.
338
3392008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
340
341        * malloctest/init.c: Add include to remove warning.
342
3432008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
344
345        * malloctest/init.c: Remove debug print.
346
3472008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
348
349        * monitor02/.cvsignore: New file.
350
3512008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
352
353        * Makefile.am, configure.ac: Added automatic test for monitor shell
354        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
355        monitor02/system.h: New files.
356
3572007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
358
359        * malloctest/init.c: Add test cases suggested by Sergei Organov
360        <s.organov@javad.com>.
361
3622007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
363
364        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
365
3662007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
367
368        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
369        exericise another path in the period statistics code.
370
3712007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
372
373        * malloctest/init.c: Add some primitive testing of realloc() which also
374        does some positive path testing on the SuperCore heap.
375
3762007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
377
378        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
379        cases for untested routines.
380
3812007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
382
383        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
384        the CPU Usage Report include it. If it is deleted, the CPU time it
385        had consumed is not listed later in the report.
386
3872007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
388
389        * tztest/init.c: Build when using buffered test IO.
390
3912007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
392
393        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
394        macro instead of fflush() directly.
395
3962007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
397
398        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
399        Statistics and Period Usage into Rate Monotonic Manager. Added the
400        following directives: rtems_rate_monotonic_get_statistics,
401        rtems_rate_monotonic_reset_statistics,
402        rtems_rate_monotonic_reset_all_statistics,
403        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
404        Obsoleted the rtems/rtmonuse.h file as a public interface.
405
4062007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
407
408        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
409        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
410        optional managers to Makefiles. Clean up test cases so last output
411        line follows END OF pattern. Make sure test case all run. All tests
412        appeared ok on sis.
413
4142007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
415
416        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
417
4182007-03-13      Joel Sherrill <joel@OARcorp.com>
419
420        * tztest/init.c: Call tzset() even though it may be called for us
421        implicitly along the way.
422
4232007-03-13      Joel Sherrill <joel@OARcorp.com>
424
425        * tztest/.cvsignore: New file.
426
4272007-03-13      Joel Sherrill <joel@OARcorp.com>
428
429        * Makefile.am, configure.ac: Added timezone test.
430        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
431        tztest/tztest.scn: New files.
432
4332007-03-05      Joel Sherrill <joel@OARcorp.com>
434
435        * malloctest/init.c: Be explicit about need for default and floating
436        point attributes. This is just a style change.
437
4382007-02-06      Joel Sherrill <joel@OARcorp.com>
439
440        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
441        issues in message queue tests.
442
4432006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
444
445        * configure.ac: New BUG-REPORT address.
446
4472006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
448
449        * configure.ac: Require autoconf-2.60. Require automake-1.10.
450
4512006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
452
453        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
454        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
455        docdir. Use rtems_testsdir instead.
456
4572006-02-08      Joel Sherrill <joel@OARcorp.com>
458
459        * rtems++/Task1.cc: Fix warnings.
460
4612005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
462
463        * configure.ac: Remove RTEMS_ENABLE_BARE,
464        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
465
4662005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
467
468        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
469        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
470        stackchk/Makefile.am, termios/Makefile.am:
471        Convert to using *_PROGRAMS.
472
4732005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
474
475        * cpuuse/Makefile.am, malloctest/Makefile.am,
476        monitor/Makefile.am, putenvtest/Makefile.am,
477        rtems++/Makefile.am, rtmonuse/Makefile.am,
478        stackchk/Makefile.am, termios/Makefile.am: Rework.
479
4802005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
481
482        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
483        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
484        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
485        * libtests.am: Remove.
486
4872005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
488
489        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
490        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
491        stackchk/Makefile.am, termios/Makefile.am:
492        AM_CPPFLAGS += -I..../support/include.
493
4942005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
495
496        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
497        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
498
4992005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
500
501        * libtests.am: Remove LIB_VARIANT.
502
5032005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
504
505        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
506        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
507        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
508
5092005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
510
511        * Makefile.am: Cleanup.
512
5132005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
514
515        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
516        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
517        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
518        stackchk/Makefile.am, termios/Makefile.am:
519        Partial conversion to automake.
520
5212005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
522
523        * rtems++/Makefile.am: Remove LIB_VARIANT.
524
5252004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
526
527        * configure.ac: Remove -ansi to prevent folks from further damaging
528        the code with broken prototypes.
529        * putenvtest/init.c: Remove broken putenv prototype.
530        * termios/init.c (print_c_cc): Don't loop over NCCS.
531
5322004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
533
534        * configure.ac: Require automake > 1.9.
535
5362004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
537
538        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
539        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
540        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
541        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
542        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
543        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
544        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
545        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
546
5472004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
548
549        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
550        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
551        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
552        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
553        using c99 fixed size types.
554
5552004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * configure.ac: Add 2nd arg to RTEMS_TOP.
558
5592004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
562        Add PRE/TMPINSTALL_FILES to CLEANFILES.
563        * malloctest/Makefile.am: Ditto.
564        * monitor/Makefile.am: Ditto.
565        * putenvtest/Makefile.am: Ditto.
566        * rtems++/Makefile.am: Ditto.
567        * rtmonuse/Makefile.am: Ditto.
568        * stackchk/Makefile.am: Ditto.
569        * termios/Makefile.am: Ditto.
570
5712003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * libtests.am: Add dirstamp support.
574
5752003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
578
5792003-12-16      Joel Sherrill <joel@OARcorp.com>
580
581        PR 544/tests
582        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
583        tests account for resources and not print at inappropriate times.
584
5852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
588
5892003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
592        * malloctest/Makefile.am: Remove all-local: $(ARCH).
593        * monitor/Makefile.am: Remove all-local: $(ARCH).
594        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
595        * rtems++/Makefile.am: Remove all-local: $(ARCH).
596        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
597        * stackchk/Makefile.am: Remove all-local: $(ARCH).
598        * termios/Makefile.am: Remove all-local: $(ARCH).
599
6002003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * configure.ac: Reflect having moved to testsuites/.
603
6042003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * configure.ac: Remove RTEMS_CANONICAL_HOST.
607
6082003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * configure.ac:Remove RTEMS_CHECK_CPU.
611
6122003-09-04      Joel Sherrill <joel@OARcorp.com>
613
614        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
615        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
616        malloctest/system.h, malloctest/task1.c, monitor/init.c,
617        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
618        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
619        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
620        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
621        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
622        stackchk/task1.c: URL for license changed.
623
6242003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * Makefile.am: Reflect having moved aclocal/.
627
6282003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * Makefile.am: Reflect having moved automake/.
631        * cpuuse/Makefile.am: Reflect having moved automake/.
632        * malloctest/Makefile.am: Reflect having moved automake/.
633        * monitor/Makefile.am: Reflect having moved automake/.
634        * putenvtest/Makefile.am: Reflect having moved automake/.
635        * rtems++/Makefile.am: Reflect having moved automake/.
636        * rtmonuse/Makefile.am: Reflect having moved automake/.
637        * stackchk/Makefile.am: Reflect having moved automake/.
638        * termios/Makefile.am: Reflect having moved automake/.
639
6402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
643
6442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * configure.ac: Remove AC_CONFIG_AUX_DIR.
647
6482003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * configure.ac: Unconditionally check for CXX.
651        Require autoconf-2.57, automake-1.7.2.
652        * rtems++: Eliminate CC_O_FILES.
653
6542002-12-02      Joel Sherrill <joel@OARcorp.com>
655
656        * malloctest/init.c: Tasks should be floating point.
657
6582002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * .cvsignore: Reformat.
661        Add autom4te*cache.
662        Remove autom4te.cache.
663
6642002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
667        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
668        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
669        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
670        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
671        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
672        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
673        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
674
6752002-08-01      Joel Sherrill <joel@OARcorp.com>
676
677        * Per PR47 add support for buffered test output.  This involved
678        adding defines to redirect output to a buffer and dump it when
679        full, at "test pause", and at exit.  To avoid problems when redefining
680        exit(), all tests were modified to call rtems_test_exit().
681        Some tests, notable psxtests, had to be modified to include
682        the standard test macro .h file (pmacros.h or tmacros.h) to
683        enable this support.
684        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
685        rtmonuse/task1.c, termios/init.c: Modified.
686
6872002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * configure.ac: Remove ENABLE_GCC28.
690
6912002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * configure.ac:
694        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
695        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
696        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
697        * Makefile.am: Remove AUTOMAKE_OPTIONS.
698        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
699        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
700        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
701        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
702        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
703        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
704        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
705
7062001-11-01      Joel Sherrill <joel@OARcorp.com>
707
708        * rtems++/Makefile.am: Make sure debug variant of librtems++
709        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
710        and processed as PR78.
711
7122001-10-25      Joel Sherrill <joel@OARcorp.com>
713
714        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
715
7162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
719        * configure.in: Remove.
720        * configure.ac: New file, generated from configure.in by autoupdate.
721
7222001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
725        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
726
7272001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
730        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
731        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
732        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
733        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
734        make-cxx-exe.
735        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
736        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
737        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
738
7392001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
740
741        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
742
7432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
746
7472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
750
7512000-11-01      Joel Sherrill <joel@OARcorp.com>
752
753        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
754        libcsupport.h moved from libc to lib/include/rtems and now must
755        be referenced as <rtems/XXX.h>. 
756
7572000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
758
759        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
760        Switch to GNU canonicalization.
761        * libtests.am: Remove DEFS.
762
7632000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
766        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
767        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
768
7692000-08-10      Joel Sherrill <joel@OARcorp.com>
770
771        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.