source: rtems/testsuites/libtests/ChangeLog @ c53ba11a

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

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

  • Makefile.am: Add POSIX.
  • configure.ac: Add POSIX/.
  • POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c, POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c, POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c, POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c, POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c, POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c, POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c, POSIX/posix_memalign.c, POSIX/read.c, POSIX/README, POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c, POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c, POSIX/waitpid.c, POSIX/write.c: New.
  • Property mode set to 100644
File size: 27.6 KB
RevLine 
[c53ba11a]12009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Add POSIX.
4        * configure.ac: Add POSIX/.
5        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
6        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
7        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
8        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
9        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
10        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
11        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
12        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
13        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
14        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
15        POSIX/waitpid.c, POSIX/write.c: New.
16
[4a1c09d]172009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * stringto01/init.c: New file.
20
[57544fb]212009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
24        * stringto01/.cvsignore, stringto01/Makefile.am,
25        stringto01/stringto01.doc, stringto01/stringto01.scn,
26        stringto01/stringto_test_template.h: New files.
27
[f9925bc]282009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
29
30        * block05/init.c: Check block size. Improved output.
31        * block01/init.c: Free ramdisk before exit.
32        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
33        block04/block04.doc, block05/block05.doc, block06/block06.doc,
34        block07/block07.doc: New files.
35        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
36        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
37        block07/Makefile.am: Add new files.
38
[5d01adfb]392009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
42        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
43        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
44        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
45
[7eab7ade]462009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
47
[be6a9a2]48        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
49        Remove bogus cast.
[7eab7ade]50        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
51
[87bd3ee]522009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * rtems++/Task1.cc: Eliminate more warnings.
55
[1fcff14]562009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
59        several dozens of warnings.
60
[d093934]612009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * block06/init.c: Add missing prototype.
64
[b27799c]652009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
66
67        * block07/init.c: New test case.
68
[e6000760]692009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
70
71        * block05/init.c, block05/block05.scn, block05/Makefile.am,
72        block06/init.c, block06/block06.scn, block06/Makefile.am,
73        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
74        * Makefile.am, configure.ac: Added block05, block06 and block07.
75
[c3fc9d80]762009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * termios/init.c: Remove sh2 hacks.
79
[7fa11e4e]802009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
81
[10d01af]82        * block01/init.c: Include <stdio.h>.
[600f76d]83        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
[7fa11e4e]84        * block02/init.c: Remove unused var.
85
[90d24022]862009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
87
88        * block02/init.c, block02/block02.scn, block02/Makefile.am,
89        block03/init.c, block03/block03.scn, block03/Makefile.am,
90        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
91        * Makefile.am, configure.ac: Added block02, block03 and block04.
92
[3b9ab80e]932009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * monitor02/init.c: Add local prototype for
96        rtems_shell_main_monitor.
97
[5306b49]982009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * termios01/init.c: Fix parity_table_Entry type.
101        Correct parity_table initialization.
102        Add PRIdrtems_termios_baud_t.
103        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
104
[e23c697f]1052009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
108        * malloctest/init.c: Use %zu instead of %d to print size_t's.
109
[a0c3321]1102009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
111
[75c13bef]112        * rtmonuse/init.c, rtmonuse/task1.c:
113        Use PRIxrtems_id to print rtems_ids.
[a0c3321]114        * malloctest/init.c: Use %zu instead of %d to print size_t's.
115
[0a1f5dde]1162009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * malloctest/init.c: Fix _Heap_Resize_block args.
119
[6e1e1eb]1202009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * malloctest/init.c, termios01/init.c,
123        termios01/termios_testdriver.c: Eliminate unused vars.
124
[8d8eef6c]1252009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
126
[5502a90]127        * heapwalk/init.c: Comment out unused vars.
[ea36feb]128        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
[25b12d0]129        * malloctest/init.c: Add local prototype for malloc_walk,
130        malloc_info.
[4a1816f]131        * malloctest/task1.c: Add local prototype for malloc_walk.
[1f73ad5]132        * monitor02/init.c: Remove unused vars.
[af15d3c]133        * stackchk01/init.c: Remove unused vars.
[8d8eef6c]134        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
135        termios/init.c: Add missing prototypes.
136
[952e4be]1372009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * configure.ac: Don't add -fasm to CFLAGS.
140
[e053327]1412009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * block01/.cvsignore: New file.
144
[b344b3de]1452009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
146
147        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
148        * Makefile.am, configure.ac: Added block01.
149
[bff419ff]1502009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
153
[dda7c828]1542009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
157        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
158        it.
159        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
160        termios02/termios02.doc, termios02/termios02.scn: New files.
161        termios02 is a test for tcdrain().
162
[65e3ca6]1632009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * termios01/init.c, termios01/termios_testdriver.c:
166        Reflect changes to termios.
167
[0d1e5fd]1682009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
171
[b981f5f]1722009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
173
174        * stackchk01/stackchk01.doc: Add content.
175
[99acb01]1762009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
177
178        * Makefile.am, configure.ac: Add initial test for
179        rtems_stack_checker_is_blown.
180        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
181        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
182
[b2f05456]1832009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
184
185        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
186        cases to get back to 100% object coverage.
187
[809fb589]1882009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
189
190        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
191        malloctest/malloctest.scn: New test cases.
192        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
193
[f6a41d2]1942009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
195
196        * malloctest/init.c: New test cases. Update for heap API changes.
197        * stackchk/blow.c: Update for heap API changes.
198
[8de136b]1992009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
200
201        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
202
[e958d79b]2032009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
204
205        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
206        complete coverage of termios_XXX_to_YYY() methods.
207
[4d5b156]2082009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
209
210        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
211        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
212        character with the assistance of a special test driver which prints
213        the requests.
214        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
215        termios01/termios01.doc, termios01/termios01.scn,
216        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
217
[de7adaf]2182009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
221        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
222        rtems_clock_get_ticks_per_second().
223
[1875546]2242009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
225
226        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
227        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
228
[cd49fdc]2292009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
232        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
233        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
234
[384f0225]2352009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
236
237        * malloctest/init.c: Adjust allocation in test so it passes now that
238        heap overhead constant has been increased.
239
[248db21]2402009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
241
242        * bspcmdline01/init.c: Do not violate visibility.
243
[cac975e]2442009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
245
246        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
247        prefix to all routines.
248
[7c86172a]2492009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
250
251        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
252        helper routines.
253        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
254        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
255        bspcmdline01/init.c, bspcmdline01/test.c: New files.
256
[66abaa1]2572009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
260        for shrinking a block enough to need to free the newly unused
261        portion.
262
[4b6c378]2632009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
264
265        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
266        _Protected_heap_Get_information().
267
[5f6a4a2]2682009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
269
270        * heapwalk/init.c: Add test code for first free block pointer not
271        aligned.
272
[93f4ac26]2732009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
274
275        * heapwalk/init.c: Add more cases.
276
[f4812a03]2772009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
278
279        * heapwalk/init.c: Add more automated corruption capability.
280
[c30fcf52]2812009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
282
283        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
284
[9c22907]2852009-05-19      Chris Johns <chrisj@rtems.org>
286
287        * cpuuse/tswitch.c: Lower sample count for small memory targets.
288        * cpuuse/system.h: Smaller stack size for small memory targets.
289        * monitor02/init.c: Cannot run on small memory targets.
290
[5b469b7]2912009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
292
293        * rtmonuse/init.c: Do not use Task_name array before initialized.
294
[d0a263a]2952009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
296
297        * malloctest/init.c: Fix warning.
298
[3b2edab]2992009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
300
301        * malloctest/init.c: Fix typo.
302
[56b7951]3032009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
304
305        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
306        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
307        heapwalk/init.c, heapwalk/system.h: New files.
308
[8814cf0]3092009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
310
311        * malloctest/init.c: Add test case for heap resize block when the
312        resize creates a free block large enough to free.
313
[1f52d0e]3142009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
315
316        * cpuuse/Makefile.am, malloctest/Makefile.am,
317        monitor/Makefile.am, monitor02/Makefile.am,
318        putenvtest/Makefile.am, rtems++/Makefile.am,
319        rtmonuse/Makefile.am, stackchk/Makefile.am,
320        termios/Makefile.am, tztest/Makefile.am:
321        Eliminate _exe_/.exe.
322
[094e520]3232009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
324
325        * stackchk/stackchk.scn: Correct screen to match output.
326
[64f1df32]3272008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
328
329        * malloctest/init.c: Change sizes of heap/region and allocated objects
330        in heap to intptr_t so they can be larger than a single allocatable
331        object (e.g. size_t).
332
[d7e739a9]3332008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
334
335        * malloctest/init.c: Do not generate alignment factors larger that will
336        not fit in a native integer.
337
[156dc1d]3382008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
339
340        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
341        CONFIGURE_STACK_CHECKER_ENABLED.
342
[b9073c37]3432008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
344
345        * malloctest/init.c: Convert to "bool".
346
[1bdf29de]3472008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
348
349        * rtems++/System.h: Account for extra task stacks properly.
350
[991efb61]3512008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
352
353        * malloctest/init.c: Fix return status check.
354
[5a8e7503]3552008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
356
357        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
358        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
359        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
360        POSIX tests. Add a clock_settime case for < 1988.
361
[dfaa1a7]3622008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
363
364        * malloctest/init.c: Add more test cases to cover heap better.
365
[f2a7fa02]3662008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
367
368        * malloctest/init.c: Add new test cases per Sergei. Make some of the
369        stranger cases operate directly on a freshly initialized heap. This
370        should make them more reproducible.
371
[b7bc1d1]3722008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
373
374        * malloctest/init.c: Add more tests per suggestions from Sergei
375        Organov.
376
[499eb57]3772008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
378
379        * malloctest/init.c: Add include to remove warning.
380
[b89f64c]3812008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
382
383        * malloctest/init.c: Remove debug print.
384
[b9e23917]3852008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
386
387        * monitor02/.cvsignore: New file.
388
[dee3992f]3892008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
390
391        * Makefile.am, configure.ac: Added automatic test for monitor shell
392        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
393        monitor02/system.h: New files.
394
[6bd3162]3952007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
396
397        * malloctest/init.c: Add test cases suggested by Sergei Organov
398        <s.organov@javad.com>.
399
[e1a22c1]4002007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
401
402        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
403
[fbea3df]4042007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
405
406        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
407        exericise another path in the period statistics code.
408
[9202c24]4092007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
410
411        * malloctest/init.c: Add some primitive testing of realloc() which also
412        does some positive path testing on the SuperCore heap.
413
[43e3429]4142007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
415
416        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
417        cases for untested routines.
418
[6db35220]4192007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
420
421        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
422        the CPU Usage Report include it. If it is deleted, the CPU time it
423        had consumed is not listed later in the report.
424
[0e92952]4252007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
426
427        * tztest/init.c: Build when using buffered test IO.
428
[838167e]4292007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
430
431        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
432        macro instead of fflush() directly.
433
[81ee994]4342007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
435
436        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
437        Statistics and Period Usage into Rate Monotonic Manager. Added the
438        following directives: rtems_rate_monotonic_get_statistics,
439        rtems_rate_monotonic_reset_statistics,
[838167e]440        rtems_rate_monotonic_reset_all_statistics,
441        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
[81ee994]442        Obsoleted the rtems/rtmonuse.h file as a public interface.
443
[9de4e5b]4442007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
445
446        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
447        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
448        optional managers to Makefiles. Clean up test cases so last output
449        line follows END OF pattern. Make sure test case all run. All tests
450        appeared ok on sis.
451
[dbacde8a]4522007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
453
454        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
455
[dfd2947f]4562007-03-13      Joel Sherrill <joel@OARcorp.com>
457
458        * tztest/init.c: Call tzset() even though it may be called for us
459        implicitly along the way.
460
[871e077]4612007-03-13      Joel Sherrill <joel@OARcorp.com>
462
463        * tztest/.cvsignore: New file.
464
[3e1fada2]4652007-03-13      Joel Sherrill <joel@OARcorp.com>
466
467        * Makefile.am, configure.ac: Added timezone test.
468        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
469        tztest/tztest.scn: New files.
470
[3ca0ca79]4712007-03-05      Joel Sherrill <joel@OARcorp.com>
472
473        * malloctest/init.c: Be explicit about need for default and floating
474        point attributes. This is just a style change.
475
[b5a555a7]4762007-02-06      Joel Sherrill <joel@OARcorp.com>
477
478        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
479        issues in message queue tests.
480
[fcb0cd46]4812006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
482
483        * configure.ac: New BUG-REPORT address.
484
[ba2c04f]4852006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
486
487        * configure.ac: Require autoconf-2.60. Require automake-1.10.
488
[ea69358]4892006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
490
491        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
492        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
493        docdir. Use rtems_testsdir instead.
494
[a06eb01]4952006-02-08      Joel Sherrill <joel@OARcorp.com>
496
497        * rtems++/Task1.cc: Fix warnings.
498
[1fd1595]4992005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
500
501        * configure.ac: Remove RTEMS_ENABLE_BARE,
502        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
503
[22189ab]5042005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
505
506        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
507        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
508        stackchk/Makefile.am, termios/Makefile.am:
509        Convert to using *_PROGRAMS.
510
[5840b03]5112005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
512
[dc35ca43]513        * cpuuse/Makefile.am, malloctest/Makefile.am,
514        monitor/Makefile.am, putenvtest/Makefile.am,
515        rtems++/Makefile.am, rtmonuse/Makefile.am,
516        stackchk/Makefile.am, termios/Makefile.am: Rework.
[5840b03]517
[28486f3]5182005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
519
520        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
521        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
522        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
523        * libtests.am: Remove.
524
[e126295]5252005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
526
527        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
528        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
529        stackchk/Makefile.am, termios/Makefile.am:
530        AM_CPPFLAGS += -I..../support/include.
531
[576f411]5322005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
533
[44502ae]534        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
[576f411]535        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
536
[ed2e813]5372005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
538
539        * libtests.am: Remove LIB_VARIANT.
540
[af6ad5d]5412005-11-07      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: Remove SRC, PRINT_SRC.
546
[c32fb8f]5472005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
548
549        * Makefile.am: Cleanup.
550
[ad3310a]5512005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
552
553        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
554        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
555        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
556        stackchk/Makefile.am, termios/Makefile.am:
557        Partial conversion to automake.
558
[7010db3d]5592005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
560
561        * rtems++/Makefile.am: Remove LIB_VARIANT.
562
[6f2593f]5632004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
[dda9a682]564
565        * configure.ac: Remove -ansi to prevent folks from further damaging
566        the code with broken prototypes.
567        * putenvtest/init.c: Remove broken putenv prototype.
568        * termios/init.c (print_c_cc): Don't loop over NCCS.
569
[6f2593f]5702004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]571
572        * configure.ac: Require automake > 1.9.
573
[6f2593f]5742004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[1b22030]575
576        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
577        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
578        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
579        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
580        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
581        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
582        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
583        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
584
[6f2593f]5852004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
[9919946a]586
587        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
588        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
589        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
590        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
591        using c99 fixed size types.
592
[7c48a2e8]5932004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * configure.ac: Add 2nd arg to RTEMS_TOP.
596
[08bfed2]5972004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
600        Add PRE/TMPINSTALL_FILES to CLEANFILES.
601        * malloctest/Makefile.am: Ditto.
602        * monitor/Makefile.am: Ditto.
603        * putenvtest/Makefile.am: Ditto.
604        * rtems++/Makefile.am: Ditto.
605        * rtmonuse/Makefile.am: Ditto.
606        * stackchk/Makefile.am: Ditto.
607        * termios/Makefile.am: Ditto.
608
[f361300]6092003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * libtests.am: Add dirstamp support.
612
[9839e9c9]6132003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
616
[4dbd85e]6172003-12-16      Joel Sherrill <joel@OARcorp.com>
618
619        PR 544/tests
620        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
621        tests account for resources and not print at inappropriate times.
622
[810720b6]6232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
626
[6895c068]6272003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
630        * malloctest/Makefile.am: Remove all-local: $(ARCH).
631        * monitor/Makefile.am: Remove all-local: $(ARCH).
632        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
633        * rtems++/Makefile.am: Remove all-local: $(ARCH).
634        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
635        * stackchk/Makefile.am: Remove all-local: $(ARCH).
636        * termios/Makefile.am: Remove all-local: $(ARCH).
637
[5f52d1f]6382003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * configure.ac: Reflect having moved to testsuites/.
641
[c6328bee]6422003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * configure.ac: Remove RTEMS_CANONICAL_HOST.
645
[5445ee60]6462003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * configure.ac:Remove RTEMS_CHECK_CPU.
649
[2abdd87]6502003-09-04      Joel Sherrill <joel@OARcorp.com>
651
652        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
653        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
654        malloctest/system.h, malloctest/task1.c, monitor/init.c,
655        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
656        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
657        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
658        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
659        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
660        stackchk/task1.c: URL for license changed.
661
[7862f888]6622003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * Makefile.am: Reflect having moved aclocal/.
665
[1053dcd]6662003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
[61d9371]668        * Makefile.am: Reflect having moved automake/.
669        * cpuuse/Makefile.am: Reflect having moved automake/.
670        * malloctest/Makefile.am: Reflect having moved automake/.
671        * monitor/Makefile.am: Reflect having moved automake/.
672        * putenvtest/Makefile.am: Reflect having moved automake/.
673        * rtems++/Makefile.am: Reflect having moved automake/.
674        * rtmonuse/Makefile.am: Reflect having moved automake/.
675        * stackchk/Makefile.am: Reflect having moved automake/.
676        * termios/Makefile.am: Reflect having moved automake/.
[1053dcd]677
[7dcc3fe]6782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
681
[3c55718]6822003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * configure.ac: Remove AC_CONFIG_AUX_DIR.
685
[06908af6]6862003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * configure.ac: Unconditionally check for CXX.
689        Require autoconf-2.57, automake-1.7.2.
690        * rtems++: Eliminate CC_O_FILES.
691
[5a5b0b52]6922002-12-02      Joel Sherrill <joel@OARcorp.com>
693
694        * malloctest/init.c: Tasks should be floating point.
695
[8730f45]6962002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
697
698        * .cvsignore: Reformat.
699        Add autom4te*cache.
700        Remove autom4te.cache.
701
[9f33e26]7022002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
705        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
706        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
707        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
708        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
709        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
710        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
711        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
712
[016a926]7132002-08-01      Joel Sherrill <joel@OARcorp.com>
714
715        * Per PR47 add support for buffered test output.  This involved
716        adding defines to redirect output to a buffer and dump it when
717        full, at "test pause", and at exit.  To avoid problems when redefining
718        exit(), all tests were modified to call rtems_test_exit().
719        Some tests, notable psxtests, had to be modified to include
720        the standard test macro .h file (pmacros.h or tmacros.h) to
721        enable this support.
722        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
723        rtmonuse/task1.c, termios/init.c: Modified.
724
[cb9b2bfc]7252002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * configure.ac: Remove ENABLE_GCC28.
728
[8b695b9]7292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * configure.ac:
732        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
733        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
734        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
735        * Makefile.am: Remove AUTOMAKE_OPTIONS.
736        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
737        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
738        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
739        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
740        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
741        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
742        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
743
[38c0f98e]7442001-11-01      Joel Sherrill <joel@OARcorp.com>
745
746        * rtems++/Makefile.am: Make sure debug variant of librtems++
747        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
748        and processed as PR78.
749
[2098cef]7502001-10-25      Joel Sherrill <joel@OARcorp.com>
751
752        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
753
[df25c998]7542001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
757        * configure.in: Remove.
758        * configure.ac: New file, generated from configure.in by autoupdate.
759
[99139ff]7602001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
[4fec22e7]763        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
[99139ff]764
[682c7fd2]7652001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
768        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
769        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
770        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
771        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
772        make-cxx-exe.
773        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
774        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
775        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
776
[95083c0]7772001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
778
779        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
780
[feead226]7812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
784
[a314d3b4]7852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
788
[ce28b283]7892000-11-01      Joel Sherrill <joel@OARcorp.com>
790
791        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
792        libcsupport.h moved from libc to lib/include/rtems and now must
793        be referenced as <rtems/XXX.h>. 
794
[37a9cf1]7952000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
796
797        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
798        Switch to GNU canonicalization.
799        * libtests.am: Remove DEFS.
800
[78f76ac]8012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802
803        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
804        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
805        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
806
[e94ad1fe]8072000-08-10      Joel Sherrill <joel@OARcorp.com>
808
809        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.