source: rtems/testsuites/libtests/ChangeLog @ 3e70362

4.104.115
Last change on this file since 3e70362 was 3e70362, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/04/09 at 15:18:47

2009-12-04 Ralf Corsépius <ralf.corsepius@…>

  • POSIX/sigfillset.c: Let main() return "status".
  • Property mode set to 100644
File size: 28.0 KB
Line 
12009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * POSIX/sigfillset.c: Let main() return "status".
4        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
5        sigismember.
6        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
7        POSIX/sigismember.c: New.
8
92009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * POSIX/Makefile.am: Add wait.
12        * POSIX/wait.c: New.
13
142009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * bspcmdline01/test.c: Removed.
17
182009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * Makefile.am: Add POSIX.
21        * configure.ac: Add POSIX/.
22        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
23        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
24        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
25        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
26        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
27        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
28        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
29        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
30        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
31        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
32        POSIX/waitpid.c, POSIX/write.c: New.
33
342009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * stringto01/init.c: New file.
37
382009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
41        * stringto01/.cvsignore, stringto01/Makefile.am,
42        stringto01/stringto01.doc, stringto01/stringto01.scn,
43        stringto01/stringto_test_template.h: New files.
44
452009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
46
47        * block05/init.c: Check block size. Improved output.
48        * block01/init.c: Free ramdisk before exit.
49        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
50        block04/block04.doc, block05/block05.doc, block06/block06.doc,
51        block07/block07.doc: New files.
52        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
53        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
54        block07/Makefile.am: Add new files.
55
562009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
59        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
60        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
61        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
62
632009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
66        Remove bogus cast.
67        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
68
692009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * rtems++/Task1.cc: Eliminate more warnings.
72
732009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
76        several dozens of warnings.
77
782009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * block06/init.c: Add missing prototype.
81
822009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
83
84        * block07/init.c: New test case.
85
862009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
87
88        * block05/init.c, block05/block05.scn, block05/Makefile.am,
89        block06/init.c, block06/block06.scn, block06/Makefile.am,
90        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
91        * Makefile.am, configure.ac: Added block05, block06 and block07.
92
932009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * termios/init.c: Remove sh2 hacks.
96
972009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * block01/init.c: Include <stdio.h>.
100        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
101        * block02/init.c: Remove unused var.
102
1032009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
104
105        * block02/init.c, block02/block02.scn, block02/Makefile.am,
106        block03/init.c, block03/block03.scn, block03/Makefile.am,
107        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
108        * Makefile.am, configure.ac: Added block02, block03 and block04.
109
1102009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * monitor02/init.c: Add local prototype for
113        rtems_shell_main_monitor.
114
1152009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * termios01/init.c: Fix parity_table_Entry type.
118        Correct parity_table initialization.
119        Add PRIdrtems_termios_baud_t.
120        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
121
1222009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
125        * malloctest/init.c: Use %zu instead of %d to print size_t's.
126
1272009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * rtmonuse/init.c, rtmonuse/task1.c:
130        Use PRIxrtems_id to print rtems_ids.
131        * malloctest/init.c: Use %zu instead of %d to print size_t's.
132
1332009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * malloctest/init.c: Fix _Heap_Resize_block args.
136
1372009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * malloctest/init.c, termios01/init.c,
140        termios01/termios_testdriver.c: Eliminate unused vars.
141
1422009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * heapwalk/init.c: Comment out unused vars.
145        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
146        * malloctest/init.c: Add local prototype for malloc_walk,
147        malloc_info.
148        * malloctest/task1.c: Add local prototype for malloc_walk.
149        * monitor02/init.c: Remove unused vars.
150        * stackchk01/init.c: Remove unused vars.
151        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
152        termios/init.c: Add missing prototypes.
153
1542009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * configure.ac: Don't add -fasm to CFLAGS.
157
1582009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * block01/.cvsignore: New file.
161
1622009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
163
164        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
165        * Makefile.am, configure.ac: Added block01.
166
1672009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
170
1712009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
174        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
175        it.
176        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
177        termios02/termios02.doc, termios02/termios02.scn: New files.
178        termios02 is a test for tcdrain().
179
1802009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * termios01/init.c, termios01/termios_testdriver.c:
183        Reflect changes to termios.
184
1852009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
186
187        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
188
1892009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
190
191        * stackchk01/stackchk01.doc: Add content.
192
1932009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * Makefile.am, configure.ac: Add initial test for
196        rtems_stack_checker_is_blown.
197        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
198        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
199
2002009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
201
202        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
203        cases to get back to 100% object coverage.
204
2052009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
206
207        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
208        malloctest/malloctest.scn: New test cases.
209        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
210
2112009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
212
213        * malloctest/init.c: New test cases. Update for heap API changes.
214        * stackchk/blow.c: Update for heap API changes.
215
2162009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
217
218        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
219
2202009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
221
222        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
223        complete coverage of termios_XXX_to_YYY() methods.
224
2252009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
226
227        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
228        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
229        character with the assistance of a special test driver which prints
230        the requests.
231        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
232        termios01/termios01.doc, termios01/termios01.scn,
233        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
234
2352009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
236
237        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
238        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
239        rtems_clock_get_ticks_per_second().
240
2412009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
244        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
245
2462009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
247
248        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
249        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
250        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
251
2522009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
253
254        * malloctest/init.c: Adjust allocation in test so it passes now that
255        heap overhead constant has been increased.
256
2572009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * bspcmdline01/init.c: Do not violate visibility.
260
2612009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
262
263        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
264        prefix to all routines.
265
2662009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
267
268        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
269        helper routines.
270        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
271        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
272        bspcmdline01/init.c, bspcmdline01/test.c: New files.
273
2742009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
275
276        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
277        for shrinking a block enough to need to free the newly unused
278        portion.
279
2802009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
281
282        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
283        _Protected_heap_Get_information().
284
2852009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
286
287        * heapwalk/init.c: Add test code for first free block pointer not
288        aligned.
289
2902009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
291
292        * heapwalk/init.c: Add more cases.
293
2942009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
295
296        * heapwalk/init.c: Add more automated corruption capability.
297
2982009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
299
300        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
301
3022009-05-19      Chris Johns <chrisj@rtems.org>
303
304        * cpuuse/tswitch.c: Lower sample count for small memory targets.
305        * cpuuse/system.h: Smaller stack size for small memory targets.
306        * monitor02/init.c: Cannot run on small memory targets.
307
3082009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * rtmonuse/init.c: Do not use Task_name array before initialized.
311
3122009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
313
314        * malloctest/init.c: Fix warning.
315
3162009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
317
318        * malloctest/init.c: Fix typo.
319
3202009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
321
322        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
323        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
324        heapwalk/init.c, heapwalk/system.h: New files.
325
3262009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
327
328        * malloctest/init.c: Add test case for heap resize block when the
329        resize creates a free block large enough to free.
330
3312009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
332
333        * cpuuse/Makefile.am, malloctest/Makefile.am,
334        monitor/Makefile.am, monitor02/Makefile.am,
335        putenvtest/Makefile.am, rtems++/Makefile.am,
336        rtmonuse/Makefile.am, stackchk/Makefile.am,
337        termios/Makefile.am, tztest/Makefile.am:
338        Eliminate _exe_/.exe.
339
3402009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
341
342        * stackchk/stackchk.scn: Correct screen to match output.
343
3442008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
345
346        * malloctest/init.c: Change sizes of heap/region and allocated objects
347        in heap to intptr_t so they can be larger than a single allocatable
348        object (e.g. size_t).
349
3502008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
351
352        * malloctest/init.c: Do not generate alignment factors larger that will
353        not fit in a native integer.
354
3552008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
356
357        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
358        CONFIGURE_STACK_CHECKER_ENABLED.
359
3602008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
361
362        * malloctest/init.c: Convert to "bool".
363
3642008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
365
366        * rtems++/System.h: Account for extra task stacks properly.
367
3682008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
369
370        * malloctest/init.c: Fix return status check.
371
3722008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
373
374        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
375        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
376        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
377        POSIX tests. Add a clock_settime case for < 1988.
378
3792008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
380
381        * malloctest/init.c: Add more test cases to cover heap better.
382
3832008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
384
385        * malloctest/init.c: Add new test cases per Sergei. Make some of the
386        stranger cases operate directly on a freshly initialized heap. This
387        should make them more reproducible.
388
3892008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
390
391        * malloctest/init.c: Add more tests per suggestions from Sergei
392        Organov.
393
3942008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
395
396        * malloctest/init.c: Add include to remove warning.
397
3982008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
399
400        * malloctest/init.c: Remove debug print.
401
4022008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
403
404        * monitor02/.cvsignore: New file.
405
4062008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
407
408        * Makefile.am, configure.ac: Added automatic test for monitor shell
409        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
410        monitor02/system.h: New files.
411
4122007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
413
414        * malloctest/init.c: Add test cases suggested by Sergei Organov
415        <s.organov@javad.com>.
416
4172007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
418
419        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
420
4212007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
422
423        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
424        exericise another path in the period statistics code.
425
4262007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
427
428        * malloctest/init.c: Add some primitive testing of realloc() which also
429        does some positive path testing on the SuperCore heap.
430
4312007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
432
433        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
434        cases for untested routines.
435
4362007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
437
438        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
439        the CPU Usage Report include it. If it is deleted, the CPU time it
440        had consumed is not listed later in the report.
441
4422007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
443
444        * tztest/init.c: Build when using buffered test IO.
445
4462007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
447
448        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
449        macro instead of fflush() directly.
450
4512007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
452
453        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
454        Statistics and Period Usage into Rate Monotonic Manager. Added the
455        following directives: rtems_rate_monotonic_get_statistics,
456        rtems_rate_monotonic_reset_statistics,
457        rtems_rate_monotonic_reset_all_statistics,
458        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
459        Obsoleted the rtems/rtmonuse.h file as a public interface.
460
4612007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
462
463        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
464        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
465        optional managers to Makefiles. Clean up test cases so last output
466        line follows END OF pattern. Make sure test case all run. All tests
467        appeared ok on sis.
468
4692007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
470
471        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
472
4732007-03-13      Joel Sherrill <joel@OARcorp.com>
474
475        * tztest/init.c: Call tzset() even though it may be called for us
476        implicitly along the way.
477
4782007-03-13      Joel Sherrill <joel@OARcorp.com>
479
480        * tztest/.cvsignore: New file.
481
4822007-03-13      Joel Sherrill <joel@OARcorp.com>
483
484        * Makefile.am, configure.ac: Added timezone test.
485        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
486        tztest/tztest.scn: New files.
487
4882007-03-05      Joel Sherrill <joel@OARcorp.com>
489
490        * malloctest/init.c: Be explicit about need for default and floating
491        point attributes. This is just a style change.
492
4932007-02-06      Joel Sherrill <joel@OARcorp.com>
494
495        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
496        issues in message queue tests.
497
4982006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
499
500        * configure.ac: New BUG-REPORT address.
501
5022006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
503
504        * configure.ac: Require autoconf-2.60. Require automake-1.10.
505
5062006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
507
508        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
509        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
510        docdir. Use rtems_testsdir instead.
511
5122006-02-08      Joel Sherrill <joel@OARcorp.com>
513
514        * rtems++/Task1.cc: Fix warnings.
515
5162005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
517
518        * configure.ac: Remove RTEMS_ENABLE_BARE,
519        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
520
5212005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
522
523        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
524        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
525        stackchk/Makefile.am, termios/Makefile.am:
526        Convert to using *_PROGRAMS.
527
5282005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
529
530        * cpuuse/Makefile.am, malloctest/Makefile.am,
531        monitor/Makefile.am, putenvtest/Makefile.am,
532        rtems++/Makefile.am, rtmonuse/Makefile.am,
533        stackchk/Makefile.am, termios/Makefile.am: Rework.
534
5352005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
536
537        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
538        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
539        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
540        * libtests.am: Remove.
541
5422005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
543
544        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
545        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
546        stackchk/Makefile.am, termios/Makefile.am:
547        AM_CPPFLAGS += -I..../support/include.
548
5492005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
550
551        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
552        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
553
5542005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
555
556        * libtests.am: Remove LIB_VARIANT.
557
5582005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
559
560        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
561        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
562        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
563
5642005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
565
566        * Makefile.am: Cleanup.
567
5682005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
569
570        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
571        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
572        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
573        stackchk/Makefile.am, termios/Makefile.am:
574        Partial conversion to automake.
575
5762005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
577
578        * rtems++/Makefile.am: Remove LIB_VARIANT.
579
5802004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
581
582        * configure.ac: Remove -ansi to prevent folks from further damaging
583        the code with broken prototypes.
584        * putenvtest/init.c: Remove broken putenv prototype.
585        * termios/init.c (print_c_cc): Don't loop over NCCS.
586
5872004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
588
589        * configure.ac: Require automake > 1.9.
590
5912004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
592
593        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
594        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
595        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
596        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
597        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
598        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
599        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
600        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
601
6022004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
603
604        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
605        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
606        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
607        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
608        using c99 fixed size types.
609
6102004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * configure.ac: Add 2nd arg to RTEMS_TOP.
613
6142004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
617        Add PRE/TMPINSTALL_FILES to CLEANFILES.
618        * malloctest/Makefile.am: Ditto.
619        * monitor/Makefile.am: Ditto.
620        * putenvtest/Makefile.am: Ditto.
621        * rtems++/Makefile.am: Ditto.
622        * rtmonuse/Makefile.am: Ditto.
623        * stackchk/Makefile.am: Ditto.
624        * termios/Makefile.am: Ditto.
625
6262003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * libtests.am: Add dirstamp support.
629
6302003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
633
6342003-12-16      Joel Sherrill <joel@OARcorp.com>
635
636        PR 544/tests
637        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
638        tests account for resources and not print at inappropriate times.
639
6402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
643
6442003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
647        * malloctest/Makefile.am: Remove all-local: $(ARCH).
648        * monitor/Makefile.am: Remove all-local: $(ARCH).
649        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
650        * rtems++/Makefile.am: Remove all-local: $(ARCH).
651        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
652        * stackchk/Makefile.am: Remove all-local: $(ARCH).
653        * termios/Makefile.am: Remove all-local: $(ARCH).
654
6552003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * configure.ac: Reflect having moved to testsuites/.
658
6592003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * configure.ac: Remove RTEMS_CANONICAL_HOST.
662
6632003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * configure.ac:Remove RTEMS_CHECK_CPU.
666
6672003-09-04      Joel Sherrill <joel@OARcorp.com>
668
669        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
670        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
671        malloctest/system.h, malloctest/task1.c, monitor/init.c,
672        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
673        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
674        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
675        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
676        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
677        stackchk/task1.c: URL for license changed.
678
6792003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * Makefile.am: Reflect having moved aclocal/.
682
6832003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * Makefile.am: Reflect having moved automake/.
686        * cpuuse/Makefile.am: Reflect having moved automake/.
687        * malloctest/Makefile.am: Reflect having moved automake/.
688        * monitor/Makefile.am: Reflect having moved automake/.
689        * putenvtest/Makefile.am: Reflect having moved automake/.
690        * rtems++/Makefile.am: Reflect having moved automake/.
691        * rtmonuse/Makefile.am: Reflect having moved automake/.
692        * stackchk/Makefile.am: Reflect having moved automake/.
693        * termios/Makefile.am: Reflect having moved automake/.
694
6952003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
698
6992003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * configure.ac: Remove AC_CONFIG_AUX_DIR.
702
7032003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * configure.ac: Unconditionally check for CXX.
706        Require autoconf-2.57, automake-1.7.2.
707        * rtems++: Eliminate CC_O_FILES.
708
7092002-12-02      Joel Sherrill <joel@OARcorp.com>
710
711        * malloctest/init.c: Tasks should be floating point.
712
7132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * .cvsignore: Reformat.
716        Add autom4te*cache.
717        Remove autom4te.cache.
718
7192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
720
721        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
722        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
723        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
724        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
725        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
726        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
727        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
728        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
729
7302002-08-01      Joel Sherrill <joel@OARcorp.com>
731
732        * Per PR47 add support for buffered test output.  This involved
733        adding defines to redirect output to a buffer and dump it when
734        full, at "test pause", and at exit.  To avoid problems when redefining
735        exit(), all tests were modified to call rtems_test_exit().
736        Some tests, notable psxtests, had to be modified to include
737        the standard test macro .h file (pmacros.h or tmacros.h) to
738        enable this support.
739        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
740        rtmonuse/task1.c, termios/init.c: Modified.
741
7422002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * configure.ac: Remove ENABLE_GCC28.
745
7462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * configure.ac:
749        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
750        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
751        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
752        * Makefile.am: Remove AUTOMAKE_OPTIONS.
753        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
754        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
755        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
756        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
757        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
758        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
759        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
760
7612001-11-01      Joel Sherrill <joel@OARcorp.com>
762
763        * rtems++/Makefile.am: Make sure debug variant of librtems++
764        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
765        and processed as PR78.
766
7672001-10-25      Joel Sherrill <joel@OARcorp.com>
768
769        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
770
7712001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
772
773        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
774        * configure.in: Remove.
775        * configure.ac: New file, generated from configure.in by autoupdate.
776
7772001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
778
779        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
780        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
781
7822001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
785        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
786        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
787        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
788        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
789        make-cxx-exe.
790        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
791        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
792        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
793
7942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
795
796        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
797
7982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
801
8022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
805
8062000-11-01      Joel Sherrill <joel@OARcorp.com>
807
808        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
809        libcsupport.h moved from libc to lib/include/rtems and now must
810        be referenced as <rtems/XXX.h>. 
811
8122000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
813
814        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
815        Switch to GNU canonicalization.
816        * libtests.am: Remove DEFS.
817
8182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
821        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
822        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
823
8242000-08-10      Joel Sherrill <joel@OARcorp.com>
825
826        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.