source: rtems/testsuites/samples/ChangeLog @ 7eb31ec9

4.115
Last change on this file since 7eb31ec9 was 16b1599f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/07/11 at 09:39:53

2011-10-07 Ralf Corsépius <ralf.corsepius@…>

  • capture/init.c: Declare notification only if being used.
  • Property mode set to 100644
File size: 36.7 KB
Line 
12011-10-07      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * capture/init.c: Declare notification only if being used.
4
52011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * nsecs/init.c: Include "pritime.h".
8        Use PRIdtime_t to print time_t.
9
102011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Check for size of time_t.
13
142011-09-16      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
15
16        * fileio/fileio.scn: New file.
17        * capture/init.c, fileio/init.c: Use rtems_shell_wait_for_input().
18
192011-08-29      Joel Sherrill <joel.sherrilL@OARcorp.com>
20
21        * ticker/system.h: Remove unneeded include.
22
232011-07-04      Chris Johns <chrisj@rtems.org>
24
25        * fileio/init.c, fileio/system.h: Add commands to
26        create ram disks from the shell prompt. Helps testing.
27
282011-06-20      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * pppd/Makefile.am: Add ppp.conf, pppd.options to EXTRA_DIST.
31        * pppd/Makefile-user: Remove.
32
332011-06-11      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * fileio/init.c: Avoid use of deprecated rtems_clock_get() except in
36        spclockget().
37
382011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * fileio/Makefile.am, ticker/Makefile.am: Missed part of previous
41        patch.
42
432011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * base_sp/apptask.c, base_sp/init.c, fileio/init.c, fileio/system.h,
46        nsecs/init.c, ticker/init.c, ticker/system.h, ticker/tasks.c: Remove
47        warnings.
48
492011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * configure.ac: Add AC_CONFIG_HEADER(config.h).
52
532011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * base_mp/apptask.c, base_mp/init.c, base_sp/apptask.c, base_sp/init.c,
56        capture/init.c, capture/test1.c, cdtest/init.c, fileio/init.c,
57        hello/init.c, loopback/init.c, minimum/init.c, nsecs/empty.c,
58        nsecs/init.c, paranoia/init.c, paranoia/paranoia.c, pppd/init.c,
59        pppd/pppdapp.c, ticker/init.c, ticker/tasks.c, unlimited/init.c,
60        unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Add
61        HAVE_CONFIG_H.
62
632011-02-17      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * pppd/system.h: Use confdefs.h to generate device driver table.
66
672011-02-17      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
68
69        * pppd/system.h: Added missing include files.
70
712011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * configure.ac: Require autoconf-2.68, automake-1.11.1.
74
752010-12-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
76
77        * loopback/init.c: Loop back interface will be initialized now during
78        normal initialization via rtems_bsdnet_initialize_network().
79
802010-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP).
83        * configure.ac: Remove AM_CONDITIONAL(LIBCHIP).
84        Force autoconf-2.67, automake-1.11.1.
85
862010-07-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
87
88        * minimum/init.c: Use fatal error extension to prevent infinite
89        runtime.
90
912010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * capture/capture.doc: Remove more ITRON references.
94
952010-06-02      Chris Johns <chrisj@rtems.org>
96
97        * iostream/init.cc: Remove the hack.
98
992010-06-02      Chris Johns <chrisj@rtems.org>
100
101        * fileio/init.c: Update to new mount API.
102        * iostream/init.cc: Hack to work around confdefs.h in C++.
103        * iostream/system.h: Add comment about base miniIMFS.
104
1052010-04-04      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * capture/init.c: Remove unused variable "out".
108
1092010-03-29      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
110
111        * capture/init.c, capture/test1.c, paramoia/init.c,
112        paranoia/paranoia.c: exclude tests for SMALL MEMORY targets
113
1142010-03-12      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
115
116        * fileio/init.c: Remove deprecation warnings.
117
1182010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * fileio/init.c: Fix warnings for ctype methods.
121
1222009-11-02      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to
125        int to match with rtems/rtems_bsdnet.h.
126
1272009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * base_mp/apptask.c: Use PRIxrtems_id to print rtems_ids.
130        Include "tmacros.h".
131        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
132        Add -I$(top_srcdir)/../support/include.
133
1342009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * pppd/netconfig.h: Add UL suffix to long constants to avoid
137        implicit integer overflows on 16bit targets.
138        * fileio/init.c: Use %zd to print ssize_t.
139
1402009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * base_sp/apptask.c, unlimited/init.c:
143        Use PRIdrtems_task_argument to print rtems_task_argument's.
144
1452009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
146
147        * base_sp/apptask.c, unlimited/init.c, unlimited/test1.c,
148        unlimited/test2.c, unlimited/test3.c:
149        Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
150        * unlimited/Makefile.am, base_sp/Makefile.am:
151        Add -I$(top_srcdir)/../support/include.
152
1532009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * loopback/init.c : Add prototype for rtems_bsdnet_loopattach.
156        Remove evil type-cast.
157        * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h).
158        * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include.
159        * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
160
1612009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * capture/init.c: Remove setup_tasks_to_watch.
164        * capture/system.h: Remove test*().
165        Add setup_tasks_to_watch().
166        * capture/test1.c: Fix prototype.
167        * fileio/init.c: Fix broken printfs.
168        * minimum/init.c: Remove unused var.
169        * nsecs/empty.c: Add missing prototype.
170        * nsecs/rprintf.h: New.
171        * nsecs/init.c: Printf fixes.
172        * unlimited/system.h: Add missing prototypes.
173        * unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
174        unlimited/test3.c: Various warning fixes.
175
1762009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * unlimited/test1.c: Spacing.
179
1802009-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * hello/init.c: Remove call to devFS_Show() which had accidentally
183        gotten committed.
184
1852009-09-14      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * capture/test1.c: Use size_t for sizes.
188
1892009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * hello/Makefile.am, hello/init.c: Simplify.
192        * hello/system.h: Removed.
193
1942009-08-21      Xi Yang <hiyangxi@gmail.com>
195
196        * unlimited/test2.c: Fix spacing.
197
1982009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
199
200        * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c,
201        ticker/system.h, ticker/tasks.c: Eliminate test routines
202        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
203        rtems_clock_get_ticks_per_second().
204
2052009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
206
207        * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to
208        legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to
209        rtems_clock_get_xxx().
210
2112009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
212
213        * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
214        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
215
2162009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
217
218        * fileio/system.h: Switch to unified work area.
219
2202009-06-11      Roxana Leontie <roxana.leontie@gmail.com>
221
222        * cdtest/system.h: modified the number of max semaphores - test was
223        failing before
224
2252009-06-04      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * loopback/init.c: Add missing initializers.
228
2292009-04-28    Chris Johns <chrisj@rtems.org>
230
231        * iostream/system.h: Remove the Init prototype. Provide in
232        confdefs.h.
233
2342009-04-28      Chris Johns <chrisj@rtems.org>
235
236        * fileio/init.c, fileio/system.h, iostream/init.cc,
237        loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
238        BSP_SMALL_MEMORY is defined. Remove this code once a better way is
239        supported by the build system.
240
2412009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
242
243        * fileio/init.c: Removed obsolete header include.
244
2452009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
246
247        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
248        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
249        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
250        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
251        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
252        unlimited/Makefile.am: Eliminate _exe_/.exe.
253
2542009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
255
256        * fileio/init.c: Change arguments to rtems_shell_init() to match
257        new expectations.
258
2592009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
260
261        * cdtest/main.cc: Use printk() in global destructors since printf() no
262        longer works.
263
2642009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
265
266        * fileio/init.c: Adapt to modified shell configuration
267
2682008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
269
270        * capture/test1.c: Add const to eliminate warning.
271
2722008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
273
274        * capture/test1.c: Eliminate all public use of TOD conversion routines.
275
2762008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
277
278        * unlimited/init.c: Run all tests successfully with maxixum number of
279        priorities as 16 instead of 256. This was done by temporarily
280        modifying the score priority.h maximum. This allowed testing of all
281        API code to ensure that it worked properly with a reduced number of
282        priorities. Most modifications were to switch from hard-coded maximum
283        to using the API provided methods to determine maximum number of
284        priority levels.
285
2862008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
287
288        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
289        we have a test case for real password checking.
290
2912008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
292
293        * paranoia/paranoia.c: Add missing prototypes.
294
2952008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
296
297        * unlimited/system.h: Tighten configuration for stack space.
298
2992008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
300
301        * fileio/init.c: When USE_SHELL not defined, do not attempt to
302        configure shell.
303
3042008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
305
306        * unlimited/system.h: 10000 task ids is too many for some targets.
307
3082008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
311        pc386 and configured for unified workspace, you can get close to
312        this.
313
3142008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
315
316        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
317        CONFIGURE_STACK_CHECKER_ENABLED.
318
3192008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
320
321        * minimum/init.c, unlimited/system.h: Add support for optionally having
322        a unified work area. In other words, the RTEMS Workspace and C
323        Program Heap are the same pool of memory.
324
3252008-09-17      Miao Yan <yanmiaobest@gmail.com>
326
327        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
328        project code to add simple device only filesystem (devfs), optionally
329        completely drop out filesystem, and to clean up disabling newlib
330        reentrancy support. This dropped 17K from the minimum.exe for
331        sparc/sis and arm/rtl22xx_t now has a 15K code space.
332
3332008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
334
335        * capture/system.h, capture/test1.c, fileio/init.c,
336        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
337        Convert to "bool".
338
3392008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
340
341        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
342        fixing while running mptests on psim.
343
3442008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
345
346        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
347        split on multiple lines and document each parameter.
348
3492008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
350
351        * minimum/init.c: Disable confdefs.h debug.
352
3532008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
354
355        * iostream/system.h: Init task was close to blowing stack on PowerPC.
356        * minimum/init.c: Disable Classic API Notepads.
357
3582008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
359
360        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
361        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
362        on psim.
363
3642008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
365
366        * minimum/init.c: Exerise new ability for application to configure
367        minimum stack size. This test still runs the same with a 7.5K stack
368        on the powerpc but reserves 15K less Workspace on the PowerPC.
369
3702008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
371
372        * minimum/Makefile.am: Link against all managers.
373        * minimum/init.c: Use existing confdefs.h macros to turn off more
374        this test does not use.
375
3762008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
377
378        * iostream/system.h: Update to include definition of
379        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
380
3812008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
382
383        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
384        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
385
3862008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
387
388        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
389        4.3.x.
390
3912008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
392
393        * fileio/system.h, ticker/system.h: Add new Object Services collection.
394        This changed the name of a few previously public but undocumented
395        services and added a some new services.
396
3972008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
398
399        * hello/init.c: Remove accidental commit.
400
4012008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
402
403        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
404        statistics so shell output can be interesting.
405
4062007-12-17      Chris Johns <chrisj@rtems.org>
407
408        * testsuites/samples/fileio/init.c: Change shell_* to
409        rtems_shell_*. Add the mount file-system type of msdos.
410
4112007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
412
413        * fileio/init.c, fileio/system.h: Increase stack requested for shell
414        task. Turn on stack checking so the report is interesting.
415
4162007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
417
418        * fileio/init.c: Add RTEMS Shell configuration and static configuration
419        of user commands.
420
4212007-11-29      Chris Johns <chrisj@rtems.org>
422
423        * iostream/Makefile.am: Change the executable name so it does not
424        create a file which is the same name as the standard header file.
425        * iostream/system.h: Need to increase the number of semaphores for
426        the libstdc++ runtime.
427
4282007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
429
430        * capture/Makefile.am: Use all managers.
431
4322007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
433
434        * capture/Makefile.am: Fix typo -- not unlimited.
435
4362007-08-21      Chris Johns <chrisj@rtems.org>
437
438        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
439        from files. Committed incorrectly.
440         
4412007-08-17      Chris Johns <chrisj@rtems.org>
442
443        * Makefile.am, README, configure.ac, capture/.cvsignore,
444        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
445        capture/init.c, capture/system.h, capture/test1.c: Add a sample
446        test for the capture engine.
447
4482007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
449
450        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
451
4522007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
453
454        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
455        loop was being optimized out on the PowerPC.
456        * nsecs/empty.c: New file.
457
4582007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
459
460        * nsecs/init.c: Change name to avoid any hint of the timer driver.
461
4622007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
463
464        * nsecs/init.c: Do not make this test depend on the benchmark timer
465        driver.
466
4672007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
468
469        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
470        time varaying in proportion to the length of the loop measured.
471
4722007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
473
474        * nsecs/init.c: Remove stray "volatile int i".
475
4762007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
477
478        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
479        loopback/Makefile.am, nsecs/Makefile.am,
480        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
481        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
482        test cases so last output line follows END OF pattern. Make sure test
483        case all run. All tests appeared ok on sis.
484        * nsecs/init.c: Commit hack so test will compile when POSIX is
485        disabled.  Remove hack when clock_gettime() is present even when
486        --disable-posix.
487
4882007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
489
490        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
491        Test needs clock manager. Should use rtems_test_exit() instead of
492        exit().
493
4942007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
495
496        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
497        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
498        to demonstrate that the newlib reentrancy support is optional.
499
5002007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
501
502        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
503          version from rtems/score/timespec.h.
504
5052007-04-05      Joel Sherrill <joel@OARcorp.com>
506
507        * nsecs/init.c: Provide timespec manipulation routines in the
508        SuperCore. Use them everywhere possible. Perhaps they should be part
509        of the public API so this test and others can use them without
510        peeking into the bowels.
511
5122007-04-05      Joel Sherrill <joel@OARcorp.com>
513
514        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
515        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
516
5172007-04-02      Joel Sherrill <joel@OARcorp.com>
518
519        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
520        as fundamental time structure to POSIX struct timespec. Add
521        clock_get_uptime().
522        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
523        nsecs/nsecs.scn: New files.
524
5252007-03-26      Joel Sherrill <joel@OARcorp.com>
526
527        * loopback/init.c: Add CVS Id.
528
5292007-03-26      Joel Sherrill <joel@OARcorp.com>
530
531        PR 1230/tests
532        * minimum/init.c: Minimum should not configure console driver.
533
5342007-02-21      Joel Sherrill <joel@OARcorp.com>
535
536        * loopback/init.c: Fix exit paths in client thread and main test
537        thread.
538
5392006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
540
541        * init.c: added stdout flushs after prompts
542
5432006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
544
545        * configure.ac: New BUG-REPORT address.
546
5472006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
548
549        * configure.ac: Require autoconf-2.60. Require automake-1.10.
550
5512006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
552
553        PR 1162/rtems
554        * unlimited/system.h: Reserve enough memory for the stacks wanted.
555
5562006-07-11      Ralf Corsépius <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, ticker/Makefile.am,
562        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
563        instead.
564
5652006-02-08      Joel Sherrill <joel@OARcorp.com>
566
567        * cdtest/main.cc: Fix warnings.
568
5692005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
570
571        * configure.ac: Remove RTEMS_ENABLE_BARE,
572        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
573
5742005-11-15  Eric Norum <norume@aps.anl.gov>
575
576        * cdtest/Makefile.am: Remove extraneous make-exe.
577
5782005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
579
580        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
581        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
582        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
583        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
584        ticker/Makefile.am, unlimited/Makefile.am:
585        Convert to using *_PROGRAMS.
586
5872005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
588
589        * configure.ac: Remove AMPOLISH3.
590        * base_mp/node1/Makefile.am,
591        base_mp/node2/Makefile.am, base_sp/Makefile.am,
592        cdtest/Makefile.am, fileio/Makefile.am,
593        hello/Makefile.am, iostream/Makefile.am,
594        loopback/Makefile.am, minimum/Makefile.am,
595        paranoia/Makefile.am, pppd/Makefile.am,
596        ticker/Makefile.am, unlimited/Makefile.am: Rework.
597
5982005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
599
600        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
601        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
602        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
603        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
604        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
605        * sample.am: Remove.
606
6072005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
608
609        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
610        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
611        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
612        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
613        New (Renamed from base_mp.*).
614        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
615        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
616        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
617        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
618        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
619        s/SAMPLE/TEST/ for improved consistency with other tests.
620
6212005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
622
623        * configure.ac: Add ampolish3.
624        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
625
6262005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
627
628        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
629
6302005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
631
632        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
633        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
634
6352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
636
637        * sample.am: Remove LIB_VARIANT.
638
6392005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
640
641        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
642        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
643        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
644        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
645        ticker/Makefile.am, unlimited/Makefile.am:
646        Remove SRCS, PRINT_SRCS.
647
6482005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
649
650        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
651
6522005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
653
654        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
655        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
656        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
657        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
658        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
659        ticker/Makefile.am, unlimited/Makefile.am:
660        Partial conversion to automake.
661
6622005-10-26  Eric Norum <norume@aps.anl.gov>
663
664        PR 839/tests
665        * pppd/system.h: Remove i386-specific conditional.
666        This at least lets the sample compile.   It's unlikely to actually
667        work, though.
668
6692005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
670
671        * pppd/Makefile.am: Reflect libpppd having been split out.
672        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
673        rtemspppd.h.
674
6752005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
676
677        * loopback/init.c: socklen_t.
678
6792005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
680
681        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
682        Remove LIB_VARIANT.
683
6842005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
685
686        * Makefile.am: Remove DIST_SUBDIRS.
687
6882004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
689
690        * configure.ac: Require automake > 1.9.
691
6922004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
693
694        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
695        NETTESTS. Add iostream/.
696        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
697        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
698        Reflect changes above.
699        * cdtest/main.cc: Adaptation to new C++ standards.
700
7012004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
702
703        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
704        iostream/iostream.scn, iostream/system.h:
705        New (C++ variant of hello).
706
7072004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
708
709        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
710        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
711        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
712        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
713        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
714        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
715        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
716        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
717        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
718        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
719        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
720
7212004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
722
723        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
724
7252004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
726
727        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
728        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
729        unlimited/test3.c: Convert to using c99 fixed size types.
730
7312004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * configure.ac: Add 2nd arg to RTEMS_TOP.
734
7352004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
736
737        * configure.ac: Remove -Wall -ansi to work-around non-portability of
738        with cdtest.
739
7402004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
743        Add PRE/TMPINSTALL_FILES to CLEANFILES.
744        * base_mp/node2/Makefile.am: Ditto.
745        * base_sp/Makefile.am: Ditto.
746        * cdtest/Makefile.am: Ditto.
747        * fileio/Makefile.am: Ditto.
748        * hello/Makefile.am: Ditto.
749        * loopback/Makefile.am: Ditto.
750        * minimum/Makefile.am: Ditto.
751        * paranoia/Makefile.am: Ditto.
752        * pppd/Makefile.am: Ditto.
753        * ticker/Makefile.am: Ditto.
754        * unlimited/Makefile.am: Ditto.
755
7562003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * samples.am: Fix yet another stupid typo in yesterday's patch.
759
7602003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * samples.am: Add dirstamp support.
763
7642003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
767        Eliminate VPATH.
768
7692003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
772
7732003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
774
775        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
776
7772003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
778
779        * base_mp/Makefile.am: Reformat.
780        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
781        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
782        * base_sp/Makefile.am: Remove all-local: $(ARCH).
783        * cdtest/Makefile.am: Remove all-local: $(ARCH).
784        * fileio/Makefile.am: Remove all-local: $(ARCH).
785        * hello/Makefile.am: Remove all-local: $(ARCH).
786        * loopback/Makefile.am: Remove all-local: $(ARCH).
787        * minimum/Makefile.am: Remove all-local: $(ARCH).
788        * paranoia/Makefile.am: Remove all-local: $(ARCH).
789        * pppd/Makefile.am: Remove all-local: $(ARCH).
790        * ticker/Makefile.am: Remove all-local: $(ARCH).
791        * unlimited/Makefile.am: Remove all-local: $(ARCH).
792
7932003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * configure.ac: Reflect having moved to testsuites/.
796
7972003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
800        * fileio/Makefile.am: Only build if LIBCHIP is available.
801
8022003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * configure.ac: Remove RTEMS_CANONICAL_HOST.
805
8062003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807
808        * configure.ac:Remove RTEMS_CHECK_CPU.
809
8102003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * fileio/init.c: Unconditionally define MIN (We *do want* to see
813        error messages if it conflicts).
814
8152003-09-04      Joel Sherrill <joel@OARcorp.com>
816
817        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
818        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
819        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
820        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
821        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
822        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
823        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
824        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
825        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
826        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
827        for license changed.
828
8292003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
830
831        * Makefile.am: Reflect having moved aclocal/.
832
8332003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * Makefile.am: Reflect having moved automake/.
836        * base_mp/Makefile.am: Reflect having moved automake/.
837        * base_mp/node1/Makefile.am: Reflect having moved automake/.
838        * base_mp/node2/Makefile.am: Reflect having moved automake/.
839        * base_sp/Makefile.am: Reflect having moved automake/.
840        * cdtest/Makefile.am: Reflect having moved automake/.
841        * fileio/Makefile.am: Reflect having moved automake/.
842        * hello/Makefile.am: Reflect having moved automake/.
843        * loopback/Makefile.am: Reflect having moved automake/.
844        * minimum/Makefile.am: Reflect having moved automake/.
845        * paranoia/Makefile.am: Reflect having moved automake/.
846        * pppd/Makefile.am: Reflect having moved automake/.
847        * ticker/Makefile.am: Reflect having moved automake/.
848        * unlimited/Makefile.am: Reflect having moved automake/.
849
8502003-08-13      Joel Sherrill <joel@OARcorp.com>
851
852        * fileio/.cvsignore: New file.
853
8542003-08-13      Joel Sherrill <joel@OARcorp.com>
855
856        PR 451/bsps
857        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
858
8592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
860
861        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
862
8632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
864
865        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
866        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
867
8682003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
869
870        PR 369/filesystem
871        * Makefile.am, configure.ac: sample application to show the use of the
872        DOSFS functions
873        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
874        fileio/system.h: New files.
875
8762003-06-04      Joel Sherrill <joel@OARcorp.com>
877
878        * pppd/system.h: Hack from Ralf to compile on all targets.
879
8802003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * configure.ac: Add pppd.
883        * Makefile.am: Add pppd.
884
8852003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
886
887        Adding pppd:
888        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
889        * pppd/README: New, copied over from libnetworking/pppd/example.
890        * pppd/init.c: New, copied over from libnetworking/pppd/example.
891        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
892        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
893        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
894        * pppd/system.h: New, copied over from libnetworking/pppd/example.
895        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
896        * pppd/Makefile.am: New, converted to automake from Makefile-user.
897        * pppd/.cvsignore: New.
898
8992003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
900
901        * configure.ac: Remove AC_CONFIG_AUX_DIR.
902
9032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
904
905        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
906
9072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
908
909        * configure.ac: AC_PREREQ(2.57).
910
9112003-01-27      Joel Sherrill <joel@OARcorp.com>
912
913        * Makefile.am, configure.ac: Added new test loopback which shows how to
914        use the loopback interface. Thank you Eric Norum for a portable
915        target independent test which exercises the TCP/IP. This should
916        prevent massive failures in the TCP/IP stack from reaching the
917        street.
918        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
919        loopback/init.c, loopback/loopback.scn: New files.
920
9212003-01-03      Joel Sherrill <joel@OARcorp.com>
922
923        * unlimited/system.h, unlimited/test1.c: Backed off previous
924        modification as it does not compile.
925
9262002-10-31      Chris Johns <ccj@acm.org>
927
928        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
929        can be created. 
930        * unlimited/system.h: PR296. Reference the number of tasks in the
931        configuration table rather than a hardcoded number.
932
9332002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
934
935        * configure.ac: Unconditionally check for CXX (Hack to bug in
936        autoconf > 2.54).
937
9382002-10-31      Joel Sherrill <joel@OARcorp.com>
939
940        * base_mp/apptask.c: Removed warning.
941
9422002-10-28      Joel Sherrill <joel@OARcorp.com>
943
944        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
945
9462002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
947
948        * .cvsignore: Reformat.
949        Add autom4te*cache.
950        Remove autom4te.cache.
951
9522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
953
954        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
955        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
956        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
957        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
958        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
959        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
960        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
961        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
962        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
963
9642002-08-01      Joel Sherrill <joel@OARcorp.com>
965
966        * Per PR47 add support for buffered test output.  This involved
967        adding defines to redirect output to a buffer and dump it when
968        full, at "test pause", and at exit.  To avoid problems when redefining
969        exit(), all tests were modified to call rtems_test_exit().
970        Some tests, notable psxtests, had to be modified to include
971        the standard test macro .h file (pmacros.h or tmacros.h) to
972        enable this support.
973        * cdtest/init.c: Modified.
974
9752002-07-01      Joel Sherrill <joel@OARcorp.com>
976
977        * unlimited/test1.c: Corrected use of _Objects_Information_table
978        now that it is a two dimensional array based upon API and class.
979
9802002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
981
982        * base_sp/apptask.c: Include <stdlib.h>.
983        * hello/init.c: Ditto.
984        * paranoia/init.c: Ditto.
985        * ticker/tasks.c: Ditto.
986        * unlimited/init.c: Ditto.
987        * unlimited/test1.c: Ditto.
988        * unlimited/test2.c: Ditto.
989        * unlimited/test3.c: Ditto.
990
9912002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
992
993        * configure.ac: Remove ENABLE_GCC28.
994
9952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
996
997        * configure.ac:
998        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
999        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1000        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
1001        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
1002        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
1003        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1004        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
1005        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1006        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
1007        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
1008        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
1009        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
1010        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
1011
10122001-11-26      Ralf Corsepius
1013
1014        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
1015
10162001-10-25      Eric Norum <eric.norum@usask.ca>
1017
1018        * cdtest/system.h: Configure 1 semaphore.  This probably covers
1019        up not defining one for the GCC C++ Run-Time Libraries.
1020
10212001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
1024
10252001-10-12      Joel Sherrill <joel@OARcorp.com>
1026
1027        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
1028        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
1029        Fixed typo.
1030
10312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1032
1033        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1034        * configure.in: Remove.
1035        * configure.ac: New file, generated from configure.in by autoupdate.
1036
10372001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1038
1039        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
1040        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1041        * cdtest/Makefile.am: Remove LD_LIBS.
1042
10432001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1044
1045        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
1046        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
1047        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
1048        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
1049        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
1050        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
1051        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
1052        make-cxx-exe.
1053        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
1054        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
1055
10562001-06-14      Joel Sherrill <joel@OARcorp.com>
1057
1058        * cdtest/system.h: Removed configure of POSIX mutexes since
1059        there do not appear to be any used in this test.
1060
10612001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1062
1063        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1064
10652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1066
1067        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1068
10692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1070
1071        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1072
10732000-10-30      Joel Sherrill <joel@OARcorp.com>
1074
1075        * POSIX include files merged into newlib.  This resulted in
1076        some definitions moving to other files and thus some secondary
1077        effects in RTEMS source code.
1078        * paranoia/paranoia.c: Commented out incorrect and conflicting
1079        prototype of read().
1080
10812000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1082
1083        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1084        Switch to GNU canonicalization.
1085        * sample.am: Remove DEFS.
1086
10872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1088
1089        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
1090        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
1091        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
1092        unlimited/Makefile.am: Include compile.am
1093
10942000-08-10      Joel Sherrill <joel@OARcorp.com>
1095
1096        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.