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

4.104.115
Last change on this file since 7eab7ade was 7eab7ade, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/16/09 at 04:51:36

2009-11-16 Ralf Corsépius <ralf.corsepius@…>

  • rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
  • Property mode set to 100644
File size: 25.6 KB
Line 
12009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
4
52009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * rtems++/Task1.cc: Eliminate more warnings.
8
92009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
12        several dozens of warnings.
13
142009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * block06/init.c: Add missing prototype.
17
182009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
19
20        * block07/init.c: New test case.
21
222009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
23
24        * block05/init.c, block05/block05.scn, block05/Makefile.am,
25        block06/init.c, block06/block06.scn, block06/Makefile.am,
26        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
27        * Makefile.am, configure.ac: Added block05, block06 and block07.
28
292009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * termios/init.c: Remove sh2 hacks.
32
332009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * block01/init.c: Include <stdio.h>.
36        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
37        * block02/init.c: Remove unused var.
38
392009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
40
41        * block02/init.c, block02/block02.scn, block02/Makefile.am,
42        block03/init.c, block03/block03.scn, block03/Makefile.am,
43        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
44        * Makefile.am, configure.ac: Added block02, block03 and block04.
45
462009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * monitor02/init.c: Add local prototype for
49        rtems_shell_main_monitor.
50
512009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * termios01/init.c: Fix parity_table_Entry type.
54        Correct parity_table initialization.
55        Add PRIdrtems_termios_baud_t.
56        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
57
582009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
61        * malloctest/init.c: Use %zu instead of %d to print size_t's.
62
632009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * rtmonuse/init.c, rtmonuse/task1.c:
66        Use PRIxrtems_id to print rtems_ids.
67        * malloctest/init.c: Use %zu instead of %d to print size_t's.
68
692009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * malloctest/init.c: Fix _Heap_Resize_block args.
72
732009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * malloctest/init.c, termios01/init.c,
76        termios01/termios_testdriver.c: Eliminate unused vars.
77
782009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * heapwalk/init.c: Comment out unused vars.
81        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
82        * malloctest/init.c: Add local prototype for malloc_walk,
83        malloc_info.
84        * malloctest/task1.c: Add local prototype for malloc_walk.
85        * monitor02/init.c: Remove unused vars.
86        * stackchk01/init.c: Remove unused vars.
87        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
88        termios/init.c: Add missing prototypes.
89
902009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * configure.ac: Don't add -fasm to CFLAGS.
93
942009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * block01/.cvsignore: New file.
97
982009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
99
100        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
101        * Makefile.am, configure.ac: Added block01.
102
1032009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
106
1072009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
110        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
111        it.
112        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
113        termios02/termios02.doc, termios02/termios02.scn: New files.
114        termios02 is a test for tcdrain().
115
1162009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * termios01/init.c, termios01/termios_testdriver.c:
119        Reflect changes to termios.
120
1212009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
124
1252009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * stackchk01/stackchk01.doc: Add content.
128
1292009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * Makefile.am, configure.ac: Add initial test for
132        rtems_stack_checker_is_blown.
133        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
134        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
135
1362009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
137
138        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
139        cases to get back to 100% object coverage.
140
1412009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
142
143        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
144        malloctest/malloctest.scn: New test cases.
145        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
146
1472009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
148
149        * malloctest/init.c: New test cases. Update for heap API changes.
150        * stackchk/blow.c: Update for heap API changes.
151
1522009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
153
154        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
155
1562009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
159        complete coverage of termios_XXX_to_YYY() methods.
160
1612009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
162
163        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
164        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
165        character with the assistance of a special test driver which prints
166        the requests.
167        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
168        termios01/termios01.doc, termios01/termios01.scn,
169        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
170
1712009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
174        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
175        rtems_clock_get_ticks_per_second().
176
1772009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
178
179        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
180        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
181
1822009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
183
184        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
185        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
186        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
187
1882009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * malloctest/init.c: Adjust allocation in test so it passes now that
191        heap overhead constant has been increased.
192
1932009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
194
195        * bspcmdline01/init.c: Do not violate visibility.
196
1972009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
198
199        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
200        prefix to all routines.
201
2022009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
205        helper routines.
206        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
207        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
208        bspcmdline01/init.c, bspcmdline01/test.c: New files.
209
2102009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
211
212        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
213        for shrinking a block enough to need to free the newly unused
214        portion.
215
2162009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
217
218        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
219        _Protected_heap_Get_information().
220
2212009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * heapwalk/init.c: Add test code for first free block pointer not
224        aligned.
225
2262009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
227
228        * heapwalk/init.c: Add more cases.
229
2302009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
231
232        * heapwalk/init.c: Add more automated corruption capability.
233
2342009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
235
236        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
237
2382009-05-19      Chris Johns <chrisj@rtems.org>
239
240        * cpuuse/tswitch.c: Lower sample count for small memory targets.
241        * cpuuse/system.h: Smaller stack size for small memory targets.
242        * monitor02/init.c: Cannot run on small memory targets.
243
2442009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
245
246        * rtmonuse/init.c: Do not use Task_name array before initialized.
247
2482009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
249
250        * malloctest/init.c: Fix warning.
251
2522009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
253
254        * malloctest/init.c: Fix typo.
255
2562009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
257
258        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
259        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
260        heapwalk/init.c, heapwalk/system.h: New files.
261
2622009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
263
264        * malloctest/init.c: Add test case for heap resize block when the
265        resize creates a free block large enough to free.
266
2672009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
268
269        * cpuuse/Makefile.am, malloctest/Makefile.am,
270        monitor/Makefile.am, monitor02/Makefile.am,
271        putenvtest/Makefile.am, rtems++/Makefile.am,
272        rtmonuse/Makefile.am, stackchk/Makefile.am,
273        termios/Makefile.am, tztest/Makefile.am:
274        Eliminate _exe_/.exe.
275
2762009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
277
278        * stackchk/stackchk.scn: Correct screen to match output.
279
2802008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
281
282        * malloctest/init.c: Change sizes of heap/region and allocated objects
283        in heap to intptr_t so they can be larger than a single allocatable
284        object (e.g. size_t).
285
2862008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
287
288        * malloctest/init.c: Do not generate alignment factors larger that will
289        not fit in a native integer.
290
2912008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
292
293        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
294        CONFIGURE_STACK_CHECKER_ENABLED.
295
2962008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
297
298        * malloctest/init.c: Convert to "bool".
299
3002008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
301
302        * rtems++/System.h: Account for extra task stacks properly.
303
3042008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
305
306        * malloctest/init.c: Fix return status check.
307
3082008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
309
310        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
311        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
312        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
313        POSIX tests. Add a clock_settime case for < 1988.
314
3152008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
316
317        * malloctest/init.c: Add more test cases to cover heap better.
318
3192008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
320
321        * malloctest/init.c: Add new test cases per Sergei. Make some of the
322        stranger cases operate directly on a freshly initialized heap. This
323        should make them more reproducible.
324
3252008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
326
327        * malloctest/init.c: Add more tests per suggestions from Sergei
328        Organov.
329
3302008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
331
332        * malloctest/init.c: Add include to remove warning.
333
3342008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
335
336        * malloctest/init.c: Remove debug print.
337
3382008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
339
340        * monitor02/.cvsignore: New file.
341
3422008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
343
344        * Makefile.am, configure.ac: Added automatic test for monitor shell
345        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
346        monitor02/system.h: New files.
347
3482007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
349
350        * malloctest/init.c: Add test cases suggested by Sergei Organov
351        <s.organov@javad.com>.
352
3532007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
354
355        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
356
3572007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
358
359        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
360        exericise another path in the period statistics code.
361
3622007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
363
364        * malloctest/init.c: Add some primitive testing of realloc() which also
365        does some positive path testing on the SuperCore heap.
366
3672007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
368
369        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
370        cases for untested routines.
371
3722007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
373
374        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
375        the CPU Usage Report include it. If it is deleted, the CPU time it
376        had consumed is not listed later in the report.
377
3782007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
379
380        * tztest/init.c: Build when using buffered test IO.
381
3822007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
383
384        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
385        macro instead of fflush() directly.
386
3872007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
388
389        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
390        Statistics and Period Usage into Rate Monotonic Manager. Added the
391        following directives: rtems_rate_monotonic_get_statistics,
392        rtems_rate_monotonic_reset_statistics,
393        rtems_rate_monotonic_reset_all_statistics,
394        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
395        Obsoleted the rtems/rtmonuse.h file as a public interface.
396
3972007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
398
399        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
400        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
401        optional managers to Makefiles. Clean up test cases so last output
402        line follows END OF pattern. Make sure test case all run. All tests
403        appeared ok on sis.
404
4052007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
406
407        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
408
4092007-03-13      Joel Sherrill <joel@OARcorp.com>
410
411        * tztest/init.c: Call tzset() even though it may be called for us
412        implicitly along the way.
413
4142007-03-13      Joel Sherrill <joel@OARcorp.com>
415
416        * tztest/.cvsignore: New file.
417
4182007-03-13      Joel Sherrill <joel@OARcorp.com>
419
420        * Makefile.am, configure.ac: Added timezone test.
421        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
422        tztest/tztest.scn: New files.
423
4242007-03-05      Joel Sherrill <joel@OARcorp.com>
425
426        * malloctest/init.c: Be explicit about need for default and floating
427        point attributes. This is just a style change.
428
4292007-02-06      Joel Sherrill <joel@OARcorp.com>
430
431        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
432        issues in message queue tests.
433
4342006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
435
436        * configure.ac: New BUG-REPORT address.
437
4382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
439
440        * configure.ac: Require autoconf-2.60. Require automake-1.10.
441
4422006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
443
444        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
445        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
446        docdir. Use rtems_testsdir instead.
447
4482006-02-08      Joel Sherrill <joel@OARcorp.com>
449
450        * rtems++/Task1.cc: Fix warnings.
451
4522005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
453
454        * configure.ac: Remove RTEMS_ENABLE_BARE,
455        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
456
4572005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
458
459        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
460        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
461        stackchk/Makefile.am, termios/Makefile.am:
462        Convert to using *_PROGRAMS.
463
4642005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
465
466        * cpuuse/Makefile.am, malloctest/Makefile.am,
467        monitor/Makefile.am, putenvtest/Makefile.am,
468        rtems++/Makefile.am, rtmonuse/Makefile.am,
469        stackchk/Makefile.am, termios/Makefile.am: Rework.
470
4712005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
472
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: Expand libtests.am.
476        * libtests.am: Remove.
477
4782005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
479
480        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
481        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
482        stackchk/Makefile.am, termios/Makefile.am:
483        AM_CPPFLAGS += -I..../support/include.
484
4852005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
486
487        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
488        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
489
4902005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
491
492        * libtests.am: Remove LIB_VARIANT.
493
4942005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
495
496        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
497        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
498        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
499
5002005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
501
502        * Makefile.am: Cleanup.
503
5042005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
505
506        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
507        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
508        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
509        stackchk/Makefile.am, termios/Makefile.am:
510        Partial conversion to automake.
511
5122005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
513
514        * rtems++/Makefile.am: Remove LIB_VARIANT.
515
5162004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
517
518        * configure.ac: Remove -ansi to prevent folks from further damaging
519        the code with broken prototypes.
520        * putenvtest/init.c: Remove broken putenv prototype.
521        * termios/init.c (print_c_cc): Don't loop over NCCS.
522
5232004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
524
525        * configure.ac: Require automake > 1.9.
526
5272004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
528
529        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
530        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
531        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
532        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
533        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
534        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
535        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
536        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
537
5382004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
539
540        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
541        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
542        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
543        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
544        using c99 fixed size types.
545
5462004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * configure.ac: Add 2nd arg to RTEMS_TOP.
549
5502004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
553        Add PRE/TMPINSTALL_FILES to CLEANFILES.
554        * malloctest/Makefile.am: Ditto.
555        * monitor/Makefile.am: Ditto.
556        * putenvtest/Makefile.am: Ditto.
557        * rtems++/Makefile.am: Ditto.
558        * rtmonuse/Makefile.am: Ditto.
559        * stackchk/Makefile.am: Ditto.
560        * termios/Makefile.am: Ditto.
561
5622003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * libtests.am: Add dirstamp support.
565
5662003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
569
5702003-12-16      Joel Sherrill <joel@OARcorp.com>
571
572        PR 544/tests
573        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
574        tests account for resources and not print at inappropriate times.
575
5762003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
579
5802003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
583        * malloctest/Makefile.am: Remove all-local: $(ARCH).
584        * monitor/Makefile.am: Remove all-local: $(ARCH).
585        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
586        * rtems++/Makefile.am: Remove all-local: $(ARCH).
587        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
588        * stackchk/Makefile.am: Remove all-local: $(ARCH).
589        * termios/Makefile.am: Remove all-local: $(ARCH).
590
5912003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * configure.ac: Reflect having moved to testsuites/.
594
5952003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * configure.ac: Remove RTEMS_CANONICAL_HOST.
598
5992003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * configure.ac:Remove RTEMS_CHECK_CPU.
602
6032003-09-04      Joel Sherrill <joel@OARcorp.com>
604
605        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
606        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
607        malloctest/system.h, malloctest/task1.c, monitor/init.c,
608        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
609        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
610        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
611        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
612        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
613        stackchk/task1.c: URL for license changed.
614
6152003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * Makefile.am: Reflect having moved aclocal/.
618
6192003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * Makefile.am: Reflect having moved automake/.
622        * cpuuse/Makefile.am: Reflect having moved automake/.
623        * malloctest/Makefile.am: Reflect having moved automake/.
624        * monitor/Makefile.am: Reflect having moved automake/.
625        * putenvtest/Makefile.am: Reflect having moved automake/.
626        * rtems++/Makefile.am: Reflect having moved automake/.
627        * rtmonuse/Makefile.am: Reflect having moved automake/.
628        * stackchk/Makefile.am: Reflect having moved automake/.
629        * termios/Makefile.am: Reflect having moved automake/.
630
6312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
634
6352003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * configure.ac: Remove AC_CONFIG_AUX_DIR.
638
6392003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * configure.ac: Unconditionally check for CXX.
642        Require autoconf-2.57, automake-1.7.2.
643        * rtems++: Eliminate CC_O_FILES.
644
6452002-12-02      Joel Sherrill <joel@OARcorp.com>
646
647        * malloctest/init.c: Tasks should be floating point.
648
6492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * .cvsignore: Reformat.
652        Add autom4te*cache.
653        Remove autom4te.cache.
654
6552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
658        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
659        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
660        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
661        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
662        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
663        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
664        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
665
6662002-08-01      Joel Sherrill <joel@OARcorp.com>
667
668        * Per PR47 add support for buffered test output.  This involved
669        adding defines to redirect output to a buffer and dump it when
670        full, at "test pause", and at exit.  To avoid problems when redefining
671        exit(), all tests were modified to call rtems_test_exit().
672        Some tests, notable psxtests, had to be modified to include
673        the standard test macro .h file (pmacros.h or tmacros.h) to
674        enable this support.
675        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
676        rtmonuse/task1.c, termios/init.c: Modified.
677
6782002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * configure.ac: Remove ENABLE_GCC28.
681
6822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * configure.ac:
685        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
686        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
687        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
688        * Makefile.am: Remove AUTOMAKE_OPTIONS.
689        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
690        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
691        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
692        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
693        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
694        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
695        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
696
6972001-11-01      Joel Sherrill <joel@OARcorp.com>
698
699        * rtems++/Makefile.am: Make sure debug variant of librtems++
700        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
701        and processed as PR78.
702
7032001-10-25      Joel Sherrill <joel@OARcorp.com>
704
705        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
706
7072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
710        * configure.in: Remove.
711        * configure.ac: New file, generated from configure.in by autoupdate.
712
7132001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
716        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
717
7182001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
721        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
722        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
723        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
724        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
725        make-cxx-exe.
726        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
727        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
728        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
729
7302001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
731
732        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
733
7342000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
737
7382000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
741
7422000-11-01      Joel Sherrill <joel@OARcorp.com>
743
744        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
745        libcsupport.h moved from libc to lib/include/rtems and now must
746        be referenced as <rtems/XXX.h>. 
747
7482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
751        Switch to GNU canonicalization.
752        * libtests.am: Remove DEFS.
753
7542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
757        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
758        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
759
7602000-08-10      Joel Sherrill <joel@OARcorp.com>
761
762        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.