source: rtems/testsuites/libtests/ChangeLog @ 500fcd5

4.104.115
Last change on this file since 500fcd5 was 500fcd5, checked in by Joel Sherrill <joel.sherrill@…>, on 12/08/09 at 17:52:49

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

  • block01/init.c, block02/init.c, block03/init.c, block04/init.c, block05/init.c, block07/init.c, bspcmdline01/init.c, stringto01/init.c, stringto01/stringto_test_template.h, termios01/init.c, termios01/termios_testdriver.c, termios02/init.c: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
  • Property mode set to 100644
File size: 28.6 KB
Line 
12009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
4        block05/init.c, block07/init.c, bspcmdline01/init.c,
5        stringto01/init.c, stringto01/stringto_test_template.h,
6        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
7        Use rtems_test_assert() consistently instead of system assert().
8        rtems_test_assert() is designed to integrate into the RTEMS test
9        suite infrastructure.
10
112009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * POSIX/Makefile.am: Add readv, writev.
14        * POSIX/writev.c, POSIX/readv.c: New.
15
162009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * POSIX/sigfillset.c: Let main() return "status".
19        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
20        sigismember.
21        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
22        POSIX/sigismember.c: New.
23
242009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * POSIX/Makefile.am: Add wait.
27        * POSIX/wait.c: New.
28
292009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * bspcmdline01/test.c: Removed.
32
332009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * Makefile.am: Add POSIX.
36        * configure.ac: Add POSIX/.
37        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
38        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
39        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
40        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
41        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
42        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
43        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
44        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
45        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
46        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
47        POSIX/waitpid.c, POSIX/write.c: New.
48
492009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * stringto01/init.c: New file.
52
532009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
56        * stringto01/.cvsignore, stringto01/Makefile.am,
57        stringto01/stringto01.doc, stringto01/stringto01.scn,
58        stringto01/stringto_test_template.h: New files.
59
602009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
61
62        * block05/init.c: Check block size. Improved output.
63        * block01/init.c: Free ramdisk before exit.
64        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
65        block04/block04.doc, block05/block05.doc, block06/block06.doc,
66        block07/block07.doc: New files.
67        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
68        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
69        block07/Makefile.am: Add new files.
70
712009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
74        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
75        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
76        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
77
782009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
81        Remove bogus cast.
82        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
83
842009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * rtems++/Task1.cc: Eliminate more warnings.
87
882009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
91        several dozens of warnings.
92
932009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * block06/init.c: Add missing prototype.
96
972009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
98
99        * block07/init.c: New test case.
100
1012009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
102
103        * block05/init.c, block05/block05.scn, block05/Makefile.am,
104        block06/init.c, block06/block06.scn, block06/Makefile.am,
105        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
106        * Makefile.am, configure.ac: Added block05, block06 and block07.
107
1082009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * termios/init.c: Remove sh2 hacks.
111
1122009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * block01/init.c: Include <stdio.h>.
115        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
116        * block02/init.c: Remove unused var.
117
1182009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
119
120        * block02/init.c, block02/block02.scn, block02/Makefile.am,
121        block03/init.c, block03/block03.scn, block03/Makefile.am,
122        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
123        * Makefile.am, configure.ac: Added block02, block03 and block04.
124
1252009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * monitor02/init.c: Add local prototype for
128        rtems_shell_main_monitor.
129
1302009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * termios01/init.c: Fix parity_table_Entry type.
133        Correct parity_table initialization.
134        Add PRIdrtems_termios_baud_t.
135        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
136
1372009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
140        * malloctest/init.c: Use %zu instead of %d to print size_t's.
141
1422009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * rtmonuse/init.c, rtmonuse/task1.c:
145        Use PRIxrtems_id to print rtems_ids.
146        * malloctest/init.c: Use %zu instead of %d to print size_t's.
147
1482009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * malloctest/init.c: Fix _Heap_Resize_block args.
151
1522009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * malloctest/init.c, termios01/init.c,
155        termios01/termios_testdriver.c: Eliminate unused vars.
156
1572009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * heapwalk/init.c: Comment out unused vars.
160        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
161        * malloctest/init.c: Add local prototype for malloc_walk,
162        malloc_info.
163        * malloctest/task1.c: Add local prototype for malloc_walk.
164        * monitor02/init.c: Remove unused vars.
165        * stackchk01/init.c: Remove unused vars.
166        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
167        termios/init.c: Add missing prototypes.
168
1692009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * configure.ac: Don't add -fasm to CFLAGS.
172
1732009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * block01/.cvsignore: New file.
176
1772009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
178
179        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
180        * Makefile.am, configure.ac: Added block01.
181
1822009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
183
184        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
185
1862009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
187
188        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
189        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
190        it.
191        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
192        termios02/termios02.doc, termios02/termios02.scn: New files.
193        termios02 is a test for tcdrain().
194
1952009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * termios01/init.c, termios01/termios_testdriver.c:
198        Reflect changes to termios.
199
2002009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
201
202        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
203
2042009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
205
206        * stackchk01/stackchk01.doc: Add content.
207
2082009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
209
210        * Makefile.am, configure.ac: Add initial test for
211        rtems_stack_checker_is_blown.
212        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
213        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
214
2152009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
216
217        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
218        cases to get back to 100% object coverage.
219
2202009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
221
222        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
223        malloctest/malloctest.scn: New test cases.
224        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
225
2262009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
227
228        * malloctest/init.c: New test cases. Update for heap API changes.
229        * stackchk/blow.c: Update for heap API changes.
230
2312009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
232
233        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
234
2352009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
236
237        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
238        complete coverage of termios_XXX_to_YYY() methods.
239
2402009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
241
242        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
243        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
244        character with the assistance of a special test driver which prints
245        the requests.
246        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
247        termios01/termios01.doc, termios01/termios01.scn,
248        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
249
2502009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
251
252        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
253        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
254        rtems_clock_get_ticks_per_second().
255
2562009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
257
258        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
259        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
260
2612009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
262
263        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
264        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
265        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
266
2672009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
268
269        * malloctest/init.c: Adjust allocation in test so it passes now that
270        heap overhead constant has been increased.
271
2722009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
273
274        * bspcmdline01/init.c: Do not violate visibility.
275
2762009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
277
278        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
279        prefix to all routines.
280
2812009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
282
283        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
284        helper routines.
285        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
286        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
287        bspcmdline01/init.c, bspcmdline01/test.c: New files.
288
2892009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
290
291        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
292        for shrinking a block enough to need to free the newly unused
293        portion.
294
2952009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
296
297        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
298        _Protected_heap_Get_information().
299
3002009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
301
302        * heapwalk/init.c: Add test code for first free block pointer not
303        aligned.
304
3052009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
306
307        * heapwalk/init.c: Add more cases.
308
3092009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        * heapwalk/init.c: Add more automated corruption capability.
312
3132009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
314
315        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
316
3172009-05-19      Chris Johns <chrisj@rtems.org>
318
319        * cpuuse/tswitch.c: Lower sample count for small memory targets.
320        * cpuuse/system.h: Smaller stack size for small memory targets.
321        * monitor02/init.c: Cannot run on small memory targets.
322
3232009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
324
325        * rtmonuse/init.c: Do not use Task_name array before initialized.
326
3272009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
328
329        * malloctest/init.c: Fix warning.
330
3312009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
332
333        * malloctest/init.c: Fix typo.
334
3352009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
336
337        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
338        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
339        heapwalk/init.c, heapwalk/system.h: New files.
340
3412009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
342
343        * malloctest/init.c: Add test case for heap resize block when the
344        resize creates a free block large enough to free.
345
3462009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
347
348        * cpuuse/Makefile.am, malloctest/Makefile.am,
349        monitor/Makefile.am, monitor02/Makefile.am,
350        putenvtest/Makefile.am, rtems++/Makefile.am,
351        rtmonuse/Makefile.am, stackchk/Makefile.am,
352        termios/Makefile.am, tztest/Makefile.am:
353        Eliminate _exe_/.exe.
354
3552009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
356
357        * stackchk/stackchk.scn: Correct screen to match output.
358
3592008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
360
361        * malloctest/init.c: Change sizes of heap/region and allocated objects
362        in heap to intptr_t so they can be larger than a single allocatable
363        object (e.g. size_t).
364
3652008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
366
367        * malloctest/init.c: Do not generate alignment factors larger that will
368        not fit in a native integer.
369
3702008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
371
372        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
373        CONFIGURE_STACK_CHECKER_ENABLED.
374
3752008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
376
377        * malloctest/init.c: Convert to "bool".
378
3792008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
380
381        * rtems++/System.h: Account for extra task stacks properly.
382
3832008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
384
385        * malloctest/init.c: Fix return status check.
386
3872008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
388
389        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
390        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
391        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
392        POSIX tests. Add a clock_settime case for < 1988.
393
3942008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
395
396        * malloctest/init.c: Add more test cases to cover heap better.
397
3982008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
399
400        * malloctest/init.c: Add new test cases per Sergei. Make some of the
401        stranger cases operate directly on a freshly initialized heap. This
402        should make them more reproducible.
403
4042008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
405
406        * malloctest/init.c: Add more tests per suggestions from Sergei
407        Organov.
408
4092008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
410
411        * malloctest/init.c: Add include to remove warning.
412
4132008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
414
415        * malloctest/init.c: Remove debug print.
416
4172008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
418
419        * monitor02/.cvsignore: New file.
420
4212008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
422
423        * Makefile.am, configure.ac: Added automatic test for monitor shell
424        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
425        monitor02/system.h: New files.
426
4272007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
428
429        * malloctest/init.c: Add test cases suggested by Sergei Organov
430        <s.organov@javad.com>.
431
4322007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
433
434        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
435
4362007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
437
438        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
439        exericise another path in the period statistics code.
440
4412007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
442
443        * malloctest/init.c: Add some primitive testing of realloc() which also
444        does some positive path testing on the SuperCore heap.
445
4462007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
447
448        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
449        cases for untested routines.
450
4512007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
452
453        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
454        the CPU Usage Report include it. If it is deleted, the CPU time it
455        had consumed is not listed later in the report.
456
4572007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
458
459        * tztest/init.c: Build when using buffered test IO.
460
4612007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
462
463        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
464        macro instead of fflush() directly.
465
4662007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
467
468        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
469        Statistics and Period Usage into Rate Monotonic Manager. Added the
470        following directives: rtems_rate_monotonic_get_statistics,
471        rtems_rate_monotonic_reset_statistics,
472        rtems_rate_monotonic_reset_all_statistics,
473        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
474        Obsoleted the rtems/rtmonuse.h file as a public interface.
475
4762007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
477
478        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
479        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
480        optional managers to Makefiles. Clean up test cases so last output
481        line follows END OF pattern. Make sure test case all run. All tests
482        appeared ok on sis.
483
4842007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
485
486        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
487
4882007-03-13      Joel Sherrill <joel@OARcorp.com>
489
490        * tztest/init.c: Call tzset() even though it may be called for us
491        implicitly along the way.
492
4932007-03-13      Joel Sherrill <joel@OARcorp.com>
494
495        * tztest/.cvsignore: New file.
496
4972007-03-13      Joel Sherrill <joel@OARcorp.com>
498
499        * Makefile.am, configure.ac: Added timezone test.
500        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
501        tztest/tztest.scn: New files.
502
5032007-03-05      Joel Sherrill <joel@OARcorp.com>
504
505        * malloctest/init.c: Be explicit about need for default and floating
506        point attributes. This is just a style change.
507
5082007-02-06      Joel Sherrill <joel@OARcorp.com>
509
510        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
511        issues in message queue tests.
512
5132006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
514
515        * configure.ac: New BUG-REPORT address.
516
5172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
518
519        * configure.ac: Require autoconf-2.60. Require automake-1.10.
520
5212006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
522
523        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
524        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
525        docdir. Use rtems_testsdir instead.
526
5272006-02-08      Joel Sherrill <joel@OARcorp.com>
528
529        * rtems++/Task1.cc: Fix warnings.
530
5312005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
532
533        * configure.ac: Remove RTEMS_ENABLE_BARE,
534        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
535
5362005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
537
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        Convert to using *_PROGRAMS.
542
5432005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
544
545        * cpuuse/Makefile.am, malloctest/Makefile.am,
546        monitor/Makefile.am, putenvtest/Makefile.am,
547        rtems++/Makefile.am, rtmonuse/Makefile.am,
548        stackchk/Makefile.am, termios/Makefile.am: Rework.
549
5502005-11-11      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: Expand libtests.am.
555        * libtests.am: Remove.
556
5572005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
558
559        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
560        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
561        stackchk/Makefile.am, termios/Makefile.am:
562        AM_CPPFLAGS += -I..../support/include.
563
5642005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
565
566        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
567        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
568
5692005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
570
571        * libtests.am: Remove LIB_VARIANT.
572
5732005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
574
575        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
576        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
577        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
578
5792005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
580
581        * Makefile.am: Cleanup.
582
5832005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
584
585        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
586        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
587        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
588        stackchk/Makefile.am, termios/Makefile.am:
589        Partial conversion to automake.
590
5912005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
592
593        * rtems++/Makefile.am: Remove LIB_VARIANT.
594
5952004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
596
597        * configure.ac: Remove -ansi to prevent folks from further damaging
598        the code with broken prototypes.
599        * putenvtest/init.c: Remove broken putenv prototype.
600        * termios/init.c (print_c_cc): Don't loop over NCCS.
601
6022004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
603
604        * configure.ac: Require automake > 1.9.
605
6062004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
607
608        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
609        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
610        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
611        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
612        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
613        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
614        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
615        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
616
6172004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
618
619        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
620        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
621        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
622        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
623        using c99 fixed size types.
624
6252004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * configure.ac: Add 2nd arg to RTEMS_TOP.
628
6292004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
632        Add PRE/TMPINSTALL_FILES to CLEANFILES.
633        * malloctest/Makefile.am: Ditto.
634        * monitor/Makefile.am: Ditto.
635        * putenvtest/Makefile.am: Ditto.
636        * rtems++/Makefile.am: Ditto.
637        * rtmonuse/Makefile.am: Ditto.
638        * stackchk/Makefile.am: Ditto.
639        * termios/Makefile.am: Ditto.
640
6412003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * libtests.am: Add dirstamp support.
644
6452003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
648
6492003-12-16      Joel Sherrill <joel@OARcorp.com>
650
651        PR 544/tests
652        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
653        tests account for resources and not print at inappropriate times.
654
6552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
658
6592003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
662        * malloctest/Makefile.am: Remove all-local: $(ARCH).
663        * monitor/Makefile.am: Remove all-local: $(ARCH).
664        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
665        * rtems++/Makefile.am: Remove all-local: $(ARCH).
666        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
667        * stackchk/Makefile.am: Remove all-local: $(ARCH).
668        * termios/Makefile.am: Remove all-local: $(ARCH).
669
6702003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * configure.ac: Reflect having moved to testsuites/.
673
6742003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * configure.ac: Remove RTEMS_CANONICAL_HOST.
677
6782003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * configure.ac:Remove RTEMS_CHECK_CPU.
681
6822003-09-04      Joel Sherrill <joel@OARcorp.com>
683
684        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
685        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
686        malloctest/system.h, malloctest/task1.c, monitor/init.c,
687        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
688        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
689        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
690        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
691        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
692        stackchk/task1.c: URL for license changed.
693
6942003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * Makefile.am: Reflect having moved aclocal/.
697
6982003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * Makefile.am: Reflect having moved automake/.
701        * cpuuse/Makefile.am: Reflect having moved automake/.
702        * malloctest/Makefile.am: Reflect having moved automake/.
703        * monitor/Makefile.am: Reflect having moved automake/.
704        * putenvtest/Makefile.am: Reflect having moved automake/.
705        * rtems++/Makefile.am: Reflect having moved automake/.
706        * rtmonuse/Makefile.am: Reflect having moved automake/.
707        * stackchk/Makefile.am: Reflect having moved automake/.
708        * termios/Makefile.am: Reflect having moved automake/.
709
7102003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
711
712        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
713
7142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * configure.ac: Remove AC_CONFIG_AUX_DIR.
717
7182003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * configure.ac: Unconditionally check for CXX.
721        Require autoconf-2.57, automake-1.7.2.
722        * rtems++: Eliminate CC_O_FILES.
723
7242002-12-02      Joel Sherrill <joel@OARcorp.com>
725
726        * malloctest/init.c: Tasks should be floating point.
727
7282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * .cvsignore: Reformat.
731        Add autom4te*cache.
732        Remove autom4te.cache.
733
7342002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
737        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
738        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
739        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
740        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
741        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
742        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
743        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
744
7452002-08-01      Joel Sherrill <joel@OARcorp.com>
746
747        * Per PR47 add support for buffered test output.  This involved
748        adding defines to redirect output to a buffer and dump it when
749        full, at "test pause", and at exit.  To avoid problems when redefining
750        exit(), all tests were modified to call rtems_test_exit().
751        Some tests, notable psxtests, had to be modified to include
752        the standard test macro .h file (pmacros.h or tmacros.h) to
753        enable this support.
754        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
755        rtmonuse/task1.c, termios/init.c: Modified.
756
7572002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
758
759        * configure.ac: Remove ENABLE_GCC28.
760
7612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * configure.ac:
764        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
765        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
766        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
767        * Makefile.am: Remove AUTOMAKE_OPTIONS.
768        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
769        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
770        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
771        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
772        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
773        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
774        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
775
7762001-11-01      Joel Sherrill <joel@OARcorp.com>
777
778        * rtems++/Makefile.am: Make sure debug variant of librtems++
779        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
780        and processed as PR78.
781
7822001-10-25      Joel Sherrill <joel@OARcorp.com>
783
784        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
785
7862001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
789        * configure.in: Remove.
790        * configure.ac: New file, generated from configure.in by autoupdate.
791
7922001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
793
794        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
795        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
796
7972001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
800        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
801        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
802        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
803        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
804        make-cxx-exe.
805        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
806        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
807        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
808
8092001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
810
811        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
812
8132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
816
8172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
818
819        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
820
8212000-11-01      Joel Sherrill <joel@OARcorp.com>
822
823        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
824        libcsupport.h moved from libc to lib/include/rtems and now must
825        be referenced as <rtems/XXX.h>. 
826
8272000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
830        Switch to GNU canonicalization.
831        * libtests.am: Remove DEFS.
832
8332000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
836        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
837        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
838
8392000-08-10      Joel Sherrill <joel@OARcorp.com>
840
841        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.