source: rtems/testsuites/samples/ChangeLog @ b57e137

4.115
Last change on this file since b57e137 was b57e137, checked in by Joel Sherrill <joel.sherrill@…>, on 08/29/11 at 17:18:44

2011-08-29 Joel Sherrill <joel.sherrilL@…>

  • ticker/system.h: Remove unneeded include.
  • Property mode set to 100644
File size: 36.2 KB
Line 
12011-08-29      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * ticker/system.h: Remove unneeded include.
4
52011-07-04      Chris Johns <chrisj@rtems.org>
6
7        * fileio/init.c, fileio/system.h: Add commands to
8        create ram disks from the shell prompt. Helps testing.
9
102011-06-20      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * pppd/Makefile.am: Add ppp.conf, pppd.options to EXTRA_DIST.
13        * pppd/Makefile-user: Remove.
14
152011-06-11      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * fileio/init.c: Avoid use of deprecated rtems_clock_get() except in
18        spclockget().
19
202011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * fileio/Makefile.am, ticker/Makefile.am: Missed part of previous
23        patch.
24
252011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * base_sp/apptask.c, base_sp/init.c, fileio/init.c, fileio/system.h,
28        nsecs/init.c, ticker/init.c, ticker/system.h, ticker/tasks.c: Remove
29        warnings.
30
312011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * configure.ac: Add AC_CONFIG_HEADER(config.h).
34
352011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * base_mp/apptask.c, base_mp/init.c, base_sp/apptask.c, base_sp/init.c,
38        capture/init.c, capture/test1.c, cdtest/init.c, fileio/init.c,
39        hello/init.c, loopback/init.c, minimum/init.c, nsecs/empty.c,
40        nsecs/init.c, paranoia/init.c, paranoia/paranoia.c, pppd/init.c,
41        pppd/pppdapp.c, ticker/init.c, ticker/tasks.c, unlimited/init.c,
42        unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Add
43        HAVE_CONFIG_H.
44
452011-02-17      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * pppd/system.h: Use confdefs.h to generate device driver table.
48
492011-02-17      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
50
51        * pppd/system.h: Added missing include files.
52
532011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * configure.ac: Require autoconf-2.68, automake-1.11.1.
56
572010-12-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
58
59        * loopback/init.c: Loop back interface will be initialized now during
60        normal initialization via rtems_bsdnet_initialize_network().
61
622010-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP).
65        * configure.ac: Remove AM_CONDITIONAL(LIBCHIP).
66        Force autoconf-2.67, automake-1.11.1.
67
682010-07-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
69
70        * minimum/init.c: Use fatal error extension to prevent infinite
71        runtime.
72
732010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * capture/capture.doc: Remove more ITRON references.
76
772010-06-02      Chris Johns <chrisj@rtems.org>
78
79        * iostream/init.cc: Remove the hack.
80
812010-06-02      Chris Johns <chrisj@rtems.org>
82
83        * fileio/init.c: Update to new mount API.
84        * iostream/init.cc: Hack to work around confdefs.h in C++.
85        * iostream/system.h: Add comment about base miniIMFS.
86
872010-04-04      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * capture/init.c: Remove unused variable "out".
90
912010-03-29      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
92
93        * capture/init.c, capture/test1.c, paramoia/init.c,
94        paranoia/paranoia.c: exclude tests for SMALL MEMORY targets
95
962010-03-12      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
97
98        * fileio/init.c: Remove deprecation warnings.
99
1002010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * fileio/init.c: Fix warnings for ctype methods.
103
1042009-11-02      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to
107        int to match with rtems/rtems_bsdnet.h.
108
1092009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * base_mp/apptask.c: Use PRIxrtems_id to print rtems_ids.
112        Include "tmacros.h".
113        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
114        Add -I$(top_srcdir)/../support/include.
115
1162009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * pppd/netconfig.h: Add UL suffix to long constants to avoid
119        implicit integer overflows on 16bit targets.
120        * fileio/init.c: Use %zd to print ssize_t.
121
1222009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * base_sp/apptask.c, unlimited/init.c:
125        Use PRIdrtems_task_argument to print rtems_task_argument's.
126
1272009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * base_sp/apptask.c, unlimited/init.c, unlimited/test1.c,
130        unlimited/test2.c, unlimited/test3.c:
131        Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
132        * unlimited/Makefile.am, base_sp/Makefile.am:
133        Add -I$(top_srcdir)/../support/include.
134
1352009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * loopback/init.c : Add prototype for rtems_bsdnet_loopattach.
138        Remove evil type-cast.
139        * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h).
140        * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include.
141        * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
142
1432009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * capture/init.c: Remove setup_tasks_to_watch.
146        * capture/system.h: Remove test*().
147        Add setup_tasks_to_watch().
148        * capture/test1.c: Fix prototype.
149        * fileio/init.c: Fix broken printfs.
150        * minimum/init.c: Remove unused var.
151        * nsecs/empty.c: Add missing prototype.
152        * nsecs/rprintf.h: New.
153        * nsecs/init.c: Printf fixes.
154        * unlimited/system.h: Add missing prototypes.
155        * unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
156        unlimited/test3.c: Various warning fixes.
157
1582009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * unlimited/test1.c: Spacing.
161
1622009-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * hello/init.c: Remove call to devFS_Show() which had accidentally
165        gotten committed.
166
1672009-09-14      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * capture/test1.c: Use size_t for sizes.
170
1712009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * hello/Makefile.am, hello/init.c: Simplify.
174        * hello/system.h: Removed.
175
1762009-08-21      Xi Yang <hiyangxi@gmail.com>
177
178        * unlimited/test2.c: Fix spacing.
179
1802009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c,
183        ticker/system.h, ticker/tasks.c: Eliminate test routines
184        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
185        rtems_clock_get_ticks_per_second().
186
1872009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to
190        legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to
191        rtems_clock_get_xxx().
192
1932009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
194
195        * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
196        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
197
1982009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
199
200        * fileio/system.h: Switch to unified work area.
201
2022009-06-11      Roxana Leontie <roxana.leontie@gmail.com>
203
204        * cdtest/system.h: modified the number of max semaphores - test was
205        failing before
206
2072009-06-04      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * loopback/init.c: Add missing initializers.
210
2112009-04-28    Chris Johns <chrisj@rtems.org>
212
213        * iostream/system.h: Remove the Init prototype. Provide in
214        confdefs.h.
215
2162009-04-28      Chris Johns <chrisj@rtems.org>
217
218        * fileio/init.c, fileio/system.h, iostream/init.cc,
219        loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
220        BSP_SMALL_MEMORY is defined. Remove this code once a better way is
221        supported by the build system.
222
2232009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
224
225        * fileio/init.c: Removed obsolete header include.
226
2272009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
228
229        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
230        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
231        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
232        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
233        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
234        unlimited/Makefile.am: Eliminate _exe_/.exe.
235
2362009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
237
238        * fileio/init.c: Change arguments to rtems_shell_init() to match
239        new expectations.
240
2412009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
242
243        * cdtest/main.cc: Use printk() in global destructors since printf() no
244        longer works.
245
2462009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
247
248        * fileio/init.c: Adapt to modified shell configuration
249
2502008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
251
252        * capture/test1.c: Add const to eliminate warning.
253
2542008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
255
256        * capture/test1.c: Eliminate all public use of TOD conversion routines.
257
2582008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
259
260        * unlimited/init.c: Run all tests successfully with maxixum number of
261        priorities as 16 instead of 256. This was done by temporarily
262        modifying the score priority.h maximum. This allowed testing of all
263        API code to ensure that it worked properly with a reduced number of
264        priorities. Most modifications were to switch from hard-coded maximum
265        to using the API provided methods to determine maximum number of
266        priority levels.
267
2682008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
269
270        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
271        we have a test case for real password checking.
272
2732008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
274
275        * paranoia/paranoia.c: Add missing prototypes.
276
2772008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
278
279        * unlimited/system.h: Tighten configuration for stack space.
280
2812008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
282
283        * fileio/init.c: When USE_SHELL not defined, do not attempt to
284        configure shell.
285
2862008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
287
288        * unlimited/system.h: 10000 task ids is too many for some targets.
289
2902008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
291
292        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
293        pc386 and configured for unified workspace, you can get close to
294        this.
295
2962008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
297
298        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
299        CONFIGURE_STACK_CHECKER_ENABLED.
300
3012008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
302
303        * minimum/init.c, unlimited/system.h: Add support for optionally having
304        a unified work area. In other words, the RTEMS Workspace and C
305        Program Heap are the same pool of memory.
306
3072008-09-17      Miao Yan <yanmiaobest@gmail.com>
308
309        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
310        project code to add simple device only filesystem (devfs), optionally
311        completely drop out filesystem, and to clean up disabling newlib
312        reentrancy support. This dropped 17K from the minimum.exe for
313        sparc/sis and arm/rtl22xx_t now has a 15K code space.
314
3152008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
316
317        * capture/system.h, capture/test1.c, fileio/init.c,
318        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
319        Convert to "bool".
320
3212008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
322
323        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
324        fixing while running mptests on psim.
325
3262008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
327
328        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
329        split on multiple lines and document each parameter.
330
3312008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
332
333        * minimum/init.c: Disable confdefs.h debug.
334
3352008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
336
337        * iostream/system.h: Init task was close to blowing stack on PowerPC.
338        * minimum/init.c: Disable Classic API Notepads.
339
3402008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
341
342        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
343        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
344        on psim.
345
3462008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
347
348        * minimum/init.c: Exerise new ability for application to configure
349        minimum stack size. This test still runs the same with a 7.5K stack
350        on the powerpc but reserves 15K less Workspace on the PowerPC.
351
3522008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
353
354        * minimum/Makefile.am: Link against all managers.
355        * minimum/init.c: Use existing confdefs.h macros to turn off more
356        this test does not use.
357
3582008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
359
360        * iostream/system.h: Update to include definition of
361        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
362
3632008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
364
365        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
366        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
367
3682008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
369
370        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
371        4.3.x.
372
3732008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
374
375        * fileio/system.h, ticker/system.h: Add new Object Services collection.
376        This changed the name of a few previously public but undocumented
377        services and added a some new services.
378
3792008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
380
381        * hello/init.c: Remove accidental commit.
382
3832008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
384
385        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
386        statistics so shell output can be interesting.
387
3882007-12-17      Chris Johns <chrisj@rtems.org>
389
390        * testsuites/samples/fileio/init.c: Change shell_* to
391        rtems_shell_*. Add the mount file-system type of msdos.
392
3932007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
394
395        * fileio/init.c, fileio/system.h: Increase stack requested for shell
396        task. Turn on stack checking so the report is interesting.
397
3982007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
399
400        * fileio/init.c: Add RTEMS Shell configuration and static configuration
401        of user commands.
402
4032007-11-29      Chris Johns <chrisj@rtems.org>
404
405        * iostream/Makefile.am: Change the executable name so it does not
406        create a file which is the same name as the standard header file.
407        * iostream/system.h: Need to increase the number of semaphores for
408        the libstdc++ runtime.
409
4102007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
411
412        * capture/Makefile.am: Use all managers.
413
4142007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
415
416        * capture/Makefile.am: Fix typo -- not unlimited.
417
4182007-08-21      Chris Johns <chrisj@rtems.org>
419
420        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
421        from files. Committed incorrectly.
422         
4232007-08-17      Chris Johns <chrisj@rtems.org>
424
425        * Makefile.am, README, configure.ac, capture/.cvsignore,
426        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
427        capture/init.c, capture/system.h, capture/test1.c: Add a sample
428        test for the capture engine.
429
4302007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
431
432        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
433
4342007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
435
436        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
437        loop was being optimized out on the PowerPC.
438        * nsecs/empty.c: New file.
439
4402007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
441
442        * nsecs/init.c: Change name to avoid any hint of the timer driver.
443
4442007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
445
446        * nsecs/init.c: Do not make this test depend on the benchmark timer
447        driver.
448
4492007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
450
451        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
452        time varaying in proportion to the length of the loop measured.
453
4542007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
455
456        * nsecs/init.c: Remove stray "volatile int i".
457
4582007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
459
460        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
461        loopback/Makefile.am, nsecs/Makefile.am,
462        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
463        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
464        test cases so last output line follows END OF pattern. Make sure test
465        case all run. All tests appeared ok on sis.
466        * nsecs/init.c: Commit hack so test will compile when POSIX is
467        disabled.  Remove hack when clock_gettime() is present even when
468        --disable-posix.
469
4702007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
471
472        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
473        Test needs clock manager. Should use rtems_test_exit() instead of
474        exit().
475
4762007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
477
478        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
479        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
480        to demonstrate that the newlib reentrancy support is optional.
481
4822007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
483
484        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
485          version from rtems/score/timespec.h.
486
4872007-04-05      Joel Sherrill <joel@OARcorp.com>
488
489        * nsecs/init.c: Provide timespec manipulation routines in the
490        SuperCore. Use them everywhere possible. Perhaps they should be part
491        of the public API so this test and others can use them without
492        peeking into the bowels.
493
4942007-04-05      Joel Sherrill <joel@OARcorp.com>
495
496        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
497        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
498
4992007-04-02      Joel Sherrill <joel@OARcorp.com>
500
501        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
502        as fundamental time structure to POSIX struct timespec. Add
503        clock_get_uptime().
504        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
505        nsecs/nsecs.scn: New files.
506
5072007-03-26      Joel Sherrill <joel@OARcorp.com>
508
509        * loopback/init.c: Add CVS Id.
510
5112007-03-26      Joel Sherrill <joel@OARcorp.com>
512
513        PR 1230/tests
514        * minimum/init.c: Minimum should not configure console driver.
515
5162007-02-21      Joel Sherrill <joel@OARcorp.com>
517
518        * loopback/init.c: Fix exit paths in client thread and main test
519        thread.
520
5212006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
522
523        * init.c: added stdout flushs after prompts
524
5252006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
526
527        * configure.ac: New BUG-REPORT address.
528
5292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
530
531        * configure.ac: Require autoconf-2.60. Require automake-1.10.
532
5332006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
534
535        PR 1162/rtems
536        * unlimited/system.h: Reserve enough memory for the stacks wanted.
537
5382006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
539
540        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
541        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
542        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
543        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
544        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
545        instead.
546
5472006-02-08      Joel Sherrill <joel@OARcorp.com>
548
549        * cdtest/main.cc: Fix warnings.
550
5512005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
552
553        * configure.ac: Remove RTEMS_ENABLE_BARE,
554        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
555
5562005-11-15  Eric Norum <norume@aps.anl.gov>
557
558        * cdtest/Makefile.am: Remove extraneous make-exe.
559
5602005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
561
562        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
563        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
564        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
565        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
566        ticker/Makefile.am, unlimited/Makefile.am:
567        Convert to using *_PROGRAMS.
568
5692005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
570
571        * configure.ac: Remove AMPOLISH3.
572        * base_mp/node1/Makefile.am,
573        base_mp/node2/Makefile.am, base_sp/Makefile.am,
574        cdtest/Makefile.am, fileio/Makefile.am,
575        hello/Makefile.am, iostream/Makefile.am,
576        loopback/Makefile.am, minimum/Makefile.am,
577        paranoia/Makefile.am, pppd/Makefile.am,
578        ticker/Makefile.am, unlimited/Makefile.am: Rework.
579
5802005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
581
582        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
583        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
584        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
585        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
586        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
587        * sample.am: Remove.
588
5892005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
590
591        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
592        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
593        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
594        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
595        New (Renamed from base_mp.*).
596        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
597        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
598        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
599        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
600        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
601        s/SAMPLE/TEST/ for improved consistency with other tests.
602
6032005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
604
605        * configure.ac: Add ampolish3.
606        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
607
6082005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
609
610        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
611
6122005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
613
614        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
615        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
616
6172005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
618
619        * sample.am: Remove LIB_VARIANT.
620
6212005-11-07      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:
628        Remove SRCS, PRINT_SRCS.
629
6302005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
631
632        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
633
6342005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
635
636        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
637        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
638        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
639        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
640        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
641        ticker/Makefile.am, unlimited/Makefile.am:
642        Partial conversion to automake.
643
6442005-10-26  Eric Norum <norume@aps.anl.gov>
645
646        PR 839/tests
647        * pppd/system.h: Remove i386-specific conditional.
648        This at least lets the sample compile.   It's unlikely to actually
649        work, though.
650
6512005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
652
653        * pppd/Makefile.am: Reflect libpppd having been split out.
654        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
655        rtemspppd.h.
656
6572005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
658
659        * loopback/init.c: socklen_t.
660
6612005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
662
663        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
664        Remove LIB_VARIANT.
665
6662005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
667
668        * Makefile.am: Remove DIST_SUBDIRS.
669
6702004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
671
672        * configure.ac: Require automake > 1.9.
673
6742004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
675
676        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
677        NETTESTS. Add iostream/.
678        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
679        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
680        Reflect changes above.
681        * cdtest/main.cc: Adaptation to new C++ standards.
682
6832004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
684
685        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
686        iostream/iostream.scn, iostream/system.h:
687        New (C++ variant of hello).
688
6892004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
690
691        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
692        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
693        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
694        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
695        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
696        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
697        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
698        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
699        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
700        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
701        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
702
7032004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
704
705        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
706
7072004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
708
709        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
710        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
711        unlimited/test3.c: Convert to using c99 fixed size types.
712
7132004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * configure.ac: Add 2nd arg to RTEMS_TOP.
716
7172004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * configure.ac: Remove -Wall -ansi to work-around non-portability of
720        with cdtest.
721
7222004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
725        Add PRE/TMPINSTALL_FILES to CLEANFILES.
726        * base_mp/node2/Makefile.am: Ditto.
727        * base_sp/Makefile.am: Ditto.
728        * cdtest/Makefile.am: Ditto.
729        * fileio/Makefile.am: Ditto.
730        * hello/Makefile.am: Ditto.
731        * loopback/Makefile.am: Ditto.
732        * minimum/Makefile.am: Ditto.
733        * paranoia/Makefile.am: Ditto.
734        * pppd/Makefile.am: Ditto.
735        * ticker/Makefile.am: Ditto.
736        * unlimited/Makefile.am: Ditto.
737
7382003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * samples.am: Fix yet another stupid typo in yesterday's patch.
741
7422003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * samples.am: Add dirstamp support.
745
7462003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
749        Eliminate VPATH.
750
7512003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
752
753        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
754
7552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
758
7592003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * base_mp/Makefile.am: Reformat.
762        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
763        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
764        * base_sp/Makefile.am: Remove all-local: $(ARCH).
765        * cdtest/Makefile.am: Remove all-local: $(ARCH).
766        * fileio/Makefile.am: Remove all-local: $(ARCH).
767        * hello/Makefile.am: Remove all-local: $(ARCH).
768        * loopback/Makefile.am: Remove all-local: $(ARCH).
769        * minimum/Makefile.am: Remove all-local: $(ARCH).
770        * paranoia/Makefile.am: Remove all-local: $(ARCH).
771        * pppd/Makefile.am: Remove all-local: $(ARCH).
772        * ticker/Makefile.am: Remove all-local: $(ARCH).
773        * unlimited/Makefile.am: Remove all-local: $(ARCH).
774
7752003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * configure.ac: Reflect having moved to testsuites/.
778
7792003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
782        * fileio/Makefile.am: Only build if LIBCHIP is available.
783
7842003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
785
786        * configure.ac: Remove RTEMS_CANONICAL_HOST.
787
7882003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * configure.ac:Remove RTEMS_CHECK_CPU.
791
7922003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
793
794        * fileio/init.c: Unconditionally define MIN (We *do want* to see
795        error messages if it conflicts).
796
7972003-09-04      Joel Sherrill <joel@OARcorp.com>
798
799        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
800        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
801        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
802        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
803        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
804        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
805        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
806        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
807        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
808        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
809        for license changed.
810
8112003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * Makefile.am: Reflect having moved aclocal/.
814
8152003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
816
817        * Makefile.am: Reflect having moved automake/.
818        * base_mp/Makefile.am: Reflect having moved automake/.
819        * base_mp/node1/Makefile.am: Reflect having moved automake/.
820        * base_mp/node2/Makefile.am: Reflect having moved automake/.
821        * base_sp/Makefile.am: Reflect having moved automake/.
822        * cdtest/Makefile.am: Reflect having moved automake/.
823        * fileio/Makefile.am: Reflect having moved automake/.
824        * hello/Makefile.am: Reflect having moved automake/.
825        * loopback/Makefile.am: Reflect having moved automake/.
826        * minimum/Makefile.am: Reflect having moved automake/.
827        * paranoia/Makefile.am: Reflect having moved automake/.
828        * pppd/Makefile.am: Reflect having moved automake/.
829        * ticker/Makefile.am: Reflect having moved automake/.
830        * unlimited/Makefile.am: Reflect having moved automake/.
831
8322003-08-13      Joel Sherrill <joel@OARcorp.com>
833
834        * fileio/.cvsignore: New file.
835
8362003-08-13      Joel Sherrill <joel@OARcorp.com>
837
838        PR 451/bsps
839        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
840
8412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
844
8452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
846
847        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
848        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
849
8502003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
851
852        PR 369/filesystem
853        * Makefile.am, configure.ac: sample application to show the use of the
854        DOSFS functions
855        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
856        fileio/system.h: New files.
857
8582003-06-04      Joel Sherrill <joel@OARcorp.com>
859
860        * pppd/system.h: Hack from Ralf to compile on all targets.
861
8622003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
863
864        * configure.ac: Add pppd.
865        * Makefile.am: Add pppd.
866
8672003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
868
869        Adding pppd:
870        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
871        * pppd/README: New, copied over from libnetworking/pppd/example.
872        * pppd/init.c: New, copied over from libnetworking/pppd/example.
873        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
874        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
875        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
876        * pppd/system.h: New, copied over from libnetworking/pppd/example.
877        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
878        * pppd/Makefile.am: New, converted to automake from Makefile-user.
879        * pppd/.cvsignore: New.
880
8812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
882
883        * configure.ac: Remove AC_CONFIG_AUX_DIR.
884
8852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
886
887        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
888
8892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
890
891        * configure.ac: AC_PREREQ(2.57).
892
8932003-01-27      Joel Sherrill <joel@OARcorp.com>
894
895        * Makefile.am, configure.ac: Added new test loopback which shows how to
896        use the loopback interface. Thank you Eric Norum for a portable
897        target independent test which exercises the TCP/IP. This should
898        prevent massive failures in the TCP/IP stack from reaching the
899        street.
900        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
901        loopback/init.c, loopback/loopback.scn: New files.
902
9032003-01-03      Joel Sherrill <joel@OARcorp.com>
904
905        * unlimited/system.h, unlimited/test1.c: Backed off previous
906        modification as it does not compile.
907
9082002-10-31      Chris Johns <ccj@acm.org>
909
910        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
911        can be created. 
912        * unlimited/system.h: PR296. Reference the number of tasks in the
913        configuration table rather than a hardcoded number.
914
9152002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
916
917        * configure.ac: Unconditionally check for CXX (Hack to bug in
918        autoconf > 2.54).
919
9202002-10-31      Joel Sherrill <joel@OARcorp.com>
921
922        * base_mp/apptask.c: Removed warning.
923
9242002-10-28      Joel Sherrill <joel@OARcorp.com>
925
926        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
927
9282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
929
930        * .cvsignore: Reformat.
931        Add autom4te*cache.
932        Remove autom4te.cache.
933
9342002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
935
936        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
937        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
938        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
939        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
940        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
941        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
942        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
943        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
944        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
945
9462002-08-01      Joel Sherrill <joel@OARcorp.com>
947
948        * Per PR47 add support for buffered test output.  This involved
949        adding defines to redirect output to a buffer and dump it when
950        full, at "test pause", and at exit.  To avoid problems when redefining
951        exit(), all tests were modified to call rtems_test_exit().
952        Some tests, notable psxtests, had to be modified to include
953        the standard test macro .h file (pmacros.h or tmacros.h) to
954        enable this support.
955        * cdtest/init.c: Modified.
956
9572002-07-01      Joel Sherrill <joel@OARcorp.com>
958
959        * unlimited/test1.c: Corrected use of _Objects_Information_table
960        now that it is a two dimensional array based upon API and class.
961
9622002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
963
964        * base_sp/apptask.c: Include <stdlib.h>.
965        * hello/init.c: Ditto.
966        * paranoia/init.c: Ditto.
967        * ticker/tasks.c: Ditto.
968        * unlimited/init.c: Ditto.
969        * unlimited/test1.c: Ditto.
970        * unlimited/test2.c: Ditto.
971        * unlimited/test3.c: Ditto.
972
9732002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
974
975        * configure.ac: Remove ENABLE_GCC28.
976
9772002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
978
979        * configure.ac:
980        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
981        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
982        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
983        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
984        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
985        * Makefile.am: Remove AUTOMAKE_OPTIONS.
986        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
987        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
988        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
989        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
990        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
991        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
992        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
993
9942001-11-26      Ralf Corsepius
995
996        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
997
9982001-10-25      Eric Norum <eric.norum@usask.ca>
999
1000        * cdtest/system.h: Configure 1 semaphore.  This probably covers
1001        up not defining one for the GCC C++ Run-Time Libraries.
1002
10032001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1004
1005        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
1006
10072001-10-12      Joel Sherrill <joel@OARcorp.com>
1008
1009        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
1010        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
1011        Fixed typo.
1012
10132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1014
1015        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1016        * configure.in: Remove.
1017        * configure.ac: New file, generated from configure.in by autoupdate.
1018
10192001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1020
1021        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
1022        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1023        * cdtest/Makefile.am: Remove LD_LIBS.
1024
10252001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1026
1027        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
1028        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
1029        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
1030        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
1031        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
1032        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
1033        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
1034        make-cxx-exe.
1035        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
1036        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
1037
10382001-06-14      Joel Sherrill <joel@OARcorp.com>
1039
1040        * cdtest/system.h: Removed configure of POSIX mutexes since
1041        there do not appear to be any used in this test.
1042
10432001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1044
1045        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1046
10472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1048
1049        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1050
10512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1052
1053        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1054
10552000-10-30      Joel Sherrill <joel@OARcorp.com>
1056
1057        * POSIX include files merged into newlib.  This resulted in
1058        some definitions moving to other files and thus some secondary
1059        effects in RTEMS source code.
1060        * paranoia/paranoia.c: Commented out incorrect and conflicting
1061        prototype of read().
1062
10632000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1064
1065        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1066        Switch to GNU canonicalization.
1067        * sample.am: Remove DEFS.
1068
10692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1070
1071        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
1072        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
1073        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
1074        unlimited/Makefile.am: Include compile.am
1075
10762000-08-10      Joel Sherrill <joel@OARcorp.com>
1077
1078        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.