source: rtems/testsuites/samples/ChangeLog @ 96bb783a

4.115
Last change on this file since 96bb783a was 96bb783a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/18/11 at 13:36:37

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

  • fileio/init.c: Explictly consts in size_t initializers (avoid overflows on 16bit-int targets).
  • Property mode set to 100644
File size: 36.8 KB
Line 
12011-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * fileio/init.c: Explictly consts in size_t initializers
4        (avoid overflows on 16bit-int targets).
5
62011-10-07      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * capture/init.c: Declare notification only if being used.
9
102011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * nsecs/init.c: Include "pritime.h".
13        Use PRIdtime_t to print time_t.
14
152011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * configure.ac: Check for size of time_t.
18
192011-09-16      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
20
21        * fileio/fileio.scn: New file.
22        * capture/init.c, fileio/init.c: Use rtems_shell_wait_for_input().
23
242011-08-29      Joel Sherrill <joel.sherrilL@OARcorp.com>
25
26        * ticker/system.h: Remove unneeded include.
27
282011-07-04      Chris Johns <chrisj@rtems.org>
29
30        * fileio/init.c, fileio/system.h: Add commands to
31        create ram disks from the shell prompt. Helps testing.
32
332011-06-20      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * pppd/Makefile.am: Add ppp.conf, pppd.options to EXTRA_DIST.
36        * pppd/Makefile-user: Remove.
37
382011-06-11      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * fileio/init.c: Avoid use of deprecated rtems_clock_get() except in
41        spclockget().
42
432011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * fileio/Makefile.am, ticker/Makefile.am: Missed part of previous
46        patch.
47
482011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * base_sp/apptask.c, base_sp/init.c, fileio/init.c, fileio/system.h,
51        nsecs/init.c, ticker/init.c, ticker/system.h, ticker/tasks.c: Remove
52        warnings.
53
542011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * configure.ac: Add AC_CONFIG_HEADER(config.h).
57
582011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * base_mp/apptask.c, base_mp/init.c, base_sp/apptask.c, base_sp/init.c,
61        capture/init.c, capture/test1.c, cdtest/init.c, fileio/init.c,
62        hello/init.c, loopback/init.c, minimum/init.c, nsecs/empty.c,
63        nsecs/init.c, paranoia/init.c, paranoia/paranoia.c, pppd/init.c,
64        pppd/pppdapp.c, ticker/init.c, ticker/tasks.c, unlimited/init.c,
65        unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Add
66        HAVE_CONFIG_H.
67
682011-02-17      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * pppd/system.h: Use confdefs.h to generate device driver table.
71
722011-02-17      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
73
74        * pppd/system.h: Added missing include files.
75
762011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * configure.ac: Require autoconf-2.68, automake-1.11.1.
79
802010-12-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
81
82        * loopback/init.c: Loop back interface will be initialized now during
83        normal initialization via rtems_bsdnet_initialize_network().
84
852010-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP).
88        * configure.ac: Remove AM_CONDITIONAL(LIBCHIP).
89        Force autoconf-2.67, automake-1.11.1.
90
912010-07-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
92
93        * minimum/init.c: Use fatal error extension to prevent infinite
94        runtime.
95
962010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * capture/capture.doc: Remove more ITRON references.
99
1002010-06-02      Chris Johns <chrisj@rtems.org>
101
102        * iostream/init.cc: Remove the hack.
103
1042010-06-02      Chris Johns <chrisj@rtems.org>
105
106        * fileio/init.c: Update to new mount API.
107        * iostream/init.cc: Hack to work around confdefs.h in C++.
108        * iostream/system.h: Add comment about base miniIMFS.
109
1102010-04-04      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * capture/init.c: Remove unused variable "out".
113
1142010-03-29      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
115
116        * capture/init.c, capture/test1.c, paramoia/init.c,
117        paranoia/paranoia.c: exclude tests for SMALL MEMORY targets
118
1192010-03-12      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
120
121        * fileio/init.c: Remove deprecation warnings.
122
1232010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * fileio/init.c: Fix warnings for ctype methods.
126
1272009-11-02      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to
130        int to match with rtems/rtems_bsdnet.h.
131
1322009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * base_mp/apptask.c: Use PRIxrtems_id to print rtems_ids.
135        Include "tmacros.h".
136        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
137        Add -I$(top_srcdir)/../support/include.
138
1392009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * pppd/netconfig.h: Add UL suffix to long constants to avoid
142        implicit integer overflows on 16bit targets.
143        * fileio/init.c: Use %zd to print ssize_t.
144
1452009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
146
147        * base_sp/apptask.c, unlimited/init.c:
148        Use PRIdrtems_task_argument to print rtems_task_argument's.
149
1502009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * base_sp/apptask.c, unlimited/init.c, unlimited/test1.c,
153        unlimited/test2.c, unlimited/test3.c:
154        Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
155        * unlimited/Makefile.am, base_sp/Makefile.am:
156        Add -I$(top_srcdir)/../support/include.
157
1582009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * loopback/init.c : Add prototype for rtems_bsdnet_loopattach.
161        Remove evil type-cast.
162        * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h).
163        * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include.
164        * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
165
1662009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * capture/init.c: Remove setup_tasks_to_watch.
169        * capture/system.h: Remove test*().
170        Add setup_tasks_to_watch().
171        * capture/test1.c: Fix prototype.
172        * fileio/init.c: Fix broken printfs.
173        * minimum/init.c: Remove unused var.
174        * nsecs/empty.c: Add missing prototype.
175        * nsecs/rprintf.h: New.
176        * nsecs/init.c: Printf fixes.
177        * unlimited/system.h: Add missing prototypes.
178        * unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
179        unlimited/test3.c: Various warning fixes.
180
1812009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
182
183        * unlimited/test1.c: Spacing.
184
1852009-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
186
187        * hello/init.c: Remove call to devFS_Show() which had accidentally
188        gotten committed.
189
1902009-09-14      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * capture/test1.c: Use size_t for sizes.
193
1942009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
195
196        * hello/Makefile.am, hello/init.c: Simplify.
197        * hello/system.h: Removed.
198
1992009-08-21      Xi Yang <hiyangxi@gmail.com>
200
201        * unlimited/test2.c: Fix spacing.
202
2032009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
204
205        * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c,
206        ticker/system.h, ticker/tasks.c: Eliminate test routines
207        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
208        rtems_clock_get_ticks_per_second().
209
2102009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
211
212        * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to
213        legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to
214        rtems_clock_get_xxx().
215
2162009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
217
218        * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
219        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
220
2212009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
222
223        * fileio/system.h: Switch to unified work area.
224
2252009-06-11      Roxana Leontie <roxana.leontie@gmail.com>
226
227        * cdtest/system.h: modified the number of max semaphores - test was
228        failing before
229
2302009-06-04      Ralf Corsépius <ralf.corsepius@rtems.org>
231
232        * loopback/init.c: Add missing initializers.
233
2342009-04-28    Chris Johns <chrisj@rtems.org>
235
236        * iostream/system.h: Remove the Init prototype. Provide in
237        confdefs.h.
238
2392009-04-28      Chris Johns <chrisj@rtems.org>
240
241        * fileio/init.c, fileio/system.h, iostream/init.cc,
242        loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
243        BSP_SMALL_MEMORY is defined. Remove this code once a better way is
244        supported by the build system.
245
2462009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
247
248        * fileio/init.c: Removed obsolete header include.
249
2502009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
251
252        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
253        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
254        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
255        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
256        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
257        unlimited/Makefile.am: Eliminate _exe_/.exe.
258
2592009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
260
261        * fileio/init.c: Change arguments to rtems_shell_init() to match
262        new expectations.
263
2642009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
265
266        * cdtest/main.cc: Use printk() in global destructors since printf() no
267        longer works.
268
2692009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
270
271        * fileio/init.c: Adapt to modified shell configuration
272
2732008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
274
275        * capture/test1.c: Add const to eliminate warning.
276
2772008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
278
279        * capture/test1.c: Eliminate all public use of TOD conversion routines.
280
2812008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
282
283        * unlimited/init.c: Run all tests successfully with maxixum number of
284        priorities as 16 instead of 256. This was done by temporarily
285        modifying the score priority.h maximum. This allowed testing of all
286        API code to ensure that it worked properly with a reduced number of
287        priorities. Most modifications were to switch from hard-coded maximum
288        to using the API provided methods to determine maximum number of
289        priority levels.
290
2912008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
292
293        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
294        we have a test case for real password checking.
295
2962008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
297
298        * paranoia/paranoia.c: Add missing prototypes.
299
3002008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
301
302        * unlimited/system.h: Tighten configuration for stack space.
303
3042008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
305
306        * fileio/init.c: When USE_SHELL not defined, do not attempt to
307        configure shell.
308
3092008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        * unlimited/system.h: 10000 task ids is too many for some targets.
312
3132008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
314
315        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
316        pc386 and configured for unified workspace, you can get close to
317        this.
318
3192008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
320
321        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
322        CONFIGURE_STACK_CHECKER_ENABLED.
323
3242008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
325
326        * minimum/init.c, unlimited/system.h: Add support for optionally having
327        a unified work area. In other words, the RTEMS Workspace and C
328        Program Heap are the same pool of memory.
329
3302008-09-17      Miao Yan <yanmiaobest@gmail.com>
331
332        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
333        project code to add simple device only filesystem (devfs), optionally
334        completely drop out filesystem, and to clean up disabling newlib
335        reentrancy support. This dropped 17K from the minimum.exe for
336        sparc/sis and arm/rtl22xx_t now has a 15K code space.
337
3382008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
339
340        * capture/system.h, capture/test1.c, fileio/init.c,
341        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
342        Convert to "bool".
343
3442008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
345
346        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
347        fixing while running mptests on psim.
348
3492008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
350
351        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
352        split on multiple lines and document each parameter.
353
3542008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
355
356        * minimum/init.c: Disable confdefs.h debug.
357
3582008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
359
360        * iostream/system.h: Init task was close to blowing stack on PowerPC.
361        * minimum/init.c: Disable Classic API Notepads.
362
3632008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
364
365        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
366        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
367        on psim.
368
3692008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        * minimum/init.c: Exerise new ability for application to configure
372        minimum stack size. This test still runs the same with a 7.5K stack
373        on the powerpc but reserves 15K less Workspace on the PowerPC.
374
3752008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
376
377        * minimum/Makefile.am: Link against all managers.
378        * minimum/init.c: Use existing confdefs.h macros to turn off more
379        this test does not use.
380
3812008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
382
383        * iostream/system.h: Update to include definition of
384        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
385
3862008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
387
388        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
389        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
390
3912008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
392
393        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
394        4.3.x.
395
3962008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
397
398        * fileio/system.h, ticker/system.h: Add new Object Services collection.
399        This changed the name of a few previously public but undocumented
400        services and added a some new services.
401
4022008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
403
404        * hello/init.c: Remove accidental commit.
405
4062008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
407
408        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
409        statistics so shell output can be interesting.
410
4112007-12-17      Chris Johns <chrisj@rtems.org>
412
413        * testsuites/samples/fileio/init.c: Change shell_* to
414        rtems_shell_*. Add the mount file-system type of msdos.
415
4162007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
417
418        * fileio/init.c, fileio/system.h: Increase stack requested for shell
419        task. Turn on stack checking so the report is interesting.
420
4212007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
422
423        * fileio/init.c: Add RTEMS Shell configuration and static configuration
424        of user commands.
425
4262007-11-29      Chris Johns <chrisj@rtems.org>
427
428        * iostream/Makefile.am: Change the executable name so it does not
429        create a file which is the same name as the standard header file.
430        * iostream/system.h: Need to increase the number of semaphores for
431        the libstdc++ runtime.
432
4332007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
434
435        * capture/Makefile.am: Use all managers.
436
4372007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
438
439        * capture/Makefile.am: Fix typo -- not unlimited.
440
4412007-08-21      Chris Johns <chrisj@rtems.org>
442
443        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
444        from files. Committed incorrectly.
445         
4462007-08-17      Chris Johns <chrisj@rtems.org>
447
448        * Makefile.am, README, configure.ac, capture/.cvsignore,
449        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
450        capture/init.c, capture/system.h, capture/test1.c: Add a sample
451        test for the capture engine.
452
4532007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
454
455        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
456
4572007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
458
459        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
460        loop was being optimized out on the PowerPC.
461        * nsecs/empty.c: New file.
462
4632007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
464
465        * nsecs/init.c: Change name to avoid any hint of the timer driver.
466
4672007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
468
469        * nsecs/init.c: Do not make this test depend on the benchmark timer
470        driver.
471
4722007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
473
474        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
475        time varaying in proportion to the length of the loop measured.
476
4772007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
478
479        * nsecs/init.c: Remove stray "volatile int i".
480
4812007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
482
483        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
484        loopback/Makefile.am, nsecs/Makefile.am,
485        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
486        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
487        test cases so last output line follows END OF pattern. Make sure test
488        case all run. All tests appeared ok on sis.
489        * nsecs/init.c: Commit hack so test will compile when POSIX is
490        disabled.  Remove hack when clock_gettime() is present even when
491        --disable-posix.
492
4932007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
494
495        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
496        Test needs clock manager. Should use rtems_test_exit() instead of
497        exit().
498
4992007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
500
501        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
502        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
503        to demonstrate that the newlib reentrancy support is optional.
504
5052007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
506
507        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
508          version from rtems/score/timespec.h.
509
5102007-04-05      Joel Sherrill <joel@OARcorp.com>
511
512        * nsecs/init.c: Provide timespec manipulation routines in the
513        SuperCore. Use them everywhere possible. Perhaps they should be part
514        of the public API so this test and others can use them without
515        peeking into the bowels.
516
5172007-04-05      Joel Sherrill <joel@OARcorp.com>
518
519        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
520        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
521
5222007-04-02      Joel Sherrill <joel@OARcorp.com>
523
524        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
525        as fundamental time structure to POSIX struct timespec. Add
526        clock_get_uptime().
527        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
528        nsecs/nsecs.scn: New files.
529
5302007-03-26      Joel Sherrill <joel@OARcorp.com>
531
532        * loopback/init.c: Add CVS Id.
533
5342007-03-26      Joel Sherrill <joel@OARcorp.com>
535
536        PR 1230/tests
537        * minimum/init.c: Minimum should not configure console driver.
538
5392007-02-21      Joel Sherrill <joel@OARcorp.com>
540
541        * loopback/init.c: Fix exit paths in client thread and main test
542        thread.
543
5442006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
545
546        * init.c: added stdout flushs after prompts
547
5482006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
549
550        * configure.ac: New BUG-REPORT address.
551
5522006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
553
554        * configure.ac: Require autoconf-2.60. Require automake-1.10.
555
5562006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
557
558        PR 1162/rtems
559        * unlimited/system.h: Reserve enough memory for the stacks wanted.
560
5612006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
562
563        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
564        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
565        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
566        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
567        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
568        instead.
569
5702006-02-08      Joel Sherrill <joel@OARcorp.com>
571
572        * cdtest/main.cc: Fix warnings.
573
5742005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
575
576        * configure.ac: Remove RTEMS_ENABLE_BARE,
577        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
578
5792005-11-15  Eric Norum <norume@aps.anl.gov>
580
581        * cdtest/Makefile.am: Remove extraneous make-exe.
582
5832005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
584
585        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
586        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
587        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
588        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
589        ticker/Makefile.am, unlimited/Makefile.am:
590        Convert to using *_PROGRAMS.
591
5922005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
593
594        * configure.ac: Remove AMPOLISH3.
595        * base_mp/node1/Makefile.am,
596        base_mp/node2/Makefile.am, base_sp/Makefile.am,
597        cdtest/Makefile.am, fileio/Makefile.am,
598        hello/Makefile.am, iostream/Makefile.am,
599        loopback/Makefile.am, minimum/Makefile.am,
600        paranoia/Makefile.am, pppd/Makefile.am,
601        ticker/Makefile.am, unlimited/Makefile.am: Rework.
602
6032005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
604
605        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
606        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
607        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
608        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
609        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
610        * sample.am: Remove.
611
6122005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
613
614        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
615        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
616        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
617        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
618        New (Renamed from base_mp.*).
619        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
620        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
621        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
622        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
623        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
624        s/SAMPLE/TEST/ for improved consistency with other tests.
625
6262005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
627
628        * configure.ac: Add ampolish3.
629        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
630
6312005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
632
633        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
634
6352005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
636
637        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
638        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
639
6402005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
641
642        * sample.am: Remove LIB_VARIANT.
643
6442005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
645
646        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
647        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
648        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
649        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
650        ticker/Makefile.am, unlimited/Makefile.am:
651        Remove SRCS, PRINT_SRCS.
652
6532005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
654
655        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
656
6572005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
658
659        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
660        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
661        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
662        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
663        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
664        ticker/Makefile.am, unlimited/Makefile.am:
665        Partial conversion to automake.
666
6672005-10-26  Eric Norum <norume@aps.anl.gov>
668
669        PR 839/tests
670        * pppd/system.h: Remove i386-specific conditional.
671        This at least lets the sample compile.   It's unlikely to actually
672        work, though.
673
6742005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
675
676        * pppd/Makefile.am: Reflect libpppd having been split out.
677        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
678        rtemspppd.h.
679
6802005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
681
682        * loopback/init.c: socklen_t.
683
6842005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
685
686        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
687        Remove LIB_VARIANT.
688
6892005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
690
691        * Makefile.am: Remove DIST_SUBDIRS.
692
6932004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
694
695        * configure.ac: Require automake > 1.9.
696
6972004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
698
699        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
700        NETTESTS. Add iostream/.
701        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
702        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
703        Reflect changes above.
704        * cdtest/main.cc: Adaptation to new C++ standards.
705
7062004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
707
708        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
709        iostream/iostream.scn, iostream/system.h:
710        New (C++ variant of hello).
711
7122004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
713
714        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
715        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
716        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
717        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
718        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
719        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
720        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
721        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
722        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
723        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
724        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
725
7262004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
727
728        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
729
7302004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
731
732        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
733        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
734        unlimited/test3.c: Convert to using c99 fixed size types.
735
7362004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * configure.ac: Add 2nd arg to RTEMS_TOP.
739
7402004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * configure.ac: Remove -Wall -ansi to work-around non-portability of
743        with cdtest.
744
7452004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
748        Add PRE/TMPINSTALL_FILES to CLEANFILES.
749        * base_mp/node2/Makefile.am: Ditto.
750        * base_sp/Makefile.am: Ditto.
751        * cdtest/Makefile.am: Ditto.
752        * fileio/Makefile.am: Ditto.
753        * hello/Makefile.am: Ditto.
754        * loopback/Makefile.am: Ditto.
755        * minimum/Makefile.am: Ditto.
756        * paranoia/Makefile.am: Ditto.
757        * pppd/Makefile.am: Ditto.
758        * ticker/Makefile.am: Ditto.
759        * unlimited/Makefile.am: Ditto.
760
7612003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * samples.am: Fix yet another stupid typo in yesterday's patch.
764
7652003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * samples.am: Add dirstamp support.
768
7692003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
772        Eliminate VPATH.
773
7742003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
777
7782003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
781
7822003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * base_mp/Makefile.am: Reformat.
785        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
786        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
787        * base_sp/Makefile.am: Remove all-local: $(ARCH).
788        * cdtest/Makefile.am: Remove all-local: $(ARCH).
789        * fileio/Makefile.am: Remove all-local: $(ARCH).
790        * hello/Makefile.am: Remove all-local: $(ARCH).
791        * loopback/Makefile.am: Remove all-local: $(ARCH).
792        * minimum/Makefile.am: Remove all-local: $(ARCH).
793        * paranoia/Makefile.am: Remove all-local: $(ARCH).
794        * pppd/Makefile.am: Remove all-local: $(ARCH).
795        * ticker/Makefile.am: Remove all-local: $(ARCH).
796        * unlimited/Makefile.am: Remove all-local: $(ARCH).
797
7982003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * configure.ac: Reflect having moved to testsuites/.
801
8022003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
805        * fileio/Makefile.am: Only build if LIBCHIP is available.
806
8072003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
808
809        * configure.ac: Remove RTEMS_CANONICAL_HOST.
810
8112003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * configure.ac:Remove RTEMS_CHECK_CPU.
814
8152003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
816
817        * fileio/init.c: Unconditionally define MIN (We *do want* to see
818        error messages if it conflicts).
819
8202003-09-04      Joel Sherrill <joel@OARcorp.com>
821
822        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
823        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
824        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
825        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
826        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
827        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
828        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
829        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
830        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
831        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
832        for license changed.
833
8342003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
835
836        * Makefile.am: Reflect having moved aclocal/.
837
8382003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
839
840        * Makefile.am: Reflect having moved automake/.
841        * base_mp/Makefile.am: Reflect having moved automake/.
842        * base_mp/node1/Makefile.am: Reflect having moved automake/.
843        * base_mp/node2/Makefile.am: Reflect having moved automake/.
844        * base_sp/Makefile.am: Reflect having moved automake/.
845        * cdtest/Makefile.am: Reflect having moved automake/.
846        * fileio/Makefile.am: Reflect having moved automake/.
847        * hello/Makefile.am: Reflect having moved automake/.
848        * loopback/Makefile.am: Reflect having moved automake/.
849        * minimum/Makefile.am: Reflect having moved automake/.
850        * paranoia/Makefile.am: Reflect having moved automake/.
851        * pppd/Makefile.am: Reflect having moved automake/.
852        * ticker/Makefile.am: Reflect having moved automake/.
853        * unlimited/Makefile.am: Reflect having moved automake/.
854
8552003-08-13      Joel Sherrill <joel@OARcorp.com>
856
857        * fileio/.cvsignore: New file.
858
8592003-08-13      Joel Sherrill <joel@OARcorp.com>
860
861        PR 451/bsps
862        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
863
8642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
865
866        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
867
8682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
871        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
872
8732003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
874
875        PR 369/filesystem
876        * Makefile.am, configure.ac: sample application to show the use of the
877        DOSFS functions
878        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
879        fileio/system.h: New files.
880
8812003-06-04      Joel Sherrill <joel@OARcorp.com>
882
883        * pppd/system.h: Hack from Ralf to compile on all targets.
884
8852003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
886
887        * configure.ac: Add pppd.
888        * Makefile.am: Add pppd.
889
8902003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
891
892        Adding pppd:
893        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
894        * pppd/README: New, copied over from libnetworking/pppd/example.
895        * pppd/init.c: New, copied over from libnetworking/pppd/example.
896        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
897        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
898        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
899        * pppd/system.h: New, copied over from libnetworking/pppd/example.
900        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
901        * pppd/Makefile.am: New, converted to automake from Makefile-user.
902        * pppd/.cvsignore: New.
903
9042003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * configure.ac: Remove AC_CONFIG_AUX_DIR.
907
9082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
909
910        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
911
9122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
913
914        * configure.ac: AC_PREREQ(2.57).
915
9162003-01-27      Joel Sherrill <joel@OARcorp.com>
917
918        * Makefile.am, configure.ac: Added new test loopback which shows how to
919        use the loopback interface. Thank you Eric Norum for a portable
920        target independent test which exercises the TCP/IP. This should
921        prevent massive failures in the TCP/IP stack from reaching the
922        street.
923        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
924        loopback/init.c, loopback/loopback.scn: New files.
925
9262003-01-03      Joel Sherrill <joel@OARcorp.com>
927
928        * unlimited/system.h, unlimited/test1.c: Backed off previous
929        modification as it does not compile.
930
9312002-10-31      Chris Johns <ccj@acm.org>
932
933        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
934        can be created. 
935        * unlimited/system.h: PR296. Reference the number of tasks in the
936        configuration table rather than a hardcoded number.
937
9382002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
939
940        * configure.ac: Unconditionally check for CXX (Hack to bug in
941        autoconf > 2.54).
942
9432002-10-31      Joel Sherrill <joel@OARcorp.com>
944
945        * base_mp/apptask.c: Removed warning.
946
9472002-10-28      Joel Sherrill <joel@OARcorp.com>
948
949        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
950
9512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
952
953        * .cvsignore: Reformat.
954        Add autom4te*cache.
955        Remove autom4te.cache.
956
9572002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
960        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
961        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
962        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
963        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
964        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
965        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
966        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
967        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
968
9692002-08-01      Joel Sherrill <joel@OARcorp.com>
970
971        * Per PR47 add support for buffered test output.  This involved
972        adding defines to redirect output to a buffer and dump it when
973        full, at "test pause", and at exit.  To avoid problems when redefining
974        exit(), all tests were modified to call rtems_test_exit().
975        Some tests, notable psxtests, had to be modified to include
976        the standard test macro .h file (pmacros.h or tmacros.h) to
977        enable this support.
978        * cdtest/init.c: Modified.
979
9802002-07-01      Joel Sherrill <joel@OARcorp.com>
981
982        * unlimited/test1.c: Corrected use of _Objects_Information_table
983        now that it is a two dimensional array based upon API and class.
984
9852002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
986
987        * base_sp/apptask.c: Include <stdlib.h>.
988        * hello/init.c: Ditto.
989        * paranoia/init.c: Ditto.
990        * ticker/tasks.c: Ditto.
991        * unlimited/init.c: Ditto.
992        * unlimited/test1.c: Ditto.
993        * unlimited/test2.c: Ditto.
994        * unlimited/test3.c: Ditto.
995
9962002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
997
998        * configure.ac: Remove ENABLE_GCC28.
999
10002002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1001
1002        * configure.ac:
1003        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1004        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1005        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
1006        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
1007        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
1008        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1009        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
1010        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1011        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
1012        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
1013        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
1014        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
1015        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
1016
10172001-11-26      Ralf Corsepius
1018
1019        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
1020
10212001-10-25      Eric Norum <eric.norum@usask.ca>
1022
1023        * cdtest/system.h: Configure 1 semaphore.  This probably covers
1024        up not defining one for the GCC C++ Run-Time Libraries.
1025
10262001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1027
1028        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
1029
10302001-10-12      Joel Sherrill <joel@OARcorp.com>
1031
1032        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
1033        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
1034        Fixed typo.
1035
10362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1037
1038        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1039        * configure.in: Remove.
1040        * configure.ac: New file, generated from configure.in by autoupdate.
1041
10422001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1043
1044        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
1045        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1046        * cdtest/Makefile.am: Remove LD_LIBS.
1047
10482001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1049
1050        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
1051        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
1052        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
1053        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
1054        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
1055        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
1056        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
1057        make-cxx-exe.
1058        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
1059        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
1060
10612001-06-14      Joel Sherrill <joel@OARcorp.com>
1062
1063        * cdtest/system.h: Removed configure of POSIX mutexes since
1064        there do not appear to be any used in this test.
1065
10662001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1067
1068        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1069
10702000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1071
1072        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1073
10742000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1075
1076        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1077
10782000-10-30      Joel Sherrill <joel@OARcorp.com>
1079
1080        * POSIX include files merged into newlib.  This resulted in
1081        some definitions moving to other files and thus some secondary
1082        effects in RTEMS source code.
1083        * paranoia/paranoia.c: Commented out incorrect and conflicting
1084        prototype of read().
1085
10862000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1087
1088        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1089        Switch to GNU canonicalization.
1090        * sample.am: Remove DEFS.
1091
10922000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1093
1094        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
1095        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
1096        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
1097        unlimited/Makefile.am: Include compile.am
1098
10992000-08-10      Joel Sherrill <joel@OARcorp.com>
1100
1101        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.