source: rtems/testsuites/libtests/ChangeLog @ b2f05456

4.104.115
Last change on this file since b2f05456 was b2f05456, checked in by Joel Sherrill <joel.sherrill@…>, on 09/09/09 at 16:30:14

2009-09-09 Sebastian Huber <Sebastian.Huber@…>

  • heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test cases to get back to 100% object coverage.
  • Property mode set to 100644
File size: 21.3 KB
Line 
12009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
2
3        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
4        cases to get back to 100% object coverage.
5
62009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
7
8        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
9        malloctest/malloctest.scn: New test cases.
10        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
11
122009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
13
14        * malloctest/init.c: New test cases. Update for heap API changes.
15        * stackchk/blow.c: Update for heap API changes.
16
172009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
18
19        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
20
212009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
24        complete coverage of termios_XXX_to_YYY() methods.
25
262009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
29        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
30        character with the assistance of a special test driver which prints
31        the requests.
32        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
33        termios01/termios01.doc, termios01/termios01.scn,
34        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
35
362009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
39        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
40        rtems_clock_get_ticks_per_second().
41
422009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
45        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
46
472009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
50        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
51        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
52
532009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * malloctest/init.c: Adjust allocation in test so it passes now that
56        heap overhead constant has been increased.
57
582009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * bspcmdline01/init.c: Do not violate visibility.
61
622009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
65        prefix to all routines.
66
672009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
70        helper routines.
71        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
72        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
73        bspcmdline01/init.c, bspcmdline01/test.c: New files.
74
752009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
78        for shrinking a block enough to need to free the newly unused
79        portion.
80
812009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
84        _Protected_heap_Get_information().
85
862009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * heapwalk/init.c: Add test code for first free block pointer not
89        aligned.
90
912009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * heapwalk/init.c: Add more cases.
94
952009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * heapwalk/init.c: Add more automated corruption capability.
98
992009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
100
101        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
102
1032009-05-19      Chris Johns <chrisj@rtems.org>
104
105        * cpuuse/tswitch.c: Lower sample count for small memory targets.
106        * cpuuse/system.h: Smaller stack size for small memory targets.
107        * monitor02/init.c: Cannot run on small memory targets.
108
1092009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * rtmonuse/init.c: Do not use Task_name array before initialized.
112
1132009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * malloctest/init.c: Fix warning.
116
1172009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * malloctest/init.c: Fix typo.
120
1212009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
124        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
125        heapwalk/init.c, heapwalk/system.h: New files.
126
1272009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
128
129        * malloctest/init.c: Add test case for heap resize block when the
130        resize creates a free block large enough to free.
131
1322009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * cpuuse/Makefile.am, malloctest/Makefile.am,
135        monitor/Makefile.am, monitor02/Makefile.am,
136        putenvtest/Makefile.am, rtems++/Makefile.am,
137        rtmonuse/Makefile.am, stackchk/Makefile.am,
138        termios/Makefile.am, tztest/Makefile.am:
139        Eliminate _exe_/.exe.
140
1412009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * stackchk/stackchk.scn: Correct screen to match output.
144
1452008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * malloctest/init.c: Change sizes of heap/region and allocated objects
148        in heap to intptr_t so they can be larger than a single allocatable
149        object (e.g. size_t).
150
1512008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * malloctest/init.c: Do not generate alignment factors larger that will
154        not fit in a native integer.
155
1562008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
159        CONFIGURE_STACK_CHECKER_ENABLED.
160
1612008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * malloctest/init.c: Convert to "bool".
164
1652008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
166
167        * rtems++/System.h: Account for extra task stacks properly.
168
1692008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
170
171        * malloctest/init.c: Fix return status check.
172
1732008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
174
175        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
176        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
177        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
178        POSIX tests. Add a clock_settime case for < 1988.
179
1802008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * malloctest/init.c: Add more test cases to cover heap better.
183
1842008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
185
186        * malloctest/init.c: Add new test cases per Sergei. Make some of the
187        stranger cases operate directly on a freshly initialized heap. This
188        should make them more reproducible.
189
1902008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * malloctest/init.c: Add more tests per suggestions from Sergei
193        Organov.
194
1952008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
196
197        * malloctest/init.c: Add include to remove warning.
198
1992008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
200
201        * malloctest/init.c: Remove debug print.
202
2032008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
204
205        * monitor02/.cvsignore: New file.
206
2072008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
208
209        * Makefile.am, configure.ac: Added automatic test for monitor shell
210        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
211        monitor02/system.h: New files.
212
2132007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * malloctest/init.c: Add test cases suggested by Sergei Organov
216        <s.organov@javad.com>.
217
2182007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
221
2222007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
223
224        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
225        exericise another path in the period statistics code.
226
2272007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
228
229        * malloctest/init.c: Add some primitive testing of realloc() which also
230        does some positive path testing on the SuperCore heap.
231
2322007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
233
234        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
235        cases for untested routines.
236
2372007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
238
239        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
240        the CPU Usage Report include it. If it is deleted, the CPU time it
241        had consumed is not listed later in the report.
242
2432007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
244
245        * tztest/init.c: Build when using buffered test IO.
246
2472007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
248
249        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
250        macro instead of fflush() directly.
251
2522007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
253
254        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
255        Statistics and Period Usage into Rate Monotonic Manager. Added the
256        following directives: rtems_rate_monotonic_get_statistics,
257        rtems_rate_monotonic_reset_statistics,
258        rtems_rate_monotonic_reset_all_statistics,
259        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
260        Obsoleted the rtems/rtmonuse.h file as a public interface.
261
2622007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
263
264        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
265        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
266        optional managers to Makefiles. Clean up test cases so last output
267        line follows END OF pattern. Make sure test case all run. All tests
268        appeared ok on sis.
269
2702007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
271
272        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
273
2742007-03-13      Joel Sherrill <joel@OARcorp.com>
275
276        * tztest/init.c: Call tzset() even though it may be called for us
277        implicitly along the way.
278
2792007-03-13      Joel Sherrill <joel@OARcorp.com>
280
281        * tztest/.cvsignore: New file.
282
2832007-03-13      Joel Sherrill <joel@OARcorp.com>
284
285        * Makefile.am, configure.ac: Added timezone test.
286        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
287        tztest/tztest.scn: New files.
288
2892007-03-05      Joel Sherrill <joel@OARcorp.com>
290
291        * malloctest/init.c: Be explicit about need for default and floating
292        point attributes. This is just a style change.
293
2942007-02-06      Joel Sherrill <joel@OARcorp.com>
295
296        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
297        issues in message queue tests.
298
2992006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
300
301        * configure.ac: New BUG-REPORT address.
302
3032006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
304
305        * configure.ac: Require autoconf-2.60. Require automake-1.10.
306
3072006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
308
309        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
310        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
311        docdir. Use rtems_testsdir instead.
312
3132006-02-08      Joel Sherrill <joel@OARcorp.com>
314
315        * rtems++/Task1.cc: Fix warnings.
316
3172005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
318
319        * configure.ac: Remove RTEMS_ENABLE_BARE,
320        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
321
3222005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
323
324        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
325        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
326        stackchk/Makefile.am, termios/Makefile.am:
327        Convert to using *_PROGRAMS.
328
3292005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
330
331        * cpuuse/Makefile.am, malloctest/Makefile.am,
332        monitor/Makefile.am, putenvtest/Makefile.am,
333        rtems++/Makefile.am, rtmonuse/Makefile.am,
334        stackchk/Makefile.am, termios/Makefile.am: Rework.
335
3362005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
337
338        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
339        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
340        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
341        * libtests.am: Remove.
342
3432005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
344
345        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
346        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
347        stackchk/Makefile.am, termios/Makefile.am:
348        AM_CPPFLAGS += -I..../support/include.
349
3502005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
351
352        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
353        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
354
3552005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
356
357        * libtests.am: Remove LIB_VARIANT.
358
3592005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
360
361        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
362        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
363        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
364
3652005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
366
367        * Makefile.am: Cleanup.
368
3692005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
370
371        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
372        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
373        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
374        stackchk/Makefile.am, termios/Makefile.am:
375        Partial conversion to automake.
376
3772005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
378
379        * rtems++/Makefile.am: Remove LIB_VARIANT.
380
3812004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
382
383        * configure.ac: Remove -ansi to prevent folks from further damaging
384        the code with broken prototypes.
385        * putenvtest/init.c: Remove broken putenv prototype.
386        * termios/init.c (print_c_cc): Don't loop over NCCS.
387
3882004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
389
390        * configure.ac: Require automake > 1.9.
391
3922004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
393
394        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
395        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
396        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
397        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
398        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
399        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
400        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
401        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
402
4032004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
404
405        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
406        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
407        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
408        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
409        using c99 fixed size types.
410
4112004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.ac: Add 2nd arg to RTEMS_TOP.
414
4152004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
418        Add PRE/TMPINSTALL_FILES to CLEANFILES.
419        * malloctest/Makefile.am: Ditto.
420        * monitor/Makefile.am: Ditto.
421        * putenvtest/Makefile.am: Ditto.
422        * rtems++/Makefile.am: Ditto.
423        * rtmonuse/Makefile.am: Ditto.
424        * stackchk/Makefile.am: Ditto.
425        * termios/Makefile.am: Ditto.
426
4272003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * libtests.am: Add dirstamp support.
430
4312003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
434
4352003-12-16      Joel Sherrill <joel@OARcorp.com>
436
437        PR 544/tests
438        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
439        tests account for resources and not print at inappropriate times.
440
4412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
444
4452003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
448        * malloctest/Makefile.am: Remove all-local: $(ARCH).
449        * monitor/Makefile.am: Remove all-local: $(ARCH).
450        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
451        * rtems++/Makefile.am: Remove all-local: $(ARCH).
452        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
453        * stackchk/Makefile.am: Remove all-local: $(ARCH).
454        * termios/Makefile.am: Remove all-local: $(ARCH).
455
4562003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * configure.ac: Reflect having moved to testsuites/.
459
4602003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * configure.ac: Remove RTEMS_CANONICAL_HOST.
463
4642003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * configure.ac:Remove RTEMS_CHECK_CPU.
467
4682003-09-04      Joel Sherrill <joel@OARcorp.com>
469
470        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
471        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
472        malloctest/system.h, malloctest/task1.c, monitor/init.c,
473        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
474        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
475        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
476        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
477        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
478        stackchk/task1.c: URL for license changed.
479
4802003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * Makefile.am: Reflect having moved aclocal/.
483
4842003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * Makefile.am: Reflect having moved automake/.
487        * cpuuse/Makefile.am: Reflect having moved automake/.
488        * malloctest/Makefile.am: Reflect having moved automake/.
489        * monitor/Makefile.am: Reflect having moved automake/.
490        * putenvtest/Makefile.am: Reflect having moved automake/.
491        * rtems++/Makefile.am: Reflect having moved automake/.
492        * rtmonuse/Makefile.am: Reflect having moved automake/.
493        * stackchk/Makefile.am: Reflect having moved automake/.
494        * termios/Makefile.am: Reflect having moved automake/.
495
4962003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
499
5002003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac: Remove AC_CONFIG_AUX_DIR.
503
5042003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * configure.ac: Unconditionally check for CXX.
507        Require autoconf-2.57, automake-1.7.2.
508        * rtems++: Eliminate CC_O_FILES.
509
5102002-12-02      Joel Sherrill <joel@OARcorp.com>
511
512        * malloctest/init.c: Tasks should be floating point.
513
5142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * .cvsignore: Reformat.
517        Add autom4te*cache.
518        Remove autom4te.cache.
519
5202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
523        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
524        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
525        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
526        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
527        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
528        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
529        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
530
5312002-08-01      Joel Sherrill <joel@OARcorp.com>
532
533        * Per PR47 add support for buffered test output.  This involved
534        adding defines to redirect output to a buffer and dump it when
535        full, at "test pause", and at exit.  To avoid problems when redefining
536        exit(), all tests were modified to call rtems_test_exit().
537        Some tests, notable psxtests, had to be modified to include
538        the standard test macro .h file (pmacros.h or tmacros.h) to
539        enable this support.
540        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
541        rtmonuse/task1.c, termios/init.c: Modified.
542
5432002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * configure.ac: Remove ENABLE_GCC28.
546
5472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * configure.ac:
550        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
551        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
552        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
553        * Makefile.am: Remove AUTOMAKE_OPTIONS.
554        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
555        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
556        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
557        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
558        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
559        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
560        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
561
5622001-11-01      Joel Sherrill <joel@OARcorp.com>
563
564        * rtems++/Makefile.am: Make sure debug variant of librtems++
565        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
566        and processed as PR78.
567
5682001-10-25      Joel Sherrill <joel@OARcorp.com>
569
570        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
571
5722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
575        * configure.in: Remove.
576        * configure.ac: New file, generated from configure.in by autoupdate.
577
5782001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
581        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
582
5832001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
586        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
587        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
588        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
589        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
590        make-cxx-exe.
591        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
592        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
593        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
594
5952001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
596
597        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
598
5992000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
602
6032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
606
6072000-11-01      Joel Sherrill <joel@OARcorp.com>
608
609        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
610        libcsupport.h moved from libc to lib/include/rtems and now must
611        be referenced as <rtems/XXX.h>. 
612
6132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
616        Switch to GNU canonicalization.
617        * libtests.am: Remove DEFS.
618
6192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
622        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
623        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
624
6252000-08-10      Joel Sherrill <joel@OARcorp.com>
626
627        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.