source: rtems/testsuites/libtests/ChangeLog @ e8e38481

4.104.115
Last change on this file since e8e38481 was e8e38481, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/09 at 02:12:57

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

  • termios01/init.c: Increase number of termios ports by 1.
  • Property mode set to 100644
File size: 28.9 KB
Line 
12009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * termios01/init.c: Increase number of termios ports by 1.
4
52009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * termios01/termios_testdriver.c:
8        Reflect changes to rtems_termios_callbacks->write.
9
102009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
13        block05/init.c, block07/init.c, bspcmdline01/init.c,
14        stringto01/init.c, stringto01/stringto_test_template.h,
15        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
16        Use rtems_test_assert() consistently instead of system assert().
17        rtems_test_assert() is designed to integrate into the RTEMS test
18        suite infrastructure.
19
202009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * POSIX/Makefile.am: Add readv, writev.
23        * POSIX/writev.c, POSIX/readv.c: New.
24
252009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * POSIX/sigfillset.c: Let main() return "status".
28        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
29        sigismember.
30        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
31        POSIX/sigismember.c: New.
32
332009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * POSIX/Makefile.am: Add wait.
36        * POSIX/wait.c: New.
37
382009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * bspcmdline01/test.c: Removed.
41
422009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Add POSIX.
45        * configure.ac: Add POSIX/.
46        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
47        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
48        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
49        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
50        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
51        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
52        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
53        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
54        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
55        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
56        POSIX/waitpid.c, POSIX/write.c: New.
57
582009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * stringto01/init.c: New file.
61
622009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
65        * stringto01/.cvsignore, stringto01/Makefile.am,
66        stringto01/stringto01.doc, stringto01/stringto01.scn,
67        stringto01/stringto_test_template.h: New files.
68
692009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
70
71        * block05/init.c: Check block size. Improved output.
72        * block01/init.c: Free ramdisk before exit.
73        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
74        block04/block04.doc, block05/block05.doc, block06/block06.doc,
75        block07/block07.doc: New files.
76        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
77        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
78        block07/Makefile.am: Add new files.
79
802009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
83        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
84        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
85        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
86
872009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
90        Remove bogus cast.
91        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
92
932009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * rtems++/Task1.cc: Eliminate more warnings.
96
972009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
100        several dozens of warnings.
101
1022009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * block06/init.c: Add missing prototype.
105
1062009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
107
108        * block07/init.c: New test case.
109
1102009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
111
112        * block05/init.c, block05/block05.scn, block05/Makefile.am,
113        block06/init.c, block06/block06.scn, block06/Makefile.am,
114        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
115        * Makefile.am, configure.ac: Added block05, block06 and block07.
116
1172009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * termios/init.c: Remove sh2 hacks.
120
1212009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * block01/init.c: Include <stdio.h>.
124        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
125        * block02/init.c: Remove unused var.
126
1272009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
128
129        * block02/init.c, block02/block02.scn, block02/Makefile.am,
130        block03/init.c, block03/block03.scn, block03/Makefile.am,
131        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
132        * Makefile.am, configure.ac: Added block02, block03 and block04.
133
1342009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * monitor02/init.c: Add local prototype for
137        rtems_shell_main_monitor.
138
1392009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * termios01/init.c: Fix parity_table_Entry type.
142        Correct parity_table initialization.
143        Add PRIdrtems_termios_baud_t.
144        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
145
1462009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
149        * malloctest/init.c: Use %zu instead of %d to print size_t's.
150
1512009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * rtmonuse/init.c, rtmonuse/task1.c:
154        Use PRIxrtems_id to print rtems_ids.
155        * malloctest/init.c: Use %zu instead of %d to print size_t's.
156
1572009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * malloctest/init.c: Fix _Heap_Resize_block args.
160
1612009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * malloctest/init.c, termios01/init.c,
164        termios01/termios_testdriver.c: Eliminate unused vars.
165
1662009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * heapwalk/init.c: Comment out unused vars.
169        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
170        * malloctest/init.c: Add local prototype for malloc_walk,
171        malloc_info.
172        * malloctest/task1.c: Add local prototype for malloc_walk.
173        * monitor02/init.c: Remove unused vars.
174        * stackchk01/init.c: Remove unused vars.
175        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
176        termios/init.c: Add missing prototypes.
177
1782009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * configure.ac: Don't add -fasm to CFLAGS.
181
1822009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
183
184        * block01/.cvsignore: New file.
185
1862009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
187
188        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
189        * Makefile.am, configure.ac: Added block01.
190
1912009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
192
193        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
194
1952009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
196
197        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
198        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
199        it.
200        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
201        termios02/termios02.doc, termios02/termios02.scn: New files.
202        termios02 is a test for tcdrain().
203
2042009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
205
206        * termios01/init.c, termios01/termios_testdriver.c:
207        Reflect changes to termios.
208
2092009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
210
211        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
212
2132009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * stackchk01/stackchk01.doc: Add content.
216
2172009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
218
219        * Makefile.am, configure.ac: Add initial test for
220        rtems_stack_checker_is_blown.
221        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
222        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
223
2242009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
225
226        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
227        cases to get back to 100% object coverage.
228
2292009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
230
231        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
232        malloctest/malloctest.scn: New test cases.
233        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
234
2352009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
236
237        * malloctest/init.c: New test cases. Update for heap API changes.
238        * stackchk/blow.c: Update for heap API changes.
239
2402009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
241
242        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
243
2442009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
245
246        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
247        complete coverage of termios_XXX_to_YYY() methods.
248
2492009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
250
251        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
252        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
253        character with the assistance of a special test driver which prints
254        the requests.
255        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
256        termios01/termios01.doc, termios01/termios01.scn,
257        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
258
2592009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
260
261        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
262        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
263        rtems_clock_get_ticks_per_second().
264
2652009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
266
267        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
268        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
269
2702009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
271
272        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
273        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
274        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
275
2762009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
277
278        * malloctest/init.c: Adjust allocation in test so it passes now that
279        heap overhead constant has been increased.
280
2812009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
282
283        * bspcmdline01/init.c: Do not violate visibility.
284
2852009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
286
287        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
288        prefix to all routines.
289
2902009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
291
292        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
293        helper routines.
294        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
295        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
296        bspcmdline01/init.c, bspcmdline01/test.c: New files.
297
2982009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
299
300        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
301        for shrinking a block enough to need to free the newly unused
302        portion.
303
3042009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
305
306        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
307        _Protected_heap_Get_information().
308
3092009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
310
311        * heapwalk/init.c: Add test code for first free block pointer not
312        aligned.
313
3142009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
315
316        * heapwalk/init.c: Add more cases.
317
3182009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
319
320        * heapwalk/init.c: Add more automated corruption capability.
321
3222009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
323
324        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
325
3262009-05-19      Chris Johns <chrisj@rtems.org>
327
328        * cpuuse/tswitch.c: Lower sample count for small memory targets.
329        * cpuuse/system.h: Smaller stack size for small memory targets.
330        * monitor02/init.c: Cannot run on small memory targets.
331
3322009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
333
334        * rtmonuse/init.c: Do not use Task_name array before initialized.
335
3362009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
337
338        * malloctest/init.c: Fix warning.
339
3402009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
341
342        * malloctest/init.c: Fix typo.
343
3442009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
345
346        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
347        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
348        heapwalk/init.c, heapwalk/system.h: New files.
349
3502009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
351
352        * malloctest/init.c: Add test case for heap resize block when the
353        resize creates a free block large enough to free.
354
3552009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
356
357        * cpuuse/Makefile.am, malloctest/Makefile.am,
358        monitor/Makefile.am, monitor02/Makefile.am,
359        putenvtest/Makefile.am, rtems++/Makefile.am,
360        rtmonuse/Makefile.am, stackchk/Makefile.am,
361        termios/Makefile.am, tztest/Makefile.am:
362        Eliminate _exe_/.exe.
363
3642009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
365
366        * stackchk/stackchk.scn: Correct screen to match output.
367
3682008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
369
370        * malloctest/init.c: Change sizes of heap/region and allocated objects
371        in heap to intptr_t so they can be larger than a single allocatable
372        object (e.g. size_t).
373
3742008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
375
376        * malloctest/init.c: Do not generate alignment factors larger that will
377        not fit in a native integer.
378
3792008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
380
381        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
382        CONFIGURE_STACK_CHECKER_ENABLED.
383
3842008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
385
386        * malloctest/init.c: Convert to "bool".
387
3882008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
389
390        * rtems++/System.h: Account for extra task stacks properly.
391
3922008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
393
394        * malloctest/init.c: Fix return status check.
395
3962008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
397
398        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
399        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
400        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
401        POSIX tests. Add a clock_settime case for < 1988.
402
4032008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
404
405        * malloctest/init.c: Add more test cases to cover heap better.
406
4072008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
408
409        * malloctest/init.c: Add new test cases per Sergei. Make some of the
410        stranger cases operate directly on a freshly initialized heap. This
411        should make them more reproducible.
412
4132008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
414
415        * malloctest/init.c: Add more tests per suggestions from Sergei
416        Organov.
417
4182008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
419
420        * malloctest/init.c: Add include to remove warning.
421
4222008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
423
424        * malloctest/init.c: Remove debug print.
425
4262008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
427
428        * monitor02/.cvsignore: New file.
429
4302008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
431
432        * Makefile.am, configure.ac: Added automatic test for monitor shell
433        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
434        monitor02/system.h: New files.
435
4362007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
437
438        * malloctest/init.c: Add test cases suggested by Sergei Organov
439        <s.organov@javad.com>.
440
4412007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
442
443        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
444
4452007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
446
447        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
448        exericise another path in the period statistics code.
449
4502007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
451
452        * malloctest/init.c: Add some primitive testing of realloc() which also
453        does some positive path testing on the SuperCore heap.
454
4552007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
456
457        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
458        cases for untested routines.
459
4602007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
461
462        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
463        the CPU Usage Report include it. If it is deleted, the CPU time it
464        had consumed is not listed later in the report.
465
4662007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
467
468        * tztest/init.c: Build when using buffered test IO.
469
4702007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
471
472        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
473        macro instead of fflush() directly.
474
4752007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
476
477        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
478        Statistics and Period Usage into Rate Monotonic Manager. Added the
479        following directives: rtems_rate_monotonic_get_statistics,
480        rtems_rate_monotonic_reset_statistics,
481        rtems_rate_monotonic_reset_all_statistics,
482        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
483        Obsoleted the rtems/rtmonuse.h file as a public interface.
484
4852007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
486
487        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
488        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
489        optional managers to Makefiles. Clean up test cases so last output
490        line follows END OF pattern. Make sure test case all run. All tests
491        appeared ok on sis.
492
4932007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
494
495        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
496
4972007-03-13      Joel Sherrill <joel@OARcorp.com>
498
499        * tztest/init.c: Call tzset() even though it may be called for us
500        implicitly along the way.
501
5022007-03-13      Joel Sherrill <joel@OARcorp.com>
503
504        * tztest/.cvsignore: New file.
505
5062007-03-13      Joel Sherrill <joel@OARcorp.com>
507
508        * Makefile.am, configure.ac: Added timezone test.
509        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
510        tztest/tztest.scn: New files.
511
5122007-03-05      Joel Sherrill <joel@OARcorp.com>
513
514        * malloctest/init.c: Be explicit about need for default and floating
515        point attributes. This is just a style change.
516
5172007-02-06      Joel Sherrill <joel@OARcorp.com>
518
519        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
520        issues in message queue tests.
521
5222006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
523
524        * configure.ac: New BUG-REPORT address.
525
5262006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
527
528        * configure.ac: Require autoconf-2.60. Require automake-1.10.
529
5302006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
531
532        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
533        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
534        docdir. Use rtems_testsdir instead.
535
5362006-02-08      Joel Sherrill <joel@OARcorp.com>
537
538        * rtems++/Task1.cc: Fix warnings.
539
5402005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
541
542        * configure.ac: Remove RTEMS_ENABLE_BARE,
543        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
544
5452005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
546
547        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
548        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
549        stackchk/Makefile.am, termios/Makefile.am:
550        Convert to using *_PROGRAMS.
551
5522005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
553
554        * cpuuse/Makefile.am, malloctest/Makefile.am,
555        monitor/Makefile.am, putenvtest/Makefile.am,
556        rtems++/Makefile.am, rtmonuse/Makefile.am,
557        stackchk/Makefile.am, termios/Makefile.am: Rework.
558
5592005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
560
561        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
562        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
563        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
564        * libtests.am: Remove.
565
5662005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
567
568        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
569        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
570        stackchk/Makefile.am, termios/Makefile.am:
571        AM_CPPFLAGS += -I..../support/include.
572
5732005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
574
575        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
576        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
577
5782005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
579
580        * libtests.am: Remove LIB_VARIANT.
581
5822005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
583
584        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
585        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
586        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
587
5882005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
589
590        * Makefile.am: Cleanup.
591
5922005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
593
594        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
595        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
596        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
597        stackchk/Makefile.am, termios/Makefile.am:
598        Partial conversion to automake.
599
6002005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
601
602        * rtems++/Makefile.am: Remove LIB_VARIANT.
603
6042004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
605
606        * configure.ac: Remove -ansi to prevent folks from further damaging
607        the code with broken prototypes.
608        * putenvtest/init.c: Remove broken putenv prototype.
609        * termios/init.c (print_c_cc): Don't loop over NCCS.
610
6112004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
612
613        * configure.ac: Require automake > 1.9.
614
6152004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
616
617        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
618        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
619        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
620        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
621        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
622        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
623        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
624        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
625
6262004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
627
628        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
629        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
630        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
631        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
632        using c99 fixed size types.
633
6342004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * configure.ac: Add 2nd arg to RTEMS_TOP.
637
6382004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
641        Add PRE/TMPINSTALL_FILES to CLEANFILES.
642        * malloctest/Makefile.am: Ditto.
643        * monitor/Makefile.am: Ditto.
644        * putenvtest/Makefile.am: Ditto.
645        * rtems++/Makefile.am: Ditto.
646        * rtmonuse/Makefile.am: Ditto.
647        * stackchk/Makefile.am: Ditto.
648        * termios/Makefile.am: Ditto.
649
6502003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * libtests.am: Add dirstamp support.
653
6542003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
655
656        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
657
6582003-12-16      Joel Sherrill <joel@OARcorp.com>
659
660        PR 544/tests
661        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
662        tests account for resources and not print at inappropriate times.
663
6642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
667
6682003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
671        * malloctest/Makefile.am: Remove all-local: $(ARCH).
672        * monitor/Makefile.am: Remove all-local: $(ARCH).
673        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
674        * rtems++/Makefile.am: Remove all-local: $(ARCH).
675        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
676        * stackchk/Makefile.am: Remove all-local: $(ARCH).
677        * termios/Makefile.am: Remove all-local: $(ARCH).
678
6792003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * configure.ac: Reflect having moved to testsuites/.
682
6832003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * configure.ac: Remove RTEMS_CANONICAL_HOST.
686
6872003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * configure.ac:Remove RTEMS_CHECK_CPU.
690
6912003-09-04      Joel Sherrill <joel@OARcorp.com>
692
693        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
694        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
695        malloctest/system.h, malloctest/task1.c, monitor/init.c,
696        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
697        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
698        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
699        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
700        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
701        stackchk/task1.c: URL for license changed.
702
7032003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * Makefile.am: Reflect having moved aclocal/.
706
7072003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * Makefile.am: Reflect having moved automake/.
710        * cpuuse/Makefile.am: Reflect having moved automake/.
711        * malloctest/Makefile.am: Reflect having moved automake/.
712        * monitor/Makefile.am: Reflect having moved automake/.
713        * putenvtest/Makefile.am: Reflect having moved automake/.
714        * rtems++/Makefile.am: Reflect having moved automake/.
715        * rtmonuse/Makefile.am: Reflect having moved automake/.
716        * stackchk/Makefile.am: Reflect having moved automake/.
717        * termios/Makefile.am: Reflect having moved automake/.
718
7192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
720
721        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
722
7232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * configure.ac: Remove AC_CONFIG_AUX_DIR.
726
7272003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * configure.ac: Unconditionally check for CXX.
730        Require autoconf-2.57, automake-1.7.2.
731        * rtems++: Eliminate CC_O_FILES.
732
7332002-12-02      Joel Sherrill <joel@OARcorp.com>
734
735        * malloctest/init.c: Tasks should be floating point.
736
7372002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * .cvsignore: Reformat.
740        Add autom4te*cache.
741        Remove autom4te.cache.
742
7432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
746        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
747        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
748        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
749        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
750        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
751        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
752        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
753
7542002-08-01      Joel Sherrill <joel@OARcorp.com>
755
756        * Per PR47 add support for buffered test output.  This involved
757        adding defines to redirect output to a buffer and dump it when
758        full, at "test pause", and at exit.  To avoid problems when redefining
759        exit(), all tests were modified to call rtems_test_exit().
760        Some tests, notable psxtests, had to be modified to include
761        the standard test macro .h file (pmacros.h or tmacros.h) to
762        enable this support.
763        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
764        rtmonuse/task1.c, termios/init.c: Modified.
765
7662002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
767
768        * configure.ac: Remove ENABLE_GCC28.
769
7702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
771
772        * configure.ac:
773        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
774        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
775        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
776        * Makefile.am: Remove AUTOMAKE_OPTIONS.
777        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
778        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
779        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
780        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
781        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
782        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
783        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
784
7852001-11-01      Joel Sherrill <joel@OARcorp.com>
786
787        * rtems++/Makefile.am: Make sure debug variant of librtems++
788        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
789        and processed as PR78.
790
7912001-10-25      Joel Sherrill <joel@OARcorp.com>
792
793        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
794
7952001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
796
797        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
798        * configure.in: Remove.
799        * configure.ac: New file, generated from configure.in by autoupdate.
800
8012001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802
803        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
804        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
805
8062001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807
808        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
809        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
810        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
811        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
812        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
813        make-cxx-exe.
814        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
815        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
816        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
817
8182001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
819
820        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
821
8222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
823
824        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
825
8262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
827
828        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
829
8302000-11-01      Joel Sherrill <joel@OARcorp.com>
831
832        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
833        libcsupport.h moved from libc to lib/include/rtems and now must
834        be referenced as <rtems/XXX.h>. 
835
8362000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
839        Switch to GNU canonicalization.
840        * libtests.am: Remove DEFS.
841
8422000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
843
844        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
845        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
846        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
847
8482000-08-10      Joel Sherrill <joel@OARcorp.com>
849
850        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.