source: rtems/testsuites/libtests/ChangeLog @ aea66e87

4.104.115
Last change on this file since aea66e87 was aea66e87, checked in by Joel Sherrill <joel.sherrill@…>, on 12/28/09 at 16:42:08

2009-12-28 Aanjhan Ranganathan <aanjhan@…>

  • bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case to cover the bsp_cmdline_get_param() routine.
  • Property mode set to 100644
File size: 29.2 KB
Line 
12009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
2
3        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
4        to cover the bsp_cmdline_get_param() routine.
5
62009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
7
8        * block06/init.c: Update for disk device API change.  Changed EBADRQC
9        to EINVAL.
10
112009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * termios01/init.c: Increase number of termios ports by 1.
14
152009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * termios01/termios_testdriver.c:
18        Reflect changes to rtems_termios_callbacks->write.
19
202009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
23        block05/init.c, block07/init.c, bspcmdline01/init.c,
24        stringto01/init.c, stringto01/stringto_test_template.h,
25        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
26        Use rtems_test_assert() consistently instead of system assert().
27        rtems_test_assert() is designed to integrate into the RTEMS test
28        suite infrastructure.
29
302009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * POSIX/Makefile.am: Add readv, writev.
33        * POSIX/writev.c, POSIX/readv.c: New.
34
352009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * POSIX/sigfillset.c: Let main() return "status".
38        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
39        sigismember.
40        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
41        POSIX/sigismember.c: New.
42
432009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * POSIX/Makefile.am: Add wait.
46        * POSIX/wait.c: New.
47
482009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * bspcmdline01/test.c: Removed.
51
522009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * Makefile.am: Add POSIX.
55        * configure.ac: Add POSIX/.
56        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
57        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
58        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
59        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
60        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
61        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
62        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
63        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
64        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
65        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
66        POSIX/waitpid.c, POSIX/write.c: New.
67
682009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * stringto01/init.c: New file.
71
722009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
75        * stringto01/.cvsignore, stringto01/Makefile.am,
76        stringto01/stringto01.doc, stringto01/stringto01.scn,
77        stringto01/stringto_test_template.h: New files.
78
792009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
80
81        * block05/init.c: Check block size. Improved output.
82        * block01/init.c: Free ramdisk before exit.
83        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
84        block04/block04.doc, block05/block05.doc, block06/block06.doc,
85        block07/block07.doc: New files.
86        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
87        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
88        block07/Makefile.am: Add new files.
89
902009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
93        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
94        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
95        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
96
972009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
100        Remove bogus cast.
101        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
102
1032009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * rtems++/Task1.cc: Eliminate more warnings.
106
1072009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
110        several dozens of warnings.
111
1122009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * block06/init.c: Add missing prototype.
115
1162009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
117
118        * block07/init.c: New test case.
119
1202009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
121
122        * block05/init.c, block05/block05.scn, block05/Makefile.am,
123        block06/init.c, block06/block06.scn, block06/Makefile.am,
124        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
125        * Makefile.am, configure.ac: Added block05, block06 and block07.
126
1272009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * termios/init.c: Remove sh2 hacks.
130
1312009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * block01/init.c: Include <stdio.h>.
134        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
135        * block02/init.c: Remove unused var.
136
1372009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
138
139        * block02/init.c, block02/block02.scn, block02/Makefile.am,
140        block03/init.c, block03/block03.scn, block03/Makefile.am,
141        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
142        * Makefile.am, configure.ac: Added block02, block03 and block04.
143
1442009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * monitor02/init.c: Add local prototype for
147        rtems_shell_main_monitor.
148
1492009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
150
151        * termios01/init.c: Fix parity_table_Entry type.
152        Correct parity_table initialization.
153        Add PRIdrtems_termios_baud_t.
154        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
155
1562009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
159        * malloctest/init.c: Use %zu instead of %d to print size_t's.
160
1612009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * rtmonuse/init.c, rtmonuse/task1.c:
164        Use PRIxrtems_id to print rtems_ids.
165        * malloctest/init.c: Use %zu instead of %d to print size_t's.
166
1672009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * malloctest/init.c: Fix _Heap_Resize_block args.
170
1712009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * malloctest/init.c, termios01/init.c,
174        termios01/termios_testdriver.c: Eliminate unused vars.
175
1762009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * heapwalk/init.c: Comment out unused vars.
179        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
180        * malloctest/init.c: Add local prototype for malloc_walk,
181        malloc_info.
182        * malloctest/task1.c: Add local prototype for malloc_walk.
183        * monitor02/init.c: Remove unused vars.
184        * stackchk01/init.c: Remove unused vars.
185        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
186        termios/init.c: Add missing prototypes.
187
1882009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * configure.ac: Don't add -fasm to CFLAGS.
191
1922009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
193
194        * block01/.cvsignore: New file.
195
1962009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
197
198        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
199        * Makefile.am, configure.ac: Added block01.
200
2012009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
202
203        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
204
2052009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
206
207        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
208        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
209        it.
210        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
211        termios02/termios02.doc, termios02/termios02.scn: New files.
212        termios02 is a test for tcdrain().
213
2142009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * termios01/init.c, termios01/termios_testdriver.c:
217        Reflect changes to termios.
218
2192009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
220
221        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
222
2232009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
224
225        * stackchk01/stackchk01.doc: Add content.
226
2272009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
228
229        * Makefile.am, configure.ac: Add initial test for
230        rtems_stack_checker_is_blown.
231        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
232        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
233
2342009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
235
236        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
237        cases to get back to 100% object coverage.
238
2392009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
240
241        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
242        malloctest/malloctest.scn: New test cases.
243        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
244
2452009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
246
247        * malloctest/init.c: New test cases. Update for heap API changes.
248        * stackchk/blow.c: Update for heap API changes.
249
2502009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
251
252        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
253
2542009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
255
256        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
257        complete coverage of termios_XXX_to_YYY() methods.
258
2592009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
260
261        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
262        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
263        character with the assistance of a special test driver which prints
264        the requests.
265        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
266        termios01/termios01.doc, termios01/termios01.scn,
267        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
268
2692009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
270
271        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
272        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
273        rtems_clock_get_ticks_per_second().
274
2752009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
276
277        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
278        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
279
2802009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
281
282        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
283        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
284        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
285
2862009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
287
288        * malloctest/init.c: Adjust allocation in test so it passes now that
289        heap overhead constant has been increased.
290
2912009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
292
293        * bspcmdline01/init.c: Do not violate visibility.
294
2952009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
296
297        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
298        prefix to all routines.
299
3002009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
301
302        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
303        helper routines.
304        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
305        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
306        bspcmdline01/init.c, bspcmdline01/test.c: New files.
307
3082009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
309
310        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
311        for shrinking a block enough to need to free the newly unused
312        portion.
313
3142009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
315
316        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
317        _Protected_heap_Get_information().
318
3192009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
320
321        * heapwalk/init.c: Add test code for first free block pointer not
322        aligned.
323
3242009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
325
326        * heapwalk/init.c: Add more cases.
327
3282009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
329
330        * heapwalk/init.c: Add more automated corruption capability.
331
3322009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
333
334        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
335
3362009-05-19      Chris Johns <chrisj@rtems.org>
337
338        * cpuuse/tswitch.c: Lower sample count for small memory targets.
339        * cpuuse/system.h: Smaller stack size for small memory targets.
340        * monitor02/init.c: Cannot run on small memory targets.
341
3422009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
343
344        * rtmonuse/init.c: Do not use Task_name array before initialized.
345
3462009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
347
348        * malloctest/init.c: Fix warning.
349
3502009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
351
352        * malloctest/init.c: Fix typo.
353
3542009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
355
356        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
357        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
358        heapwalk/init.c, heapwalk/system.h: New files.
359
3602009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
361
362        * malloctest/init.c: Add test case for heap resize block when the
363        resize creates a free block large enough to free.
364
3652009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
366
367        * cpuuse/Makefile.am, malloctest/Makefile.am,
368        monitor/Makefile.am, monitor02/Makefile.am,
369        putenvtest/Makefile.am, rtems++/Makefile.am,
370        rtmonuse/Makefile.am, stackchk/Makefile.am,
371        termios/Makefile.am, tztest/Makefile.am:
372        Eliminate _exe_/.exe.
373
3742009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
375
376        * stackchk/stackchk.scn: Correct screen to match output.
377
3782008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
379
380        * malloctest/init.c: Change sizes of heap/region and allocated objects
381        in heap to intptr_t so they can be larger than a single allocatable
382        object (e.g. size_t).
383
3842008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
385
386        * malloctest/init.c: Do not generate alignment factors larger that will
387        not fit in a native integer.
388
3892008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
390
391        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
392        CONFIGURE_STACK_CHECKER_ENABLED.
393
3942008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
395
396        * malloctest/init.c: Convert to "bool".
397
3982008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
399
400        * rtems++/System.h: Account for extra task stacks properly.
401
4022008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
403
404        * malloctest/init.c: Fix return status check.
405
4062008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
407
408        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
409        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
410        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
411        POSIX tests. Add a clock_settime case for < 1988.
412
4132008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
414
415        * malloctest/init.c: Add more test cases to cover heap better.
416
4172008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
418
419        * malloctest/init.c: Add new test cases per Sergei. Make some of the
420        stranger cases operate directly on a freshly initialized heap. This
421        should make them more reproducible.
422
4232008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
424
425        * malloctest/init.c: Add more tests per suggestions from Sergei
426        Organov.
427
4282008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
429
430        * malloctest/init.c: Add include to remove warning.
431
4322008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
433
434        * malloctest/init.c: Remove debug print.
435
4362008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
437
438        * monitor02/.cvsignore: New file.
439
4402008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
441
442        * Makefile.am, configure.ac: Added automatic test for monitor shell
443        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
444        monitor02/system.h: New files.
445
4462007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
447
448        * malloctest/init.c: Add test cases suggested by Sergei Organov
449        <s.organov@javad.com>.
450
4512007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
452
453        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
454
4552007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
456
457        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
458        exericise another path in the period statistics code.
459
4602007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
461
462        * malloctest/init.c: Add some primitive testing of realloc() which also
463        does some positive path testing on the SuperCore heap.
464
4652007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
466
467        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
468        cases for untested routines.
469
4702007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
471
472        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
473        the CPU Usage Report include it. If it is deleted, the CPU time it
474        had consumed is not listed later in the report.
475
4762007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
477
478        * tztest/init.c: Build when using buffered test IO.
479
4802007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
481
482        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
483        macro instead of fflush() directly.
484
4852007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
486
487        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
488        Statistics and Period Usage into Rate Monotonic Manager. Added the
489        following directives: rtems_rate_monotonic_get_statistics,
490        rtems_rate_monotonic_reset_statistics,
491        rtems_rate_monotonic_reset_all_statistics,
492        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
493        Obsoleted the rtems/rtmonuse.h file as a public interface.
494
4952007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
496
497        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
498        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
499        optional managers to Makefiles. Clean up test cases so last output
500        line follows END OF pattern. Make sure test case all run. All tests
501        appeared ok on sis.
502
5032007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
504
505        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
506
5072007-03-13      Joel Sherrill <joel@OARcorp.com>
508
509        * tztest/init.c: Call tzset() even though it may be called for us
510        implicitly along the way.
511
5122007-03-13      Joel Sherrill <joel@OARcorp.com>
513
514        * tztest/.cvsignore: New file.
515
5162007-03-13      Joel Sherrill <joel@OARcorp.com>
517
518        * Makefile.am, configure.ac: Added timezone test.
519        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
520        tztest/tztest.scn: New files.
521
5222007-03-05      Joel Sherrill <joel@OARcorp.com>
523
524        * malloctest/init.c: Be explicit about need for default and floating
525        point attributes. This is just a style change.
526
5272007-02-06      Joel Sherrill <joel@OARcorp.com>
528
529        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
530        issues in message queue tests.
531
5322006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
533
534        * configure.ac: New BUG-REPORT address.
535
5362006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
537
538        * configure.ac: Require autoconf-2.60. Require automake-1.10.
539
5402006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
541
542        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
543        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
544        docdir. Use rtems_testsdir instead.
545
5462006-02-08      Joel Sherrill <joel@OARcorp.com>
547
548        * rtems++/Task1.cc: Fix warnings.
549
5502005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
551
552        * configure.ac: Remove RTEMS_ENABLE_BARE,
553        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
554
5552005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
556
557        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
558        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
559        stackchk/Makefile.am, termios/Makefile.am:
560        Convert to using *_PROGRAMS.
561
5622005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
563
564        * cpuuse/Makefile.am, malloctest/Makefile.am,
565        monitor/Makefile.am, putenvtest/Makefile.am,
566        rtems++/Makefile.am, rtmonuse/Makefile.am,
567        stackchk/Makefile.am, termios/Makefile.am: Rework.
568
5692005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
570
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: Expand libtests.am.
574        * libtests.am: Remove.
575
5762005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
577
578        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
579        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
580        stackchk/Makefile.am, termios/Makefile.am:
581        AM_CPPFLAGS += -I..../support/include.
582
5832005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
584
585        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
586        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
587
5882005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
589
590        * libtests.am: Remove LIB_VARIANT.
591
5922005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
593
594        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
595        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
596        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
597
5982005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
599
600        * Makefile.am: Cleanup.
601
6022005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
603
604        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
605        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
606        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
607        stackchk/Makefile.am, termios/Makefile.am:
608        Partial conversion to automake.
609
6102005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
611
612        * rtems++/Makefile.am: Remove LIB_VARIANT.
613
6142004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
615
616        * configure.ac: Remove -ansi to prevent folks from further damaging
617        the code with broken prototypes.
618        * putenvtest/init.c: Remove broken putenv prototype.
619        * termios/init.c (print_c_cc): Don't loop over NCCS.
620
6212004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
622
623        * configure.ac: Require automake > 1.9.
624
6252004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
626
627        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
628        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
629        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
630        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
631        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
632        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
633        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
634        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
635
6362004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
637
638        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
639        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
640        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
641        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
642        using c99 fixed size types.
643
6442004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * configure.ac: Add 2nd arg to RTEMS_TOP.
647
6482004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
651        Add PRE/TMPINSTALL_FILES to CLEANFILES.
652        * malloctest/Makefile.am: Ditto.
653        * monitor/Makefile.am: Ditto.
654        * putenvtest/Makefile.am: Ditto.
655        * rtems++/Makefile.am: Ditto.
656        * rtmonuse/Makefile.am: Ditto.
657        * stackchk/Makefile.am: Ditto.
658        * termios/Makefile.am: Ditto.
659
6602003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * libtests.am: Add dirstamp support.
663
6642003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
667
6682003-12-16      Joel Sherrill <joel@OARcorp.com>
669
670        PR 544/tests
671        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
672        tests account for resources and not print at inappropriate times.
673
6742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
677
6782003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
681        * malloctest/Makefile.am: Remove all-local: $(ARCH).
682        * monitor/Makefile.am: Remove all-local: $(ARCH).
683        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
684        * rtems++/Makefile.am: Remove all-local: $(ARCH).
685        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
686        * stackchk/Makefile.am: Remove all-local: $(ARCH).
687        * termios/Makefile.am: Remove all-local: $(ARCH).
688
6892003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * configure.ac: Reflect having moved to testsuites/.
692
6932003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * configure.ac: Remove RTEMS_CANONICAL_HOST.
696
6972003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * configure.ac:Remove RTEMS_CHECK_CPU.
700
7012003-09-04      Joel Sherrill <joel@OARcorp.com>
702
703        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
704        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
705        malloctest/system.h, malloctest/task1.c, monitor/init.c,
706        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
707        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
708        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
709        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
710        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
711        stackchk/task1.c: URL for license changed.
712
7132003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * Makefile.am: Reflect having moved aclocal/.
716
7172003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * Makefile.am: Reflect having moved automake/.
720        * cpuuse/Makefile.am: Reflect having moved automake/.
721        * malloctest/Makefile.am: Reflect having moved automake/.
722        * monitor/Makefile.am: Reflect having moved automake/.
723        * putenvtest/Makefile.am: Reflect having moved automake/.
724        * rtems++/Makefile.am: Reflect having moved automake/.
725        * rtmonuse/Makefile.am: Reflect having moved automake/.
726        * stackchk/Makefile.am: Reflect having moved automake/.
727        * termios/Makefile.am: Reflect having moved automake/.
728
7292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
732
7332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * configure.ac: Remove AC_CONFIG_AUX_DIR.
736
7372003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * configure.ac: Unconditionally check for CXX.
740        Require autoconf-2.57, automake-1.7.2.
741        * rtems++: Eliminate CC_O_FILES.
742
7432002-12-02      Joel Sherrill <joel@OARcorp.com>
744
745        * malloctest/init.c: Tasks should be floating point.
746
7472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * .cvsignore: Reformat.
750        Add autom4te*cache.
751        Remove autom4te.cache.
752
7532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
756        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
757        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
758        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
759        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
760        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
761        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
762        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
763
7642002-08-01      Joel Sherrill <joel@OARcorp.com>
765
766        * Per PR47 add support for buffered test output.  This involved
767        adding defines to redirect output to a buffer and dump it when
768        full, at "test pause", and at exit.  To avoid problems when redefining
769        exit(), all tests were modified to call rtems_test_exit().
770        Some tests, notable psxtests, had to be modified to include
771        the standard test macro .h file (pmacros.h or tmacros.h) to
772        enable this support.
773        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
774        rtmonuse/task1.c, termios/init.c: Modified.
775
7762002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * configure.ac: Remove ENABLE_GCC28.
779
7802002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * configure.ac:
783        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
784        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
785        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
786        * Makefile.am: Remove AUTOMAKE_OPTIONS.
787        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
788        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
789        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
790        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
791        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
792        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
793        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
794
7952001-11-01      Joel Sherrill <joel@OARcorp.com>
796
797        * rtems++/Makefile.am: Make sure debug variant of librtems++
798        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
799        and processed as PR78.
800
8012001-10-25      Joel Sherrill <joel@OARcorp.com>
802
803        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
804
8052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
806
807        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
808        * configure.in: Remove.
809        * configure.ac: New file, generated from configure.in by autoupdate.
810
8112001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
814        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
815
8162001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
817
818        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
819        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
820        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
821        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
822        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
823        make-cxx-exe.
824        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
825        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
826        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
827
8282001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
829
830        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
831
8322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
835
8362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
839
8402000-11-01      Joel Sherrill <joel@OARcorp.com>
841
842        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
843        libcsupport.h moved from libc to lib/include/rtems and now must
844        be referenced as <rtems/XXX.h>. 
845
8462000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
847
848        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
849        Switch to GNU canonicalization.
850        * libtests.am: Remove DEFS.
851
8522000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
855        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
856        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
857
8582000-08-10      Joel Sherrill <joel@OARcorp.com>
859
860        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.