source: rtems/testsuites/libtests/ChangeLog @ 7fa11e4e

4.104.115
Last change on this file since 7fa11e4e was 7fa11e4e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/30/09 at 06:58:44

2009-10-30 Ralf Corsépius <ralf.corsepius@…>

  • block02/init.c: Remove unused var.
  • Property mode set to 100644
File size: 24.6 KB
Line 
12009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * block02/init.c: Remove unused var.
4
52009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
6
7        * block02/init.c, block02/block02.scn, block02/Makefile.am,
8        block03/init.c, block03/block03.scn, block03/Makefile.am,
9        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
10        * Makefile.am, configure.ac: Added block02, block03 and block04.
11
122009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * monitor02/init.c: Add local prototype for
15        rtems_shell_main_monitor.
16
172009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * termios01/init.c: Fix parity_table_Entry type.
20        Correct parity_table initialization.
21        Add PRIdrtems_termios_baud_t.
22        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
23
242009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
27        * malloctest/init.c: Use %zu instead of %d to print size_t's.
28
292009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * rtmonuse/init.c, rtmonuse/task1.c:
32        Use PRIxrtems_id to print rtems_ids.
33        * malloctest/init.c: Use %zu instead of %d to print size_t's.
34
352009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * malloctest/init.c: Fix _Heap_Resize_block args.
38
392009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * malloctest/init.c, termios01/init.c,
42        termios01/termios_testdriver.c: Eliminate unused vars.
43
442009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * heapwalk/init.c: Comment out unused vars.
47        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
48        * malloctest/init.c: Add local prototype for malloc_walk,
49        malloc_info.
50        * malloctest/task1.c: Add local prototype for malloc_walk.
51        * monitor02/init.c: Remove unused vars.
52        * stackchk01/init.c: Remove unused vars.
53        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
54        termios/init.c: Add missing prototypes.
55
562009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * configure.ac: Don't add -fasm to CFLAGS.
59
602009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * block01/.cvsignore: New file.
63
642009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
65
66        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
67        * Makefile.am, configure.ac: Added block01.
68
692009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
72
732009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
76        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
77        it.
78        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
79        termios02/termios02.doc, termios02/termios02.scn: New files.
80        termios02 is a test for tcdrain().
81
822009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * termios01/init.c, termios01/termios_testdriver.c:
85        Reflect changes to termios.
86
872009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
90
912009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * stackchk01/stackchk01.doc: Add content.
94
952009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * Makefile.am, configure.ac: Add initial test for
98        rtems_stack_checker_is_blown.
99        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
100        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
101
1022009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
103
104        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
105        cases to get back to 100% object coverage.
106
1072009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
108
109        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
110        malloctest/malloctest.scn: New test cases.
111        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
112
1132009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
114
115        * malloctest/init.c: New test cases. Update for heap API changes.
116        * stackchk/blow.c: Update for heap API changes.
117
1182009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
119
120        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
121
1222009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
125        complete coverage of termios_XXX_to_YYY() methods.
126
1272009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
130        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
131        character with the assistance of a special test driver which prints
132        the requests.
133        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
134        termios01/termios01.doc, termios01/termios01.scn,
135        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
136
1372009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
138
139        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
140        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
141        rtems_clock_get_ticks_per_second().
142
1432009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
146        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
147
1482009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
151        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
152        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
153
1542009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * malloctest/init.c: Adjust allocation in test so it passes now that
157        heap overhead constant has been increased.
158
1592009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
160
161        * bspcmdline01/init.c: Do not violate visibility.
162
1632009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
166        prefix to all routines.
167
1682009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
171        helper routines.
172        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
173        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
174        bspcmdline01/init.c, bspcmdline01/test.c: New files.
175
1762009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
177
178        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
179        for shrinking a block enough to need to free the newly unused
180        portion.
181
1822009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
183
184        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
185        _Protected_heap_Get_information().
186
1872009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
188
189        * heapwalk/init.c: Add test code for first free block pointer not
190        aligned.
191
1922009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * heapwalk/init.c: Add more cases.
195
1962009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
197
198        * heapwalk/init.c: Add more automated corruption capability.
199
2002009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
201
202        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
203
2042009-05-19      Chris Johns <chrisj@rtems.org>
205
206        * cpuuse/tswitch.c: Lower sample count for small memory targets.
207        * cpuuse/system.h: Smaller stack size for small memory targets.
208        * monitor02/init.c: Cannot run on small memory targets.
209
2102009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
211
212        * rtmonuse/init.c: Do not use Task_name array before initialized.
213
2142009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * malloctest/init.c: Fix warning.
217
2182009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * malloctest/init.c: Fix typo.
221
2222009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
223
224        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
225        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
226        heapwalk/init.c, heapwalk/system.h: New files.
227
2282009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
229
230        * malloctest/init.c: Add test case for heap resize block when the
231        resize creates a free block large enough to free.
232
2332009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
234
235        * cpuuse/Makefile.am, malloctest/Makefile.am,
236        monitor/Makefile.am, monitor02/Makefile.am,
237        putenvtest/Makefile.am, rtems++/Makefile.am,
238        rtmonuse/Makefile.am, stackchk/Makefile.am,
239        termios/Makefile.am, tztest/Makefile.am:
240        Eliminate _exe_/.exe.
241
2422009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
243
244        * stackchk/stackchk.scn: Correct screen to match output.
245
2462008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
247
248        * malloctest/init.c: Change sizes of heap/region and allocated objects
249        in heap to intptr_t so they can be larger than a single allocatable
250        object (e.g. size_t).
251
2522008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
253
254        * malloctest/init.c: Do not generate alignment factors larger that will
255        not fit in a native integer.
256
2572008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
260        CONFIGURE_STACK_CHECKER_ENABLED.
261
2622008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
263
264        * malloctest/init.c: Convert to "bool".
265
2662008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
267
268        * rtems++/System.h: Account for extra task stacks properly.
269
2702008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
271
272        * malloctest/init.c: Fix return status check.
273
2742008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
275
276        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
277        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
278        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
279        POSIX tests. Add a clock_settime case for < 1988.
280
2812008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
282
283        * malloctest/init.c: Add more test cases to cover heap better.
284
2852008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
286
287        * malloctest/init.c: Add new test cases per Sergei. Make some of the
288        stranger cases operate directly on a freshly initialized heap. This
289        should make them more reproducible.
290
2912008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
292
293        * malloctest/init.c: Add more tests per suggestions from Sergei
294        Organov.
295
2962008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
297
298        * malloctest/init.c: Add include to remove warning.
299
3002008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
301
302        * malloctest/init.c: Remove debug print.
303
3042008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
305
306        * monitor02/.cvsignore: New file.
307
3082008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
309
310        * Makefile.am, configure.ac: Added automatic test for monitor shell
311        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
312        monitor02/system.h: New files.
313
3142007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
315
316        * malloctest/init.c: Add test cases suggested by Sergei Organov
317        <s.organov@javad.com>.
318
3192007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
320
321        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
322
3232007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
324
325        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
326        exericise another path in the period statistics code.
327
3282007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
329
330        * malloctest/init.c: Add some primitive testing of realloc() which also
331        does some positive path testing on the SuperCore heap.
332
3332007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
334
335        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
336        cases for untested routines.
337
3382007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
339
340        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
341        the CPU Usage Report include it. If it is deleted, the CPU time it
342        had consumed is not listed later in the report.
343
3442007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
345
346        * tztest/init.c: Build when using buffered test IO.
347
3482007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
349
350        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
351        macro instead of fflush() directly.
352
3532007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
354
355        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
356        Statistics and Period Usage into Rate Monotonic Manager. Added the
357        following directives: rtems_rate_monotonic_get_statistics,
358        rtems_rate_monotonic_reset_statistics,
359        rtems_rate_monotonic_reset_all_statistics,
360        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
361        Obsoleted the rtems/rtmonuse.h file as a public interface.
362
3632007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
364
365        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
366        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
367        optional managers to Makefiles. Clean up test cases so last output
368        line follows END OF pattern. Make sure test case all run. All tests
369        appeared ok on sis.
370
3712007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
372
373        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
374
3752007-03-13      Joel Sherrill <joel@OARcorp.com>
376
377        * tztest/init.c: Call tzset() even though it may be called for us
378        implicitly along the way.
379
3802007-03-13      Joel Sherrill <joel@OARcorp.com>
381
382        * tztest/.cvsignore: New file.
383
3842007-03-13      Joel Sherrill <joel@OARcorp.com>
385
386        * Makefile.am, configure.ac: Added timezone test.
387        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
388        tztest/tztest.scn: New files.
389
3902007-03-05      Joel Sherrill <joel@OARcorp.com>
391
392        * malloctest/init.c: Be explicit about need for default and floating
393        point attributes. This is just a style change.
394
3952007-02-06      Joel Sherrill <joel@OARcorp.com>
396
397        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
398        issues in message queue tests.
399
4002006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
401
402        * configure.ac: New BUG-REPORT address.
403
4042006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
405
406        * configure.ac: Require autoconf-2.60. Require automake-1.10.
407
4082006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
409
410        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
411        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
412        docdir. Use rtems_testsdir instead.
413
4142006-02-08      Joel Sherrill <joel@OARcorp.com>
415
416        * rtems++/Task1.cc: Fix warnings.
417
4182005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
419
420        * configure.ac: Remove RTEMS_ENABLE_BARE,
421        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
422
4232005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
424
425        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
426        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
427        stackchk/Makefile.am, termios/Makefile.am:
428        Convert to using *_PROGRAMS.
429
4302005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
431
432        * cpuuse/Makefile.am, malloctest/Makefile.am,
433        monitor/Makefile.am, putenvtest/Makefile.am,
434        rtems++/Makefile.am, rtmonuse/Makefile.am,
435        stackchk/Makefile.am, termios/Makefile.am: Rework.
436
4372005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
438
439        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
440        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
441        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
442        * libtests.am: Remove.
443
4442005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
445
446        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
447        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
448        stackchk/Makefile.am, termios/Makefile.am:
449        AM_CPPFLAGS += -I..../support/include.
450
4512005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
452
453        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
454        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
455
4562005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
457
458        * libtests.am: Remove LIB_VARIANT.
459
4602005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
461
462        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
463        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
464        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
465
4662005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
467
468        * Makefile.am: Cleanup.
469
4702005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
471
472        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
473        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
474        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
475        stackchk/Makefile.am, termios/Makefile.am:
476        Partial conversion to automake.
477
4782005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
479
480        * rtems++/Makefile.am: Remove LIB_VARIANT.
481
4822004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
483
484        * configure.ac: Remove -ansi to prevent folks from further damaging
485        the code with broken prototypes.
486        * putenvtest/init.c: Remove broken putenv prototype.
487        * termios/init.c (print_c_cc): Don't loop over NCCS.
488
4892004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
490
491        * configure.ac: Require automake > 1.9.
492
4932004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
494
495        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
496        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
497        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
498        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
499        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
500        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
501        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
502        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
503
5042004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
505
506        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
507        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
508        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
509        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
510        using c99 fixed size types.
511
5122004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * configure.ac: Add 2nd arg to RTEMS_TOP.
515
5162004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
519        Add PRE/TMPINSTALL_FILES to CLEANFILES.
520        * malloctest/Makefile.am: Ditto.
521        * monitor/Makefile.am: Ditto.
522        * putenvtest/Makefile.am: Ditto.
523        * rtems++/Makefile.am: Ditto.
524        * rtmonuse/Makefile.am: Ditto.
525        * stackchk/Makefile.am: Ditto.
526        * termios/Makefile.am: Ditto.
527
5282003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * libtests.am: Add dirstamp support.
531
5322003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
535
5362003-12-16      Joel Sherrill <joel@OARcorp.com>
537
538        PR 544/tests
539        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
540        tests account for resources and not print at inappropriate times.
541
5422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
545
5462003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
549        * malloctest/Makefile.am: Remove all-local: $(ARCH).
550        * monitor/Makefile.am: Remove all-local: $(ARCH).
551        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
552        * rtems++/Makefile.am: Remove all-local: $(ARCH).
553        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
554        * stackchk/Makefile.am: Remove all-local: $(ARCH).
555        * termios/Makefile.am: Remove all-local: $(ARCH).
556
5572003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * configure.ac: Reflect having moved to testsuites/.
560
5612003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * configure.ac: Remove RTEMS_CANONICAL_HOST.
564
5652003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * configure.ac:Remove RTEMS_CHECK_CPU.
568
5692003-09-04      Joel Sherrill <joel@OARcorp.com>
570
571        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
572        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
573        malloctest/system.h, malloctest/task1.c, monitor/init.c,
574        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
575        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
576        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
577        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
578        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
579        stackchk/task1.c: URL for license changed.
580
5812003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * Makefile.am: Reflect having moved aclocal/.
584
5852003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * Makefile.am: Reflect having moved automake/.
588        * cpuuse/Makefile.am: Reflect having moved automake/.
589        * malloctest/Makefile.am: Reflect having moved automake/.
590        * monitor/Makefile.am: Reflect having moved automake/.
591        * putenvtest/Makefile.am: Reflect having moved automake/.
592        * rtems++/Makefile.am: Reflect having moved automake/.
593        * rtmonuse/Makefile.am: Reflect having moved automake/.
594        * stackchk/Makefile.am: Reflect having moved automake/.
595        * termios/Makefile.am: Reflect having moved automake/.
596
5972003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
600
6012003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * configure.ac: Remove AC_CONFIG_AUX_DIR.
604
6052003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * configure.ac: Unconditionally check for CXX.
608        Require autoconf-2.57, automake-1.7.2.
609        * rtems++: Eliminate CC_O_FILES.
610
6112002-12-02      Joel Sherrill <joel@OARcorp.com>
612
613        * malloctest/init.c: Tasks should be floating point.
614
6152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * .cvsignore: Reformat.
618        Add autom4te*cache.
619        Remove autom4te.cache.
620
6212002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
624        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
625        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
626        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
627        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
628        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
629        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
630        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
631
6322002-08-01      Joel Sherrill <joel@OARcorp.com>
633
634        * Per PR47 add support for buffered test output.  This involved
635        adding defines to redirect output to a buffer and dump it when
636        full, at "test pause", and at exit.  To avoid problems when redefining
637        exit(), all tests were modified to call rtems_test_exit().
638        Some tests, notable psxtests, had to be modified to include
639        the standard test macro .h file (pmacros.h or tmacros.h) to
640        enable this support.
641        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
642        rtmonuse/task1.c, termios/init.c: Modified.
643
6442002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * configure.ac: Remove ENABLE_GCC28.
647
6482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * configure.ac:
651        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
652        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
653        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
654        * Makefile.am: Remove AUTOMAKE_OPTIONS.
655        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
656        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
657        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
658        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
659        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
660        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
661        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
662
6632001-11-01      Joel Sherrill <joel@OARcorp.com>
664
665        * rtems++/Makefile.am: Make sure debug variant of librtems++
666        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
667        and processed as PR78.
668
6692001-10-25      Joel Sherrill <joel@OARcorp.com>
670
671        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
672
6732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
676        * configure.in: Remove.
677        * configure.ac: New file, generated from configure.in by autoupdate.
678
6792001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
682        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
683
6842001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
687        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
688        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
689        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
690        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
691        make-cxx-exe.
692        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
693        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
694        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
695
6962001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
697
698        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
699
7002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
703
7042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
707
7082000-11-01      Joel Sherrill <joel@OARcorp.com>
709
710        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
711        libcsupport.h moved from libc to lib/include/rtems and now must
712        be referenced as <rtems/XXX.h>. 
713
7142000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
717        Switch to GNU canonicalization.
718        * libtests.am: Remove DEFS.
719
7202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
721
722        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
723        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
724        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
725
7262000-08-10      Joel Sherrill <joel@OARcorp.com>
727
728        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.