source: rtems/testsuites/libtests/ChangeLog @ af15d3c

4.104.115
Last change on this file since af15d3c was af15d3c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/26/09 at 05:46:52

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

  • stackchk01/init.c: Remove unused vars.
  • Property mode set to 100644
File size: 22.9 KB
Line 
12009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * stackchk01/init.c: Remove unused vars.
4        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
5        termios/init.c: Add missing prototypes.
6
72009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * configure.ac: Don't add -fasm to CFLAGS.
10
112009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * block01/.cvsignore: New file.
14
152009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
16
17        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
18        * Makefile.am, configure.ac: Added block01.
19
202009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
23
242009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
27        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
28        it.
29        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
30        termios02/termios02.doc, termios02/termios02.scn: New files.
31        termios02 is a test for tcdrain().
32
332009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * termios01/init.c, termios01/termios_testdriver.c:
36        Reflect changes to termios.
37
382009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
41
422009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * stackchk01/stackchk01.doc: Add content.
45
462009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * Makefile.am, configure.ac: Add initial test for
49        rtems_stack_checker_is_blown.
50        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
51        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
52
532009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
54
55        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
56        cases to get back to 100% object coverage.
57
582009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
59
60        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
61        malloctest/malloctest.scn: New test cases.
62        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
63
642009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
65
66        * malloctest/init.c: New test cases. Update for heap API changes.
67        * stackchk/blow.c: Update for heap API changes.
68
692009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
70
71        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
72
732009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
76        complete coverage of termios_XXX_to_YYY() methods.
77
782009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
81        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
82        character with the assistance of a special test driver which prints
83        the requests.
84        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
85        termios01/termios01.doc, termios01/termios01.scn,
86        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
87
882009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
91        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
92        rtems_clock_get_ticks_per_second().
93
942009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
97        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
98
992009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
102        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
103        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
104
1052009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * malloctest/init.c: Adjust allocation in test so it passes now that
108        heap overhead constant has been increased.
109
1102009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * bspcmdline01/init.c: Do not violate visibility.
113
1142009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
117        prefix to all routines.
118
1192009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
122        helper routines.
123        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
124        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
125        bspcmdline01/init.c, bspcmdline01/test.c: New files.
126
1272009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
130        for shrinking a block enough to need to free the newly unused
131        portion.
132
1332009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
136        _Protected_heap_Get_information().
137
1382009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * heapwalk/init.c: Add test code for first free block pointer not
141        aligned.
142
1432009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        * heapwalk/init.c: Add more cases.
146
1472009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * heapwalk/init.c: Add more automated corruption capability.
150
1512009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
152
153        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
154
1552009-05-19      Chris Johns <chrisj@rtems.org>
156
157        * cpuuse/tswitch.c: Lower sample count for small memory targets.
158        * cpuuse/system.h: Smaller stack size for small memory targets.
159        * monitor02/init.c: Cannot run on small memory targets.
160
1612009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
162
163        * rtmonuse/init.c: Do not use Task_name array before initialized.
164
1652009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
166
167        * malloctest/init.c: Fix warning.
168
1692009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
170
171        * malloctest/init.c: Fix typo.
172
1732009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
176        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
177        heapwalk/init.c, heapwalk/system.h: New files.
178
1792009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
180
181        * malloctest/init.c: Add test case for heap resize block when the
182        resize creates a free block large enough to free.
183
1842009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * cpuuse/Makefile.am, malloctest/Makefile.am,
187        monitor/Makefile.am, monitor02/Makefile.am,
188        putenvtest/Makefile.am, rtems++/Makefile.am,
189        rtmonuse/Makefile.am, stackchk/Makefile.am,
190        termios/Makefile.am, tztest/Makefile.am:
191        Eliminate _exe_/.exe.
192
1932009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
194
195        * stackchk/stackchk.scn: Correct screen to match output.
196
1972008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
198
199        * malloctest/init.c: Change sizes of heap/region and allocated objects
200        in heap to intptr_t so they can be larger than a single allocatable
201        object (e.g. size_t).
202
2032008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
204
205        * malloctest/init.c: Do not generate alignment factors larger that will
206        not fit in a native integer.
207
2082008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
209
210        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
211        CONFIGURE_STACK_CHECKER_ENABLED.
212
2132008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
214
215        * malloctest/init.c: Convert to "bool".
216
2172008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
218
219        * rtems++/System.h: Account for extra task stacks properly.
220
2212008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
222
223        * malloctest/init.c: Fix return status check.
224
2252008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
226
227        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
228        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
229        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
230        POSIX tests. Add a clock_settime case for < 1988.
231
2322008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
233
234        * malloctest/init.c: Add more test cases to cover heap better.
235
2362008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
237
238        * malloctest/init.c: Add new test cases per Sergei. Make some of the
239        stranger cases operate directly on a freshly initialized heap. This
240        should make them more reproducible.
241
2422008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
243
244        * malloctest/init.c: Add more tests per suggestions from Sergei
245        Organov.
246
2472008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
248
249        * malloctest/init.c: Add include to remove warning.
250
2512008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
252
253        * malloctest/init.c: Remove debug print.
254
2552008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
256
257        * monitor02/.cvsignore: New file.
258
2592008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
260
261        * Makefile.am, configure.ac: Added automatic test for monitor shell
262        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
263        monitor02/system.h: New files.
264
2652007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
266
267        * malloctest/init.c: Add test cases suggested by Sergei Organov
268        <s.organov@javad.com>.
269
2702007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
271
272        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
273
2742007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
275
276        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
277        exericise another path in the period statistics code.
278
2792007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
280
281        * malloctest/init.c: Add some primitive testing of realloc() which also
282        does some positive path testing on the SuperCore heap.
283
2842007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
285
286        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
287        cases for untested routines.
288
2892007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
290
291        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
292        the CPU Usage Report include it. If it is deleted, the CPU time it
293        had consumed is not listed later in the report.
294
2952007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
296
297        * tztest/init.c: Build when using buffered test IO.
298
2992007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
300
301        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
302        macro instead of fflush() directly.
303
3042007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
305
306        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
307        Statistics and Period Usage into Rate Monotonic Manager. Added the
308        following directives: rtems_rate_monotonic_get_statistics,
309        rtems_rate_monotonic_reset_statistics,
310        rtems_rate_monotonic_reset_all_statistics,
311        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
312        Obsoleted the rtems/rtmonuse.h file as a public interface.
313
3142007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
315
316        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
317        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
318        optional managers to Makefiles. Clean up test cases so last output
319        line follows END OF pattern. Make sure test case all run. All tests
320        appeared ok on sis.
321
3222007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
323
324        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
325
3262007-03-13      Joel Sherrill <joel@OARcorp.com>
327
328        * tztest/init.c: Call tzset() even though it may be called for us
329        implicitly along the way.
330
3312007-03-13      Joel Sherrill <joel@OARcorp.com>
332
333        * tztest/.cvsignore: New file.
334
3352007-03-13      Joel Sherrill <joel@OARcorp.com>
336
337        * Makefile.am, configure.ac: Added timezone test.
338        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
339        tztest/tztest.scn: New files.
340
3412007-03-05      Joel Sherrill <joel@OARcorp.com>
342
343        * malloctest/init.c: Be explicit about need for default and floating
344        point attributes. This is just a style change.
345
3462007-02-06      Joel Sherrill <joel@OARcorp.com>
347
348        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
349        issues in message queue tests.
350
3512006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
352
353        * configure.ac: New BUG-REPORT address.
354
3552006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
356
357        * configure.ac: Require autoconf-2.60. Require automake-1.10.
358
3592006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
360
361        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
362        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
363        docdir. Use rtems_testsdir instead.
364
3652006-02-08      Joel Sherrill <joel@OARcorp.com>
366
367        * rtems++/Task1.cc: Fix warnings.
368
3692005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
370
371        * configure.ac: Remove RTEMS_ENABLE_BARE,
372        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
373
3742005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
375
376        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
377        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
378        stackchk/Makefile.am, termios/Makefile.am:
379        Convert to using *_PROGRAMS.
380
3812005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
382
383        * cpuuse/Makefile.am, malloctest/Makefile.am,
384        monitor/Makefile.am, putenvtest/Makefile.am,
385        rtems++/Makefile.am, rtmonuse/Makefile.am,
386        stackchk/Makefile.am, termios/Makefile.am: Rework.
387
3882005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
389
390        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
391        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
392        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
393        * libtests.am: Remove.
394
3952005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
396
397        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
398        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
399        stackchk/Makefile.am, termios/Makefile.am:
400        AM_CPPFLAGS += -I..../support/include.
401
4022005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
403
404        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
405        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
406
4072005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
408
409        * libtests.am: Remove LIB_VARIANT.
410
4112005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
412
413        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
414        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
415        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
416
4172005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
418
419        * Makefile.am: Cleanup.
420
4212005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
422
423        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
424        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
425        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
426        stackchk/Makefile.am, termios/Makefile.am:
427        Partial conversion to automake.
428
4292005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
430
431        * rtems++/Makefile.am: Remove LIB_VARIANT.
432
4332004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
434
435        * configure.ac: Remove -ansi to prevent folks from further damaging
436        the code with broken prototypes.
437        * putenvtest/init.c: Remove broken putenv prototype.
438        * termios/init.c (print_c_cc): Don't loop over NCCS.
439
4402004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
441
442        * configure.ac: Require automake > 1.9.
443
4442004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
445
446        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
447        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
448        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
449        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
450        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
451        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
452        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
453        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
454
4552004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
456
457        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
458        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
459        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
460        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
461        using c99 fixed size types.
462
4632004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * configure.ac: Add 2nd arg to RTEMS_TOP.
466
4672004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
470        Add PRE/TMPINSTALL_FILES to CLEANFILES.
471        * malloctest/Makefile.am: Ditto.
472        * monitor/Makefile.am: Ditto.
473        * putenvtest/Makefile.am: Ditto.
474        * rtems++/Makefile.am: Ditto.
475        * rtmonuse/Makefile.am: Ditto.
476        * stackchk/Makefile.am: Ditto.
477        * termios/Makefile.am: Ditto.
478
4792003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * libtests.am: Add dirstamp support.
482
4832003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
486
4872003-12-16      Joel Sherrill <joel@OARcorp.com>
488
489        PR 544/tests
490        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
491        tests account for resources and not print at inappropriate times.
492
4932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
496
4972003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
500        * malloctest/Makefile.am: Remove all-local: $(ARCH).
501        * monitor/Makefile.am: Remove all-local: $(ARCH).
502        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
503        * rtems++/Makefile.am: Remove all-local: $(ARCH).
504        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
505        * stackchk/Makefile.am: Remove all-local: $(ARCH).
506        * termios/Makefile.am: Remove all-local: $(ARCH).
507
5082003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * configure.ac: Reflect having moved to testsuites/.
511
5122003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * configure.ac: Remove RTEMS_CANONICAL_HOST.
515
5162003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * configure.ac:Remove RTEMS_CHECK_CPU.
519
5202003-09-04      Joel Sherrill <joel@OARcorp.com>
521
522        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
523        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
524        malloctest/system.h, malloctest/task1.c, monitor/init.c,
525        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
526        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
527        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
528        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
529        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
530        stackchk/task1.c: URL for license changed.
531
5322003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * Makefile.am: Reflect having moved aclocal/.
535
5362003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * Makefile.am: Reflect having moved automake/.
539        * cpuuse/Makefile.am: Reflect having moved automake/.
540        * malloctest/Makefile.am: Reflect having moved automake/.
541        * monitor/Makefile.am: Reflect having moved automake/.
542        * putenvtest/Makefile.am: Reflect having moved automake/.
543        * rtems++/Makefile.am: Reflect having moved automake/.
544        * rtmonuse/Makefile.am: Reflect having moved automake/.
545        * stackchk/Makefile.am: Reflect having moved automake/.
546        * termios/Makefile.am: Reflect having moved automake/.
547
5482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
551
5522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * configure.ac: Remove AC_CONFIG_AUX_DIR.
555
5562003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * configure.ac: Unconditionally check for CXX.
559        Require autoconf-2.57, automake-1.7.2.
560        * rtems++: Eliminate CC_O_FILES.
561
5622002-12-02      Joel Sherrill <joel@OARcorp.com>
563
564        * malloctest/init.c: Tasks should be floating point.
565
5662002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * .cvsignore: Reformat.
569        Add autom4te*cache.
570        Remove autom4te.cache.
571
5722002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
575        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
576        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
577        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
578        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
579        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
580        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
581        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
582
5832002-08-01      Joel Sherrill <joel@OARcorp.com>
584
585        * Per PR47 add support for buffered test output.  This involved
586        adding defines to redirect output to a buffer and dump it when
587        full, at "test pause", and at exit.  To avoid problems when redefining
588        exit(), all tests were modified to call rtems_test_exit().
589        Some tests, notable psxtests, had to be modified to include
590        the standard test macro .h file (pmacros.h or tmacros.h) to
591        enable this support.
592        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
593        rtmonuse/task1.c, termios/init.c: Modified.
594
5952002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * configure.ac: Remove ENABLE_GCC28.
598
5992002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * configure.ac:
602        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
603        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
604        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
605        * Makefile.am: Remove AUTOMAKE_OPTIONS.
606        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
607        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
608        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
609        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
610        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
611        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
612        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
613
6142001-11-01      Joel Sherrill <joel@OARcorp.com>
615
616        * rtems++/Makefile.am: Make sure debug variant of librtems++
617        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
618        and processed as PR78.
619
6202001-10-25      Joel Sherrill <joel@OARcorp.com>
621
622        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
623
6242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
627        * configure.in: Remove.
628        * configure.ac: New file, generated from configure.in by autoupdate.
629
6302001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
633        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
634
6352001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
638        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
639        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
640        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
641        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
642        make-cxx-exe.
643        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
644        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
645        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
646
6472001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
648
649        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
650
6512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
654
6552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
658
6592000-11-01      Joel Sherrill <joel@OARcorp.com>
660
661        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
662        libcsupport.h moved from libc to lib/include/rtems and now must
663        be referenced as <rtems/XXX.h>. 
664
6652000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
668        Switch to GNU canonicalization.
669        * libtests.am: Remove DEFS.
670
6712000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
674        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
675        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
676
6772000-08-10      Joel Sherrill <joel@OARcorp.com>
678
679        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.