source: rtems/testsuites/libtests/ChangeLog @ bb14405d

4.104.115
Last change on this file since bb14405d was 0cd3878, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/04/09 at 06:55:02

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

  • POSIX/Makefile.am: Add wait.
  • POSIX/wait.c: New.
  • Property mode set to 100644
File size: 27.8 KB
Line 
12009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * POSIX/Makefile.am: Add wait.
4        * POSIX/wait.c: New.
5
62009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * bspcmdline01/test.c: Removed.
9
102009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Add POSIX.
13        * configure.ac: Add POSIX/.
14        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
15        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
16        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
17        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
18        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
19        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
20        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
21        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
22        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
23        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
24        POSIX/waitpid.c, POSIX/write.c: New.
25
262009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * stringto01/init.c: New file.
29
302009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
33        * stringto01/.cvsignore, stringto01/Makefile.am,
34        stringto01/stringto01.doc, stringto01/stringto01.scn,
35        stringto01/stringto_test_template.h: New files.
36
372009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
38
39        * block05/init.c: Check block size. Improved output.
40        * block01/init.c: Free ramdisk before exit.
41        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
42        block04/block04.doc, block05/block05.doc, block06/block06.doc,
43        block07/block07.doc: New files.
44        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
45        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
46        block07/Makefile.am: Add new files.
47
482009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
51        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
52        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
53        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
54
552009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
58        Remove bogus cast.
59        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
60
612009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * rtems++/Task1.cc: Eliminate more warnings.
64
652009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
68        several dozens of warnings.
69
702009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * block06/init.c: Add missing prototype.
73
742009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
75
76        * block07/init.c: New test case.
77
782009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
79
80        * block05/init.c, block05/block05.scn, block05/Makefile.am,
81        block06/init.c, block06/block06.scn, block06/Makefile.am,
82        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
83        * Makefile.am, configure.ac: Added block05, block06 and block07.
84
852009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * termios/init.c: Remove sh2 hacks.
88
892009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * block01/init.c: Include <stdio.h>.
92        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
93        * block02/init.c: Remove unused var.
94
952009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
96
97        * block02/init.c, block02/block02.scn, block02/Makefile.am,
98        block03/init.c, block03/block03.scn, block03/Makefile.am,
99        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
100        * Makefile.am, configure.ac: Added block02, block03 and block04.
101
1022009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * monitor02/init.c: Add local prototype for
105        rtems_shell_main_monitor.
106
1072009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * termios01/init.c: Fix parity_table_Entry type.
110        Correct parity_table initialization.
111        Add PRIdrtems_termios_baud_t.
112        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
113
1142009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
117        * malloctest/init.c: Use %zu instead of %d to print size_t's.
118
1192009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * rtmonuse/init.c, rtmonuse/task1.c:
122        Use PRIxrtems_id to print rtems_ids.
123        * malloctest/init.c: Use %zu instead of %d to print size_t's.
124
1252009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * malloctest/init.c: Fix _Heap_Resize_block args.
128
1292009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * malloctest/init.c, termios01/init.c,
132        termios01/termios_testdriver.c: Eliminate unused vars.
133
1342009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * heapwalk/init.c: Comment out unused vars.
137        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
138        * malloctest/init.c: Add local prototype for malloc_walk,
139        malloc_info.
140        * malloctest/task1.c: Add local prototype for malloc_walk.
141        * monitor02/init.c: Remove unused vars.
142        * stackchk01/init.c: Remove unused vars.
143        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
144        termios/init.c: Add missing prototypes.
145
1462009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * configure.ac: Don't add -fasm to CFLAGS.
149
1502009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * block01/.cvsignore: New file.
153
1542009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
155
156        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
157        * Makefile.am, configure.ac: Added block01.
158
1592009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
162
1632009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
166        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
167        it.
168        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
169        termios02/termios02.doc, termios02/termios02.scn: New files.
170        termios02 is a test for tcdrain().
171
1722009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * termios01/init.c, termios01/termios_testdriver.c:
175        Reflect changes to termios.
176
1772009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
178
179        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
180
1812009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * stackchk01/stackchk01.doc: Add content.
184
1852009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * Makefile.am, configure.ac: Add initial test for
188        rtems_stack_checker_is_blown.
189        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
190        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
191
1922009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
193
194        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
195        cases to get back to 100% object coverage.
196
1972009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
198
199        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
200        malloctest/malloctest.scn: New test cases.
201        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
202
2032009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
204
205        * malloctest/init.c: New test cases. Update for heap API changes.
206        * stackchk/blow.c: Update for heap API changes.
207
2082009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
209
210        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
211
2122009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
213
214        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
215        complete coverage of termios_XXX_to_YYY() methods.
216
2172009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
218
219        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
220        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
221        character with the assistance of a special test driver which prints
222        the requests.
223        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
224        termios01/termios01.doc, termios01/termios01.scn,
225        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
226
2272009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
228
229        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
230        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
231        rtems_clock_get_ticks_per_second().
232
2332009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
236        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
237
2382009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
241        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
242        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
243
2442009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
245
246        * malloctest/init.c: Adjust allocation in test so it passes now that
247        heap overhead constant has been increased.
248
2492009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
250
251        * bspcmdline01/init.c: Do not violate visibility.
252
2532009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
254
255        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
256        prefix to all routines.
257
2582009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
259
260        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
261        helper routines.
262        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
263        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
264        bspcmdline01/init.c, bspcmdline01/test.c: New files.
265
2662009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
267
268        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
269        for shrinking a block enough to need to free the newly unused
270        portion.
271
2722009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
273
274        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
275        _Protected_heap_Get_information().
276
2772009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
278
279        * heapwalk/init.c: Add test code for first free block pointer not
280        aligned.
281
2822009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
283
284        * heapwalk/init.c: Add more cases.
285
2862009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
287
288        * heapwalk/init.c: Add more automated corruption capability.
289
2902009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
291
292        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
293
2942009-05-19      Chris Johns <chrisj@rtems.org>
295
296        * cpuuse/tswitch.c: Lower sample count for small memory targets.
297        * cpuuse/system.h: Smaller stack size for small memory targets.
298        * monitor02/init.c: Cannot run on small memory targets.
299
3002009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
301
302        * rtmonuse/init.c: Do not use Task_name array before initialized.
303
3042009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
305
306        * malloctest/init.c: Fix warning.
307
3082009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * malloctest/init.c: Fix typo.
311
3122009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
313
314        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
315        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
316        heapwalk/init.c, heapwalk/system.h: New files.
317
3182009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
319
320        * malloctest/init.c: Add test case for heap resize block when the
321        resize creates a free block large enough to free.
322
3232009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
324
325        * cpuuse/Makefile.am, malloctest/Makefile.am,
326        monitor/Makefile.am, monitor02/Makefile.am,
327        putenvtest/Makefile.am, rtems++/Makefile.am,
328        rtmonuse/Makefile.am, stackchk/Makefile.am,
329        termios/Makefile.am, tztest/Makefile.am:
330        Eliminate _exe_/.exe.
331
3322009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
333
334        * stackchk/stackchk.scn: Correct screen to match output.
335
3362008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
337
338        * malloctest/init.c: Change sizes of heap/region and allocated objects
339        in heap to intptr_t so they can be larger than a single allocatable
340        object (e.g. size_t).
341
3422008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
343
344        * malloctest/init.c: Do not generate alignment factors larger that will
345        not fit in a native integer.
346
3472008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
348
349        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
350        CONFIGURE_STACK_CHECKER_ENABLED.
351
3522008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
353
354        * malloctest/init.c: Convert to "bool".
355
3562008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
357
358        * rtems++/System.h: Account for extra task stacks properly.
359
3602008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
361
362        * malloctest/init.c: Fix return status check.
363
3642008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
365
366        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
367        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
368        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
369        POSIX tests. Add a clock_settime case for < 1988.
370
3712008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
372
373        * malloctest/init.c: Add more test cases to cover heap better.
374
3752008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
376
377        * malloctest/init.c: Add new test cases per Sergei. Make some of the
378        stranger cases operate directly on a freshly initialized heap. This
379        should make them more reproducible.
380
3812008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
382
383        * malloctest/init.c: Add more tests per suggestions from Sergei
384        Organov.
385
3862008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
387
388        * malloctest/init.c: Add include to remove warning.
389
3902008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
391
392        * malloctest/init.c: Remove debug print.
393
3942008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
395
396        * monitor02/.cvsignore: New file.
397
3982008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
399
400        * Makefile.am, configure.ac: Added automatic test for monitor shell
401        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
402        monitor02/system.h: New files.
403
4042007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
405
406        * malloctest/init.c: Add test cases suggested by Sergei Organov
407        <s.organov@javad.com>.
408
4092007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
410
411        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
412
4132007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
414
415        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
416        exericise another path in the period statistics code.
417
4182007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
419
420        * malloctest/init.c: Add some primitive testing of realloc() which also
421        does some positive path testing on the SuperCore heap.
422
4232007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
424
425        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
426        cases for untested routines.
427
4282007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
429
430        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
431        the CPU Usage Report include it. If it is deleted, the CPU time it
432        had consumed is not listed later in the report.
433
4342007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
435
436        * tztest/init.c: Build when using buffered test IO.
437
4382007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
439
440        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
441        macro instead of fflush() directly.
442
4432007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
444
445        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
446        Statistics and Period Usage into Rate Monotonic Manager. Added the
447        following directives: rtems_rate_monotonic_get_statistics,
448        rtems_rate_monotonic_reset_statistics,
449        rtems_rate_monotonic_reset_all_statistics,
450        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
451        Obsoleted the rtems/rtmonuse.h file as a public interface.
452
4532007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
454
455        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
456        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
457        optional managers to Makefiles. Clean up test cases so last output
458        line follows END OF pattern. Make sure test case all run. All tests
459        appeared ok on sis.
460
4612007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
462
463        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
464
4652007-03-13      Joel Sherrill <joel@OARcorp.com>
466
467        * tztest/init.c: Call tzset() even though it may be called for us
468        implicitly along the way.
469
4702007-03-13      Joel Sherrill <joel@OARcorp.com>
471
472        * tztest/.cvsignore: New file.
473
4742007-03-13      Joel Sherrill <joel@OARcorp.com>
475
476        * Makefile.am, configure.ac: Added timezone test.
477        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
478        tztest/tztest.scn: New files.
479
4802007-03-05      Joel Sherrill <joel@OARcorp.com>
481
482        * malloctest/init.c: Be explicit about need for default and floating
483        point attributes. This is just a style change.
484
4852007-02-06      Joel Sherrill <joel@OARcorp.com>
486
487        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
488        issues in message queue tests.
489
4902006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
491
492        * configure.ac: New BUG-REPORT address.
493
4942006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
495
496        * configure.ac: Require autoconf-2.60. Require automake-1.10.
497
4982006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
499
500        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
501        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
502        docdir. Use rtems_testsdir instead.
503
5042006-02-08      Joel Sherrill <joel@OARcorp.com>
505
506        * rtems++/Task1.cc: Fix warnings.
507
5082005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
509
510        * configure.ac: Remove RTEMS_ENABLE_BARE,
511        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
512
5132005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
514
515        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
516        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
517        stackchk/Makefile.am, termios/Makefile.am:
518        Convert to using *_PROGRAMS.
519
5202005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
521
522        * cpuuse/Makefile.am, malloctest/Makefile.am,
523        monitor/Makefile.am, putenvtest/Makefile.am,
524        rtems++/Makefile.am, rtmonuse/Makefile.am,
525        stackchk/Makefile.am, termios/Makefile.am: Rework.
526
5272005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
528
529        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
530        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
531        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
532        * libtests.am: Remove.
533
5342005-11-09      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:
539        AM_CPPFLAGS += -I..../support/include.
540
5412005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
542
543        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
544        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
545
5462005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
547
548        * libtests.am: Remove LIB_VARIANT.
549
5502005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
551
552        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
553        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
554        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
555
5562005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
557
558        * Makefile.am: Cleanup.
559
5602005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
561
562        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
563        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
564        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
565        stackchk/Makefile.am, termios/Makefile.am:
566        Partial conversion to automake.
567
5682005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
569
570        * rtems++/Makefile.am: Remove LIB_VARIANT.
571
5722004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
573
574        * configure.ac: Remove -ansi to prevent folks from further damaging
575        the code with broken prototypes.
576        * putenvtest/init.c: Remove broken putenv prototype.
577        * termios/init.c (print_c_cc): Don't loop over NCCS.
578
5792004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
580
581        * configure.ac: Require automake > 1.9.
582
5832004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
584
585        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
586        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
587        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
588        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
589        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
590        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
591        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
592        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
593
5942004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
595
596        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
597        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
598        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
599        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
600        using c99 fixed size types.
601
6022004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * configure.ac: Add 2nd arg to RTEMS_TOP.
605
6062004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
609        Add PRE/TMPINSTALL_FILES to CLEANFILES.
610        * malloctest/Makefile.am: Ditto.
611        * monitor/Makefile.am: Ditto.
612        * putenvtest/Makefile.am: Ditto.
613        * rtems++/Makefile.am: Ditto.
614        * rtmonuse/Makefile.am: Ditto.
615        * stackchk/Makefile.am: Ditto.
616        * termios/Makefile.am: Ditto.
617
6182003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * libtests.am: Add dirstamp support.
621
6222003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
625
6262003-12-16      Joel Sherrill <joel@OARcorp.com>
627
628        PR 544/tests
629        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
630        tests account for resources and not print at inappropriate times.
631
6322003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
635
6362003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
639        * malloctest/Makefile.am: Remove all-local: $(ARCH).
640        * monitor/Makefile.am: Remove all-local: $(ARCH).
641        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
642        * rtems++/Makefile.am: Remove all-local: $(ARCH).
643        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
644        * stackchk/Makefile.am: Remove all-local: $(ARCH).
645        * termios/Makefile.am: Remove all-local: $(ARCH).
646
6472003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * configure.ac: Reflect having moved to testsuites/.
650
6512003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * configure.ac: Remove RTEMS_CANONICAL_HOST.
654
6552003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * configure.ac:Remove RTEMS_CHECK_CPU.
658
6592003-09-04      Joel Sherrill <joel@OARcorp.com>
660
661        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
662        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
663        malloctest/system.h, malloctest/task1.c, monitor/init.c,
664        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
665        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
666        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
667        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
668        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
669        stackchk/task1.c: URL for license changed.
670
6712003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * Makefile.am: Reflect having moved aclocal/.
674
6752003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * Makefile.am: Reflect having moved automake/.
678        * cpuuse/Makefile.am: Reflect having moved automake/.
679        * malloctest/Makefile.am: Reflect having moved automake/.
680        * monitor/Makefile.am: Reflect having moved automake/.
681        * putenvtest/Makefile.am: Reflect having moved automake/.
682        * rtems++/Makefile.am: Reflect having moved automake/.
683        * rtmonuse/Makefile.am: Reflect having moved automake/.
684        * stackchk/Makefile.am: Reflect having moved automake/.
685        * termios/Makefile.am: Reflect having moved automake/.
686
6872003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
690
6912003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * configure.ac: Remove AC_CONFIG_AUX_DIR.
694
6952003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * configure.ac: Unconditionally check for CXX.
698        Require autoconf-2.57, automake-1.7.2.
699        * rtems++: Eliminate CC_O_FILES.
700
7012002-12-02      Joel Sherrill <joel@OARcorp.com>
702
703        * malloctest/init.c: Tasks should be floating point.
704
7052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * .cvsignore: Reformat.
708        Add autom4te*cache.
709        Remove autom4te.cache.
710
7112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
714        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
715        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
716        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
717        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
718        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
719        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
720        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
721
7222002-08-01      Joel Sherrill <joel@OARcorp.com>
723
724        * Per PR47 add support for buffered test output.  This involved
725        adding defines to redirect output to a buffer and dump it when
726        full, at "test pause", and at exit.  To avoid problems when redefining
727        exit(), all tests were modified to call rtems_test_exit().
728        Some tests, notable psxtests, had to be modified to include
729        the standard test macro .h file (pmacros.h or tmacros.h) to
730        enable this support.
731        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
732        rtmonuse/task1.c, termios/init.c: Modified.
733
7342002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * configure.ac: Remove ENABLE_GCC28.
737
7382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * configure.ac:
741        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
742        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
743        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
744        * Makefile.am: Remove AUTOMAKE_OPTIONS.
745        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
746        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
747        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
748        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
749        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
750        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
751        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
752
7532001-11-01      Joel Sherrill <joel@OARcorp.com>
754
755        * rtems++/Makefile.am: Make sure debug variant of librtems++
756        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
757        and processed as PR78.
758
7592001-10-25      Joel Sherrill <joel@OARcorp.com>
760
761        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
762
7632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
766        * configure.in: Remove.
767        * configure.ac: New file, generated from configure.in by autoupdate.
768
7692001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
772        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
773
7742001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
777        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
778        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
779        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
780        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
781        make-cxx-exe.
782        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
783        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
784        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
785
7862001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
787
788        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
789
7902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
791
792        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
793
7942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
795
796        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
797
7982000-11-01      Joel Sherrill <joel@OARcorp.com>
799
800        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
801        libcsupport.h moved from libc to lib/include/rtems and now must
802        be referenced as <rtems/XXX.h>. 
803
8042000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
805
806        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
807        Switch to GNU canonicalization.
808        * libtests.am: Remove DEFS.
809
8102000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
813        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
814        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
815
8162000-08-10      Joel Sherrill <joel@OARcorp.com>
817
818        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.