source: rtems/testsuites/libtests/ChangeLog @ d093934

4.104.115
Last change on this file since d093934 was d093934, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/13/09 at 09:47:57

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

  • block06/init.c: Add missing prototype.
  • Property mode set to 100644
File size: 25.3 KB
Line 
12009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * block06/init.c: Add missing prototype.
4
52009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
6
7        * block07/init.c: New test case.
8
92009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
10
11        * block05/init.c, block05/block05.scn, block05/Makefile.am,
12        block06/init.c, block06/block06.scn, block06/Makefile.am,
13        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
14        * Makefile.am, configure.ac: Added block05, block06 and block07.
15
162009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * termios/init.c: Remove sh2 hacks.
19
202009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * block01/init.c: Include <stdio.h>.
23        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
24        * block02/init.c: Remove unused var.
25
262009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
27
28        * block02/init.c, block02/block02.scn, block02/Makefile.am,
29        block03/init.c, block03/block03.scn, block03/Makefile.am,
30        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
31        * Makefile.am, configure.ac: Added block02, block03 and block04.
32
332009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * monitor02/init.c: Add local prototype for
36        rtems_shell_main_monitor.
37
382009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * termios01/init.c: Fix parity_table_Entry type.
41        Correct parity_table initialization.
42        Add PRIdrtems_termios_baud_t.
43        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
44
452009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
48        * malloctest/init.c: Use %zu instead of %d to print size_t's.
49
502009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * rtmonuse/init.c, rtmonuse/task1.c:
53        Use PRIxrtems_id to print rtems_ids.
54        * malloctest/init.c: Use %zu instead of %d to print size_t's.
55
562009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * malloctest/init.c: Fix _Heap_Resize_block args.
59
602009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * malloctest/init.c, termios01/init.c,
63        termios01/termios_testdriver.c: Eliminate unused vars.
64
652009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * heapwalk/init.c: Comment out unused vars.
68        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
69        * malloctest/init.c: Add local prototype for malloc_walk,
70        malloc_info.
71        * malloctest/task1.c: Add local prototype for malloc_walk.
72        * monitor02/init.c: Remove unused vars.
73        * stackchk01/init.c: Remove unused vars.
74        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
75        termios/init.c: Add missing prototypes.
76
772009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * configure.ac: Don't add -fasm to CFLAGS.
80
812009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * block01/.cvsignore: New file.
84
852009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
86
87        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
88        * Makefile.am, configure.ac: Added block01.
89
902009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
93
942009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
97        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
98        it.
99        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
100        termios02/termios02.doc, termios02/termios02.scn: New files.
101        termios02 is a test for tcdrain().
102
1032009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * termios01/init.c, termios01/termios_testdriver.c:
106        Reflect changes to termios.
107
1082009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
111
1122009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * stackchk01/stackchk01.doc: Add content.
115
1162009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * Makefile.am, configure.ac: Add initial test for
119        rtems_stack_checker_is_blown.
120        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
121        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
122
1232009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
124
125        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
126        cases to get back to 100% object coverage.
127
1282009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
129
130        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
131        malloctest/malloctest.scn: New test cases.
132        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
133
1342009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
135
136        * malloctest/init.c: New test cases. Update for heap API changes.
137        * stackchk/blow.c: Update for heap API changes.
138
1392009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
140
141        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
142
1432009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
146        complete coverage of termios_XXX_to_YYY() methods.
147
1482009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
151        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
152        character with the assistance of a special test driver which prints
153        the requests.
154        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
155        termios01/termios01.doc, termios01/termios01.scn,
156        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
157
1582009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
161        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
162        rtems_clock_get_ticks_per_second().
163
1642009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
165
166        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
167        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
168
1692009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
170
171        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
172        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
173        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
174
1752009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
176
177        * malloctest/init.c: Adjust allocation in test so it passes now that
178        heap overhead constant has been increased.
179
1802009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * bspcmdline01/init.c: Do not violate visibility.
183
1842009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
187        prefix to all routines.
188
1892009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
192        helper routines.
193        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
194        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
195        bspcmdline01/init.c, bspcmdline01/test.c: New files.
196
1972009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
198
199        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
200        for shrinking a block enough to need to free the newly unused
201        portion.
202
2032009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
204
205        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
206        _Protected_heap_Get_information().
207
2082009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
209
210        * heapwalk/init.c: Add test code for first free block pointer not
211        aligned.
212
2132009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * heapwalk/init.c: Add more cases.
216
2172009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
218
219        * heapwalk/init.c: Add more automated corruption capability.
220
2212009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
222
223        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
224
2252009-05-19      Chris Johns <chrisj@rtems.org>
226
227        * cpuuse/tswitch.c: Lower sample count for small memory targets.
228        * cpuuse/system.h: Smaller stack size for small memory targets.
229        * monitor02/init.c: Cannot run on small memory targets.
230
2312009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
232
233        * rtmonuse/init.c: Do not use Task_name array before initialized.
234
2352009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
236
237        * malloctest/init.c: Fix warning.
238
2392009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
240
241        * malloctest/init.c: Fix typo.
242
2432009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
244
245        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
246        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
247        heapwalk/init.c, heapwalk/system.h: New files.
248
2492009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
250
251        * malloctest/init.c: Add test case for heap resize block when the
252        resize creates a free block large enough to free.
253
2542009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
255
256        * cpuuse/Makefile.am, malloctest/Makefile.am,
257        monitor/Makefile.am, monitor02/Makefile.am,
258        putenvtest/Makefile.am, rtems++/Makefile.am,
259        rtmonuse/Makefile.am, stackchk/Makefile.am,
260        termios/Makefile.am, tztest/Makefile.am:
261        Eliminate _exe_/.exe.
262
2632009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
264
265        * stackchk/stackchk.scn: Correct screen to match output.
266
2672008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
268
269        * malloctest/init.c: Change sizes of heap/region and allocated objects
270        in heap to intptr_t so they can be larger than a single allocatable
271        object (e.g. size_t).
272
2732008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
274
275        * malloctest/init.c: Do not generate alignment factors larger that will
276        not fit in a native integer.
277
2782008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
279
280        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
281        CONFIGURE_STACK_CHECKER_ENABLED.
282
2832008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
284
285        * malloctest/init.c: Convert to "bool".
286
2872008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
288
289        * rtems++/System.h: Account for extra task stacks properly.
290
2912008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
292
293        * malloctest/init.c: Fix return status check.
294
2952008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
296
297        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
298        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
299        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
300        POSIX tests. Add a clock_settime case for < 1988.
301
3022008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
303
304        * malloctest/init.c: Add more test cases to cover heap better.
305
3062008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
307
308        * malloctest/init.c: Add new test cases per Sergei. Make some of the
309        stranger cases operate directly on a freshly initialized heap. This
310        should make them more reproducible.
311
3122008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
313
314        * malloctest/init.c: Add more tests per suggestions from Sergei
315        Organov.
316
3172008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
318
319        * malloctest/init.c: Add include to remove warning.
320
3212008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
322
323        * malloctest/init.c: Remove debug print.
324
3252008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
326
327        * monitor02/.cvsignore: New file.
328
3292008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
330
331        * Makefile.am, configure.ac: Added automatic test for monitor shell
332        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
333        monitor02/system.h: New files.
334
3352007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
336
337        * malloctest/init.c: Add test cases suggested by Sergei Organov
338        <s.organov@javad.com>.
339
3402007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
341
342        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
343
3442007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
345
346        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
347        exericise another path in the period statistics code.
348
3492007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
350
351        * malloctest/init.c: Add some primitive testing of realloc() which also
352        does some positive path testing on the SuperCore heap.
353
3542007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
355
356        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
357        cases for untested routines.
358
3592007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
360
361        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
362        the CPU Usage Report include it. If it is deleted, the CPU time it
363        had consumed is not listed later in the report.
364
3652007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
366
367        * tztest/init.c: Build when using buffered test IO.
368
3692007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
372        macro instead of fflush() directly.
373
3742007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
375
376        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
377        Statistics and Period Usage into Rate Monotonic Manager. Added the
378        following directives: rtems_rate_monotonic_get_statistics,
379        rtems_rate_monotonic_reset_statistics,
380        rtems_rate_monotonic_reset_all_statistics,
381        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
382        Obsoleted the rtems/rtmonuse.h file as a public interface.
383
3842007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
385
386        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
387        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
388        optional managers to Makefiles. Clean up test cases so last output
389        line follows END OF pattern. Make sure test case all run. All tests
390        appeared ok on sis.
391
3922007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
393
394        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
395
3962007-03-13      Joel Sherrill <joel@OARcorp.com>
397
398        * tztest/init.c: Call tzset() even though it may be called for us
399        implicitly along the way.
400
4012007-03-13      Joel Sherrill <joel@OARcorp.com>
402
403        * tztest/.cvsignore: New file.
404
4052007-03-13      Joel Sherrill <joel@OARcorp.com>
406
407        * Makefile.am, configure.ac: Added timezone test.
408        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
409        tztest/tztest.scn: New files.
410
4112007-03-05      Joel Sherrill <joel@OARcorp.com>
412
413        * malloctest/init.c: Be explicit about need for default and floating
414        point attributes. This is just a style change.
415
4162007-02-06      Joel Sherrill <joel@OARcorp.com>
417
418        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
419        issues in message queue tests.
420
4212006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
422
423        * configure.ac: New BUG-REPORT address.
424
4252006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
426
427        * configure.ac: Require autoconf-2.60. Require automake-1.10.
428
4292006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
430
431        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
432        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
433        docdir. Use rtems_testsdir instead.
434
4352006-02-08      Joel Sherrill <joel@OARcorp.com>
436
437        * rtems++/Task1.cc: Fix warnings.
438
4392005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
440
441        * configure.ac: Remove RTEMS_ENABLE_BARE,
442        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
443
4442005-11-13      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        Convert to using *_PROGRAMS.
450
4512005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
452
453        * cpuuse/Makefile.am, malloctest/Makefile.am,
454        monitor/Makefile.am, putenvtest/Makefile.am,
455        rtems++/Makefile.am, rtmonuse/Makefile.am,
456        stackchk/Makefile.am, termios/Makefile.am: Rework.
457
4582005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
459
460        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
461        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
462        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
463        * libtests.am: Remove.
464
4652005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
466
467        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
468        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
469        stackchk/Makefile.am, termios/Makefile.am:
470        AM_CPPFLAGS += -I..../support/include.
471
4722005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
473
474        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
475        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
476
4772005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
478
479        * libtests.am: Remove LIB_VARIANT.
480
4812005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
482
483        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
484        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
485        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
486
4872005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
488
489        * Makefile.am: Cleanup.
490
4912005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
492
493        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
494        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
495        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
496        stackchk/Makefile.am, termios/Makefile.am:
497        Partial conversion to automake.
498
4992005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
500
501        * rtems++/Makefile.am: Remove LIB_VARIANT.
502
5032004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
504
505        * configure.ac: Remove -ansi to prevent folks from further damaging
506        the code with broken prototypes.
507        * putenvtest/init.c: Remove broken putenv prototype.
508        * termios/init.c (print_c_cc): Don't loop over NCCS.
509
5102004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
511
512        * configure.ac: Require automake > 1.9.
513
5142004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
515
516        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
517        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
518        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
519        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
520        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
521        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
522        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
523        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
524
5252004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
526
527        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
528        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
529        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
530        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
531        using c99 fixed size types.
532
5332004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * configure.ac: Add 2nd arg to RTEMS_TOP.
536
5372004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
540        Add PRE/TMPINSTALL_FILES to CLEANFILES.
541        * malloctest/Makefile.am: Ditto.
542        * monitor/Makefile.am: Ditto.
543        * putenvtest/Makefile.am: Ditto.
544        * rtems++/Makefile.am: Ditto.
545        * rtmonuse/Makefile.am: Ditto.
546        * stackchk/Makefile.am: Ditto.
547        * termios/Makefile.am: Ditto.
548
5492003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * libtests.am: Add dirstamp support.
552
5532003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
556
5572003-12-16      Joel Sherrill <joel@OARcorp.com>
558
559        PR 544/tests
560        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
561        tests account for resources and not print at inappropriate times.
562
5632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
566
5672003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
570        * malloctest/Makefile.am: Remove all-local: $(ARCH).
571        * monitor/Makefile.am: Remove all-local: $(ARCH).
572        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
573        * rtems++/Makefile.am: Remove all-local: $(ARCH).
574        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
575        * stackchk/Makefile.am: Remove all-local: $(ARCH).
576        * termios/Makefile.am: Remove all-local: $(ARCH).
577
5782003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * configure.ac: Reflect having moved to testsuites/.
581
5822003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * configure.ac: Remove RTEMS_CANONICAL_HOST.
585
5862003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * configure.ac:Remove RTEMS_CHECK_CPU.
589
5902003-09-04      Joel Sherrill <joel@OARcorp.com>
591
592        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
593        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
594        malloctest/system.h, malloctest/task1.c, monitor/init.c,
595        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
596        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
597        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
598        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
599        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
600        stackchk/task1.c: URL for license changed.
601
6022003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * Makefile.am: Reflect having moved aclocal/.
605
6062003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * Makefile.am: Reflect having moved automake/.
609        * cpuuse/Makefile.am: Reflect having moved automake/.
610        * malloctest/Makefile.am: Reflect having moved automake/.
611        * monitor/Makefile.am: Reflect having moved automake/.
612        * putenvtest/Makefile.am: Reflect having moved automake/.
613        * rtems++/Makefile.am: Reflect having moved automake/.
614        * rtmonuse/Makefile.am: Reflect having moved automake/.
615        * stackchk/Makefile.am: Reflect having moved automake/.
616        * termios/Makefile.am: Reflect having moved automake/.
617
6182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
621
6222003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * configure.ac: Remove AC_CONFIG_AUX_DIR.
625
6262003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * configure.ac: Unconditionally check for CXX.
629        Require autoconf-2.57, automake-1.7.2.
630        * rtems++: Eliminate CC_O_FILES.
631
6322002-12-02      Joel Sherrill <joel@OARcorp.com>
633
634        * malloctest/init.c: Tasks should be floating point.
635
6362002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * .cvsignore: Reformat.
639        Add autom4te*cache.
640        Remove autom4te.cache.
641
6422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
645        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
646        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
647        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
648        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
649        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
650        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
651        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
652
6532002-08-01      Joel Sherrill <joel@OARcorp.com>
654
655        * Per PR47 add support for buffered test output.  This involved
656        adding defines to redirect output to a buffer and dump it when
657        full, at "test pause", and at exit.  To avoid problems when redefining
658        exit(), all tests were modified to call rtems_test_exit().
659        Some tests, notable psxtests, had to be modified to include
660        the standard test macro .h file (pmacros.h or tmacros.h) to
661        enable this support.
662        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
663        rtmonuse/task1.c, termios/init.c: Modified.
664
6652002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * configure.ac: Remove ENABLE_GCC28.
668
6692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * configure.ac:
672        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
673        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
674        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
675        * Makefile.am: Remove AUTOMAKE_OPTIONS.
676        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
677        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
678        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
679        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
680        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
681        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
682        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
683
6842001-11-01      Joel Sherrill <joel@OARcorp.com>
685
686        * rtems++/Makefile.am: Make sure debug variant of librtems++
687        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
688        and processed as PR78.
689
6902001-10-25      Joel Sherrill <joel@OARcorp.com>
691
692        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
693
6942001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
697        * configure.in: Remove.
698        * configure.ac: New file, generated from configure.in by autoupdate.
699
7002001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
703        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
704
7052001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
708        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
709        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
710        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
711        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
712        make-cxx-exe.
713        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
714        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
715        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
716
7172001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
718
719        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
720
7212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
724
7252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
728
7292000-11-01      Joel Sherrill <joel@OARcorp.com>
730
731        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
732        libcsupport.h moved from libc to lib/include/rtems and now must
733        be referenced as <rtems/XXX.h>. 
734
7352000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
736
737        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
738        Switch to GNU canonicalization.
739        * libtests.am: Remove DEFS.
740
7412000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
742
743        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
744        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
745        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
746
7472000-08-10      Joel Sherrill <joel@OARcorp.com>
748
749        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.