source: rtems/testsuites/samples/ChangeLog @ 027e40d

4.115
Last change on this file since 027e40d was 027e40d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/22/11 at 14:56:36

2011-02-22 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Add AC_CONFIG_HEADER(config.h).
  • Property mode set to 100644
File size: 35.3 KB
Line 
12011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Add AC_CONFIG_HEADER(config.h).
4
52011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * base_mp/apptask.c, base_mp/init.c, base_sp/apptask.c, base_sp/init.c,
8        capture/init.c, capture/test1.c, cdtest/init.c, fileio/init.c,
9        hello/init.c, loopback/init.c, minimum/init.c, nsecs/empty.c,
10        nsecs/init.c, paranoia/init.c, paranoia/paranoia.c, pppd/init.c,
11        pppd/pppdapp.c, ticker/init.c, ticker/tasks.c, unlimited/init.c,
12        unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Add
13        HAVE_CONFIG_H.
14
152011-02-17      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * pppd/system.h: Use confdefs.h to generate device driver table.
18
192011-02-17      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
20
21        * pppd/system.h: Added missing include files.
22
232011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Require autoconf-2.68, automake-1.11.1.
26
272010-12-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
28
29        * loopback/init.c: Loop back interface will be initialized now during
30        normal initialization via rtems_bsdnet_initialize_network().
31
322010-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP).
35        * configure.ac: Remove AM_CONDITIONAL(LIBCHIP).
36        Force autoconf-2.67, automake-1.11.1.
37
382010-07-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
39
40        * minimum/init.c: Use fatal error extension to prevent infinite
41        runtime.
42
432010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * capture/capture.doc: Remove more ITRON references.
46
472010-06-02      Chris Johns <chrisj@rtems.org>
48
49        * iostream/init.cc: Remove the hack.
50
512010-06-02      Chris Johns <chrisj@rtems.org>
52
53        * fileio/init.c: Update to new mount API.
54        * iostream/init.cc: Hack to work around confdefs.h in C++.
55        * iostream/system.h: Add comment about base miniIMFS.
56
572010-04-04      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * capture/init.c: Remove unused variable "out".
60
612010-03-29      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
62
63        * capture/init.c, capture/test1.c, paramoia/init.c,
64        paranoia/paranoia.c: exclude tests for SMALL MEMORY targets
65
662010-03-12      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
67
68        * fileio/init.c: Remove deprecation warnings.
69
702010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * fileio/init.c: Fix warnings for ctype methods.
73
742009-11-02      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to
77        int to match with rtems/rtems_bsdnet.h.
78
792009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * base_mp/apptask.c: Use PRIxrtems_id to print rtems_ids.
82        Include "tmacros.h".
83        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
84        Add -I$(top_srcdir)/../support/include.
85
862009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * pppd/netconfig.h: Add UL suffix to long constants to avoid
89        implicit integer overflows on 16bit targets.
90        * fileio/init.c: Use %zd to print ssize_t.
91
922009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * base_sp/apptask.c, unlimited/init.c:
95        Use PRIdrtems_task_argument to print rtems_task_argument's.
96
972009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * base_sp/apptask.c, unlimited/init.c, unlimited/test1.c,
100        unlimited/test2.c, unlimited/test3.c:
101        Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
102        * unlimited/Makefile.am, base_sp/Makefile.am:
103        Add -I$(top_srcdir)/../support/include.
104
1052009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * loopback/init.c : Add prototype for rtems_bsdnet_loopattach.
108        Remove evil type-cast.
109        * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h).
110        * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include.
111        * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
112
1132009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * capture/init.c: Remove setup_tasks_to_watch.
116        * capture/system.h: Remove test*().
117        Add setup_tasks_to_watch().
118        * capture/test1.c: Fix prototype.
119        * fileio/init.c: Fix broken printfs.
120        * minimum/init.c: Remove unused var.
121        * nsecs/empty.c: Add missing prototype.
122        * nsecs/rprintf.h: New.
123        * nsecs/init.c: Printf fixes.
124        * unlimited/system.h: Add missing prototypes.
125        * unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
126        unlimited/test3.c: Various warning fixes.
127
1282009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * unlimited/test1.c: Spacing.
131
1322009-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * hello/init.c: Remove call to devFS_Show() which had accidentally
135        gotten committed.
136
1372009-09-14      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * capture/test1.c: Use size_t for sizes.
140
1412009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * hello/Makefile.am, hello/init.c: Simplify.
144        * hello/system.h: Removed.
145
1462009-08-21      Xi Yang <hiyangxi@gmail.com>
147
148        * unlimited/test2.c: Fix spacing.
149
1502009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c,
153        ticker/system.h, ticker/tasks.c: Eliminate test routines
154        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
155        rtems_clock_get_ticks_per_second().
156
1572009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to
160        legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to
161        rtems_clock_get_xxx().
162
1632009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
166        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
167
1682009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * fileio/system.h: Switch to unified work area.
171
1722009-06-11      Roxana Leontie <roxana.leontie@gmail.com>
173
174        * cdtest/system.h: modified the number of max semaphores - test was
175        failing before
176
1772009-06-04      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * loopback/init.c: Add missing initializers.
180
1812009-04-28    Chris Johns <chrisj@rtems.org>
182
183        * iostream/system.h: Remove the Init prototype. Provide in
184        confdefs.h.
185
1862009-04-28      Chris Johns <chrisj@rtems.org>
187
188        * fileio/init.c, fileio/system.h, iostream/init.cc,
189        loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
190        BSP_SMALL_MEMORY is defined. Remove this code once a better way is
191        supported by the build system.
192
1932009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
194
195        * fileio/init.c: Removed obsolete header include.
196
1972009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
200        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
201        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
202        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
203        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
204        unlimited/Makefile.am: Eliminate _exe_/.exe.
205
2062009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
207
208        * fileio/init.c: Change arguments to rtems_shell_init() to match
209        new expectations.
210
2112009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
212
213        * cdtest/main.cc: Use printk() in global destructors since printf() no
214        longer works.
215
2162009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
217
218        * fileio/init.c: Adapt to modified shell configuration
219
2202008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
221
222        * capture/test1.c: Add const to eliminate warning.
223
2242008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
225
226        * capture/test1.c: Eliminate all public use of TOD conversion routines.
227
2282008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * unlimited/init.c: Run all tests successfully with maxixum number of
231        priorities as 16 instead of 256. This was done by temporarily
232        modifying the score priority.h maximum. This allowed testing of all
233        API code to ensure that it worked properly with a reduced number of
234        priorities. Most modifications were to switch from hard-coded maximum
235        to using the API provided methods to determine maximum number of
236        priority levels.
237
2382008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
241        we have a test case for real password checking.
242
2432008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
244
245        * paranoia/paranoia.c: Add missing prototypes.
246
2472008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
248
249        * unlimited/system.h: Tighten configuration for stack space.
250
2512008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
252
253        * fileio/init.c: When USE_SHELL not defined, do not attempt to
254        configure shell.
255
2562008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
257
258        * unlimited/system.h: 10000 task ids is too many for some targets.
259
2602008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
261
262        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
263        pc386 and configured for unified workspace, you can get close to
264        this.
265
2662008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
267
268        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
269        CONFIGURE_STACK_CHECKER_ENABLED.
270
2712008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
272
273        * minimum/init.c, unlimited/system.h: Add support for optionally having
274        a unified work area. In other words, the RTEMS Workspace and C
275        Program Heap are the same pool of memory.
276
2772008-09-17      Miao Yan <yanmiaobest@gmail.com>
278
279        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
280        project code to add simple device only filesystem (devfs), optionally
281        completely drop out filesystem, and to clean up disabling newlib
282        reentrancy support. This dropped 17K from the minimum.exe for
283        sparc/sis and arm/rtl22xx_t now has a 15K code space.
284
2852008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
286
287        * capture/system.h, capture/test1.c, fileio/init.c,
288        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
289        Convert to "bool".
290
2912008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
292
293        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
294        fixing while running mptests on psim.
295
2962008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
297
298        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
299        split on multiple lines and document each parameter.
300
3012008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
302
303        * minimum/init.c: Disable confdefs.h debug.
304
3052008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
306
307        * iostream/system.h: Init task was close to blowing stack on PowerPC.
308        * minimum/init.c: Disable Classic API Notepads.
309
3102008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
311
312        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
313        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
314        on psim.
315
3162008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
317
318        * minimum/init.c: Exerise new ability for application to configure
319        minimum stack size. This test still runs the same with a 7.5K stack
320        on the powerpc but reserves 15K less Workspace on the PowerPC.
321
3222008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
323
324        * minimum/Makefile.am: Link against all managers.
325        * minimum/init.c: Use existing confdefs.h macros to turn off more
326        this test does not use.
327
3282008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
329
330        * iostream/system.h: Update to include definition of
331        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
332
3332008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
334
335        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
336        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
337
3382008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
339
340        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
341        4.3.x.
342
3432008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
344
345        * fileio/system.h, ticker/system.h: Add new Object Services collection.
346        This changed the name of a few previously public but undocumented
347        services and added a some new services.
348
3492008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
350
351        * hello/init.c: Remove accidental commit.
352
3532008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
354
355        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
356        statistics so shell output can be interesting.
357
3582007-12-17      Chris Johns <chrisj@rtems.org>
359
360        * testsuites/samples/fileio/init.c: Change shell_* to
361        rtems_shell_*. Add the mount file-system type of msdos.
362
3632007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
364
365        * fileio/init.c, fileio/system.h: Increase stack requested for shell
366        task. Turn on stack checking so the report is interesting.
367
3682007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
369
370        * fileio/init.c: Add RTEMS Shell configuration and static configuration
371        of user commands.
372
3732007-11-29      Chris Johns <chrisj@rtems.org>
374
375        * iostream/Makefile.am: Change the executable name so it does not
376        create a file which is the same name as the standard header file.
377        * iostream/system.h: Need to increase the number of semaphores for
378        the libstdc++ runtime.
379
3802007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
381
382        * capture/Makefile.am: Use all managers.
383
3842007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
385
386        * capture/Makefile.am: Fix typo -- not unlimited.
387
3882007-08-21      Chris Johns <chrisj@rtems.org>
389
390        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
391        from files. Committed incorrectly.
392         
3932007-08-17      Chris Johns <chrisj@rtems.org>
394
395        * Makefile.am, README, configure.ac, capture/.cvsignore,
396        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
397        capture/init.c, capture/system.h, capture/test1.c: Add a sample
398        test for the capture engine.
399
4002007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
401
402        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
403
4042007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
405
406        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
407        loop was being optimized out on the PowerPC.
408        * nsecs/empty.c: New file.
409
4102007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
411
412        * nsecs/init.c: Change name to avoid any hint of the timer driver.
413
4142007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
415
416        * nsecs/init.c: Do not make this test depend on the benchmark timer
417        driver.
418
4192007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
420
421        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
422        time varaying in proportion to the length of the loop measured.
423
4242007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
425
426        * nsecs/init.c: Remove stray "volatile int i".
427
4282007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
429
430        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
431        loopback/Makefile.am, nsecs/Makefile.am,
432        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
433        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
434        test cases so last output line follows END OF pattern. Make sure test
435        case all run. All tests appeared ok on sis.
436        * nsecs/init.c: Commit hack so test will compile when POSIX is
437        disabled.  Remove hack when clock_gettime() is present even when
438        --disable-posix.
439
4402007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
441
442        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
443        Test needs clock manager. Should use rtems_test_exit() instead of
444        exit().
445
4462007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
447
448        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
449        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
450        to demonstrate that the newlib reentrancy support is optional.
451
4522007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
453
454        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
455          version from rtems/score/timespec.h.
456
4572007-04-05      Joel Sherrill <joel@OARcorp.com>
458
459        * nsecs/init.c: Provide timespec manipulation routines in the
460        SuperCore. Use them everywhere possible. Perhaps they should be part
461        of the public API so this test and others can use them without
462        peeking into the bowels.
463
4642007-04-05      Joel Sherrill <joel@OARcorp.com>
465
466        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
467        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
468
4692007-04-02      Joel Sherrill <joel@OARcorp.com>
470
471        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
472        as fundamental time structure to POSIX struct timespec. Add
473        clock_get_uptime().
474        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
475        nsecs/nsecs.scn: New files.
476
4772007-03-26      Joel Sherrill <joel@OARcorp.com>
478
479        * loopback/init.c: Add CVS Id.
480
4812007-03-26      Joel Sherrill <joel@OARcorp.com>
482
483        PR 1230/tests
484        * minimum/init.c: Minimum should not configure console driver.
485
4862007-02-21      Joel Sherrill <joel@OARcorp.com>
487
488        * loopback/init.c: Fix exit paths in client thread and main test
489        thread.
490
4912006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
492
493        * init.c: added stdout flushs after prompts
494
4952006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
496
497        * configure.ac: New BUG-REPORT address.
498
4992006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
500
501        * configure.ac: Require autoconf-2.60. Require automake-1.10.
502
5032006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
504
505        PR 1162/rtems
506        * unlimited/system.h: Reserve enough memory for the stacks wanted.
507
5082006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
509
510        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
511        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
512        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
513        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
514        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
515        instead.
516
5172006-02-08      Joel Sherrill <joel@OARcorp.com>
518
519        * cdtest/main.cc: Fix warnings.
520
5212005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
522
523        * configure.ac: Remove RTEMS_ENABLE_BARE,
524        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
525
5262005-11-15  Eric Norum <norume@aps.anl.gov>
527
528        * cdtest/Makefile.am: Remove extraneous make-exe.
529
5302005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
531
532        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
533        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
534        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
535        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
536        ticker/Makefile.am, unlimited/Makefile.am:
537        Convert to using *_PROGRAMS.
538
5392005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
540
541        * configure.ac: Remove AMPOLISH3.
542        * base_mp/node1/Makefile.am,
543        base_mp/node2/Makefile.am, base_sp/Makefile.am,
544        cdtest/Makefile.am, fileio/Makefile.am,
545        hello/Makefile.am, iostream/Makefile.am,
546        loopback/Makefile.am, minimum/Makefile.am,
547        paranoia/Makefile.am, pppd/Makefile.am,
548        ticker/Makefile.am, unlimited/Makefile.am: Rework.
549
5502005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
551
552        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
553        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
554        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
555        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
556        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
557        * sample.am: Remove.
558
5592005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
560
561        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
562        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
563        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
564        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
565        New (Renamed from base_mp.*).
566        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
567        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
568        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
569        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
570        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
571        s/SAMPLE/TEST/ for improved consistency with other tests.
572
5732005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
574
575        * configure.ac: Add ampolish3.
576        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
577
5782005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
579
580        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
581
5822005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
583
584        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
585        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
586
5872005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
588
589        * sample.am: Remove LIB_VARIANT.
590
5912005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
592
593        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
594        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
595        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
596        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
597        ticker/Makefile.am, unlimited/Makefile.am:
598        Remove SRCS, PRINT_SRCS.
599
6002005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
601
602        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
603
6042005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
605
606        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
607        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
608        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
609        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
610        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
611        ticker/Makefile.am, unlimited/Makefile.am:
612        Partial conversion to automake.
613
6142005-10-26  Eric Norum <norume@aps.anl.gov>
615
616        PR 839/tests
617        * pppd/system.h: Remove i386-specific conditional.
618        This at least lets the sample compile.   It's unlikely to actually
619        work, though.
620
6212005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
622
623        * pppd/Makefile.am: Reflect libpppd having been split out.
624        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
625        rtemspppd.h.
626
6272005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
628
629        * loopback/init.c: socklen_t.
630
6312005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
632
633        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
634        Remove LIB_VARIANT.
635
6362005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
637
638        * Makefile.am: Remove DIST_SUBDIRS.
639
6402004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
641
642        * configure.ac: Require automake > 1.9.
643
6442004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
645
646        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
647        NETTESTS. Add iostream/.
648        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
649        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
650        Reflect changes above.
651        * cdtest/main.cc: Adaptation to new C++ standards.
652
6532004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
654
655        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
656        iostream/iostream.scn, iostream/system.h:
657        New (C++ variant of hello).
658
6592004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
660
661        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
662        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
663        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
664        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
665        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
666        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
667        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
668        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
669        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
670        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
671        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
672
6732004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
674
675        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
676
6772004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
678
679        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
680        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
681        unlimited/test3.c: Convert to using c99 fixed size types.
682
6832004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * configure.ac: Add 2nd arg to RTEMS_TOP.
686
6872004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * configure.ac: Remove -Wall -ansi to work-around non-portability of
690        with cdtest.
691
6922004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
693
694        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
695        Add PRE/TMPINSTALL_FILES to CLEANFILES.
696        * base_mp/node2/Makefile.am: Ditto.
697        * base_sp/Makefile.am: Ditto.
698        * cdtest/Makefile.am: Ditto.
699        * fileio/Makefile.am: Ditto.
700        * hello/Makefile.am: Ditto.
701        * loopback/Makefile.am: Ditto.
702        * minimum/Makefile.am: Ditto.
703        * paranoia/Makefile.am: Ditto.
704        * pppd/Makefile.am: Ditto.
705        * ticker/Makefile.am: Ditto.
706        * unlimited/Makefile.am: Ditto.
707
7082003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * samples.am: Fix yet another stupid typo in yesterday's patch.
711
7122003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * samples.am: Add dirstamp support.
715
7162003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
719        Eliminate VPATH.
720
7212003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
724
7252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
728
7292003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * base_mp/Makefile.am: Reformat.
732        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
733        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
734        * base_sp/Makefile.am: Remove all-local: $(ARCH).
735        * cdtest/Makefile.am: Remove all-local: $(ARCH).
736        * fileio/Makefile.am: Remove all-local: $(ARCH).
737        * hello/Makefile.am: Remove all-local: $(ARCH).
738        * loopback/Makefile.am: Remove all-local: $(ARCH).
739        * minimum/Makefile.am: Remove all-local: $(ARCH).
740        * paranoia/Makefile.am: Remove all-local: $(ARCH).
741        * pppd/Makefile.am: Remove all-local: $(ARCH).
742        * ticker/Makefile.am: Remove all-local: $(ARCH).
743        * unlimited/Makefile.am: Remove all-local: $(ARCH).
744
7452003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * configure.ac: Reflect having moved to testsuites/.
748
7492003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
752        * fileio/Makefile.am: Only build if LIBCHIP is available.
753
7542003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * configure.ac: Remove RTEMS_CANONICAL_HOST.
757
7582003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * configure.ac:Remove RTEMS_CHECK_CPU.
761
7622003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
763
764        * fileio/init.c: Unconditionally define MIN (We *do want* to see
765        error messages if it conflicts).
766
7672003-09-04      Joel Sherrill <joel@OARcorp.com>
768
769        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
770        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
771        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
772        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
773        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
774        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
775        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
776        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
777        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
778        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
779        for license changed.
780
7812003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * Makefile.am: Reflect having moved aclocal/.
784
7852003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * Makefile.am: Reflect having moved automake/.
788        * base_mp/Makefile.am: Reflect having moved automake/.
789        * base_mp/node1/Makefile.am: Reflect having moved automake/.
790        * base_mp/node2/Makefile.am: Reflect having moved automake/.
791        * base_sp/Makefile.am: Reflect having moved automake/.
792        * cdtest/Makefile.am: Reflect having moved automake/.
793        * fileio/Makefile.am: Reflect having moved automake/.
794        * hello/Makefile.am: Reflect having moved automake/.
795        * loopback/Makefile.am: Reflect having moved automake/.
796        * minimum/Makefile.am: Reflect having moved automake/.
797        * paranoia/Makefile.am: Reflect having moved automake/.
798        * pppd/Makefile.am: Reflect having moved automake/.
799        * ticker/Makefile.am: Reflect having moved automake/.
800        * unlimited/Makefile.am: Reflect having moved automake/.
801
8022003-08-13      Joel Sherrill <joel@OARcorp.com>
803
804        * fileio/.cvsignore: New file.
805
8062003-08-13      Joel Sherrill <joel@OARcorp.com>
807
808        PR 451/bsps
809        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
810
8112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
814
8152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
816
817        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
818        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
819
8202003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
821
822        PR 369/filesystem
823        * Makefile.am, configure.ac: sample application to show the use of the
824        DOSFS functions
825        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
826        fileio/system.h: New files.
827
8282003-06-04      Joel Sherrill <joel@OARcorp.com>
829
830        * pppd/system.h: Hack from Ralf to compile on all targets.
831
8322003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * configure.ac: Add pppd.
835        * Makefile.am: Add pppd.
836
8372003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        Adding pppd:
840        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
841        * pppd/README: New, copied over from libnetworking/pppd/example.
842        * pppd/init.c: New, copied over from libnetworking/pppd/example.
843        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
844        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
845        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
846        * pppd/system.h: New, copied over from libnetworking/pppd/example.
847        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
848        * pppd/Makefile.am: New, converted to automake from Makefile-user.
849        * pppd/.cvsignore: New.
850
8512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
852
853        * configure.ac: Remove AC_CONFIG_AUX_DIR.
854
8552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
856
857        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
858
8592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
860
861        * configure.ac: AC_PREREQ(2.57).
862
8632003-01-27      Joel Sherrill <joel@OARcorp.com>
864
865        * Makefile.am, configure.ac: Added new test loopback which shows how to
866        use the loopback interface. Thank you Eric Norum for a portable
867        target independent test which exercises the TCP/IP. This should
868        prevent massive failures in the TCP/IP stack from reaching the
869        street.
870        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
871        loopback/init.c, loopback/loopback.scn: New files.
872
8732003-01-03      Joel Sherrill <joel@OARcorp.com>
874
875        * unlimited/system.h, unlimited/test1.c: Backed off previous
876        modification as it does not compile.
877
8782002-10-31      Chris Johns <ccj@acm.org>
879
880        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
881        can be created. 
882        * unlimited/system.h: PR296. Reference the number of tasks in the
883        configuration table rather than a hardcoded number.
884
8852002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
886
887        * configure.ac: Unconditionally check for CXX (Hack to bug in
888        autoconf > 2.54).
889
8902002-10-31      Joel Sherrill <joel@OARcorp.com>
891
892        * base_mp/apptask.c: Removed warning.
893
8942002-10-28      Joel Sherrill <joel@OARcorp.com>
895
896        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
897
8982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
899
900        * .cvsignore: Reformat.
901        Add autom4te*cache.
902        Remove autom4te.cache.
903
9042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
907        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
908        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
909        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
910        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
911        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
912        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
913        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
914        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
915
9162002-08-01      Joel Sherrill <joel@OARcorp.com>
917
918        * Per PR47 add support for buffered test output.  This involved
919        adding defines to redirect output to a buffer and dump it when
920        full, at "test pause", and at exit.  To avoid problems when redefining
921        exit(), all tests were modified to call rtems_test_exit().
922        Some tests, notable psxtests, had to be modified to include
923        the standard test macro .h file (pmacros.h or tmacros.h) to
924        enable this support.
925        * cdtest/init.c: Modified.
926
9272002-07-01      Joel Sherrill <joel@OARcorp.com>
928
929        * unlimited/test1.c: Corrected use of _Objects_Information_table
930        now that it is a two dimensional array based upon API and class.
931
9322002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
933
934        * base_sp/apptask.c: Include <stdlib.h>.
935        * hello/init.c: Ditto.
936        * paranoia/init.c: Ditto.
937        * ticker/tasks.c: Ditto.
938        * unlimited/init.c: Ditto.
939        * unlimited/test1.c: Ditto.
940        * unlimited/test2.c: Ditto.
941        * unlimited/test3.c: Ditto.
942
9432002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
944
945        * configure.ac: Remove ENABLE_GCC28.
946
9472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
948
949        * configure.ac:
950        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
951        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
952        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
953        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
954        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
955        * Makefile.am: Remove AUTOMAKE_OPTIONS.
956        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
957        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
958        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
959        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
960        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
961        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
962        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
963
9642001-11-26      Ralf Corsepius
965
966        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
967
9682001-10-25      Eric Norum <eric.norum@usask.ca>
969
970        * cdtest/system.h: Configure 1 semaphore.  This probably covers
971        up not defining one for the GCC C++ Run-Time Libraries.
972
9732001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
974
975        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
976
9772001-10-12      Joel Sherrill <joel@OARcorp.com>
978
979        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
980        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
981        Fixed typo.
982
9832001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
984
985        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
986        * configure.in: Remove.
987        * configure.ac: New file, generated from configure.in by autoupdate.
988
9892001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
990
991        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
992        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
993        * cdtest/Makefile.am: Remove LD_LIBS.
994
9952001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
996
997        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
998        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
999        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
1000        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
1001        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
1002        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
1003        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
1004        make-cxx-exe.
1005        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
1006        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
1007
10082001-06-14      Joel Sherrill <joel@OARcorp.com>
1009
1010        * cdtest/system.h: Removed configure of POSIX mutexes since
1011        there do not appear to be any used in this test.
1012
10132001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1014
1015        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1016
10172000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1018
1019        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1020
10212000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1024
10252000-10-30      Joel Sherrill <joel@OARcorp.com>
1026
1027        * POSIX include files merged into newlib.  This resulted in
1028        some definitions moving to other files and thus some secondary
1029        effects in RTEMS source code.
1030        * paranoia/paranoia.c: Commented out incorrect and conflicting
1031        prototype of read().
1032
10332000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1034
1035        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1036        Switch to GNU canonicalization.
1037        * sample.am: Remove DEFS.
1038
10392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
1042        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
1043        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
1044        unlimited/Makefile.am: Include compile.am
1045
10462000-08-10      Joel Sherrill <joel@OARcorp.com>
1047
1048        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.