source: rtems/testsuites/libtests/ChangeLog @ f9925bc

4.104.115
Last change on this file since f9925bc was f9925bc, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 11/30/09 at 12:41:10

added documentation
corrections in block tests
added Makefile.am

  • Property mode set to 100644
File size: 26.5 KB
Line 
12009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
2
3        * block05/init.c: Check block size. Improved output.
4        * block01/init.c: Free ramdisk before exit.
5        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
6        block04/block04.doc, block05/block05.doc, block06/block06.doc,
7        block07/block07.doc: New files.
8        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
9        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
10        block07/Makefile.am: Add new files.
11
122009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
15        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
16        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
17        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
18
192009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
22        Remove bogus cast.
23        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
24
252009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * rtems++/Task1.cc: Eliminate more warnings.
28
292009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
32        several dozens of warnings.
33
342009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * block06/init.c: Add missing prototype.
37
382009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
39
40        * block07/init.c: New test case.
41
422009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
43
44        * block05/init.c, block05/block05.scn, block05/Makefile.am,
45        block06/init.c, block06/block06.scn, block06/Makefile.am,
46        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
47        * Makefile.am, configure.ac: Added block05, block06 and block07.
48
492009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * termios/init.c: Remove sh2 hacks.
52
532009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * block01/init.c: Include <stdio.h>.
56        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
57        * block02/init.c: Remove unused var.
58
592009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
60
61        * block02/init.c, block02/block02.scn, block02/Makefile.am,
62        block03/init.c, block03/block03.scn, block03/Makefile.am,
63        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
64        * Makefile.am, configure.ac: Added block02, block03 and block04.
65
662009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * monitor02/init.c: Add local prototype for
69        rtems_shell_main_monitor.
70
712009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * termios01/init.c: Fix parity_table_Entry type.
74        Correct parity_table initialization.
75        Add PRIdrtems_termios_baud_t.
76        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
77
782009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
81        * malloctest/init.c: Use %zu instead of %d to print size_t's.
82
832009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * rtmonuse/init.c, rtmonuse/task1.c:
86        Use PRIxrtems_id to print rtems_ids.
87        * malloctest/init.c: Use %zu instead of %d to print size_t's.
88
892009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * malloctest/init.c: Fix _Heap_Resize_block args.
92
932009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * malloctest/init.c, termios01/init.c,
96        termios01/termios_testdriver.c: Eliminate unused vars.
97
982009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * heapwalk/init.c: Comment out unused vars.
101        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
102        * malloctest/init.c: Add local prototype for malloc_walk,
103        malloc_info.
104        * malloctest/task1.c: Add local prototype for malloc_walk.
105        * monitor02/init.c: Remove unused vars.
106        * stackchk01/init.c: Remove unused vars.
107        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
108        termios/init.c: Add missing prototypes.
109
1102009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * configure.ac: Don't add -fasm to CFLAGS.
113
1142009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * block01/.cvsignore: New file.
117
1182009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
119
120        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
121        * Makefile.am, configure.ac: Added block01.
122
1232009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
126
1272009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
130        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
131        it.
132        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
133        termios02/termios02.doc, termios02/termios02.scn: New files.
134        termios02 is a test for tcdrain().
135
1362009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * termios01/init.c, termios01/termios_testdriver.c:
139        Reflect changes to termios.
140
1412009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
144
1452009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * stackchk01/stackchk01.doc: Add content.
148
1492009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        * Makefile.am, configure.ac: Add initial test for
152        rtems_stack_checker_is_blown.
153        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
154        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
155
1562009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
157
158        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
159        cases to get back to 100% object coverage.
160
1612009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
162
163        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
164        malloctest/malloctest.scn: New test cases.
165        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
166
1672009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
168
169        * malloctest/init.c: New test cases. Update for heap API changes.
170        * stackchk/blow.c: Update for heap API changes.
171
1722009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
173
174        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
175
1762009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
179        complete coverage of termios_XXX_to_YYY() methods.
180
1812009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
182
183        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
184        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
185        character with the assistance of a special test driver which prints
186        the requests.
187        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
188        termios01/termios01.doc, termios01/termios01.scn,
189        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
190
1912009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
194        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
195        rtems_clock_get_ticks_per_second().
196
1972009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
198
199        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
200        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
201
2022009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
205        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
206        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
207
2082009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
209
210        * malloctest/init.c: Adjust allocation in test so it passes now that
211        heap overhead constant has been increased.
212
2132009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
214
215        * bspcmdline01/init.c: Do not violate visibility.
216
2172009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
218
219        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
220        prefix to all routines.
221
2222009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
223
224        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
225        helper routines.
226        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
227        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
228        bspcmdline01/init.c, bspcmdline01/test.c: New files.
229
2302009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
231
232        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
233        for shrinking a block enough to need to free the newly unused
234        portion.
235
2362009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
237
238        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
239        _Protected_heap_Get_information().
240
2412009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
242
243        * heapwalk/init.c: Add test code for first free block pointer not
244        aligned.
245
2462009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
247
248        * heapwalk/init.c: Add more cases.
249
2502009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
251
252        * heapwalk/init.c: Add more automated corruption capability.
253
2542009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
255
256        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
257
2582009-05-19      Chris Johns <chrisj@rtems.org>
259
260        * cpuuse/tswitch.c: Lower sample count for small memory targets.
261        * cpuuse/system.h: Smaller stack size for small memory targets.
262        * monitor02/init.c: Cannot run on small memory targets.
263
2642009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
265
266        * rtmonuse/init.c: Do not use Task_name array before initialized.
267
2682009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
269
270        * malloctest/init.c: Fix warning.
271
2722009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
273
274        * malloctest/init.c: Fix typo.
275
2762009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
277
278        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
279        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
280        heapwalk/init.c, heapwalk/system.h: New files.
281
2822009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
283
284        * malloctest/init.c: Add test case for heap resize block when the
285        resize creates a free block large enough to free.
286
2872009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
288
289        * cpuuse/Makefile.am, malloctest/Makefile.am,
290        monitor/Makefile.am, monitor02/Makefile.am,
291        putenvtest/Makefile.am, rtems++/Makefile.am,
292        rtmonuse/Makefile.am, stackchk/Makefile.am,
293        termios/Makefile.am, tztest/Makefile.am:
294        Eliminate _exe_/.exe.
295
2962009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
297
298        * stackchk/stackchk.scn: Correct screen to match output.
299
3002008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
301
302        * malloctest/init.c: Change sizes of heap/region and allocated objects
303        in heap to intptr_t so they can be larger than a single allocatable
304        object (e.g. size_t).
305
3062008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
307
308        * malloctest/init.c: Do not generate alignment factors larger that will
309        not fit in a native integer.
310
3112008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
312
313        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
314        CONFIGURE_STACK_CHECKER_ENABLED.
315
3162008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
317
318        * malloctest/init.c: Convert to "bool".
319
3202008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
321
322        * rtems++/System.h: Account for extra task stacks properly.
323
3242008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
325
326        * malloctest/init.c: Fix return status check.
327
3282008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
329
330        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
331        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
332        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
333        POSIX tests. Add a clock_settime case for < 1988.
334
3352008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
336
337        * malloctest/init.c: Add more test cases to cover heap better.
338
3392008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
340
341        * malloctest/init.c: Add new test cases per Sergei. Make some of the
342        stranger cases operate directly on a freshly initialized heap. This
343        should make them more reproducible.
344
3452008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
346
347        * malloctest/init.c: Add more tests per suggestions from Sergei
348        Organov.
349
3502008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
351
352        * malloctest/init.c: Add include to remove warning.
353
3542008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
355
356        * malloctest/init.c: Remove debug print.
357
3582008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
359
360        * monitor02/.cvsignore: New file.
361
3622008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
363
364        * Makefile.am, configure.ac: Added automatic test for monitor shell
365        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
366        monitor02/system.h: New files.
367
3682007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
369
370        * malloctest/init.c: Add test cases suggested by Sergei Organov
371        <s.organov@javad.com>.
372
3732007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
374
375        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
376
3772007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
378
379        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
380        exericise another path in the period statistics code.
381
3822007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
383
384        * malloctest/init.c: Add some primitive testing of realloc() which also
385        does some positive path testing on the SuperCore heap.
386
3872007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
388
389        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
390        cases for untested routines.
391
3922007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
393
394        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
395        the CPU Usage Report include it. If it is deleted, the CPU time it
396        had consumed is not listed later in the report.
397
3982007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
399
400        * tztest/init.c: Build when using buffered test IO.
401
4022007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
403
404        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
405        macro instead of fflush() directly.
406
4072007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
408
409        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
410        Statistics and Period Usage into Rate Monotonic Manager. Added the
411        following directives: rtems_rate_monotonic_get_statistics,
412        rtems_rate_monotonic_reset_statistics,
413        rtems_rate_monotonic_reset_all_statistics,
414        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
415        Obsoleted the rtems/rtmonuse.h file as a public interface.
416
4172007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
418
419        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
420        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
421        optional managers to Makefiles. Clean up test cases so last output
422        line follows END OF pattern. Make sure test case all run. All tests
423        appeared ok on sis.
424
4252007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
426
427        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
428
4292007-03-13      Joel Sherrill <joel@OARcorp.com>
430
431        * tztest/init.c: Call tzset() even though it may be called for us
432        implicitly along the way.
433
4342007-03-13      Joel Sherrill <joel@OARcorp.com>
435
436        * tztest/.cvsignore: New file.
437
4382007-03-13      Joel Sherrill <joel@OARcorp.com>
439
440        * Makefile.am, configure.ac: Added timezone test.
441        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
442        tztest/tztest.scn: New files.
443
4442007-03-05      Joel Sherrill <joel@OARcorp.com>
445
446        * malloctest/init.c: Be explicit about need for default and floating
447        point attributes. This is just a style change.
448
4492007-02-06      Joel Sherrill <joel@OARcorp.com>
450
451        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
452        issues in message queue tests.
453
4542006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
455
456        * configure.ac: New BUG-REPORT address.
457
4582006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
459
460        * configure.ac: Require autoconf-2.60. Require automake-1.10.
461
4622006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
463
464        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
465        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
466        docdir. Use rtems_testsdir instead.
467
4682006-02-08      Joel Sherrill <joel@OARcorp.com>
469
470        * rtems++/Task1.cc: Fix warnings.
471
4722005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
473
474        * configure.ac: Remove RTEMS_ENABLE_BARE,
475        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
476
4772005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
478
479        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
480        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
481        stackchk/Makefile.am, termios/Makefile.am:
482        Convert to using *_PROGRAMS.
483
4842005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
485
486        * cpuuse/Makefile.am, malloctest/Makefile.am,
487        monitor/Makefile.am, putenvtest/Makefile.am,
488        rtems++/Makefile.am, rtmonuse/Makefile.am,
489        stackchk/Makefile.am, termios/Makefile.am: Rework.
490
4912005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
492
493        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
494        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
495        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
496        * libtests.am: Remove.
497
4982005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
499
500        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
501        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
502        stackchk/Makefile.am, termios/Makefile.am:
503        AM_CPPFLAGS += -I..../support/include.
504
5052005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
506
507        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
508        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
509
5102005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
511
512        * libtests.am: Remove LIB_VARIANT.
513
5142005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
515
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: Remove SRC, PRINT_SRC.
519
5202005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
521
522        * Makefile.am: Cleanup.
523
5242005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
525
526        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
527        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
528        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
529        stackchk/Makefile.am, termios/Makefile.am:
530        Partial conversion to automake.
531
5322005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
533
534        * rtems++/Makefile.am: Remove LIB_VARIANT.
535
5362004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
537
538        * configure.ac: Remove -ansi to prevent folks from further damaging
539        the code with broken prototypes.
540        * putenvtest/init.c: Remove broken putenv prototype.
541        * termios/init.c (print_c_cc): Don't loop over NCCS.
542
5432004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
544
545        * configure.ac: Require automake > 1.9.
546
5472004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
548
549        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
550        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
551        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
552        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
553        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
554        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
555        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
556        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
557
5582004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
559
560        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
561        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
562        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
563        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
564        using c99 fixed size types.
565
5662004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * configure.ac: Add 2nd arg to RTEMS_TOP.
569
5702004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
573        Add PRE/TMPINSTALL_FILES to CLEANFILES.
574        * malloctest/Makefile.am: Ditto.
575        * monitor/Makefile.am: Ditto.
576        * putenvtest/Makefile.am: Ditto.
577        * rtems++/Makefile.am: Ditto.
578        * rtmonuse/Makefile.am: Ditto.
579        * stackchk/Makefile.am: Ditto.
580        * termios/Makefile.am: Ditto.
581
5822003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * libtests.am: Add dirstamp support.
585
5862003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
589
5902003-12-16      Joel Sherrill <joel@OARcorp.com>
591
592        PR 544/tests
593        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
594        tests account for resources and not print at inappropriate times.
595
5962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
599
6002003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
603        * malloctest/Makefile.am: Remove all-local: $(ARCH).
604        * monitor/Makefile.am: Remove all-local: $(ARCH).
605        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
606        * rtems++/Makefile.am: Remove all-local: $(ARCH).
607        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
608        * stackchk/Makefile.am: Remove all-local: $(ARCH).
609        * termios/Makefile.am: Remove all-local: $(ARCH).
610
6112003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * configure.ac: Reflect having moved to testsuites/.
614
6152003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * configure.ac: Remove RTEMS_CANONICAL_HOST.
618
6192003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * configure.ac:Remove RTEMS_CHECK_CPU.
622
6232003-09-04      Joel Sherrill <joel@OARcorp.com>
624
625        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
626        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
627        malloctest/system.h, malloctest/task1.c, monitor/init.c,
628        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
629        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
630        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
631        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
632        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
633        stackchk/task1.c: URL for license changed.
634
6352003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * Makefile.am: Reflect having moved aclocal/.
638
6392003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * Makefile.am: Reflect having moved automake/.
642        * cpuuse/Makefile.am: Reflect having moved automake/.
643        * malloctest/Makefile.am: Reflect having moved automake/.
644        * monitor/Makefile.am: Reflect having moved automake/.
645        * putenvtest/Makefile.am: Reflect having moved automake/.
646        * rtems++/Makefile.am: Reflect having moved automake/.
647        * rtmonuse/Makefile.am: Reflect having moved automake/.
648        * stackchk/Makefile.am: Reflect having moved automake/.
649        * termios/Makefile.am: Reflect having moved automake/.
650
6512003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
654
6552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * configure.ac: Remove AC_CONFIG_AUX_DIR.
658
6592003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * configure.ac: Unconditionally check for CXX.
662        Require autoconf-2.57, automake-1.7.2.
663        * rtems++: Eliminate CC_O_FILES.
664
6652002-12-02      Joel Sherrill <joel@OARcorp.com>
666
667        * malloctest/init.c: Tasks should be floating point.
668
6692002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * .cvsignore: Reformat.
672        Add autom4te*cache.
673        Remove autom4te.cache.
674
6752002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
678        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
679        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
680        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
681        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
682        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
683        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
684        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
685
6862002-08-01      Joel Sherrill <joel@OARcorp.com>
687
688        * Per PR47 add support for buffered test output.  This involved
689        adding defines to redirect output to a buffer and dump it when
690        full, at "test pause", and at exit.  To avoid problems when redefining
691        exit(), all tests were modified to call rtems_test_exit().
692        Some tests, notable psxtests, had to be modified to include
693        the standard test macro .h file (pmacros.h or tmacros.h) to
694        enable this support.
695        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
696        rtmonuse/task1.c, termios/init.c: Modified.
697
6982002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * configure.ac: Remove ENABLE_GCC28.
701
7022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * configure.ac:
705        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
706        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
707        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
708        * Makefile.am: Remove AUTOMAKE_OPTIONS.
709        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
710        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
711        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
712        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
713        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
714        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
715        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
716
7172001-11-01      Joel Sherrill <joel@OARcorp.com>
718
719        * rtems++/Makefile.am: Make sure debug variant of librtems++
720        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
721        and processed as PR78.
722
7232001-10-25      Joel Sherrill <joel@OARcorp.com>
724
725        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
726
7272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
730        * configure.in: Remove.
731        * configure.ac: New file, generated from configure.in by autoupdate.
732
7332001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
736        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
737
7382001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
741        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
742        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
743        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
744        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
745        make-cxx-exe.
746        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
747        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
748        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
749
7502001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
751
752        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
753
7542000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
757
7582000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
761
7622000-11-01      Joel Sherrill <joel@OARcorp.com>
763
764        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
765        libcsupport.h moved from libc to lib/include/rtems and now must
766        be referenced as <rtems/XXX.h>. 
767
7682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
771        Switch to GNU canonicalization.
772        * libtests.am: Remove DEFS.
773
7742000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
777        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
778        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
779
7802000-08-10      Joel Sherrill <joel@OARcorp.com>
781
782        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.