source: rtems/testsuites/samples/ChangeLog @ 9b4422a2

4.115
Last change on this file since 9b4422a2 was 4534ba3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/11 at 09:36:01

2011-12-13 Ralf Corsépius <ralf.corsepius@…>

  • fileio/init.c: Comment out setup_nvdisk (Unused). Make shell_nvdisk_trace, shell_nvdisk_erase, shell_bdbuf_trace, disk_test_set_block_size, disk_test_write_blocks, disk_test_block_sizes, parse_size_arg, create_ramdisk, create_nvdisk static.
  • nsecs/init.c: Make my_ctime, subtract_em static.
  • Property mode set to 100644
File size: 37.6 KB
Line 
12011-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * fileio/init.c: Comment out setup_nvdisk (Unused).
4        Make shell_nvdisk_trace, shell_nvdisk_erase, shell_bdbuf_trace,
5        disk_test_set_block_size, disk_test_write_blocks, disk_test_block_sizes,
6        parse_size_arg, create_ramdisk, create_nvdisk static.
7        * nsecs/init.c: Make my_ctime, subtract_em static.
8
92011-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        PR 1589/build
12        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
13        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
14        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
15        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
16        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
17        unlimited/Makefile.am: Remove obsolete optional manager capability.
18
192011-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * fileio/init.c: Explictly cast consts in size_t initializers
22        (avoid overflows on 16bit-int targets).
23
242011-10-07      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * capture/init.c: Declare notification only if being used.
27
282011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * nsecs/init.c: Include "pritime.h".
31        Use PRIdtime_t to print time_t.
32
332011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * configure.ac: Check for size of time_t.
36
372011-09-16      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
38
39        * fileio/fileio.scn: New file.
40        * capture/init.c, fileio/init.c: Use rtems_shell_wait_for_input().
41
422011-08-29      Joel Sherrill <joel.sherrilL@OARcorp.com>
43
44        * ticker/system.h: Remove unneeded include.
45
462011-07-04      Chris Johns <chrisj@rtems.org>
47
48        * fileio/init.c, fileio/system.h: Add commands to
49        create ram disks from the shell prompt. Helps testing.
50
512011-06-20      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * pppd/Makefile.am: Add ppp.conf, pppd.options to EXTRA_DIST.
54        * pppd/Makefile-user: Remove.
55
562011-06-11      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * fileio/init.c: Avoid use of deprecated rtems_clock_get() except in
59        spclockget().
60
612011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * fileio/Makefile.am, ticker/Makefile.am: Missed part of previous
64        patch.
65
662011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * base_sp/apptask.c, base_sp/init.c, fileio/init.c, fileio/system.h,
69        nsecs/init.c, ticker/init.c, ticker/system.h, ticker/tasks.c: Remove
70        warnings.
71
722011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * configure.ac: Add AC_CONFIG_HEADER(config.h).
75
762011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * base_mp/apptask.c, base_mp/init.c, base_sp/apptask.c, base_sp/init.c,
79        capture/init.c, capture/test1.c, cdtest/init.c, fileio/init.c,
80        hello/init.c, loopback/init.c, minimum/init.c, nsecs/empty.c,
81        nsecs/init.c, paranoia/init.c, paranoia/paranoia.c, pppd/init.c,
82        pppd/pppdapp.c, ticker/init.c, ticker/tasks.c, unlimited/init.c,
83        unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Add
84        HAVE_CONFIG_H.
85
862011-02-17      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * pppd/system.h: Use confdefs.h to generate device driver table.
89
902011-02-17      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
91
92        * pppd/system.h: Added missing include files.
93
942011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * configure.ac: Require autoconf-2.68, automake-1.11.1.
97
982010-12-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
99
100        * loopback/init.c: Loop back interface will be initialized now during
101        normal initialization via rtems_bsdnet_initialize_network().
102
1032010-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP).
106        * configure.ac: Remove AM_CONDITIONAL(LIBCHIP).
107        Force autoconf-2.67, automake-1.11.1.
108
1092010-07-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
110
111        * minimum/init.c: Use fatal error extension to prevent infinite
112        runtime.
113
1142010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * capture/capture.doc: Remove more ITRON references.
117
1182010-06-02      Chris Johns <chrisj@rtems.org>
119
120        * iostream/init.cc: Remove the hack.
121
1222010-06-02      Chris Johns <chrisj@rtems.org>
123
124        * fileio/init.c: Update to new mount API.
125        * iostream/init.cc: Hack to work around confdefs.h in C++.
126        * iostream/system.h: Add comment about base miniIMFS.
127
1282010-04-04      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * capture/init.c: Remove unused variable "out".
131
1322010-03-29      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
133
134        * capture/init.c, capture/test1.c, paramoia/init.c,
135        paranoia/paranoia.c: exclude tests for SMALL MEMORY targets
136
1372010-03-12      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
138
139        * fileio/init.c: Remove deprecation warnings.
140
1412010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * fileio/init.c: Fix warnings for ctype methods.
144
1452009-11-02      Ralf Corsépius <ralf.corsepius@rtems.org>
146
147        * loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to
148        int to match with rtems/rtems_bsdnet.h.
149
1502009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * base_mp/apptask.c: Use PRIxrtems_id to print rtems_ids.
153        Include "tmacros.h".
154        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
155        Add -I$(top_srcdir)/../support/include.
156
1572009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * pppd/netconfig.h: Add UL suffix to long constants to avoid
160        implicit integer overflows on 16bit targets.
161        * fileio/init.c: Use %zd to print ssize_t.
162
1632009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * base_sp/apptask.c, unlimited/init.c:
166        Use PRIdrtems_task_argument to print rtems_task_argument's.
167
1682009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * base_sp/apptask.c, unlimited/init.c, unlimited/test1.c,
171        unlimited/test2.c, unlimited/test3.c:
172        Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
173        * unlimited/Makefile.am, base_sp/Makefile.am:
174        Add -I$(top_srcdir)/../support/include.
175
1762009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * loopback/init.c : Add prototype for rtems_bsdnet_loopattach.
179        Remove evil type-cast.
180        * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h).
181        * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include.
182        * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
183
1842009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * capture/init.c: Remove setup_tasks_to_watch.
187        * capture/system.h: Remove test*().
188        Add setup_tasks_to_watch().
189        * capture/test1.c: Fix prototype.
190        * fileio/init.c: Fix broken printfs.
191        * minimum/init.c: Remove unused var.
192        * nsecs/empty.c: Add missing prototype.
193        * nsecs/rprintf.h: New.
194        * nsecs/init.c: Printf fixes.
195        * unlimited/system.h: Add missing prototypes.
196        * unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
197        unlimited/test3.c: Various warning fixes.
198
1992009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
200
201        * unlimited/test1.c: Spacing.
202
2032009-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
204
205        * hello/init.c: Remove call to devFS_Show() which had accidentally
206        gotten committed.
207
2082009-09-14      Ralf Corsépius <ralf.corsepius@rtems.org>
209
210        * capture/test1.c: Use size_t for sizes.
211
2122009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
213
214        * hello/Makefile.am, hello/init.c: Simplify.
215        * hello/system.h: Removed.
216
2172009-08-21      Xi Yang <hiyangxi@gmail.com>
218
219        * unlimited/test2.c: Fix spacing.
220
2212009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
222
223        * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c,
224        ticker/system.h, ticker/tasks.c: Eliminate test routines
225        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
226        rtems_clock_get_ticks_per_second().
227
2282009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to
231        legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to
232        rtems_clock_get_xxx().
233
2342009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
235
236        * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
237        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
238
2392009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
240
241        * fileio/system.h: Switch to unified work area.
242
2432009-06-11      Roxana Leontie <roxana.leontie@gmail.com>
244
245        * cdtest/system.h: modified the number of max semaphores - test was
246        failing before
247
2482009-06-04      Ralf Corsépius <ralf.corsepius@rtems.org>
249
250        * loopback/init.c: Add missing initializers.
251
2522009-04-28    Chris Johns <chrisj@rtems.org>
253
254        * iostream/system.h: Remove the Init prototype. Provide in
255        confdefs.h.
256
2572009-04-28      Chris Johns <chrisj@rtems.org>
258
259        * fileio/init.c, fileio/system.h, iostream/init.cc,
260        loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
261        BSP_SMALL_MEMORY is defined. Remove this code once a better way is
262        supported by the build system.
263
2642009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
265
266        * fileio/init.c: Removed obsolete header include.
267
2682009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
269
270        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
271        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
272        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
273        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
274        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
275        unlimited/Makefile.am: Eliminate _exe_/.exe.
276
2772009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
278
279        * fileio/init.c: Change arguments to rtems_shell_init() to match
280        new expectations.
281
2822009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
283
284        * cdtest/main.cc: Use printk() in global destructors since printf() no
285        longer works.
286
2872009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
288
289        * fileio/init.c: Adapt to modified shell configuration
290
2912008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
292
293        * capture/test1.c: Add const to eliminate warning.
294
2952008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
296
297        * capture/test1.c: Eliminate all public use of TOD conversion routines.
298
2992008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
300
301        * unlimited/init.c: Run all tests successfully with maxixum number of
302        priorities as 16 instead of 256. This was done by temporarily
303        modifying the score priority.h maximum. This allowed testing of all
304        API code to ensure that it worked properly with a reduced number of
305        priorities. Most modifications were to switch from hard-coded maximum
306        to using the API provided methods to determine maximum number of
307        priority levels.
308
3092008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
312        we have a test case for real password checking.
313
3142008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
315
316        * paranoia/paranoia.c: Add missing prototypes.
317
3182008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
319
320        * unlimited/system.h: Tighten configuration for stack space.
321
3222008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
323
324        * fileio/init.c: When USE_SHELL not defined, do not attempt to
325        configure shell.
326
3272008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
328
329        * unlimited/system.h: 10000 task ids is too many for some targets.
330
3312008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
332
333        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
334        pc386 and configured for unified workspace, you can get close to
335        this.
336
3372008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
338
339        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
340        CONFIGURE_STACK_CHECKER_ENABLED.
341
3422008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
343
344        * minimum/init.c, unlimited/system.h: Add support for optionally having
345        a unified work area. In other words, the RTEMS Workspace and C
346        Program Heap are the same pool of memory.
347
3482008-09-17      Miao Yan <yanmiaobest@gmail.com>
349
350        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
351        project code to add simple device only filesystem (devfs), optionally
352        completely drop out filesystem, and to clean up disabling newlib
353        reentrancy support. This dropped 17K from the minimum.exe for
354        sparc/sis and arm/rtl22xx_t now has a 15K code space.
355
3562008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
357
358        * capture/system.h, capture/test1.c, fileio/init.c,
359        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
360        Convert to "bool".
361
3622008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
363
364        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
365        fixing while running mptests on psim.
366
3672008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
368
369        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
370        split on multiple lines and document each parameter.
371
3722008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
373
374        * minimum/init.c: Disable confdefs.h debug.
375
3762008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
377
378        * iostream/system.h: Init task was close to blowing stack on PowerPC.
379        * minimum/init.c: Disable Classic API Notepads.
380
3812008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
382
383        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
384        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
385        on psim.
386
3872008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
388
389        * minimum/init.c: Exerise new ability for application to configure
390        minimum stack size. This test still runs the same with a 7.5K stack
391        on the powerpc but reserves 15K less Workspace on the PowerPC.
392
3932008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
394
395        * minimum/Makefile.am: Link against all managers.
396        * minimum/init.c: Use existing confdefs.h macros to turn off more
397        this test does not use.
398
3992008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
400
401        * iostream/system.h: Update to include definition of
402        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
403
4042008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
405
406        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
407        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
408
4092008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
410
411        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
412        4.3.x.
413
4142008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
415
416        * fileio/system.h, ticker/system.h: Add new Object Services collection.
417        This changed the name of a few previously public but undocumented
418        services and added a some new services.
419
4202008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
421
422        * hello/init.c: Remove accidental commit.
423
4242008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
425
426        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
427        statistics so shell output can be interesting.
428
4292007-12-17      Chris Johns <chrisj@rtems.org>
430
431        * testsuites/samples/fileio/init.c: Change shell_* to
432        rtems_shell_*. Add the mount file-system type of msdos.
433
4342007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
435
436        * fileio/init.c, fileio/system.h: Increase stack requested for shell
437        task. Turn on stack checking so the report is interesting.
438
4392007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
440
441        * fileio/init.c: Add RTEMS Shell configuration and static configuration
442        of user commands.
443
4442007-11-29      Chris Johns <chrisj@rtems.org>
445
446        * iostream/Makefile.am: Change the executable name so it does not
447        create a file which is the same name as the standard header file.
448        * iostream/system.h: Need to increase the number of semaphores for
449        the libstdc++ runtime.
450
4512007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
452
453        * capture/Makefile.am: Use all managers.
454
4552007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
456
457        * capture/Makefile.am: Fix typo -- not unlimited.
458
4592007-08-21      Chris Johns <chrisj@rtems.org>
460
461        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
462        from files. Committed incorrectly.
463         
4642007-08-17      Chris Johns <chrisj@rtems.org>
465
466        * Makefile.am, README, configure.ac, capture/.cvsignore,
467        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
468        capture/init.c, capture/system.h, capture/test1.c: Add a sample
469        test for the capture engine.
470
4712007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
472
473        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
474
4752007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
476
477        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
478        loop was being optimized out on the PowerPC.
479        * nsecs/empty.c: New file.
480
4812007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
482
483        * nsecs/init.c: Change name to avoid any hint of the timer driver.
484
4852007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
486
487        * nsecs/init.c: Do not make this test depend on the benchmark timer
488        driver.
489
4902007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
491
492        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
493        time varaying in proportion to the length of the loop measured.
494
4952007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
496
497        * nsecs/init.c: Remove stray "volatile int i".
498
4992007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
500
501        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
502        loopback/Makefile.am, nsecs/Makefile.am,
503        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
504        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
505        test cases so last output line follows END OF pattern. Make sure test
506        case all run. All tests appeared ok on sis.
507        * nsecs/init.c: Commit hack so test will compile when POSIX is
508        disabled.  Remove hack when clock_gettime() is present even when
509        --disable-posix.
510
5112007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
512
513        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
514        Test needs clock manager. Should use rtems_test_exit() instead of
515        exit().
516
5172007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
518
519        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
520        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
521        to demonstrate that the newlib reentrancy support is optional.
522
5232007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
524
525        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
526          version from rtems/score/timespec.h.
527
5282007-04-05      Joel Sherrill <joel@OARcorp.com>
529
530        * nsecs/init.c: Provide timespec manipulation routines in the
531        SuperCore. Use them everywhere possible. Perhaps they should be part
532        of the public API so this test and others can use them without
533        peeking into the bowels.
534
5352007-04-05      Joel Sherrill <joel@OARcorp.com>
536
537        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
538        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
539
5402007-04-02      Joel Sherrill <joel@OARcorp.com>
541
542        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
543        as fundamental time structure to POSIX struct timespec. Add
544        clock_get_uptime().
545        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
546        nsecs/nsecs.scn: New files.
547
5482007-03-26      Joel Sherrill <joel@OARcorp.com>
549
550        * loopback/init.c: Add CVS Id.
551
5522007-03-26      Joel Sherrill <joel@OARcorp.com>
553
554        PR 1230/tests
555        * minimum/init.c: Minimum should not configure console driver.
556
5572007-02-21      Joel Sherrill <joel@OARcorp.com>
558
559        * loopback/init.c: Fix exit paths in client thread and main test
560        thread.
561
5622006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
563
564        * init.c: added stdout flushs after prompts
565
5662006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
567
568        * configure.ac: New BUG-REPORT address.
569
5702006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
571
572        * configure.ac: Require autoconf-2.60. Require automake-1.10.
573
5742006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
575
576        PR 1162/rtems
577        * unlimited/system.h: Reserve enough memory for the stacks wanted.
578
5792006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
580
581        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
582        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
583        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
584        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
585        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
586        instead.
587
5882006-02-08      Joel Sherrill <joel@OARcorp.com>
589
590        * cdtest/main.cc: Fix warnings.
591
5922005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
593
594        * configure.ac: Remove RTEMS_ENABLE_BARE,
595        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
596
5972005-11-15  Eric Norum <norume@aps.anl.gov>
598
599        * cdtest/Makefile.am: Remove extraneous make-exe.
600
6012005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
602
603        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
604        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
605        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
606        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
607        ticker/Makefile.am, unlimited/Makefile.am:
608        Convert to using *_PROGRAMS.
609
6102005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
611
612        * configure.ac: Remove AMPOLISH3.
613        * base_mp/node1/Makefile.am,
614        base_mp/node2/Makefile.am, base_sp/Makefile.am,
615        cdtest/Makefile.am, fileio/Makefile.am,
616        hello/Makefile.am, iostream/Makefile.am,
617        loopback/Makefile.am, minimum/Makefile.am,
618        paranoia/Makefile.am, pppd/Makefile.am,
619        ticker/Makefile.am, unlimited/Makefile.am: Rework.
620
6212005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
622
623        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
624        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
625        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
626        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
627        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
628        * sample.am: Remove.
629
6302005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
631
632        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
633        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
634        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
635        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
636        New (Renamed from base_mp.*).
637        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
638        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
639        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
640        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
641        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
642        s/SAMPLE/TEST/ for improved consistency with other tests.
643
6442005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
645
646        * configure.ac: Add ampolish3.
647        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
648
6492005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
650
651        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
652
6532005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
654
655        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
656        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
657
6582005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
659
660        * sample.am: Remove LIB_VARIANT.
661
6622005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
663
664        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
665        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
666        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
667        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
668        ticker/Makefile.am, unlimited/Makefile.am:
669        Remove SRCS, PRINT_SRCS.
670
6712005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
672
673        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
674
6752005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
676
677        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
678        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
679        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
680        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
681        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
682        ticker/Makefile.am, unlimited/Makefile.am:
683        Partial conversion to automake.
684
6852005-10-26  Eric Norum <norume@aps.anl.gov>
686
687        PR 839/tests
688        * pppd/system.h: Remove i386-specific conditional.
689        This at least lets the sample compile.   It's unlikely to actually
690        work, though.
691
6922005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
693
694        * pppd/Makefile.am: Reflect libpppd having been split out.
695        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
696        rtemspppd.h.
697
6982005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
699
700        * loopback/init.c: socklen_t.
701
7022005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
703
704        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
705        Remove LIB_VARIANT.
706
7072005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
708
709        * Makefile.am: Remove DIST_SUBDIRS.
710
7112004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
712
713        * configure.ac: Require automake > 1.9.
714
7152004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
716
717        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
718        NETTESTS. Add iostream/.
719        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
720        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
721        Reflect changes above.
722        * cdtest/main.cc: Adaptation to new C++ standards.
723
7242004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
725
726        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
727        iostream/iostream.scn, iostream/system.h:
728        New (C++ variant of hello).
729
7302004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
731
732        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
733        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
734        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
735        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
736        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
737        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
738        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
739        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
740        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
741        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
742        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
743
7442004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
745
746        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
747
7482004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
749
750        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
751        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
752        unlimited/test3.c: Convert to using c99 fixed size types.
753
7542004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * configure.ac: Add 2nd arg to RTEMS_TOP.
757
7582004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * configure.ac: Remove -Wall -ansi to work-around non-portability of
761        with cdtest.
762
7632004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
766        Add PRE/TMPINSTALL_FILES to CLEANFILES.
767        * base_mp/node2/Makefile.am: Ditto.
768        * base_sp/Makefile.am: Ditto.
769        * cdtest/Makefile.am: Ditto.
770        * fileio/Makefile.am: Ditto.
771        * hello/Makefile.am: Ditto.
772        * loopback/Makefile.am: Ditto.
773        * minimum/Makefile.am: Ditto.
774        * paranoia/Makefile.am: Ditto.
775        * pppd/Makefile.am: Ditto.
776        * ticker/Makefile.am: Ditto.
777        * unlimited/Makefile.am: Ditto.
778
7792003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * samples.am: Fix yet another stupid typo in yesterday's patch.
782
7832003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
784
785        * samples.am: Add dirstamp support.
786
7872003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
788
789        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
790        Eliminate VPATH.
791
7922003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
793
794        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
795
7962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
797
798        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
799
8002003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
801
802        * base_mp/Makefile.am: Reformat.
803        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
804        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
805        * base_sp/Makefile.am: Remove all-local: $(ARCH).
806        * cdtest/Makefile.am: Remove all-local: $(ARCH).
807        * fileio/Makefile.am: Remove all-local: $(ARCH).
808        * hello/Makefile.am: Remove all-local: $(ARCH).
809        * loopback/Makefile.am: Remove all-local: $(ARCH).
810        * minimum/Makefile.am: Remove all-local: $(ARCH).
811        * paranoia/Makefile.am: Remove all-local: $(ARCH).
812        * pppd/Makefile.am: Remove all-local: $(ARCH).
813        * ticker/Makefile.am: Remove all-local: $(ARCH).
814        * unlimited/Makefile.am: Remove all-local: $(ARCH).
815
8162003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
817
818        * configure.ac: Reflect having moved to testsuites/.
819
8202003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
823        * fileio/Makefile.am: Only build if LIBCHIP is available.
824
8252003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * configure.ac: Remove RTEMS_CANONICAL_HOST.
828
8292003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
830
831        * configure.ac:Remove RTEMS_CHECK_CPU.
832
8332003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * fileio/init.c: Unconditionally define MIN (We *do want* to see
836        error messages if it conflicts).
837
8382003-09-04      Joel Sherrill <joel@OARcorp.com>
839
840        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
841        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
842        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
843        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
844        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
845        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
846        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
847        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
848        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
849        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
850        for license changed.
851
8522003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * Makefile.am: Reflect having moved aclocal/.
855
8562003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
857
858        * Makefile.am: Reflect having moved automake/.
859        * base_mp/Makefile.am: Reflect having moved automake/.
860        * base_mp/node1/Makefile.am: Reflect having moved automake/.
861        * base_mp/node2/Makefile.am: Reflect having moved automake/.
862        * base_sp/Makefile.am: Reflect having moved automake/.
863        * cdtest/Makefile.am: Reflect having moved automake/.
864        * fileio/Makefile.am: Reflect having moved automake/.
865        * hello/Makefile.am: Reflect having moved automake/.
866        * loopback/Makefile.am: Reflect having moved automake/.
867        * minimum/Makefile.am: Reflect having moved automake/.
868        * paranoia/Makefile.am: Reflect having moved automake/.
869        * pppd/Makefile.am: Reflect having moved automake/.
870        * ticker/Makefile.am: Reflect having moved automake/.
871        * unlimited/Makefile.am: Reflect having moved automake/.
872
8732003-08-13      Joel Sherrill <joel@OARcorp.com>
874
875        * fileio/.cvsignore: New file.
876
8772003-08-13      Joel Sherrill <joel@OARcorp.com>
878
879        PR 451/bsps
880        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
881
8822003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
885
8862003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
889        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
890
8912003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
892
893        PR 369/filesystem
894        * Makefile.am, configure.ac: sample application to show the use of the
895        DOSFS functions
896        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
897        fileio/system.h: New files.
898
8992003-06-04      Joel Sherrill <joel@OARcorp.com>
900
901        * pppd/system.h: Hack from Ralf to compile on all targets.
902
9032003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
904
905        * configure.ac: Add pppd.
906        * Makefile.am: Add pppd.
907
9082003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
909
910        Adding pppd:
911        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
912        * pppd/README: New, copied over from libnetworking/pppd/example.
913        * pppd/init.c: New, copied over from libnetworking/pppd/example.
914        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
915        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
916        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
917        * pppd/system.h: New, copied over from libnetworking/pppd/example.
918        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
919        * pppd/Makefile.am: New, converted to automake from Makefile-user.
920        * pppd/.cvsignore: New.
921
9222003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
923
924        * configure.ac: Remove AC_CONFIG_AUX_DIR.
925
9262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
927
928        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
929
9302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
931
932        * configure.ac: AC_PREREQ(2.57).
933
9342003-01-27      Joel Sherrill <joel@OARcorp.com>
935
936        * Makefile.am, configure.ac: Added new test loopback which shows how to
937        use the loopback interface. Thank you Eric Norum for a portable
938        target independent test which exercises the TCP/IP. This should
939        prevent massive failures in the TCP/IP stack from reaching the
940        street.
941        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
942        loopback/init.c, loopback/loopback.scn: New files.
943
9442003-01-03      Joel Sherrill <joel@OARcorp.com>
945
946        * unlimited/system.h, unlimited/test1.c: Backed off previous
947        modification as it does not compile.
948
9492002-10-31      Chris Johns <ccj@acm.org>
950
951        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
952        can be created. 
953        * unlimited/system.h: PR296. Reference the number of tasks in the
954        configuration table rather than a hardcoded number.
955
9562002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
957
958        * configure.ac: Unconditionally check for CXX (Hack to bug in
959        autoconf > 2.54).
960
9612002-10-31      Joel Sherrill <joel@OARcorp.com>
962
963        * base_mp/apptask.c: Removed warning.
964
9652002-10-28      Joel Sherrill <joel@OARcorp.com>
966
967        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
968
9692002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971        * .cvsignore: Reformat.
972        Add autom4te*cache.
973        Remove autom4te.cache.
974
9752002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
976
977        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
978        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
979        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
980        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
981        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
982        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
983        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
984        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
985        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
986
9872002-08-01      Joel Sherrill <joel@OARcorp.com>
988
989        * Per PR47 add support for buffered test output.  This involved
990        adding defines to redirect output to a buffer and dump it when
991        full, at "test pause", and at exit.  To avoid problems when redefining
992        exit(), all tests were modified to call rtems_test_exit().
993        Some tests, notable psxtests, had to be modified to include
994        the standard test macro .h file (pmacros.h or tmacros.h) to
995        enable this support.
996        * cdtest/init.c: Modified.
997
9982002-07-01      Joel Sherrill <joel@OARcorp.com>
999
1000        * unlimited/test1.c: Corrected use of _Objects_Information_table
1001        now that it is a two dimensional array based upon API and class.
1002
10032002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1004
1005        * base_sp/apptask.c: Include <stdlib.h>.
1006        * hello/init.c: Ditto.
1007        * paranoia/init.c: Ditto.
1008        * ticker/tasks.c: Ditto.
1009        * unlimited/init.c: Ditto.
1010        * unlimited/test1.c: Ditto.
1011        * unlimited/test2.c: Ditto.
1012        * unlimited/test3.c: Ditto.
1013
10142002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1015
1016        * configure.ac: Remove ENABLE_GCC28.
1017
10182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1019
1020        * configure.ac:
1021        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1022        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1023        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
1024        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
1025        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
1026        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1027        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
1028        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1029        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
1030        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
1031        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
1032        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
1033        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
1034
10352001-11-26      Ralf Corsepius
1036
1037        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
1038
10392001-10-25      Eric Norum <eric.norum@usask.ca>
1040
1041        * cdtest/system.h: Configure 1 semaphore.  This probably covers
1042        up not defining one for the GCC C++ Run-Time Libraries.
1043
10442001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1045
1046        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
1047
10482001-10-12      Joel Sherrill <joel@OARcorp.com>
1049
1050        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
1051        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
1052        Fixed typo.
1053
10542001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1055
1056        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1057        * configure.in: Remove.
1058        * configure.ac: New file, generated from configure.in by autoupdate.
1059
10602001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1061
1062        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
1063        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1064        * cdtest/Makefile.am: Remove LD_LIBS.
1065
10662001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1067
1068        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
1069        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
1070        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
1071        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
1072        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
1073        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
1074        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
1075        make-cxx-exe.
1076        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
1077        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
1078
10792001-06-14      Joel Sherrill <joel@OARcorp.com>
1080
1081        * cdtest/system.h: Removed configure of POSIX mutexes since
1082        there do not appear to be any used in this test.
1083
10842001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1085
1086        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1087
10882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1089
1090        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1091
10922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1093
1094        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1095
10962000-10-30      Joel Sherrill <joel@OARcorp.com>
1097
1098        * POSIX include files merged into newlib.  This resulted in
1099        some definitions moving to other files and thus some secondary
1100        effects in RTEMS source code.
1101        * paranoia/paranoia.c: Commented out incorrect and conflicting
1102        prototype of read().
1103
11042000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1105
1106        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1107        Switch to GNU canonicalization.
1108        * sample.am: Remove DEFS.
1109
11102000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1111
1112        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
1113        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
1114        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
1115        unlimited/Makefile.am: Include compile.am
1116
11172000-08-10      Joel Sherrill <joel@OARcorp.com>
1118
1119        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.