source: rtems/testsuites/libtests/ChangeLog @ 4a1c09d

4.104.115
Last change on this file since 4a1c09d was 4a1c09d, checked in by Joel Sherrill <joel.sherrill@…>, on 12/02/09 at 12:14:24

2009-12-02 Joel Sherrill <joel.sherrill@…>

  • stringto01/init.c: New file.
  • Property mode set to 100644
File size: 26.9 KB
Line 
12009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * stringto01/init.c: New file.
4
52009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
8        * stringto01/.cvsignore, stringto01/Makefile.am,
9        stringto01/stringto01.doc, stringto01/stringto01.scn,
10        stringto01/stringto_test_template.h: New files.
11
122009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
13
14        * block05/init.c: Check block size. Improved output.
15        * block01/init.c: Free ramdisk before exit.
16        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
17        block04/block04.doc, block05/block05.doc, block06/block06.doc,
18        block07/block07.doc: New files.
19        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
20        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
21        block07/Makefile.am: Add new files.
22
232009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
26        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
27        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
28        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
29
302009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
33        Remove bogus cast.
34        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
35
362009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * rtems++/Task1.cc: Eliminate more warnings.
39
402009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
43        several dozens of warnings.
44
452009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * block06/init.c: Add missing prototype.
48
492009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
50
51        * block07/init.c: New test case.
52
532009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
54
55        * block05/init.c, block05/block05.scn, block05/Makefile.am,
56        block06/init.c, block06/block06.scn, block06/Makefile.am,
57        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
58        * Makefile.am, configure.ac: Added block05, block06 and block07.
59
602009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * termios/init.c: Remove sh2 hacks.
63
642009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * block01/init.c: Include <stdio.h>.
67        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
68        * block02/init.c: Remove unused var.
69
702009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
71
72        * block02/init.c, block02/block02.scn, block02/Makefile.am,
73        block03/init.c, block03/block03.scn, block03/Makefile.am,
74        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
75        * Makefile.am, configure.ac: Added block02, block03 and block04.
76
772009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * monitor02/init.c: Add local prototype for
80        rtems_shell_main_monitor.
81
822009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * termios01/init.c: Fix parity_table_Entry type.
85        Correct parity_table initialization.
86        Add PRIdrtems_termios_baud_t.
87        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
88
892009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
92        * malloctest/init.c: Use %zu instead of %d to print size_t's.
93
942009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * rtmonuse/init.c, rtmonuse/task1.c:
97        Use PRIxrtems_id to print rtems_ids.
98        * malloctest/init.c: Use %zu instead of %d to print size_t's.
99
1002009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * malloctest/init.c: Fix _Heap_Resize_block args.
103
1042009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * malloctest/init.c, termios01/init.c,
107        termios01/termios_testdriver.c: Eliminate unused vars.
108
1092009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * heapwalk/init.c: Comment out unused vars.
112        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
113        * malloctest/init.c: Add local prototype for malloc_walk,
114        malloc_info.
115        * malloctest/task1.c: Add local prototype for malloc_walk.
116        * monitor02/init.c: Remove unused vars.
117        * stackchk01/init.c: Remove unused vars.
118        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
119        termios/init.c: Add missing prototypes.
120
1212009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * configure.ac: Don't add -fasm to CFLAGS.
124
1252009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * block01/.cvsignore: New file.
128
1292009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
130
131        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
132        * Makefile.am, configure.ac: Added block01.
133
1342009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
137
1382009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
141        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
142        it.
143        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
144        termios02/termios02.doc, termios02/termios02.scn: New files.
145        termios02 is a test for tcdrain().
146
1472009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * termios01/init.c, termios01/termios_testdriver.c:
150        Reflect changes to termios.
151
1522009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
153
154        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
155
1562009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * stackchk01/stackchk01.doc: Add content.
159
1602009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * Makefile.am, configure.ac: Add initial test for
163        rtems_stack_checker_is_blown.
164        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
165        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
166
1672009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
168
169        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
170        cases to get back to 100% object coverage.
171
1722009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
173
174        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
175        malloctest/malloctest.scn: New test cases.
176        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
177
1782009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
179
180        * malloctest/init.c: New test cases. Update for heap API changes.
181        * stackchk/blow.c: Update for heap API changes.
182
1832009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
184
185        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
186
1872009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
190        complete coverage of termios_XXX_to_YYY() methods.
191
1922009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
193
194        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
195        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
196        character with the assistance of a special test driver which prints
197        the requests.
198        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
199        termios01/termios01.doc, termios01/termios01.scn,
200        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
201
2022009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
205        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
206        rtems_clock_get_ticks_per_second().
207
2082009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
209
210        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
211        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
212
2132009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
214
215        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
216        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
217        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
218
2192009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
220
221        * malloctest/init.c: Adjust allocation in test so it passes now that
222        heap overhead constant has been increased.
223
2242009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
225
226        * bspcmdline01/init.c: Do not violate visibility.
227
2282009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
231        prefix to all routines.
232
2332009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
236        helper routines.
237        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
238        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
239        bspcmdline01/init.c, bspcmdline01/test.c: New files.
240
2412009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
242
243        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
244        for shrinking a block enough to need to free the newly unused
245        portion.
246
2472009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
248
249        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
250        _Protected_heap_Get_information().
251
2522009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
253
254        * heapwalk/init.c: Add test code for first free block pointer not
255        aligned.
256
2572009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        * heapwalk/init.c: Add more cases.
260
2612009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
262
263        * heapwalk/init.c: Add more automated corruption capability.
264
2652009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
266
267        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
268
2692009-05-19      Chris Johns <chrisj@rtems.org>
270
271        * cpuuse/tswitch.c: Lower sample count for small memory targets.
272        * cpuuse/system.h: Smaller stack size for small memory targets.
273        * monitor02/init.c: Cannot run on small memory targets.
274
2752009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
276
277        * rtmonuse/init.c: Do not use Task_name array before initialized.
278
2792009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
280
281        * malloctest/init.c: Fix warning.
282
2832009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
284
285        * malloctest/init.c: Fix typo.
286
2872009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
288
289        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
290        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
291        heapwalk/init.c, heapwalk/system.h: New files.
292
2932009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
294
295        * malloctest/init.c: Add test case for heap resize block when the
296        resize creates a free block large enough to free.
297
2982009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
299
300        * cpuuse/Makefile.am, malloctest/Makefile.am,
301        monitor/Makefile.am, monitor02/Makefile.am,
302        putenvtest/Makefile.am, rtems++/Makefile.am,
303        rtmonuse/Makefile.am, stackchk/Makefile.am,
304        termios/Makefile.am, tztest/Makefile.am:
305        Eliminate _exe_/.exe.
306
3072009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
308
309        * stackchk/stackchk.scn: Correct screen to match output.
310
3112008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
312
313        * malloctest/init.c: Change sizes of heap/region and allocated objects
314        in heap to intptr_t so they can be larger than a single allocatable
315        object (e.g. size_t).
316
3172008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
318
319        * malloctest/init.c: Do not generate alignment factors larger that will
320        not fit in a native integer.
321
3222008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
323
324        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
325        CONFIGURE_STACK_CHECKER_ENABLED.
326
3272008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
328
329        * malloctest/init.c: Convert to "bool".
330
3312008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
332
333        * rtems++/System.h: Account for extra task stacks properly.
334
3352008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
336
337        * malloctest/init.c: Fix return status check.
338
3392008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
340
341        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
342        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
343        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
344        POSIX tests. Add a clock_settime case for < 1988.
345
3462008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
347
348        * malloctest/init.c: Add more test cases to cover heap better.
349
3502008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
351
352        * malloctest/init.c: Add new test cases per Sergei. Make some of the
353        stranger cases operate directly on a freshly initialized heap. This
354        should make them more reproducible.
355
3562008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
357
358        * malloctest/init.c: Add more tests per suggestions from Sergei
359        Organov.
360
3612008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
362
363        * malloctest/init.c: Add include to remove warning.
364
3652008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
366
367        * malloctest/init.c: Remove debug print.
368
3692008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
370
371        * monitor02/.cvsignore: New file.
372
3732008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
374
375        * Makefile.am, configure.ac: Added automatic test for monitor shell
376        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
377        monitor02/system.h: New files.
378
3792007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
380
381        * malloctest/init.c: Add test cases suggested by Sergei Organov
382        <s.organov@javad.com>.
383
3842007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
385
386        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
387
3882007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
389
390        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
391        exericise another path in the period statistics code.
392
3932007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
394
395        * malloctest/init.c: Add some primitive testing of realloc() which also
396        does some positive path testing on the SuperCore heap.
397
3982007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
399
400        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
401        cases for untested routines.
402
4032007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
404
405        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
406        the CPU Usage Report include it. If it is deleted, the CPU time it
407        had consumed is not listed later in the report.
408
4092007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
410
411        * tztest/init.c: Build when using buffered test IO.
412
4132007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
414
415        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
416        macro instead of fflush() directly.
417
4182007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
419
420        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
421        Statistics and Period Usage into Rate Monotonic Manager. Added the
422        following directives: rtems_rate_monotonic_get_statistics,
423        rtems_rate_monotonic_reset_statistics,
424        rtems_rate_monotonic_reset_all_statistics,
425        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
426        Obsoleted the rtems/rtmonuse.h file as a public interface.
427
4282007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
429
430        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
431        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
432        optional managers to Makefiles. Clean up test cases so last output
433        line follows END OF pattern. Make sure test case all run. All tests
434        appeared ok on sis.
435
4362007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
437
438        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
439
4402007-03-13      Joel Sherrill <joel@OARcorp.com>
441
442        * tztest/init.c: Call tzset() even though it may be called for us
443        implicitly along the way.
444
4452007-03-13      Joel Sherrill <joel@OARcorp.com>
446
447        * tztest/.cvsignore: New file.
448
4492007-03-13      Joel Sherrill <joel@OARcorp.com>
450
451        * Makefile.am, configure.ac: Added timezone test.
452        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
453        tztest/tztest.scn: New files.
454
4552007-03-05      Joel Sherrill <joel@OARcorp.com>
456
457        * malloctest/init.c: Be explicit about need for default and floating
458        point attributes. This is just a style change.
459
4602007-02-06      Joel Sherrill <joel@OARcorp.com>
461
462        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
463        issues in message queue tests.
464
4652006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
466
467        * configure.ac: New BUG-REPORT address.
468
4692006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
470
471        * configure.ac: Require autoconf-2.60. Require automake-1.10.
472
4732006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
474
475        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
476        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
477        docdir. Use rtems_testsdir instead.
478
4792006-02-08      Joel Sherrill <joel@OARcorp.com>
480
481        * rtems++/Task1.cc: Fix warnings.
482
4832005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
484
485        * configure.ac: Remove RTEMS_ENABLE_BARE,
486        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
487
4882005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
489
490        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
491        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
492        stackchk/Makefile.am, termios/Makefile.am:
493        Convert to using *_PROGRAMS.
494
4952005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
496
497        * cpuuse/Makefile.am, malloctest/Makefile.am,
498        monitor/Makefile.am, putenvtest/Makefile.am,
499        rtems++/Makefile.am, rtmonuse/Makefile.am,
500        stackchk/Makefile.am, termios/Makefile.am: Rework.
501
5022005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
503
504        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
505        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
506        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
507        * libtests.am: Remove.
508
5092005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
510
511        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
512        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
513        stackchk/Makefile.am, termios/Makefile.am:
514        AM_CPPFLAGS += -I..../support/include.
515
5162005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
517
518        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
519        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
520
5212005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
522
523        * libtests.am: Remove LIB_VARIANT.
524
5252005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
526
527        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
528        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
529        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
530
5312005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
532
533        * Makefile.am: Cleanup.
534
5352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
536
537        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
538        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
539        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
540        stackchk/Makefile.am, termios/Makefile.am:
541        Partial conversion to automake.
542
5432005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
544
545        * rtems++/Makefile.am: Remove LIB_VARIANT.
546
5472004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
548
549        * configure.ac: Remove -ansi to prevent folks from further damaging
550        the code with broken prototypes.
551        * putenvtest/init.c: Remove broken putenv prototype.
552        * termios/init.c (print_c_cc): Don't loop over NCCS.
553
5542004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
555
556        * configure.ac: Require automake > 1.9.
557
5582004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
559
560        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
561        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
562        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
563        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
564        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
565        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
566        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
567        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
568
5692004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
570
571        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
572        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
573        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
574        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
575        using c99 fixed size types.
576
5772004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * configure.ac: Add 2nd arg to RTEMS_TOP.
580
5812004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
584        Add PRE/TMPINSTALL_FILES to CLEANFILES.
585        * malloctest/Makefile.am: Ditto.
586        * monitor/Makefile.am: Ditto.
587        * putenvtest/Makefile.am: Ditto.
588        * rtems++/Makefile.am: Ditto.
589        * rtmonuse/Makefile.am: Ditto.
590        * stackchk/Makefile.am: Ditto.
591        * termios/Makefile.am: Ditto.
592
5932003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * libtests.am: Add dirstamp support.
596
5972003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
600
6012003-12-16      Joel Sherrill <joel@OARcorp.com>
602
603        PR 544/tests
604        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
605        tests account for resources and not print at inappropriate times.
606
6072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
610
6112003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
614        * malloctest/Makefile.am: Remove all-local: $(ARCH).
615        * monitor/Makefile.am: Remove all-local: $(ARCH).
616        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
617        * rtems++/Makefile.am: Remove all-local: $(ARCH).
618        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
619        * stackchk/Makefile.am: Remove all-local: $(ARCH).
620        * termios/Makefile.am: Remove all-local: $(ARCH).
621
6222003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * configure.ac: Reflect having moved to testsuites/.
625
6262003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * configure.ac: Remove RTEMS_CANONICAL_HOST.
629
6302003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * configure.ac:Remove RTEMS_CHECK_CPU.
633
6342003-09-04      Joel Sherrill <joel@OARcorp.com>
635
636        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
637        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
638        malloctest/system.h, malloctest/task1.c, monitor/init.c,
639        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
640        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
641        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
642        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
643        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
644        stackchk/task1.c: URL for license changed.
645
6462003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * Makefile.am: Reflect having moved aclocal/.
649
6502003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * Makefile.am: Reflect having moved automake/.
653        * cpuuse/Makefile.am: Reflect having moved automake/.
654        * malloctest/Makefile.am: Reflect having moved automake/.
655        * monitor/Makefile.am: Reflect having moved automake/.
656        * putenvtest/Makefile.am: Reflect having moved automake/.
657        * rtems++/Makefile.am: Reflect having moved automake/.
658        * rtmonuse/Makefile.am: Reflect having moved automake/.
659        * stackchk/Makefile.am: Reflect having moved automake/.
660        * termios/Makefile.am: Reflect having moved automake/.
661
6622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
665
6662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * configure.ac: Remove AC_CONFIG_AUX_DIR.
669
6702003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * configure.ac: Unconditionally check for CXX.
673        Require autoconf-2.57, automake-1.7.2.
674        * rtems++: Eliminate CC_O_FILES.
675
6762002-12-02      Joel Sherrill <joel@OARcorp.com>
677
678        * malloctest/init.c: Tasks should be floating point.
679
6802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * .cvsignore: Reformat.
683        Add autom4te*cache.
684        Remove autom4te.cache.
685
6862002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
689        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
690        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
691        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
692        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
693        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
694        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
695        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
696
6972002-08-01      Joel Sherrill <joel@OARcorp.com>
698
699        * Per PR47 add support for buffered test output.  This involved
700        adding defines to redirect output to a buffer and dump it when
701        full, at "test pause", and at exit.  To avoid problems when redefining
702        exit(), all tests were modified to call rtems_test_exit().
703        Some tests, notable psxtests, had to be modified to include
704        the standard test macro .h file (pmacros.h or tmacros.h) to
705        enable this support.
706        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
707        rtmonuse/task1.c, termios/init.c: Modified.
708
7092002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * configure.ac: Remove ENABLE_GCC28.
712
7132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * configure.ac:
716        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
717        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
718        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
719        * Makefile.am: Remove AUTOMAKE_OPTIONS.
720        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
721        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
722        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
723        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
724        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
725        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
726        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
727
7282001-11-01      Joel Sherrill <joel@OARcorp.com>
729
730        * rtems++/Makefile.am: Make sure debug variant of librtems++
731        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
732        and processed as PR78.
733
7342001-10-25      Joel Sherrill <joel@OARcorp.com>
735
736        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
737
7382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
741        * configure.in: Remove.
742        * configure.ac: New file, generated from configure.in by autoupdate.
743
7442001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
747        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
748
7492001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
752        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
753        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
754        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
755        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
756        make-cxx-exe.
757        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
758        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
759        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
760
7612001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
762
763        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
764
7652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
768
7692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
772
7732000-11-01      Joel Sherrill <joel@OARcorp.com>
774
775        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
776        libcsupport.h moved from libc to lib/include/rtems and now must
777        be referenced as <rtems/XXX.h>. 
778
7792000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
782        Switch to GNU canonicalization.
783        * libtests.am: Remove DEFS.
784
7852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
788        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
789        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
790
7912000-08-10      Joel Sherrill <joel@OARcorp.com>
792
793        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.