source: rtems/testsuites/samples/ChangeLog @ 91c80547

4.115
Last change on this file since 91c80547 was 91c80547, checked in by Joel Sherrill <joel.sherrill@…>, on 06/11/11 at 16:41:56

2011-06-11 Joel Sherrill <joel.sherrill@…>

  • fileio/init.c: Avoid use of deprecated rtems_clock_get() except in spclockget().
  • Property mode set to 100644
File size: 35.8 KB
Line 
12011-06-11      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * fileio/init.c: Avoid use of deprecated rtems_clock_get() except in
4        spclockget().
5
62011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * fileio/Makefile.am, ticker/Makefile.am: Missed part of previous
9        patch.
10
112011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * base_sp/apptask.c, base_sp/init.c, fileio/init.c, fileio/system.h,
14        nsecs/init.c, ticker/init.c, ticker/system.h, ticker/tasks.c: Remove
15        warnings.
16
172011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * configure.ac: Add AC_CONFIG_HEADER(config.h).
20
212011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * base_mp/apptask.c, base_mp/init.c, base_sp/apptask.c, base_sp/init.c,
24        capture/init.c, capture/test1.c, cdtest/init.c, fileio/init.c,
25        hello/init.c, loopback/init.c, minimum/init.c, nsecs/empty.c,
26        nsecs/init.c, paranoia/init.c, paranoia/paranoia.c, pppd/init.c,
27        pppd/pppdapp.c, ticker/init.c, ticker/tasks.c, unlimited/init.c,
28        unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Add
29        HAVE_CONFIG_H.
30
312011-02-17      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * pppd/system.h: Use confdefs.h to generate device driver table.
34
352011-02-17      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
36
37        * pppd/system.h: Added missing include files.
38
392011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * configure.ac: Require autoconf-2.68, automake-1.11.1.
42
432010-12-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
44
45        * loopback/init.c: Loop back interface will be initialized now during
46        normal initialization via rtems_bsdnet_initialize_network().
47
482010-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP).
51        * configure.ac: Remove AM_CONDITIONAL(LIBCHIP).
52        Force autoconf-2.67, automake-1.11.1.
53
542010-07-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
55
56        * minimum/init.c: Use fatal error extension to prevent infinite
57        runtime.
58
592010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * capture/capture.doc: Remove more ITRON references.
62
632010-06-02      Chris Johns <chrisj@rtems.org>
64
65        * iostream/init.cc: Remove the hack.
66
672010-06-02      Chris Johns <chrisj@rtems.org>
68
69        * fileio/init.c: Update to new mount API.
70        * iostream/init.cc: Hack to work around confdefs.h in C++.
71        * iostream/system.h: Add comment about base miniIMFS.
72
732010-04-04      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * capture/init.c: Remove unused variable "out".
76
772010-03-29      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
78
79        * capture/init.c, capture/test1.c, paramoia/init.c,
80        paranoia/paranoia.c: exclude tests for SMALL MEMORY targets
81
822010-03-12      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
83
84        * fileio/init.c: Remove deprecation warnings.
85
862010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * fileio/init.c: Fix warnings for ctype methods.
89
902009-11-02      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to
93        int to match with rtems/rtems_bsdnet.h.
94
952009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * base_mp/apptask.c: Use PRIxrtems_id to print rtems_ids.
98        Include "tmacros.h".
99        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
100        Add -I$(top_srcdir)/../support/include.
101
1022009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * pppd/netconfig.h: Add UL suffix to long constants to avoid
105        implicit integer overflows on 16bit targets.
106        * fileio/init.c: Use %zd to print ssize_t.
107
1082009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * base_sp/apptask.c, unlimited/init.c:
111        Use PRIdrtems_task_argument to print rtems_task_argument's.
112
1132009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * base_sp/apptask.c, unlimited/init.c, unlimited/test1.c,
116        unlimited/test2.c, unlimited/test3.c:
117        Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
118        * unlimited/Makefile.am, base_sp/Makefile.am:
119        Add -I$(top_srcdir)/../support/include.
120
1212009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * loopback/init.c : Add prototype for rtems_bsdnet_loopattach.
124        Remove evil type-cast.
125        * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h).
126        * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include.
127        * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
128
1292009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * capture/init.c: Remove setup_tasks_to_watch.
132        * capture/system.h: Remove test*().
133        Add setup_tasks_to_watch().
134        * capture/test1.c: Fix prototype.
135        * fileio/init.c: Fix broken printfs.
136        * minimum/init.c: Remove unused var.
137        * nsecs/empty.c: Add missing prototype.
138        * nsecs/rprintf.h: New.
139        * nsecs/init.c: Printf fixes.
140        * unlimited/system.h: Add missing prototypes.
141        * unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
142        unlimited/test3.c: Various warning fixes.
143
1442009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * unlimited/test1.c: Spacing.
147
1482009-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * hello/init.c: Remove call to devFS_Show() which had accidentally
151        gotten committed.
152
1532009-09-14      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * capture/test1.c: Use size_t for sizes.
156
1572009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * hello/Makefile.am, hello/init.c: Simplify.
160        * hello/system.h: Removed.
161
1622009-08-21      Xi Yang <hiyangxi@gmail.com>
163
164        * unlimited/test2.c: Fix spacing.
165
1662009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c,
169        ticker/system.h, ticker/tasks.c: Eliminate test routines
170        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
171        rtems_clock_get_ticks_per_second().
172
1732009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to
176        legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to
177        rtems_clock_get_xxx().
178
1792009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
180
181        * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
182        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
183
1842009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * fileio/system.h: Switch to unified work area.
187
1882009-06-11      Roxana Leontie <roxana.leontie@gmail.com>
189
190        * cdtest/system.h: modified the number of max semaphores - test was
191        failing before
192
1932009-06-04      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * loopback/init.c: Add missing initializers.
196
1972009-04-28    Chris Johns <chrisj@rtems.org>
198
199        * iostream/system.h: Remove the Init prototype. Provide in
200        confdefs.h.
201
2022009-04-28      Chris Johns <chrisj@rtems.org>
203
204        * fileio/init.c, fileio/system.h, iostream/init.cc,
205        loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
206        BSP_SMALL_MEMORY is defined. Remove this code once a better way is
207        supported by the build system.
208
2092009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
210
211        * fileio/init.c: Removed obsolete header include.
212
2132009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
214
215        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
216        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
217        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
218        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
219        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
220        unlimited/Makefile.am: Eliminate _exe_/.exe.
221
2222009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
223
224        * fileio/init.c: Change arguments to rtems_shell_init() to match
225        new expectations.
226
2272009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
228
229        * cdtest/main.cc: Use printk() in global destructors since printf() no
230        longer works.
231
2322009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
233
234        * fileio/init.c: Adapt to modified shell configuration
235
2362008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
237
238        * capture/test1.c: Add const to eliminate warning.
239
2402008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
241
242        * capture/test1.c: Eliminate all public use of TOD conversion routines.
243
2442008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
245
246        * unlimited/init.c: Run all tests successfully with maxixum number of
247        priorities as 16 instead of 256. This was done by temporarily
248        modifying the score priority.h maximum. This allowed testing of all
249        API code to ensure that it worked properly with a reduced number of
250        priorities. Most modifications were to switch from hard-coded maximum
251        to using the API provided methods to determine maximum number of
252        priority levels.
253
2542008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
255
256        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
257        we have a test case for real password checking.
258
2592008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
260
261        * paranoia/paranoia.c: Add missing prototypes.
262
2632008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
264
265        * unlimited/system.h: Tighten configuration for stack space.
266
2672008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
268
269        * fileio/init.c: When USE_SHELL not defined, do not attempt to
270        configure shell.
271
2722008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
273
274        * unlimited/system.h: 10000 task ids is too many for some targets.
275
2762008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
277
278        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
279        pc386 and configured for unified workspace, you can get close to
280        this.
281
2822008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
283
284        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
285        CONFIGURE_STACK_CHECKER_ENABLED.
286
2872008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
288
289        * minimum/init.c, unlimited/system.h: Add support for optionally having
290        a unified work area. In other words, the RTEMS Workspace and C
291        Program Heap are the same pool of memory.
292
2932008-09-17      Miao Yan <yanmiaobest@gmail.com>
294
295        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
296        project code to add simple device only filesystem (devfs), optionally
297        completely drop out filesystem, and to clean up disabling newlib
298        reentrancy support. This dropped 17K from the minimum.exe for
299        sparc/sis and arm/rtl22xx_t now has a 15K code space.
300
3012008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
302
303        * capture/system.h, capture/test1.c, fileio/init.c,
304        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
305        Convert to "bool".
306
3072008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
308
309        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
310        fixing while running mptests on psim.
311
3122008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
313
314        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
315        split on multiple lines and document each parameter.
316
3172008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
318
319        * minimum/init.c: Disable confdefs.h debug.
320
3212008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
322
323        * iostream/system.h: Init task was close to blowing stack on PowerPC.
324        * minimum/init.c: Disable Classic API Notepads.
325
3262008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
327
328        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
329        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
330        on psim.
331
3322008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
333
334        * minimum/init.c: Exerise new ability for application to configure
335        minimum stack size. This test still runs the same with a 7.5K stack
336        on the powerpc but reserves 15K less Workspace on the PowerPC.
337
3382008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
339
340        * minimum/Makefile.am: Link against all managers.
341        * minimum/init.c: Use existing confdefs.h macros to turn off more
342        this test does not use.
343
3442008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
345
346        * iostream/system.h: Update to include definition of
347        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
348
3492008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
350
351        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
352        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
353
3542008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
355
356        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
357        4.3.x.
358
3592008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
360
361        * fileio/system.h, ticker/system.h: Add new Object Services collection.
362        This changed the name of a few previously public but undocumented
363        services and added a some new services.
364
3652008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
366
367        * hello/init.c: Remove accidental commit.
368
3692008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
372        statistics so shell output can be interesting.
373
3742007-12-17      Chris Johns <chrisj@rtems.org>
375
376        * testsuites/samples/fileio/init.c: Change shell_* to
377        rtems_shell_*. Add the mount file-system type of msdos.
378
3792007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
380
381        * fileio/init.c, fileio/system.h: Increase stack requested for shell
382        task. Turn on stack checking so the report is interesting.
383
3842007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
385
386        * fileio/init.c: Add RTEMS Shell configuration and static configuration
387        of user commands.
388
3892007-11-29      Chris Johns <chrisj@rtems.org>
390
391        * iostream/Makefile.am: Change the executable name so it does not
392        create a file which is the same name as the standard header file.
393        * iostream/system.h: Need to increase the number of semaphores for
394        the libstdc++ runtime.
395
3962007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
397
398        * capture/Makefile.am: Use all managers.
399
4002007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
401
402        * capture/Makefile.am: Fix typo -- not unlimited.
403
4042007-08-21      Chris Johns <chrisj@rtems.org>
405
406        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
407        from files. Committed incorrectly.
408         
4092007-08-17      Chris Johns <chrisj@rtems.org>
410
411        * Makefile.am, README, configure.ac, capture/.cvsignore,
412        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
413        capture/init.c, capture/system.h, capture/test1.c: Add a sample
414        test for the capture engine.
415
4162007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
417
418        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
419
4202007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
421
422        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
423        loop was being optimized out on the PowerPC.
424        * nsecs/empty.c: New file.
425
4262007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
427
428        * nsecs/init.c: Change name to avoid any hint of the timer driver.
429
4302007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
431
432        * nsecs/init.c: Do not make this test depend on the benchmark timer
433        driver.
434
4352007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
436
437        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
438        time varaying in proportion to the length of the loop measured.
439
4402007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
441
442        * nsecs/init.c: Remove stray "volatile int i".
443
4442007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
445
446        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
447        loopback/Makefile.am, nsecs/Makefile.am,
448        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
449        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
450        test cases so last output line follows END OF pattern. Make sure test
451        case all run. All tests appeared ok on sis.
452        * nsecs/init.c: Commit hack so test will compile when POSIX is
453        disabled.  Remove hack when clock_gettime() is present even when
454        --disable-posix.
455
4562007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
457
458        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
459        Test needs clock manager. Should use rtems_test_exit() instead of
460        exit().
461
4622007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
463
464        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
465        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
466        to demonstrate that the newlib reentrancy support is optional.
467
4682007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
469
470        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
471          version from rtems/score/timespec.h.
472
4732007-04-05      Joel Sherrill <joel@OARcorp.com>
474
475        * nsecs/init.c: Provide timespec manipulation routines in the
476        SuperCore. Use them everywhere possible. Perhaps they should be part
477        of the public API so this test and others can use them without
478        peeking into the bowels.
479
4802007-04-05      Joel Sherrill <joel@OARcorp.com>
481
482        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
483        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
484
4852007-04-02      Joel Sherrill <joel@OARcorp.com>
486
487        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
488        as fundamental time structure to POSIX struct timespec. Add
489        clock_get_uptime().
490        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
491        nsecs/nsecs.scn: New files.
492
4932007-03-26      Joel Sherrill <joel@OARcorp.com>
494
495        * loopback/init.c: Add CVS Id.
496
4972007-03-26      Joel Sherrill <joel@OARcorp.com>
498
499        PR 1230/tests
500        * minimum/init.c: Minimum should not configure console driver.
501
5022007-02-21      Joel Sherrill <joel@OARcorp.com>
503
504        * loopback/init.c: Fix exit paths in client thread and main test
505        thread.
506
5072006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
508
509        * init.c: added stdout flushs after prompts
510
5112006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
512
513        * configure.ac: New BUG-REPORT address.
514
5152006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
516
517        * configure.ac: Require autoconf-2.60. Require automake-1.10.
518
5192006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
520
521        PR 1162/rtems
522        * unlimited/system.h: Reserve enough memory for the stacks wanted.
523
5242006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
525
526        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
527        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
528        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
529        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
530        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
531        instead.
532
5332006-02-08      Joel Sherrill <joel@OARcorp.com>
534
535        * cdtest/main.cc: Fix warnings.
536
5372005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
538
539        * configure.ac: Remove RTEMS_ENABLE_BARE,
540        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
541
5422005-11-15  Eric Norum <norume@aps.anl.gov>
543
544        * cdtest/Makefile.am: Remove extraneous make-exe.
545
5462005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
547
548        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
549        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
550        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
551        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
552        ticker/Makefile.am, unlimited/Makefile.am:
553        Convert to using *_PROGRAMS.
554
5552005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
556
557        * configure.ac: Remove AMPOLISH3.
558        * base_mp/node1/Makefile.am,
559        base_mp/node2/Makefile.am, base_sp/Makefile.am,
560        cdtest/Makefile.am, fileio/Makefile.am,
561        hello/Makefile.am, iostream/Makefile.am,
562        loopback/Makefile.am, minimum/Makefile.am,
563        paranoia/Makefile.am, pppd/Makefile.am,
564        ticker/Makefile.am, unlimited/Makefile.am: Rework.
565
5662005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
567
568        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
569        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
570        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
571        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
572        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
573        * sample.am: Remove.
574
5752005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
576
577        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
578        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
579        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
580        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
581        New (Renamed from base_mp.*).
582        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
583        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
584        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
585        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
586        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
587        s/SAMPLE/TEST/ for improved consistency with other tests.
588
5892005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
590
591        * configure.ac: Add ampolish3.
592        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
593
5942005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
595
596        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
597
5982005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
599
600        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
601        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
602
6032005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
604
605        * sample.am: Remove LIB_VARIANT.
606
6072005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
608
609        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
610        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
611        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
612        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
613        ticker/Makefile.am, unlimited/Makefile.am:
614        Remove SRCS, PRINT_SRCS.
615
6162005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
617
618        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
619
6202005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
621
622        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
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        Partial conversion to automake.
629
6302005-10-26  Eric Norum <norume@aps.anl.gov>
631
632        PR 839/tests
633        * pppd/system.h: Remove i386-specific conditional.
634        This at least lets the sample compile.   It's unlikely to actually
635        work, though.
636
6372005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
638
639        * pppd/Makefile.am: Reflect libpppd having been split out.
640        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
641        rtemspppd.h.
642
6432005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
644
645        * loopback/init.c: socklen_t.
646
6472005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
648
649        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
650        Remove LIB_VARIANT.
651
6522005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
653
654        * Makefile.am: Remove DIST_SUBDIRS.
655
6562004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
657
658        * configure.ac: Require automake > 1.9.
659
6602004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
661
662        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
663        NETTESTS. Add iostream/.
664        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
665        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
666        Reflect changes above.
667        * cdtest/main.cc: Adaptation to new C++ standards.
668
6692004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
670
671        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
672        iostream/iostream.scn, iostream/system.h:
673        New (C++ variant of hello).
674
6752004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
676
677        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
678        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
679        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
680        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
681        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
682        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
683        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
684        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
685        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
686        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
687        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
688
6892004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
690
691        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
692
6932004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
694
695        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
696        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
697        unlimited/test3.c: Convert to using c99 fixed size types.
698
6992004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * configure.ac: Add 2nd arg to RTEMS_TOP.
702
7032004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * configure.ac: Remove -Wall -ansi to work-around non-portability of
706        with cdtest.
707
7082004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
711        Add PRE/TMPINSTALL_FILES to CLEANFILES.
712        * base_mp/node2/Makefile.am: Ditto.
713        * base_sp/Makefile.am: Ditto.
714        * cdtest/Makefile.am: Ditto.
715        * fileio/Makefile.am: Ditto.
716        * hello/Makefile.am: Ditto.
717        * loopback/Makefile.am: Ditto.
718        * minimum/Makefile.am: Ditto.
719        * paranoia/Makefile.am: Ditto.
720        * pppd/Makefile.am: Ditto.
721        * ticker/Makefile.am: Ditto.
722        * unlimited/Makefile.am: Ditto.
723
7242003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * samples.am: Fix yet another stupid typo in yesterday's patch.
727
7282003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * samples.am: Add dirstamp support.
731
7322003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
735        Eliminate VPATH.
736
7372003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
740
7412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
742
743        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
744
7452003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * base_mp/Makefile.am: Reformat.
748        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
749        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
750        * base_sp/Makefile.am: Remove all-local: $(ARCH).
751        * cdtest/Makefile.am: Remove all-local: $(ARCH).
752        * fileio/Makefile.am: Remove all-local: $(ARCH).
753        * hello/Makefile.am: Remove all-local: $(ARCH).
754        * loopback/Makefile.am: Remove all-local: $(ARCH).
755        * minimum/Makefile.am: Remove all-local: $(ARCH).
756        * paranoia/Makefile.am: Remove all-local: $(ARCH).
757        * pppd/Makefile.am: Remove all-local: $(ARCH).
758        * ticker/Makefile.am: Remove all-local: $(ARCH).
759        * unlimited/Makefile.am: Remove all-local: $(ARCH).
760
7612003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * configure.ac: Reflect having moved to testsuites/.
764
7652003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
768        * fileio/Makefile.am: Only build if LIBCHIP is available.
769
7702003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
771
772        * configure.ac: Remove RTEMS_CANONICAL_HOST.
773
7742003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * configure.ac:Remove RTEMS_CHECK_CPU.
777
7782003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * fileio/init.c: Unconditionally define MIN (We *do want* to see
781        error messages if it conflicts).
782
7832003-09-04      Joel Sherrill <joel@OARcorp.com>
784
785        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
786        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
787        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
788        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
789        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
790        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
791        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
792        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
793        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
794        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
795        for license changed.
796
7972003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * Makefile.am: Reflect having moved aclocal/.
800
8012003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802
803        * Makefile.am: Reflect having moved automake/.
804        * base_mp/Makefile.am: Reflect having moved automake/.
805        * base_mp/node1/Makefile.am: Reflect having moved automake/.
806        * base_mp/node2/Makefile.am: Reflect having moved automake/.
807        * base_sp/Makefile.am: Reflect having moved automake/.
808        * cdtest/Makefile.am: Reflect having moved automake/.
809        * fileio/Makefile.am: Reflect having moved automake/.
810        * hello/Makefile.am: Reflect having moved automake/.
811        * loopback/Makefile.am: Reflect having moved automake/.
812        * minimum/Makefile.am: Reflect having moved automake/.
813        * paranoia/Makefile.am: Reflect having moved automake/.
814        * pppd/Makefile.am: Reflect having moved automake/.
815        * ticker/Makefile.am: Reflect having moved automake/.
816        * unlimited/Makefile.am: Reflect having moved automake/.
817
8182003-08-13      Joel Sherrill <joel@OARcorp.com>
819
820        * fileio/.cvsignore: New file.
821
8222003-08-13      Joel Sherrill <joel@OARcorp.com>
823
824        PR 451/bsps
825        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
826
8272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
830
8312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
832
833        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
834        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
835
8362003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
837
838        PR 369/filesystem
839        * Makefile.am, configure.ac: sample application to show the use of the
840        DOSFS functions
841        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
842        fileio/system.h: New files.
843
8442003-06-04      Joel Sherrill <joel@OARcorp.com>
845
846        * pppd/system.h: Hack from Ralf to compile on all targets.
847
8482003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
849
850        * configure.ac: Add pppd.
851        * Makefile.am: Add pppd.
852
8532003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
854
855        Adding pppd:
856        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
857        * pppd/README: New, copied over from libnetworking/pppd/example.
858        * pppd/init.c: New, copied over from libnetworking/pppd/example.
859        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
860        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
861        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
862        * pppd/system.h: New, copied over from libnetworking/pppd/example.
863        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
864        * pppd/Makefile.am: New, converted to automake from Makefile-user.
865        * pppd/.cvsignore: New.
866
8672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
868
869        * configure.ac: Remove AC_CONFIG_AUX_DIR.
870
8712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
872
873        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
874
8752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
876
877        * configure.ac: AC_PREREQ(2.57).
878
8792003-01-27      Joel Sherrill <joel@OARcorp.com>
880
881        * Makefile.am, configure.ac: Added new test loopback which shows how to
882        use the loopback interface. Thank you Eric Norum for a portable
883        target independent test which exercises the TCP/IP. This should
884        prevent massive failures in the TCP/IP stack from reaching the
885        street.
886        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
887        loopback/init.c, loopback/loopback.scn: New files.
888
8892003-01-03      Joel Sherrill <joel@OARcorp.com>
890
891        * unlimited/system.h, unlimited/test1.c: Backed off previous
892        modification as it does not compile.
893
8942002-10-31      Chris Johns <ccj@acm.org>
895
896        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
897        can be created. 
898        * unlimited/system.h: PR296. Reference the number of tasks in the
899        configuration table rather than a hardcoded number.
900
9012002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
903        * configure.ac: Unconditionally check for CXX (Hack to bug in
904        autoconf > 2.54).
905
9062002-10-31      Joel Sherrill <joel@OARcorp.com>
907
908        * base_mp/apptask.c: Removed warning.
909
9102002-10-28      Joel Sherrill <joel@OARcorp.com>
911
912        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
913
9142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
915
916        * .cvsignore: Reformat.
917        Add autom4te*cache.
918        Remove autom4te.cache.
919
9202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
921
922        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
923        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
924        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
925        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
926        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
927        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
928        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
929        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
930        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
931
9322002-08-01      Joel Sherrill <joel@OARcorp.com>
933
934        * Per PR47 add support for buffered test output.  This involved
935        adding defines to redirect output to a buffer and dump it when
936        full, at "test pause", and at exit.  To avoid problems when redefining
937        exit(), all tests were modified to call rtems_test_exit().
938        Some tests, notable psxtests, had to be modified to include
939        the standard test macro .h file (pmacros.h or tmacros.h) to
940        enable this support.
941        * cdtest/init.c: Modified.
942
9432002-07-01      Joel Sherrill <joel@OARcorp.com>
944
945        * unlimited/test1.c: Corrected use of _Objects_Information_table
946        now that it is a two dimensional array based upon API and class.
947
9482002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * base_sp/apptask.c: Include <stdlib.h>.
951        * hello/init.c: Ditto.
952        * paranoia/init.c: Ditto.
953        * ticker/tasks.c: Ditto.
954        * unlimited/init.c: Ditto.
955        * unlimited/test1.c: Ditto.
956        * unlimited/test2.c: Ditto.
957        * unlimited/test3.c: Ditto.
958
9592002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
960
961        * configure.ac: Remove ENABLE_GCC28.
962
9632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
964
965        * configure.ac:
966        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
967        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
968        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
969        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
970        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
971        * Makefile.am: Remove AUTOMAKE_OPTIONS.
972        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
973        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
974        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
975        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
976        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
977        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
978        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
979
9802001-11-26      Ralf Corsepius
981
982        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
983
9842001-10-25      Eric Norum <eric.norum@usask.ca>
985
986        * cdtest/system.h: Configure 1 semaphore.  This probably covers
987        up not defining one for the GCC C++ Run-Time Libraries.
988
9892001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
990
991        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
992
9932001-10-12      Joel Sherrill <joel@OARcorp.com>
994
995        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
996        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
997        Fixed typo.
998
9992001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1000
1001        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1002        * configure.in: Remove.
1003        * configure.ac: New file, generated from configure.in by autoupdate.
1004
10052001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1006
1007        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
1008        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1009        * cdtest/Makefile.am: Remove LD_LIBS.
1010
10112001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1012
1013        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
1014        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
1015        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
1016        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
1017        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
1018        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
1019        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
1020        make-cxx-exe.
1021        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
1022        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
1023
10242001-06-14      Joel Sherrill <joel@OARcorp.com>
1025
1026        * cdtest/system.h: Removed configure of POSIX mutexes since
1027        there do not appear to be any used in this test.
1028
10292001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1030
1031        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1032
10332000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1034
1035        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1036
10372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1038
1039        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1040
10412000-10-30      Joel Sherrill <joel@OARcorp.com>
1042
1043        * POSIX include files merged into newlib.  This resulted in
1044        some definitions moving to other files and thus some secondary
1045        effects in RTEMS source code.
1046        * paranoia/paranoia.c: Commented out incorrect and conflicting
1047        prototype of read().
1048
10492000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1050
1051        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1052        Switch to GNU canonicalization.
1053        * sample.am: Remove DEFS.
1054
10552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1056
1057        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
1058        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
1059        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
1060        unlimited/Makefile.am: Include compile.am
1061
10622000-08-10      Joel Sherrill <joel@OARcorp.com>
1063
1064        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.