source: rtems/testsuites/samples/ChangeLog @ 55658c6

4.115
Last change on this file since 55658c6 was 7032a458, checked in by Chris Johns <chrisj@…>, on 07/04/11 at 00:34:00

2011-07-04 Chris Johns <chrisj@…>

  • fileio/init.c, fileio/system.h: Add commands to create ram disks from the shell prompt. Helps testing.
  • Property mode set to 100644
File size: 36.1 KB
Line 
12011-07-04      Chris Johns <chrisj@rtems.org>
2
3        * fileio/init.c, fileio/system.h: Add commands to
4        create ram disks from the shell prompt. Helps testing.
5
62011-06-20      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * pppd/Makefile.am: Add ppp.conf, pppd.options to EXTRA_DIST.
9        * pppd/Makefile-user: Remove.
10
112011-06-11      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * fileio/init.c: Avoid use of deprecated rtems_clock_get() except in
14        spclockget().
15
162011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * fileio/Makefile.am, ticker/Makefile.am: Missed part of previous
19        patch.
20
212011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * base_sp/apptask.c, base_sp/init.c, fileio/init.c, fileio/system.h,
24        nsecs/init.c, ticker/init.c, ticker/system.h, ticker/tasks.c: Remove
25        warnings.
26
272011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Add AC_CONFIG_HEADER(config.h).
30
312011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * base_mp/apptask.c, base_mp/init.c, base_sp/apptask.c, base_sp/init.c,
34        capture/init.c, capture/test1.c, cdtest/init.c, fileio/init.c,
35        hello/init.c, loopback/init.c, minimum/init.c, nsecs/empty.c,
36        nsecs/init.c, paranoia/init.c, paranoia/paranoia.c, pppd/init.c,
37        pppd/pppdapp.c, ticker/init.c, ticker/tasks.c, unlimited/init.c,
38        unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Add
39        HAVE_CONFIG_H.
40
412011-02-17      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * pppd/system.h: Use confdefs.h to generate device driver table.
44
452011-02-17      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
46
47        * pppd/system.h: Added missing include files.
48
492011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * configure.ac: Require autoconf-2.68, automake-1.11.1.
52
532010-12-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
54
55        * loopback/init.c: Loop back interface will be initialized now during
56        normal initialization via rtems_bsdnet_initialize_network().
57
582010-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP).
61        * configure.ac: Remove AM_CONDITIONAL(LIBCHIP).
62        Force autoconf-2.67, automake-1.11.1.
63
642010-07-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
65
66        * minimum/init.c: Use fatal error extension to prevent infinite
67        runtime.
68
692010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * capture/capture.doc: Remove more ITRON references.
72
732010-06-02      Chris Johns <chrisj@rtems.org>
74
75        * iostream/init.cc: Remove the hack.
76
772010-06-02      Chris Johns <chrisj@rtems.org>
78
79        * fileio/init.c: Update to new mount API.
80        * iostream/init.cc: Hack to work around confdefs.h in C++.
81        * iostream/system.h: Add comment about base miniIMFS.
82
832010-04-04      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * capture/init.c: Remove unused variable "out".
86
872010-03-29      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
88
89        * capture/init.c, capture/test1.c, paramoia/init.c,
90        paranoia/paranoia.c: exclude tests for SMALL MEMORY targets
91
922010-03-12      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
93
94        * fileio/init.c: Remove deprecation warnings.
95
962010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * fileio/init.c: Fix warnings for ctype methods.
99
1002009-11-02      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to
103        int to match with rtems/rtems_bsdnet.h.
104
1052009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * base_mp/apptask.c: Use PRIxrtems_id to print rtems_ids.
108        Include "tmacros.h".
109        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
110        Add -I$(top_srcdir)/../support/include.
111
1122009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * pppd/netconfig.h: Add UL suffix to long constants to avoid
115        implicit integer overflows on 16bit targets.
116        * fileio/init.c: Use %zd to print ssize_t.
117
1182009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * base_sp/apptask.c, unlimited/init.c:
121        Use PRIdrtems_task_argument to print rtems_task_argument's.
122
1232009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * base_sp/apptask.c, unlimited/init.c, unlimited/test1.c,
126        unlimited/test2.c, unlimited/test3.c:
127        Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
128        * unlimited/Makefile.am, base_sp/Makefile.am:
129        Add -I$(top_srcdir)/../support/include.
130
1312009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * loopback/init.c : Add prototype for rtems_bsdnet_loopattach.
134        Remove evil type-cast.
135        * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h).
136        * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include.
137        * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
138
1392009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * capture/init.c: Remove setup_tasks_to_watch.
142        * capture/system.h: Remove test*().
143        Add setup_tasks_to_watch().
144        * capture/test1.c: Fix prototype.
145        * fileio/init.c: Fix broken printfs.
146        * minimum/init.c: Remove unused var.
147        * nsecs/empty.c: Add missing prototype.
148        * nsecs/rprintf.h: New.
149        * nsecs/init.c: Printf fixes.
150        * unlimited/system.h: Add missing prototypes.
151        * unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
152        unlimited/test3.c: Various warning fixes.
153
1542009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * unlimited/test1.c: Spacing.
157
1582009-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * hello/init.c: Remove call to devFS_Show() which had accidentally
161        gotten committed.
162
1632009-09-14      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * capture/test1.c: Use size_t for sizes.
166
1672009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
168
169        * hello/Makefile.am, hello/init.c: Simplify.
170        * hello/system.h: Removed.
171
1722009-08-21      Xi Yang <hiyangxi@gmail.com>
173
174        * unlimited/test2.c: Fix spacing.
175
1762009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c,
179        ticker/system.h, ticker/tasks.c: Eliminate test routines
180        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
181        rtems_clock_get_ticks_per_second().
182
1832009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
184
185        * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to
186        legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to
187        rtems_clock_get_xxx().
188
1892009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
192        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
193
1942009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
195
196        * fileio/system.h: Switch to unified work area.
197
1982009-06-11      Roxana Leontie <roxana.leontie@gmail.com>
199
200        * cdtest/system.h: modified the number of max semaphores - test was
201        failing before
202
2032009-06-04      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * loopback/init.c: Add missing initializers.
206
2072009-04-28    Chris Johns <chrisj@rtems.org>
208
209        * iostream/system.h: Remove the Init prototype. Provide in
210        confdefs.h.
211
2122009-04-28      Chris Johns <chrisj@rtems.org>
213
214        * fileio/init.c, fileio/system.h, iostream/init.cc,
215        loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
216        BSP_SMALL_MEMORY is defined. Remove this code once a better way is
217        supported by the build system.
218
2192009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
220
221        * fileio/init.c: Removed obsolete header include.
222
2232009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
224
225        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
226        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
227        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
228        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
229        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
230        unlimited/Makefile.am: Eliminate _exe_/.exe.
231
2322009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
233
234        * fileio/init.c: Change arguments to rtems_shell_init() to match
235        new expectations.
236
2372009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
238
239        * cdtest/main.cc: Use printk() in global destructors since printf() no
240        longer works.
241
2422009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
243
244        * fileio/init.c: Adapt to modified shell configuration
245
2462008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
247
248        * capture/test1.c: Add const to eliminate warning.
249
2502008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
251
252        * capture/test1.c: Eliminate all public use of TOD conversion routines.
253
2542008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
255
256        * unlimited/init.c: Run all tests successfully with maxixum number of
257        priorities as 16 instead of 256. This was done by temporarily
258        modifying the score priority.h maximum. This allowed testing of all
259        API code to ensure that it worked properly with a reduced number of
260        priorities. Most modifications were to switch from hard-coded maximum
261        to using the API provided methods to determine maximum number of
262        priority levels.
263
2642008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
265
266        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
267        we have a test case for real password checking.
268
2692008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
270
271        * paranoia/paranoia.c: Add missing prototypes.
272
2732008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
274
275        * unlimited/system.h: Tighten configuration for stack space.
276
2772008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
278
279        * fileio/init.c: When USE_SHELL not defined, do not attempt to
280        configure shell.
281
2822008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
283
284        * unlimited/system.h: 10000 task ids is too many for some targets.
285
2862008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
287
288        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
289        pc386 and configured for unified workspace, you can get close to
290        this.
291
2922008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
293
294        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
295        CONFIGURE_STACK_CHECKER_ENABLED.
296
2972008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
298
299        * minimum/init.c, unlimited/system.h: Add support for optionally having
300        a unified work area. In other words, the RTEMS Workspace and C
301        Program Heap are the same pool of memory.
302
3032008-09-17      Miao Yan <yanmiaobest@gmail.com>
304
305        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
306        project code to add simple device only filesystem (devfs), optionally
307        completely drop out filesystem, and to clean up disabling newlib
308        reentrancy support. This dropped 17K from the minimum.exe for
309        sparc/sis and arm/rtl22xx_t now has a 15K code space.
310
3112008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
312
313        * capture/system.h, capture/test1.c, fileio/init.c,
314        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
315        Convert to "bool".
316
3172008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
318
319        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
320        fixing while running mptests on psim.
321
3222008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
323
324        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
325        split on multiple lines and document each parameter.
326
3272008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
328
329        * minimum/init.c: Disable confdefs.h debug.
330
3312008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
332
333        * iostream/system.h: Init task was close to blowing stack on PowerPC.
334        * minimum/init.c: Disable Classic API Notepads.
335
3362008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
337
338        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
339        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
340        on psim.
341
3422008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
343
344        * minimum/init.c: Exerise new ability for application to configure
345        minimum stack size. This test still runs the same with a 7.5K stack
346        on the powerpc but reserves 15K less Workspace on the PowerPC.
347
3482008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
349
350        * minimum/Makefile.am: Link against all managers.
351        * minimum/init.c: Use existing confdefs.h macros to turn off more
352        this test does not use.
353
3542008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
355
356        * iostream/system.h: Update to include definition of
357        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
358
3592008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
360
361        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
362        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
363
3642008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
365
366        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
367        4.3.x.
368
3692008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        * fileio/system.h, ticker/system.h: Add new Object Services collection.
372        This changed the name of a few previously public but undocumented
373        services and added a some new services.
374
3752008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
376
377        * hello/init.c: Remove accidental commit.
378
3792008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
380
381        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
382        statistics so shell output can be interesting.
383
3842007-12-17      Chris Johns <chrisj@rtems.org>
385
386        * testsuites/samples/fileio/init.c: Change shell_* to
387        rtems_shell_*. Add the mount file-system type of msdos.
388
3892007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
390
391        * fileio/init.c, fileio/system.h: Increase stack requested for shell
392        task. Turn on stack checking so the report is interesting.
393
3942007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
395
396        * fileio/init.c: Add RTEMS Shell configuration and static configuration
397        of user commands.
398
3992007-11-29      Chris Johns <chrisj@rtems.org>
400
401        * iostream/Makefile.am: Change the executable name so it does not
402        create a file which is the same name as the standard header file.
403        * iostream/system.h: Need to increase the number of semaphores for
404        the libstdc++ runtime.
405
4062007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
407
408        * capture/Makefile.am: Use all managers.
409
4102007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
411
412        * capture/Makefile.am: Fix typo -- not unlimited.
413
4142007-08-21      Chris Johns <chrisj@rtems.org>
415
416        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
417        from files. Committed incorrectly.
418         
4192007-08-17      Chris Johns <chrisj@rtems.org>
420
421        * Makefile.am, README, configure.ac, capture/.cvsignore,
422        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
423        capture/init.c, capture/system.h, capture/test1.c: Add a sample
424        test for the capture engine.
425
4262007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
427
428        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
429
4302007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
431
432        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
433        loop was being optimized out on the PowerPC.
434        * nsecs/empty.c: New file.
435
4362007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
437
438        * nsecs/init.c: Change name to avoid any hint of the timer driver.
439
4402007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
441
442        * nsecs/init.c: Do not make this test depend on the benchmark timer
443        driver.
444
4452007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
446
447        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
448        time varaying in proportion to the length of the loop measured.
449
4502007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
451
452        * nsecs/init.c: Remove stray "volatile int i".
453
4542007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
455
456        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
457        loopback/Makefile.am, nsecs/Makefile.am,
458        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
459        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
460        test cases so last output line follows END OF pattern. Make sure test
461        case all run. All tests appeared ok on sis.
462        * nsecs/init.c: Commit hack so test will compile when POSIX is
463        disabled.  Remove hack when clock_gettime() is present even when
464        --disable-posix.
465
4662007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
467
468        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
469        Test needs clock manager. Should use rtems_test_exit() instead of
470        exit().
471
4722007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
473
474        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
475        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
476        to demonstrate that the newlib reentrancy support is optional.
477
4782007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
479
480        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
481          version from rtems/score/timespec.h.
482
4832007-04-05      Joel Sherrill <joel@OARcorp.com>
484
485        * nsecs/init.c: Provide timespec manipulation routines in the
486        SuperCore. Use them everywhere possible. Perhaps they should be part
487        of the public API so this test and others can use them without
488        peeking into the bowels.
489
4902007-04-05      Joel Sherrill <joel@OARcorp.com>
491
492        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
493        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
494
4952007-04-02      Joel Sherrill <joel@OARcorp.com>
496
497        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
498        as fundamental time structure to POSIX struct timespec. Add
499        clock_get_uptime().
500        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
501        nsecs/nsecs.scn: New files.
502
5032007-03-26      Joel Sherrill <joel@OARcorp.com>
504
505        * loopback/init.c: Add CVS Id.
506
5072007-03-26      Joel Sherrill <joel@OARcorp.com>
508
509        PR 1230/tests
510        * minimum/init.c: Minimum should not configure console driver.
511
5122007-02-21      Joel Sherrill <joel@OARcorp.com>
513
514        * loopback/init.c: Fix exit paths in client thread and main test
515        thread.
516
5172006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
518
519        * init.c: added stdout flushs after prompts
520
5212006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
522
523        * configure.ac: New BUG-REPORT address.
524
5252006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
526
527        * configure.ac: Require autoconf-2.60. Require automake-1.10.
528
5292006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
530
531        PR 1162/rtems
532        * unlimited/system.h: Reserve enough memory for the stacks wanted.
533
5342006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
535
536        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
537        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
538        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
539        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
540        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
541        instead.
542
5432006-02-08      Joel Sherrill <joel@OARcorp.com>
544
545        * cdtest/main.cc: Fix warnings.
546
5472005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
548
549        * configure.ac: Remove RTEMS_ENABLE_BARE,
550        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
551
5522005-11-15  Eric Norum <norume@aps.anl.gov>
553
554        * cdtest/Makefile.am: Remove extraneous make-exe.
555
5562005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
557
558        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
559        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
560        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
561        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
562        ticker/Makefile.am, unlimited/Makefile.am:
563        Convert to using *_PROGRAMS.
564
5652005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
566
567        * configure.ac: Remove AMPOLISH3.
568        * base_mp/node1/Makefile.am,
569        base_mp/node2/Makefile.am, base_sp/Makefile.am,
570        cdtest/Makefile.am, fileio/Makefile.am,
571        hello/Makefile.am, iostream/Makefile.am,
572        loopback/Makefile.am, minimum/Makefile.am,
573        paranoia/Makefile.am, pppd/Makefile.am,
574        ticker/Makefile.am, unlimited/Makefile.am: Rework.
575
5762005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
577
578        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
579        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
580        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
581        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
582        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
583        * sample.am: Remove.
584
5852005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
586
587        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
588        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
589        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
590        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
591        New (Renamed from base_mp.*).
592        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
593        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
594        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
595        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
596        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
597        s/SAMPLE/TEST/ for improved consistency with other tests.
598
5992005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
600
601        * configure.ac: Add ampolish3.
602        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
603
6042005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
605
606        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
607
6082005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
609
610        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
611        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
612
6132005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
614
615        * sample.am: Remove LIB_VARIANT.
616
6172005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
618
619        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
620        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
621        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
622        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
623        ticker/Makefile.am, unlimited/Makefile.am:
624        Remove SRCS, PRINT_SRCS.
625
6262005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
627
628        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
629
6302005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
631
632        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
633        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
634        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
635        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
636        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
637        ticker/Makefile.am, unlimited/Makefile.am:
638        Partial conversion to automake.
639
6402005-10-26  Eric Norum <norume@aps.anl.gov>
641
642        PR 839/tests
643        * pppd/system.h: Remove i386-specific conditional.
644        This at least lets the sample compile.   It's unlikely to actually
645        work, though.
646
6472005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
648
649        * pppd/Makefile.am: Reflect libpppd having been split out.
650        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
651        rtemspppd.h.
652
6532005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
654
655        * loopback/init.c: socklen_t.
656
6572005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
658
659        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
660        Remove LIB_VARIANT.
661
6622005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
663
664        * Makefile.am: Remove DIST_SUBDIRS.
665
6662004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
667
668        * configure.ac: Require automake > 1.9.
669
6702004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
671
672        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
673        NETTESTS. Add iostream/.
674        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
675        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
676        Reflect changes above.
677        * cdtest/main.cc: Adaptation to new C++ standards.
678
6792004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
680
681        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
682        iostream/iostream.scn, iostream/system.h:
683        New (C++ variant of hello).
684
6852004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
686
687        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
688        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
689        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
690        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
691        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
692        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
693        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
694        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
695        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
696        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
697        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
698
6992004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
700
701        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
702
7032004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
704
705        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
706        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
707        unlimited/test3.c: Convert to using c99 fixed size types.
708
7092004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * configure.ac: Add 2nd arg to RTEMS_TOP.
712
7132004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * configure.ac: Remove -Wall -ansi to work-around non-portability of
716        with cdtest.
717
7182004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
721        Add PRE/TMPINSTALL_FILES to CLEANFILES.
722        * base_mp/node2/Makefile.am: Ditto.
723        * base_sp/Makefile.am: Ditto.
724        * cdtest/Makefile.am: Ditto.
725        * fileio/Makefile.am: Ditto.
726        * hello/Makefile.am: Ditto.
727        * loopback/Makefile.am: Ditto.
728        * minimum/Makefile.am: Ditto.
729        * paranoia/Makefile.am: Ditto.
730        * pppd/Makefile.am: Ditto.
731        * ticker/Makefile.am: Ditto.
732        * unlimited/Makefile.am: Ditto.
733
7342003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * samples.am: Fix yet another stupid typo in yesterday's patch.
737
7382003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * samples.am: Add dirstamp support.
741
7422003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
745        Eliminate VPATH.
746
7472003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
750
7512003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
752
753        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
754
7552003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * base_mp/Makefile.am: Reformat.
758        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
759        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
760        * base_sp/Makefile.am: Remove all-local: $(ARCH).
761        * cdtest/Makefile.am: Remove all-local: $(ARCH).
762        * fileio/Makefile.am: Remove all-local: $(ARCH).
763        * hello/Makefile.am: Remove all-local: $(ARCH).
764        * loopback/Makefile.am: Remove all-local: $(ARCH).
765        * minimum/Makefile.am: Remove all-local: $(ARCH).
766        * paranoia/Makefile.am: Remove all-local: $(ARCH).
767        * pppd/Makefile.am: Remove all-local: $(ARCH).
768        * ticker/Makefile.am: Remove all-local: $(ARCH).
769        * unlimited/Makefile.am: Remove all-local: $(ARCH).
770
7712003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
772
773        * configure.ac: Reflect having moved to testsuites/.
774
7752003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
778        * fileio/Makefile.am: Only build if LIBCHIP is available.
779
7802003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * configure.ac: Remove RTEMS_CANONICAL_HOST.
783
7842003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
785
786        * configure.ac:Remove RTEMS_CHECK_CPU.
787
7882003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * fileio/init.c: Unconditionally define MIN (We *do want* to see
791        error messages if it conflicts).
792
7932003-09-04      Joel Sherrill <joel@OARcorp.com>
794
795        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
796        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
797        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
798        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
799        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
800        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
801        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
802        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
803        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
804        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
805        for license changed.
806
8072003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
808
809        * Makefile.am: Reflect having moved aclocal/.
810
8112003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * Makefile.am: Reflect having moved automake/.
814        * base_mp/Makefile.am: Reflect having moved automake/.
815        * base_mp/node1/Makefile.am: Reflect having moved automake/.
816        * base_mp/node2/Makefile.am: Reflect having moved automake/.
817        * base_sp/Makefile.am: Reflect having moved automake/.
818        * cdtest/Makefile.am: Reflect having moved automake/.
819        * fileio/Makefile.am: Reflect having moved automake/.
820        * hello/Makefile.am: Reflect having moved automake/.
821        * loopback/Makefile.am: Reflect having moved automake/.
822        * minimum/Makefile.am: Reflect having moved automake/.
823        * paranoia/Makefile.am: Reflect having moved automake/.
824        * pppd/Makefile.am: Reflect having moved automake/.
825        * ticker/Makefile.am: Reflect having moved automake/.
826        * unlimited/Makefile.am: Reflect having moved automake/.
827
8282003-08-13      Joel Sherrill <joel@OARcorp.com>
829
830        * fileio/.cvsignore: New file.
831
8322003-08-13      Joel Sherrill <joel@OARcorp.com>
833
834        PR 451/bsps
835        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
836
8372003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
840
8412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
844        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
845
8462003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
847
848        PR 369/filesystem
849        * Makefile.am, configure.ac: sample application to show the use of the
850        DOSFS functions
851        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
852        fileio/system.h: New files.
853
8542003-06-04      Joel Sherrill <joel@OARcorp.com>
855
856        * pppd/system.h: Hack from Ralf to compile on all targets.
857
8582003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        * configure.ac: Add pppd.
861        * Makefile.am: Add pppd.
862
8632003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
864
865        Adding pppd:
866        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
867        * pppd/README: New, copied over from libnetworking/pppd/example.
868        * pppd/init.c: New, copied over from libnetworking/pppd/example.
869        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
870        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
871        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
872        * pppd/system.h: New, copied over from libnetworking/pppd/example.
873        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
874        * pppd/Makefile.am: New, converted to automake from Makefile-user.
875        * pppd/.cvsignore: New.
876
8772003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * configure.ac: Remove AC_CONFIG_AUX_DIR.
880
8812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
882
883        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
884
8852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
886
887        * configure.ac: AC_PREREQ(2.57).
888
8892003-01-27      Joel Sherrill <joel@OARcorp.com>
890
891        * Makefile.am, configure.ac: Added new test loopback which shows how to
892        use the loopback interface. Thank you Eric Norum for a portable
893        target independent test which exercises the TCP/IP. This should
894        prevent massive failures in the TCP/IP stack from reaching the
895        street.
896        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
897        loopback/init.c, loopback/loopback.scn: New files.
898
8992003-01-03      Joel Sherrill <joel@OARcorp.com>
900
901        * unlimited/system.h, unlimited/test1.c: Backed off previous
902        modification as it does not compile.
903
9042002-10-31      Chris Johns <ccj@acm.org>
905
906        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
907        can be created. 
908        * unlimited/system.h: PR296. Reference the number of tasks in the
909        configuration table rather than a hardcoded number.
910
9112002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
912
913        * configure.ac: Unconditionally check for CXX (Hack to bug in
914        autoconf > 2.54).
915
9162002-10-31      Joel Sherrill <joel@OARcorp.com>
917
918        * base_mp/apptask.c: Removed warning.
919
9202002-10-28      Joel Sherrill <joel@OARcorp.com>
921
922        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
923
9242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
925
926        * .cvsignore: Reformat.
927        Add autom4te*cache.
928        Remove autom4te.cache.
929
9302002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
931
932        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
933        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
934        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
935        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
936        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
937        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
938        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
939        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
940        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
941
9422002-08-01      Joel Sherrill <joel@OARcorp.com>
943
944        * Per PR47 add support for buffered test output.  This involved
945        adding defines to redirect output to a buffer and dump it when
946        full, at "test pause", and at exit.  To avoid problems when redefining
947        exit(), all tests were modified to call rtems_test_exit().
948        Some tests, notable psxtests, had to be modified to include
949        the standard test macro .h file (pmacros.h or tmacros.h) to
950        enable this support.
951        * cdtest/init.c: Modified.
952
9532002-07-01      Joel Sherrill <joel@OARcorp.com>
954
955        * unlimited/test1.c: Corrected use of _Objects_Information_table
956        now that it is a two dimensional array based upon API and class.
957
9582002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
959
960        * base_sp/apptask.c: Include <stdlib.h>.
961        * hello/init.c: Ditto.
962        * paranoia/init.c: Ditto.
963        * ticker/tasks.c: Ditto.
964        * unlimited/init.c: Ditto.
965        * unlimited/test1.c: Ditto.
966        * unlimited/test2.c: Ditto.
967        * unlimited/test3.c: Ditto.
968
9692002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971        * configure.ac: Remove ENABLE_GCC28.
972
9732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
974
975        * configure.ac:
976        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
977        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
978        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
979        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
980        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
981        * Makefile.am: Remove AUTOMAKE_OPTIONS.
982        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
983        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
984        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
985        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
986        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
987        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
988        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
989
9902001-11-26      Ralf Corsepius
991
992        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
993
9942001-10-25      Eric Norum <eric.norum@usask.ca>
995
996        * cdtest/system.h: Configure 1 semaphore.  This probably covers
997        up not defining one for the GCC C++ Run-Time Libraries.
998
9992001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1000
1001        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
1002
10032001-10-12      Joel Sherrill <joel@OARcorp.com>
1004
1005        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
1006        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
1007        Fixed typo.
1008
10092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1010
1011        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1012        * configure.in: Remove.
1013        * configure.ac: New file, generated from configure.in by autoupdate.
1014
10152001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1016
1017        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
1018        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1019        * cdtest/Makefile.am: Remove LD_LIBS.
1020
10212001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
1024        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
1025        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
1026        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
1027        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
1028        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
1029        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
1030        make-cxx-exe.
1031        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
1032        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
1033
10342001-06-14      Joel Sherrill <joel@OARcorp.com>
1035
1036        * cdtest/system.h: Removed configure of POSIX mutexes since
1037        there do not appear to be any used in this test.
1038
10392001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1040
1041        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1042
10432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1044
1045        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1046
10472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1048
1049        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1050
10512000-10-30      Joel Sherrill <joel@OARcorp.com>
1052
1053        * POSIX include files merged into newlib.  This resulted in
1054        some definitions moving to other files and thus some secondary
1055        effects in RTEMS source code.
1056        * paranoia/paranoia.c: Commented out incorrect and conflicting
1057        prototype of read().
1058
10592000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1060
1061        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1062        Switch to GNU canonicalization.
1063        * sample.am: Remove DEFS.
1064
10652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1066
1067        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
1068        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
1069        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
1070        unlimited/Makefile.am: Include compile.am
1071
10722000-08-10      Joel Sherrill <joel@OARcorp.com>
1073
1074        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.