source: rtems/testsuites/libtests/ChangeLog @ 9325362

4.104.115
Last change on this file since 9325362 was 9325362, checked in by Joel Sherrill <joel.sherrill@…>, on 12/21/09 at 14:49:55

2009-12-21 Sebastian Huber <Sebastian.Huber@…>

  • block06/init.c: Update for disk device API change. Changed EBADRQC to EINVAL.
  • Property mode set to 100644
File size: 29.0 KB
Line 
12009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
2
3        * block06/init.c: Update for disk device API change.  Changed EBADRQC
4        to EINVAL.
5
62009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * termios01/init.c: Increase number of termios ports by 1.
9
102009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * termios01/termios_testdriver.c:
13        Reflect changes to rtems_termios_callbacks->write.
14
152009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
18        block05/init.c, block07/init.c, bspcmdline01/init.c,
19        stringto01/init.c, stringto01/stringto_test_template.h,
20        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
21        Use rtems_test_assert() consistently instead of system assert().
22        rtems_test_assert() is designed to integrate into the RTEMS test
23        suite infrastructure.
24
252009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * POSIX/Makefile.am: Add readv, writev.
28        * POSIX/writev.c, POSIX/readv.c: New.
29
302009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * POSIX/sigfillset.c: Let main() return "status".
33        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
34        sigismember.
35        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
36        POSIX/sigismember.c: New.
37
382009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * POSIX/Makefile.am: Add wait.
41        * POSIX/wait.c: New.
42
432009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * bspcmdline01/test.c: Removed.
46
472009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Add POSIX.
50        * configure.ac: Add POSIX/.
51        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
52        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
53        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
54        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
55        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
56        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
57        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
58        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
59        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
60        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
61        POSIX/waitpid.c, POSIX/write.c: New.
62
632009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * stringto01/init.c: New file.
66
672009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
70        * stringto01/.cvsignore, stringto01/Makefile.am,
71        stringto01/stringto01.doc, stringto01/stringto01.scn,
72        stringto01/stringto_test_template.h: New files.
73
742009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
75
76        * block05/init.c: Check block size. Improved output.
77        * block01/init.c: Free ramdisk before exit.
78        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
79        block04/block04.doc, block05/block05.doc, block06/block06.doc,
80        block07/block07.doc: New files.
81        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
82        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
83        block07/Makefile.am: Add new files.
84
852009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
88        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
89        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
90        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
91
922009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
95        Remove bogus cast.
96        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
97
982009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * rtems++/Task1.cc: Eliminate more warnings.
101
1022009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
105        several dozens of warnings.
106
1072009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * block06/init.c: Add missing prototype.
110
1112009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
112
113        * block07/init.c: New test case.
114
1152009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
116
117        * block05/init.c, block05/block05.scn, block05/Makefile.am,
118        block06/init.c, block06/block06.scn, block06/Makefile.am,
119        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
120        * Makefile.am, configure.ac: Added block05, block06 and block07.
121
1222009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * termios/init.c: Remove sh2 hacks.
125
1262009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * block01/init.c: Include <stdio.h>.
129        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
130        * block02/init.c: Remove unused var.
131
1322009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
133
134        * block02/init.c, block02/block02.scn, block02/Makefile.am,
135        block03/init.c, block03/block03.scn, block03/Makefile.am,
136        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
137        * Makefile.am, configure.ac: Added block02, block03 and block04.
138
1392009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * monitor02/init.c: Add local prototype for
142        rtems_shell_main_monitor.
143
1442009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * termios01/init.c: Fix parity_table_Entry type.
147        Correct parity_table initialization.
148        Add PRIdrtems_termios_baud_t.
149        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
150
1512009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
154        * malloctest/init.c: Use %zu instead of %d to print size_t's.
155
1562009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * rtmonuse/init.c, rtmonuse/task1.c:
159        Use PRIxrtems_id to print rtems_ids.
160        * malloctest/init.c: Use %zu instead of %d to print size_t's.
161
1622009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * malloctest/init.c: Fix _Heap_Resize_block args.
165
1662009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * malloctest/init.c, termios01/init.c,
169        termios01/termios_testdriver.c: Eliminate unused vars.
170
1712009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * heapwalk/init.c: Comment out unused vars.
174        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
175        * malloctest/init.c: Add local prototype for malloc_walk,
176        malloc_info.
177        * malloctest/task1.c: Add local prototype for malloc_walk.
178        * monitor02/init.c: Remove unused vars.
179        * stackchk01/init.c: Remove unused vars.
180        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
181        termios/init.c: Add missing prototypes.
182
1832009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * configure.ac: Don't add -fasm to CFLAGS.
186
1872009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * block01/.cvsignore: New file.
190
1912009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
192
193        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
194        * Makefile.am, configure.ac: Added block01.
195
1962009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
197
198        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
199
2002009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
201
202        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
203        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
204        it.
205        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
206        termios02/termios02.doc, termios02/termios02.scn: New files.
207        termios02 is a test for tcdrain().
208
2092009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * termios01/init.c, termios01/termios_testdriver.c:
212        Reflect changes to termios.
213
2142009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
217
2182009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * stackchk01/stackchk01.doc: Add content.
221
2222009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
223
224        * Makefile.am, configure.ac: Add initial test for
225        rtems_stack_checker_is_blown.
226        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
227        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
228
2292009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
230
231        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
232        cases to get back to 100% object coverage.
233
2342009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
235
236        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
237        malloctest/malloctest.scn: New test cases.
238        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
239
2402009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
241
242        * malloctest/init.c: New test cases. Update for heap API changes.
243        * stackchk/blow.c: Update for heap API changes.
244
2452009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
246
247        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
248
2492009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
250
251        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
252        complete coverage of termios_XXX_to_YYY() methods.
253
2542009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
255
256        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
257        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
258        character with the assistance of a special test driver which prints
259        the requests.
260        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
261        termios01/termios01.doc, termios01/termios01.scn,
262        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
263
2642009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
265
266        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
267        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
268        rtems_clock_get_ticks_per_second().
269
2702009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
271
272        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
273        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
274
2752009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
276
277        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
278        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
279        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
280
2812009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
282
283        * malloctest/init.c: Adjust allocation in test so it passes now that
284        heap overhead constant has been increased.
285
2862009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
287
288        * bspcmdline01/init.c: Do not violate visibility.
289
2902009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
291
292        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
293        prefix to all routines.
294
2952009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
296
297        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
298        helper routines.
299        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
300        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
301        bspcmdline01/init.c, bspcmdline01/test.c: New files.
302
3032009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
304
305        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
306        for shrinking a block enough to need to free the newly unused
307        portion.
308
3092009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
310
311        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
312        _Protected_heap_Get_information().
313
3142009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
315
316        * heapwalk/init.c: Add test code for first free block pointer not
317        aligned.
318
3192009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
320
321        * heapwalk/init.c: Add more cases.
322
3232009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
324
325        * heapwalk/init.c: Add more automated corruption capability.
326
3272009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
328
329        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
330
3312009-05-19      Chris Johns <chrisj@rtems.org>
332
333        * cpuuse/tswitch.c: Lower sample count for small memory targets.
334        * cpuuse/system.h: Smaller stack size for small memory targets.
335        * monitor02/init.c: Cannot run on small memory targets.
336
3372009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
338
339        * rtmonuse/init.c: Do not use Task_name array before initialized.
340
3412009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
342
343        * malloctest/init.c: Fix warning.
344
3452009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
346
347        * malloctest/init.c: Fix typo.
348
3492009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
350
351        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
352        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
353        heapwalk/init.c, heapwalk/system.h: New files.
354
3552009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
356
357        * malloctest/init.c: Add test case for heap resize block when the
358        resize creates a free block large enough to free.
359
3602009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
361
362        * cpuuse/Makefile.am, malloctest/Makefile.am,
363        monitor/Makefile.am, monitor02/Makefile.am,
364        putenvtest/Makefile.am, rtems++/Makefile.am,
365        rtmonuse/Makefile.am, stackchk/Makefile.am,
366        termios/Makefile.am, tztest/Makefile.am:
367        Eliminate _exe_/.exe.
368
3692009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        * stackchk/stackchk.scn: Correct screen to match output.
372
3732008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
374
375        * malloctest/init.c: Change sizes of heap/region and allocated objects
376        in heap to intptr_t so they can be larger than a single allocatable
377        object (e.g. size_t).
378
3792008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
380
381        * malloctest/init.c: Do not generate alignment factors larger that will
382        not fit in a native integer.
383
3842008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
385
386        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
387        CONFIGURE_STACK_CHECKER_ENABLED.
388
3892008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
390
391        * malloctest/init.c: Convert to "bool".
392
3932008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
394
395        * rtems++/System.h: Account for extra task stacks properly.
396
3972008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
398
399        * malloctest/init.c: Fix return status check.
400
4012008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
402
403        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
404        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
405        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
406        POSIX tests. Add a clock_settime case for < 1988.
407
4082008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
409
410        * malloctest/init.c: Add more test cases to cover heap better.
411
4122008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
413
414        * malloctest/init.c: Add new test cases per Sergei. Make some of the
415        stranger cases operate directly on a freshly initialized heap. This
416        should make them more reproducible.
417
4182008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
419
420        * malloctest/init.c: Add more tests per suggestions from Sergei
421        Organov.
422
4232008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
424
425        * malloctest/init.c: Add include to remove warning.
426
4272008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
428
429        * malloctest/init.c: Remove debug print.
430
4312008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
432
433        * monitor02/.cvsignore: New file.
434
4352008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
436
437        * Makefile.am, configure.ac: Added automatic test for monitor shell
438        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
439        monitor02/system.h: New files.
440
4412007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
442
443        * malloctest/init.c: Add test cases suggested by Sergei Organov
444        <s.organov@javad.com>.
445
4462007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
447
448        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
449
4502007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
451
452        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
453        exericise another path in the period statistics code.
454
4552007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
456
457        * malloctest/init.c: Add some primitive testing of realloc() which also
458        does some positive path testing on the SuperCore heap.
459
4602007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
461
462        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
463        cases for untested routines.
464
4652007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
466
467        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
468        the CPU Usage Report include it. If it is deleted, the CPU time it
469        had consumed is not listed later in the report.
470
4712007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
472
473        * tztest/init.c: Build when using buffered test IO.
474
4752007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
476
477        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
478        macro instead of fflush() directly.
479
4802007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
481
482        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
483        Statistics and Period Usage into Rate Monotonic Manager. Added the
484        following directives: rtems_rate_monotonic_get_statistics,
485        rtems_rate_monotonic_reset_statistics,
486        rtems_rate_monotonic_reset_all_statistics,
487        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
488        Obsoleted the rtems/rtmonuse.h file as a public interface.
489
4902007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
491
492        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
493        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
494        optional managers to Makefiles. Clean up test cases so last output
495        line follows END OF pattern. Make sure test case all run. All tests
496        appeared ok on sis.
497
4982007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
499
500        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
501
5022007-03-13      Joel Sherrill <joel@OARcorp.com>
503
504        * tztest/init.c: Call tzset() even though it may be called for us
505        implicitly along the way.
506
5072007-03-13      Joel Sherrill <joel@OARcorp.com>
508
509        * tztest/.cvsignore: New file.
510
5112007-03-13      Joel Sherrill <joel@OARcorp.com>
512
513        * Makefile.am, configure.ac: Added timezone test.
514        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
515        tztest/tztest.scn: New files.
516
5172007-03-05      Joel Sherrill <joel@OARcorp.com>
518
519        * malloctest/init.c: Be explicit about need for default and floating
520        point attributes. This is just a style change.
521
5222007-02-06      Joel Sherrill <joel@OARcorp.com>
523
524        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
525        issues in message queue tests.
526
5272006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
528
529        * configure.ac: New BUG-REPORT address.
530
5312006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
532
533        * configure.ac: Require autoconf-2.60. Require automake-1.10.
534
5352006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
536
537        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
538        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
539        docdir. Use rtems_testsdir instead.
540
5412006-02-08      Joel Sherrill <joel@OARcorp.com>
542
543        * rtems++/Task1.cc: Fix warnings.
544
5452005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
546
547        * configure.ac: Remove RTEMS_ENABLE_BARE,
548        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
549
5502005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
551
552        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
553        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
554        stackchk/Makefile.am, termios/Makefile.am:
555        Convert to using *_PROGRAMS.
556
5572005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
558
559        * cpuuse/Makefile.am, malloctest/Makefile.am,
560        monitor/Makefile.am, putenvtest/Makefile.am,
561        rtems++/Makefile.am, rtmonuse/Makefile.am,
562        stackchk/Makefile.am, termios/Makefile.am: Rework.
563
5642005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
565
566        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
567        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
568        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
569        * libtests.am: Remove.
570
5712005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
572
573        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
574        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
575        stackchk/Makefile.am, termios/Makefile.am:
576        AM_CPPFLAGS += -I..../support/include.
577
5782005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
579
580        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
581        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
582
5832005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
584
585        * libtests.am: Remove LIB_VARIANT.
586
5872005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
588
589        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
590        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
591        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
592
5932005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
594
595        * Makefile.am: Cleanup.
596
5972005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
598
599        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
600        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
601        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
602        stackchk/Makefile.am, termios/Makefile.am:
603        Partial conversion to automake.
604
6052005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
606
607        * rtems++/Makefile.am: Remove LIB_VARIANT.
608
6092004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
610
611        * configure.ac: Remove -ansi to prevent folks from further damaging
612        the code with broken prototypes.
613        * putenvtest/init.c: Remove broken putenv prototype.
614        * termios/init.c (print_c_cc): Don't loop over NCCS.
615
6162004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
617
618        * configure.ac: Require automake > 1.9.
619
6202004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
621
622        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
623        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
624        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
625        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
626        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
627        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
628        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
629        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
630
6312004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
632
633        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
634        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
635        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
636        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
637        using c99 fixed size types.
638
6392004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * configure.ac: Add 2nd arg to RTEMS_TOP.
642
6432004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
646        Add PRE/TMPINSTALL_FILES to CLEANFILES.
647        * malloctest/Makefile.am: Ditto.
648        * monitor/Makefile.am: Ditto.
649        * putenvtest/Makefile.am: Ditto.
650        * rtems++/Makefile.am: Ditto.
651        * rtmonuse/Makefile.am: Ditto.
652        * stackchk/Makefile.am: Ditto.
653        * termios/Makefile.am: Ditto.
654
6552003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * libtests.am: Add dirstamp support.
658
6592003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
662
6632003-12-16      Joel Sherrill <joel@OARcorp.com>
664
665        PR 544/tests
666        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
667        tests account for resources and not print at inappropriate times.
668
6692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
672
6732003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
676        * malloctest/Makefile.am: Remove all-local: $(ARCH).
677        * monitor/Makefile.am: Remove all-local: $(ARCH).
678        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
679        * rtems++/Makefile.am: Remove all-local: $(ARCH).
680        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
681        * stackchk/Makefile.am: Remove all-local: $(ARCH).
682        * termios/Makefile.am: Remove all-local: $(ARCH).
683
6842003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        * configure.ac: Reflect having moved to testsuites/.
687
6882003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * configure.ac: Remove RTEMS_CANONICAL_HOST.
691
6922003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
693
694        * configure.ac:Remove RTEMS_CHECK_CPU.
695
6962003-09-04      Joel Sherrill <joel@OARcorp.com>
697
698        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
699        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
700        malloctest/system.h, malloctest/task1.c, monitor/init.c,
701        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
702        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
703        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
704        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
705        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
706        stackchk/task1.c: URL for license changed.
707
7082003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * Makefile.am: Reflect having moved aclocal/.
711
7122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * Makefile.am: Reflect having moved automake/.
715        * cpuuse/Makefile.am: Reflect having moved automake/.
716        * malloctest/Makefile.am: Reflect having moved automake/.
717        * monitor/Makefile.am: Reflect having moved automake/.
718        * putenvtest/Makefile.am: Reflect having moved automake/.
719        * rtems++/Makefile.am: Reflect having moved automake/.
720        * rtmonuse/Makefile.am: Reflect having moved automake/.
721        * stackchk/Makefile.am: Reflect having moved automake/.
722        * termios/Makefile.am: Reflect having moved automake/.
723
7242003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
727
7282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * configure.ac: Remove AC_CONFIG_AUX_DIR.
731
7322003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * configure.ac: Unconditionally check for CXX.
735        Require autoconf-2.57, automake-1.7.2.
736        * rtems++: Eliminate CC_O_FILES.
737
7382002-12-02      Joel Sherrill <joel@OARcorp.com>
739
740        * malloctest/init.c: Tasks should be floating point.
741
7422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * .cvsignore: Reformat.
745        Add autom4te*cache.
746        Remove autom4te.cache.
747
7482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
751        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
752        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
753        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
754        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
755        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
756        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
757        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
758
7592002-08-01      Joel Sherrill <joel@OARcorp.com>
760
761        * Per PR47 add support for buffered test output.  This involved
762        adding defines to redirect output to a buffer and dump it when
763        full, at "test pause", and at exit.  To avoid problems when redefining
764        exit(), all tests were modified to call rtems_test_exit().
765        Some tests, notable psxtests, had to be modified to include
766        the standard test macro .h file (pmacros.h or tmacros.h) to
767        enable this support.
768        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
769        rtmonuse/task1.c, termios/init.c: Modified.
770
7712002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
772
773        * configure.ac: Remove ENABLE_GCC28.
774
7752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * configure.ac:
778        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
779        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
780        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
781        * Makefile.am: Remove AUTOMAKE_OPTIONS.
782        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
783        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
784        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
785        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
786        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
787        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
788        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
789
7902001-11-01      Joel Sherrill <joel@OARcorp.com>
791
792        * rtems++/Makefile.am: Make sure debug variant of librtems++
793        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
794        and processed as PR78.
795
7962001-10-25      Joel Sherrill <joel@OARcorp.com>
797
798        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
799
8002001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
801
802        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
803        * configure.in: Remove.
804        * configure.ac: New file, generated from configure.in by autoupdate.
805
8062001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807
808        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
809        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
810
8112001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
814        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
815        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
816        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
817        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
818        make-cxx-exe.
819        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
820        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
821        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
822
8232001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
824
825        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
826
8272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
830
8312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
832
833        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
834
8352000-11-01      Joel Sherrill <joel@OARcorp.com>
836
837        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
838        libcsupport.h moved from libc to lib/include/rtems and now must
839        be referenced as <rtems/XXX.h>. 
840
8412000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
844        Switch to GNU canonicalization.
845        * libtests.am: Remove DEFS.
846
8472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
850        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
851        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
852
8532000-08-10      Joel Sherrill <joel@OARcorp.com>
854
855        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.