source: rtems/testsuites/libtests/ChangeLog @ 0c5ff134

4.104.115
Last change on this file since 0c5ff134 was 0c5ff134, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/04/09 at 15:17:45

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

  • POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset, sigismember.
  • POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c, POSIX/sigismember.c: New.
  • Property mode set to 100644
File size: 28.0 KB
Line 
12009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
4        sigismember.
5        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
6        POSIX/sigismember.c: New.
7
82009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * POSIX/Makefile.am: Add wait.
11        * POSIX/wait.c: New.
12
132009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * bspcmdline01/test.c: Removed.
16
172009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Add POSIX.
20        * configure.ac: Add POSIX/.
21        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
22        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
23        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
24        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
25        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
26        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
27        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
28        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
29        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
30        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
31        POSIX/waitpid.c, POSIX/write.c: New.
32
332009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * stringto01/init.c: New file.
36
372009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
40        * stringto01/.cvsignore, stringto01/Makefile.am,
41        stringto01/stringto01.doc, stringto01/stringto01.scn,
42        stringto01/stringto_test_template.h: New files.
43
442009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
45
46        * block05/init.c: Check block size. Improved output.
47        * block01/init.c: Free ramdisk before exit.
48        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
49        block04/block04.doc, block05/block05.doc, block06/block06.doc,
50        block07/block07.doc: New files.
51        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
52        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
53        block07/Makefile.am: Add new files.
54
552009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
58        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
59        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
60        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
61
622009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
65        Remove bogus cast.
66        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
67
682009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * rtems++/Task1.cc: Eliminate more warnings.
71
722009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
75        several dozens of warnings.
76
772009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * block06/init.c: Add missing prototype.
80
812009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
82
83        * block07/init.c: New test case.
84
852009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
86
87        * block05/init.c, block05/block05.scn, block05/Makefile.am,
88        block06/init.c, block06/block06.scn, block06/Makefile.am,
89        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
90        * Makefile.am, configure.ac: Added block05, block06 and block07.
91
922009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * termios/init.c: Remove sh2 hacks.
95
962009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * block01/init.c: Include <stdio.h>.
99        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
100        * block02/init.c: Remove unused var.
101
1022009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
103
104        * block02/init.c, block02/block02.scn, block02/Makefile.am,
105        block03/init.c, block03/block03.scn, block03/Makefile.am,
106        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
107        * Makefile.am, configure.ac: Added block02, block03 and block04.
108
1092009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * monitor02/init.c: Add local prototype for
112        rtems_shell_main_monitor.
113
1142009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * termios01/init.c: Fix parity_table_Entry type.
117        Correct parity_table initialization.
118        Add PRIdrtems_termios_baud_t.
119        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
120
1212009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
124        * malloctest/init.c: Use %zu instead of %d to print size_t's.
125
1262009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * rtmonuse/init.c, rtmonuse/task1.c:
129        Use PRIxrtems_id to print rtems_ids.
130        * malloctest/init.c: Use %zu instead of %d to print size_t's.
131
1322009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * malloctest/init.c: Fix _Heap_Resize_block args.
135
1362009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * malloctest/init.c, termios01/init.c,
139        termios01/termios_testdriver.c: Eliminate unused vars.
140
1412009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * heapwalk/init.c: Comment out unused vars.
144        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
145        * malloctest/init.c: Add local prototype for malloc_walk,
146        malloc_info.
147        * malloctest/task1.c: Add local prototype for malloc_walk.
148        * monitor02/init.c: Remove unused vars.
149        * stackchk01/init.c: Remove unused vars.
150        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
151        termios/init.c: Add missing prototypes.
152
1532009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * configure.ac: Don't add -fasm to CFLAGS.
156
1572009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * block01/.cvsignore: New file.
160
1612009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
162
163        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
164        * Makefile.am, configure.ac: Added block01.
165
1662009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
169
1702009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
171
172        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
173        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
174        it.
175        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
176        termios02/termios02.doc, termios02/termios02.scn: New files.
177        termios02 is a test for tcdrain().
178
1792009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * termios01/init.c, termios01/termios_testdriver.c:
182        Reflect changes to termios.
183
1842009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
187
1882009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        * stackchk01/stackchk01.doc: Add content.
191
1922009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * Makefile.am, configure.ac: Add initial test for
195        rtems_stack_checker_is_blown.
196        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
197        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
198
1992009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
200
201        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
202        cases to get back to 100% object coverage.
203
2042009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
205
206        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
207        malloctest/malloctest.scn: New test cases.
208        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
209
2102009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
211
212        * malloctest/init.c: New test cases. Update for heap API changes.
213        * stackchk/blow.c: Update for heap API changes.
214
2152009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
216
217        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
218
2192009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
220
221        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
222        complete coverage of termios_XXX_to_YYY() methods.
223
2242009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
225
226        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
227        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
228        character with the assistance of a special test driver which prints
229        the requests.
230        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
231        termios01/termios01.doc, termios01/termios01.scn,
232        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
233
2342009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
235
236        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
237        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
238        rtems_clock_get_ticks_per_second().
239
2402009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
241
242        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
243        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
244
2452009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
246
247        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
248        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
249        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
250
2512009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
252
253        * malloctest/init.c: Adjust allocation in test so it passes now that
254        heap overhead constant has been increased.
255
2562009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
257
258        * bspcmdline01/init.c: Do not violate visibility.
259
2602009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
261
262        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
263        prefix to all routines.
264
2652009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
266
267        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
268        helper routines.
269        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
270        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
271        bspcmdline01/init.c, bspcmdline01/test.c: New files.
272
2732009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
274
275        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
276        for shrinking a block enough to need to free the newly unused
277        portion.
278
2792009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
280
281        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
282        _Protected_heap_Get_information().
283
2842009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
285
286        * heapwalk/init.c: Add test code for first free block pointer not
287        aligned.
288
2892009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
290
291        * heapwalk/init.c: Add more cases.
292
2932009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
294
295        * heapwalk/init.c: Add more automated corruption capability.
296
2972009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
298
299        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
300
3012009-05-19      Chris Johns <chrisj@rtems.org>
302
303        * cpuuse/tswitch.c: Lower sample count for small memory targets.
304        * cpuuse/system.h: Smaller stack size for small memory targets.
305        * monitor02/init.c: Cannot run on small memory targets.
306
3072009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
308
309        * rtmonuse/init.c: Do not use Task_name array before initialized.
310
3112009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
312
313        * malloctest/init.c: Fix warning.
314
3152009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
316
317        * malloctest/init.c: Fix typo.
318
3192009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
320
321        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
322        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
323        heapwalk/init.c, heapwalk/system.h: New files.
324
3252009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
326
327        * malloctest/init.c: Add test case for heap resize block when the
328        resize creates a free block large enough to free.
329
3302009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
331
332        * cpuuse/Makefile.am, malloctest/Makefile.am,
333        monitor/Makefile.am, monitor02/Makefile.am,
334        putenvtest/Makefile.am, rtems++/Makefile.am,
335        rtmonuse/Makefile.am, stackchk/Makefile.am,
336        termios/Makefile.am, tztest/Makefile.am:
337        Eliminate _exe_/.exe.
338
3392009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
340
341        * stackchk/stackchk.scn: Correct screen to match output.
342
3432008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
344
345        * malloctest/init.c: Change sizes of heap/region and allocated objects
346        in heap to intptr_t so they can be larger than a single allocatable
347        object (e.g. size_t).
348
3492008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
350
351        * malloctest/init.c: Do not generate alignment factors larger that will
352        not fit in a native integer.
353
3542008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
355
356        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
357        CONFIGURE_STACK_CHECKER_ENABLED.
358
3592008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
360
361        * malloctest/init.c: Convert to "bool".
362
3632008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
364
365        * rtems++/System.h: Account for extra task stacks properly.
366
3672008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
368
369        * malloctest/init.c: Fix return status check.
370
3712008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
372
373        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
374        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
375        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
376        POSIX tests. Add a clock_settime case for < 1988.
377
3782008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
379
380        * malloctest/init.c: Add more test cases to cover heap better.
381
3822008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
383
384        * malloctest/init.c: Add new test cases per Sergei. Make some of the
385        stranger cases operate directly on a freshly initialized heap. This
386        should make them more reproducible.
387
3882008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
389
390        * malloctest/init.c: Add more tests per suggestions from Sergei
391        Organov.
392
3932008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
394
395        * malloctest/init.c: Add include to remove warning.
396
3972008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
398
399        * malloctest/init.c: Remove debug print.
400
4012008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
402
403        * monitor02/.cvsignore: New file.
404
4052008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
406
407        * Makefile.am, configure.ac: Added automatic test for monitor shell
408        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
409        monitor02/system.h: New files.
410
4112007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
412
413        * malloctest/init.c: Add test cases suggested by Sergei Organov
414        <s.organov@javad.com>.
415
4162007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
417
418        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
419
4202007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
421
422        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
423        exericise another path in the period statistics code.
424
4252007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
426
427        * malloctest/init.c: Add some primitive testing of realloc() which also
428        does some positive path testing on the SuperCore heap.
429
4302007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
431
432        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
433        cases for untested routines.
434
4352007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
436
437        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
438        the CPU Usage Report include it. If it is deleted, the CPU time it
439        had consumed is not listed later in the report.
440
4412007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
442
443        * tztest/init.c: Build when using buffered test IO.
444
4452007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
446
447        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
448        macro instead of fflush() directly.
449
4502007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
451
452        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
453        Statistics and Period Usage into Rate Monotonic Manager. Added the
454        following directives: rtems_rate_monotonic_get_statistics,
455        rtems_rate_monotonic_reset_statistics,
456        rtems_rate_monotonic_reset_all_statistics,
457        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
458        Obsoleted the rtems/rtmonuse.h file as a public interface.
459
4602007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
461
462        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
463        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
464        optional managers to Makefiles. Clean up test cases so last output
465        line follows END OF pattern. Make sure test case all run. All tests
466        appeared ok on sis.
467
4682007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
469
470        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
471
4722007-03-13      Joel Sherrill <joel@OARcorp.com>
473
474        * tztest/init.c: Call tzset() even though it may be called for us
475        implicitly along the way.
476
4772007-03-13      Joel Sherrill <joel@OARcorp.com>
478
479        * tztest/.cvsignore: New file.
480
4812007-03-13      Joel Sherrill <joel@OARcorp.com>
482
483        * Makefile.am, configure.ac: Added timezone test.
484        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
485        tztest/tztest.scn: New files.
486
4872007-03-05      Joel Sherrill <joel@OARcorp.com>
488
489        * malloctest/init.c: Be explicit about need for default and floating
490        point attributes. This is just a style change.
491
4922007-02-06      Joel Sherrill <joel@OARcorp.com>
493
494        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
495        issues in message queue tests.
496
4972006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
498
499        * configure.ac: New BUG-REPORT address.
500
5012006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
502
503        * configure.ac: Require autoconf-2.60. Require automake-1.10.
504
5052006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
506
507        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
508        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
509        docdir. Use rtems_testsdir instead.
510
5112006-02-08      Joel Sherrill <joel@OARcorp.com>
512
513        * rtems++/Task1.cc: Fix warnings.
514
5152005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
516
517        * configure.ac: Remove RTEMS_ENABLE_BARE,
518        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
519
5202005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
521
522        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
523        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
524        stackchk/Makefile.am, termios/Makefile.am:
525        Convert to using *_PROGRAMS.
526
5272005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
528
529        * cpuuse/Makefile.am, malloctest/Makefile.am,
530        monitor/Makefile.am, putenvtest/Makefile.am,
531        rtems++/Makefile.am, rtmonuse/Makefile.am,
532        stackchk/Makefile.am, termios/Makefile.am: Rework.
533
5342005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
535
536        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
537        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
538        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
539        * libtests.am: Remove.
540
5412005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
542
543        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
544        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
545        stackchk/Makefile.am, termios/Makefile.am:
546        AM_CPPFLAGS += -I..../support/include.
547
5482005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
549
550        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
551        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
552
5532005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
554
555        * libtests.am: Remove LIB_VARIANT.
556
5572005-11-07      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: Remove SRC, PRINT_SRC.
562
5632005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
564
565        * Makefile.am: Cleanup.
566
5672005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
568
569        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
570        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
571        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
572        stackchk/Makefile.am, termios/Makefile.am:
573        Partial conversion to automake.
574
5752005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
576
577        * rtems++/Makefile.am: Remove LIB_VARIANT.
578
5792004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
580
581        * configure.ac: Remove -ansi to prevent folks from further damaging
582        the code with broken prototypes.
583        * putenvtest/init.c: Remove broken putenv prototype.
584        * termios/init.c (print_c_cc): Don't loop over NCCS.
585
5862004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
587
588        * configure.ac: Require automake > 1.9.
589
5902004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
591
592        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
593        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
594        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
595        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
596        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
597        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
598        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
599        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
600
6012004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
602
603        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
604        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
605        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
606        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
607        using c99 fixed size types.
608
6092004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * configure.ac: Add 2nd arg to RTEMS_TOP.
612
6132004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
616        Add PRE/TMPINSTALL_FILES to CLEANFILES.
617        * malloctest/Makefile.am: Ditto.
618        * monitor/Makefile.am: Ditto.
619        * putenvtest/Makefile.am: Ditto.
620        * rtems++/Makefile.am: Ditto.
621        * rtmonuse/Makefile.am: Ditto.
622        * stackchk/Makefile.am: Ditto.
623        * termios/Makefile.am: Ditto.
624
6252003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * libtests.am: Add dirstamp support.
628
6292003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
632
6332003-12-16      Joel Sherrill <joel@OARcorp.com>
634
635        PR 544/tests
636        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
637        tests account for resources and not print at inappropriate times.
638
6392003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
642
6432003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
646        * malloctest/Makefile.am: Remove all-local: $(ARCH).
647        * monitor/Makefile.am: Remove all-local: $(ARCH).
648        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
649        * rtems++/Makefile.am: Remove all-local: $(ARCH).
650        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
651        * stackchk/Makefile.am: Remove all-local: $(ARCH).
652        * termios/Makefile.am: Remove all-local: $(ARCH).
653
6542003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
655
656        * configure.ac: Reflect having moved to testsuites/.
657
6582003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * configure.ac: Remove RTEMS_CANONICAL_HOST.
661
6622003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * configure.ac:Remove RTEMS_CHECK_CPU.
665
6662003-09-04      Joel Sherrill <joel@OARcorp.com>
667
668        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
669        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
670        malloctest/system.h, malloctest/task1.c, monitor/init.c,
671        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
672        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
673        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
674        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
675        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
676        stackchk/task1.c: URL for license changed.
677
6782003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * Makefile.am: Reflect having moved aclocal/.
681
6822003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * Makefile.am: Reflect having moved automake/.
685        * cpuuse/Makefile.am: Reflect having moved automake/.
686        * malloctest/Makefile.am: Reflect having moved automake/.
687        * monitor/Makefile.am: Reflect having moved automake/.
688        * putenvtest/Makefile.am: Reflect having moved automake/.
689        * rtems++/Makefile.am: Reflect having moved automake/.
690        * rtmonuse/Makefile.am: Reflect having moved automake/.
691        * stackchk/Makefile.am: Reflect having moved automake/.
692        * termios/Makefile.am: Reflect having moved automake/.
693
6942003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
697
6982003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * configure.ac: Remove AC_CONFIG_AUX_DIR.
701
7022003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * configure.ac: Unconditionally check for CXX.
705        Require autoconf-2.57, automake-1.7.2.
706        * rtems++: Eliminate CC_O_FILES.
707
7082002-12-02      Joel Sherrill <joel@OARcorp.com>
709
710        * malloctest/init.c: Tasks should be floating point.
711
7122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * .cvsignore: Reformat.
715        Add autom4te*cache.
716        Remove autom4te.cache.
717
7182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
721        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
722        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
723        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
724        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
725        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
726        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
727        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
728
7292002-08-01      Joel Sherrill <joel@OARcorp.com>
730
731        * Per PR47 add support for buffered test output.  This involved
732        adding defines to redirect output to a buffer and dump it when
733        full, at "test pause", and at exit.  To avoid problems when redefining
734        exit(), all tests were modified to call rtems_test_exit().
735        Some tests, notable psxtests, had to be modified to include
736        the standard test macro .h file (pmacros.h or tmacros.h) to
737        enable this support.
738        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
739        rtmonuse/task1.c, termios/init.c: Modified.
740
7412002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
742
743        * configure.ac: Remove ENABLE_GCC28.
744
7452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * configure.ac:
748        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
749        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
750        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
751        * Makefile.am: Remove AUTOMAKE_OPTIONS.
752        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
753        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
754        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
755        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
756        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
757        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
758        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
759
7602001-11-01      Joel Sherrill <joel@OARcorp.com>
761
762        * rtems++/Makefile.am: Make sure debug variant of librtems++
763        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
764        and processed as PR78.
765
7662001-10-25      Joel Sherrill <joel@OARcorp.com>
767
768        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
769
7702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
771
772        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
773        * configure.in: Remove.
774        * configure.ac: New file, generated from configure.in by autoupdate.
775
7762001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
779        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
780
7812001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
784        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
785        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
786        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
787        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
788        make-cxx-exe.
789        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
790        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
791        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
792
7932001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
794
795        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
796
7972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
800
8012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802
803        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
804
8052000-11-01      Joel Sherrill <joel@OARcorp.com>
806
807        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
808        libcsupport.h moved from libc to lib/include/rtems and now must
809        be referenced as <rtems/XXX.h>. 
810
8112000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
814        Switch to GNU canonicalization.
815        * libtests.am: Remove DEFS.
816
8172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
818
819        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
820        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
821        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
822
8232000-08-10      Joel Sherrill <joel@OARcorp.com>
824
825        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.