source: rtems/testsuites/samples/ChangeLog @ a0653ada

4.104.115
Last change on this file since a0653ada was a0653ada, checked in by Joel Sherrill <joel.sherrill@…>, on 10/13/08 at 19:15:26

2008-10-13 Joel Sherrill <joel.sherrill@…>

  • unlimited/system.h: Tighten configuration for stack space.
  • Property mode set to 100644
File size: 27.4 KB
Line 
12008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * unlimited/system.h: Tighten configuration for stack space.
4
52008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * fileio/init.c: When USE_SHELL not defined, do not attempt to
8        configure shell.
9
102008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * unlimited/system.h: 10000 task ids is too many for some targets.
13
142008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
17        pc386 and configured for unified workspace, you can get close to
18        this.
19
202008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
23        CONFIGURE_STACK_CHECKER_ENABLED.
24
252008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * minimum/init.c, unlimited/system.h: Add support for optionally having
28        a unified work area. In other words, the RTEMS Workspace and C
29        Program Heap are the same pool of memory.
30
312008-09-17      Miao Yan <yanmiaobest@gmail.com>
32
33        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
34        project code to add simple device only filesystem (devfs), optionally
35        completely drop out filesystem, and to clean up disabling newlib
36        reentrancy support. This dropped 17K from the minimum.exe for
37        sparc/sis and arm/rtl22xx_t now has a 15K code space.
38
392008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * capture/system.h, capture/test1.c, fileio/init.c,
42        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
43        Convert to "bool".
44
452008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
48        fixing while running mptests on psim.
49
502008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
53        split on multiple lines and document each parameter.
54
552008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * minimum/init.c: Disable confdefs.h debug.
58
592008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * iostream/system.h: Init task was close to blowing stack on PowerPC.
62        * minimum/init.c: Disable Classic API Notepads.
63
642008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
67        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
68        on psim.
69
702008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * minimum/init.c: Exerise new ability for application to configure
73        minimum stack size. This test still runs the same with a 7.5K stack
74        on the powerpc but reserves 15K less Workspace on the PowerPC.
75
762008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * minimum/Makefile.am: Link against all managers.
79        * minimum/init.c: Use existing confdefs.h macros to turn off more
80        this test does not use.
81
822008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * iostream/system.h: Update to include definition of
85        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
86
872008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
90        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
91
922008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
95        4.3.x.
96
972008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * fileio/system.h, ticker/system.h: Add new Object Services collection.
100        This changed the name of a few previously public but undocumented
101        services and added a some new services.
102
1032008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * hello/init.c: Remove accidental commit.
106
1072008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
110        statistics so shell output can be interesting.
111
1122007-12-17      Chris Johns <chrisj@rtems.org>
113
114        * testsuites/samples/fileio/init.c: Change shell_* to
115        rtems_shell_*. Add the mount file-system type of msdos.
116
1172007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * fileio/init.c, fileio/system.h: Increase stack requested for shell
120        task. Turn on stack checking so the report is interesting.
121
1222007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * fileio/init.c: Add RTEMS Shell configuration and static configuration
125        of user commands.
126
1272007-11-29      Chris Johns <chrisj@rtems.org>
128
129        * iostream/Makefile.am: Change the executable name so it does not
130        create a file which is the same name as the standard header file.
131        * iostream/system.h: Need to increase the number of semaphores for
132        the libstdc++ runtime.
133
1342007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * capture/Makefile.am: Use all managers.
137
1382007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * capture/Makefile.am: Fix typo -- not unlimited.
141
1422007-08-21      Chris Johns <chrisj@rtems.org>
143
144        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
145        from files. Committed incorrectly.
146         
1472007-08-17      Chris Johns <chrisj@rtems.org>
148
149        * Makefile.am, README, configure.ac, capture/.cvsignore,
150        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
151        capture/init.c, capture/system.h, capture/test1.c: Add a sample
152        test for the capture engine.
153
1542007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
157
1582007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
161        loop was being optimized out on the PowerPC.
162        * nsecs/empty.c: New file.
163
1642007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * nsecs/init.c: Change name to avoid any hint of the timer driver.
167
1682007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * nsecs/init.c: Do not make this test depend on the benchmark timer
171        driver.
172
1732007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
176        time varaying in proportion to the length of the loop measured.
177
1782007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * nsecs/init.c: Remove stray "volatile int i".
181
1822007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
183
184        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
185        loopback/Makefile.am, nsecs/Makefile.am,
186        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
187        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
188        test cases so last output line follows END OF pattern. Make sure test
189        case all run. All tests appeared ok on sis.
190        * nsecs/init.c: Commit hack so test will compile when POSIX is
191        disabled.  Remove hack when clock_gettime() is present even when
192        --disable-posix.
193
1942007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
197        Test needs clock manager. Should use rtems_test_exit() instead of
198        exit().
199
2002007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
201
202        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
203        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
204        to demonstrate that the newlib reentrancy support is optional.
205
2062007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
207
208        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
209          version from rtems/score/timespec.h.
210
2112007-04-05      Joel Sherrill <joel@OARcorp.com>
212
213        * nsecs/init.c: Provide timespec manipulation routines in the
214        SuperCore. Use them everywhere possible. Perhaps they should be part
215        of the public API so this test and others can use them without
216        peeking into the bowels.
217
2182007-04-05      Joel Sherrill <joel@OARcorp.com>
219
220        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
221        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
222
2232007-04-02      Joel Sherrill <joel@OARcorp.com>
224
225        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
226        as fundamental time structure to POSIX struct timespec. Add
227        clock_get_uptime().
228        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
229        nsecs/nsecs.scn: New files.
230
2312007-03-26      Joel Sherrill <joel@OARcorp.com>
232
233        * loopback/init.c: Add CVS Id.
234
2352007-03-26      Joel Sherrill <joel@OARcorp.com>
236
237        PR 1230/tests
238        * minimum/init.c: Minimum should not configure console driver.
239
2402007-02-21      Joel Sherrill <joel@OARcorp.com>
241
242        * loopback/init.c: Fix exit paths in client thread and main test
243        thread.
244
2452006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
246
247        * init.c: added stdout flushs after prompts
248
2492006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
250
251        * configure.ac: New BUG-REPORT address.
252
2532006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
254
255        * configure.ac: Require autoconf-2.60. Require automake-1.10.
256
2572006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
258
259        PR 1162/rtems
260        * unlimited/system.h: Reserve enough memory for the stacks wanted.
261
2622006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
263
264        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
265        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
266        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
267        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
268        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
269        instead.
270
2712006-02-08      Joel Sherrill <joel@OARcorp.com>
272
273        * cdtest/main.cc: Fix warnings.
274
2752005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
276
277        * configure.ac: Remove RTEMS_ENABLE_BARE,
278        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
279
2802005-11-15  Eric Norum <norume@aps.anl.gov>
281
282        * cdtest/Makefile.am: Remove extraneous make-exe.
283
2842005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
285
286        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
287        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
288        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
289        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
290        ticker/Makefile.am, unlimited/Makefile.am:
291        Convert to using *_PROGRAMS.
292
2932005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
294
295        * configure.ac: Remove AMPOLISH3.
296        * base_mp/node1/Makefile.am,
297        base_mp/node2/Makefile.am, base_sp/Makefile.am,
298        cdtest/Makefile.am, fileio/Makefile.am,
299        hello/Makefile.am, iostream/Makefile.am,
300        loopback/Makefile.am, minimum/Makefile.am,
301        paranoia/Makefile.am, pppd/Makefile.am,
302        ticker/Makefile.am, unlimited/Makefile.am: Rework.
303
3042005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
305
306        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
307        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
308        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
309        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
310        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
311        * sample.am: Remove.
312
3132005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
314
315        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
316        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
317        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
318        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
319        New (Renamed from base_mp.*).
320        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
321        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
322        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
323        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
324        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
325        s/SAMPLE/TEST/ for improved consistency with other tests.
326
3272005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
328
329        * configure.ac: Add ampolish3.
330        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
331
3322005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
335
3362005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
337
338        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
339        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
340
3412005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
342
343        * sample.am: Remove LIB_VARIANT.
344
3452005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
346
347        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
348        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
349        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
350        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
351        ticker/Makefile.am, unlimited/Makefile.am:
352        Remove SRCS, PRINT_SRCS.
353
3542005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
355
356        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
357
3582005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
359
360        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
361        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
362        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
363        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
364        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
365        ticker/Makefile.am, unlimited/Makefile.am:
366        Partial conversion to automake.
367
3682005-10-26  Eric Norum <norume@aps.anl.gov>
369
370        PR 839/tests
371        * pppd/system.h: Remove i386-specific conditional.
372        This at least lets the sample compile.   It's unlikely to actually
373        work, though.
374
3752005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
376
377        * pppd/Makefile.am: Reflect libpppd having been split out.
378        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
379        rtemspppd.h.
380
3812005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
382
383        * loopback/init.c: socklen_t.
384
3852005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
386
387        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
388        Remove LIB_VARIANT.
389
3902005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
391
392        * Makefile.am: Remove DIST_SUBDIRS.
393
3942004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
395
396        * configure.ac: Require automake > 1.9.
397
3982004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
399
400        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
401        NETTESTS. Add iostream/.
402        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
403        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
404        Reflect changes above.
405        * cdtest/main.cc: Adaptation to new C++ standards.
406
4072004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
408
409        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
410        iostream/iostream.scn, iostream/system.h:
411        New (C++ variant of hello).
412
4132004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
414
415        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
416        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
417        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
418        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
419        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
420        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
421        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
422        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
423        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
424        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
425        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
426
4272004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
428
429        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
430
4312004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
432
433        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
434        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
435        unlimited/test3.c: Convert to using c99 fixed size types.
436
4372004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * configure.ac: Add 2nd arg to RTEMS_TOP.
440
4412004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.ac: Remove -Wall -ansi to work-around non-portability of
444        with cdtest.
445
4462004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
449        Add PRE/TMPINSTALL_FILES to CLEANFILES.
450        * base_mp/node2/Makefile.am: Ditto.
451        * base_sp/Makefile.am: Ditto.
452        * cdtest/Makefile.am: Ditto.
453        * fileio/Makefile.am: Ditto.
454        * hello/Makefile.am: Ditto.
455        * loopback/Makefile.am: Ditto.
456        * minimum/Makefile.am: Ditto.
457        * paranoia/Makefile.am: Ditto.
458        * pppd/Makefile.am: Ditto.
459        * ticker/Makefile.am: Ditto.
460        * unlimited/Makefile.am: Ditto.
461
4622003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * samples.am: Fix yet another stupid typo in yesterday's patch.
465
4662003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * samples.am: Add dirstamp support.
469
4702003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
473        Eliminate VPATH.
474
4752003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
478
4792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
482
4832003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * base_mp/Makefile.am: Reformat.
486        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
487        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
488        * base_sp/Makefile.am: Remove all-local: $(ARCH).
489        * cdtest/Makefile.am: Remove all-local: $(ARCH).
490        * fileio/Makefile.am: Remove all-local: $(ARCH).
491        * hello/Makefile.am: Remove all-local: $(ARCH).
492        * loopback/Makefile.am: Remove all-local: $(ARCH).
493        * minimum/Makefile.am: Remove all-local: $(ARCH).
494        * paranoia/Makefile.am: Remove all-local: $(ARCH).
495        * pppd/Makefile.am: Remove all-local: $(ARCH).
496        * ticker/Makefile.am: Remove all-local: $(ARCH).
497        * unlimited/Makefile.am: Remove all-local: $(ARCH).
498
4992003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * configure.ac: Reflect having moved to testsuites/.
502
5032003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
506        * fileio/Makefile.am: Only build if LIBCHIP is available.
507
5082003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * configure.ac: Remove RTEMS_CANONICAL_HOST.
511
5122003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * configure.ac:Remove RTEMS_CHECK_CPU.
515
5162003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * fileio/init.c: Unconditionally define MIN (We *do want* to see
519        error messages if it conflicts).
520
5212003-09-04      Joel Sherrill <joel@OARcorp.com>
522
523        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
524        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
525        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
526        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
527        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
528        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
529        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
530        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
531        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
532        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
533        for license changed.
534
5352003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * Makefile.am: Reflect having moved aclocal/.
538
5392003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * Makefile.am: Reflect having moved automake/.
542        * base_mp/Makefile.am: Reflect having moved automake/.
543        * base_mp/node1/Makefile.am: Reflect having moved automake/.
544        * base_mp/node2/Makefile.am: Reflect having moved automake/.
545        * base_sp/Makefile.am: Reflect having moved automake/.
546        * cdtest/Makefile.am: Reflect having moved automake/.
547        * fileio/Makefile.am: Reflect having moved automake/.
548        * hello/Makefile.am: Reflect having moved automake/.
549        * loopback/Makefile.am: Reflect having moved automake/.
550        * minimum/Makefile.am: Reflect having moved automake/.
551        * paranoia/Makefile.am: Reflect having moved automake/.
552        * pppd/Makefile.am: Reflect having moved automake/.
553        * ticker/Makefile.am: Reflect having moved automake/.
554        * unlimited/Makefile.am: Reflect having moved automake/.
555
5562003-08-13      Joel Sherrill <joel@OARcorp.com>
557
558        * fileio/.cvsignore: New file.
559
5602003-08-13      Joel Sherrill <joel@OARcorp.com>
561
562        PR 451/bsps
563        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
564
5652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
568
5692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
572        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
573
5742003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
575
576        PR 369/filesystem
577        * Makefile.am, configure.ac: sample application to show the use of the
578        DOSFS functions
579        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
580        fileio/system.h: New files.
581
5822003-06-04      Joel Sherrill <joel@OARcorp.com>
583
584        * pppd/system.h: Hack from Ralf to compile on all targets.
585
5862003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * configure.ac: Add pppd.
589        * Makefile.am: Add pppd.
590
5912003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        Adding pppd:
594        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
595        * pppd/README: New, copied over from libnetworking/pppd/example.
596        * pppd/init.c: New, copied over from libnetworking/pppd/example.
597        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
598        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
599        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
600        * pppd/system.h: New, copied over from libnetworking/pppd/example.
601        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
602        * pppd/Makefile.am: New, converted to automake from Makefile-user.
603        * pppd/.cvsignore: New.
604
6052003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * configure.ac: Remove AC_CONFIG_AUX_DIR.
608
6092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
612
6132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * configure.ac: AC_PREREQ(2.57).
616
6172003-01-27      Joel Sherrill <joel@OARcorp.com>
618
619        * Makefile.am, configure.ac: Added new test loopback which shows how to
620        use the loopback interface. Thank you Eric Norum for a portable
621        target independent test which exercises the TCP/IP. This should
622        prevent massive failures in the TCP/IP stack from reaching the
623        street.
624        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
625        loopback/init.c, loopback/loopback.scn: New files.
626
6272003-01-03      Joel Sherrill <joel@OARcorp.com>
628
629        * unlimited/system.h, unlimited/test1.c: Backed off previous
630        modification as it does not compile.
631
6322002-10-31      Chris Johns <ccj@acm.org>
633
634        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
635        can be created. 
636        * unlimited/system.h: PR296. Reference the number of tasks in the
637        configuration table rather than a hardcoded number.
638
6392002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * configure.ac: Unconditionally check for CXX (Hack to bug in
642        autoconf > 2.54).
643
6442002-10-31      Joel Sherrill <joel@OARcorp.com>
645
646        * base_mp/apptask.c: Removed warning.
647
6482002-10-28      Joel Sherrill <joel@OARcorp.com>
649
650        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
651
6522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * .cvsignore: Reformat.
655        Add autom4te*cache.
656        Remove autom4te.cache.
657
6582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
661        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
662        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
663        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
664        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
665        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
666        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
667        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
668        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
669
6702002-08-01      Joel Sherrill <joel@OARcorp.com>
671
672        * Per PR47 add support for buffered test output.  This involved
673        adding defines to redirect output to a buffer and dump it when
674        full, at "test pause", and at exit.  To avoid problems when redefining
675        exit(), all tests were modified to call rtems_test_exit().
676        Some tests, notable psxtests, had to be modified to include
677        the standard test macro .h file (pmacros.h or tmacros.h) to
678        enable this support.
679        * cdtest/init.c: Modified.
680
6812002-07-01      Joel Sherrill <joel@OARcorp.com>
682
683        * unlimited/test1.c: Corrected use of _Objects_Information_table
684        now that it is a two dimensional array based upon API and class.
685
6862002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * base_sp/apptask.c: Include <stdlib.h>.
689        * hello/init.c: Ditto.
690        * paranoia/init.c: Ditto.
691        * ticker/tasks.c: Ditto.
692        * unlimited/init.c: Ditto.
693        * unlimited/test1.c: Ditto.
694        * unlimited/test2.c: Ditto.
695        * unlimited/test3.c: Ditto.
696
6972002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * configure.ac: Remove ENABLE_GCC28.
700
7012002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
702
703        * configure.ac:
704        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
705        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
706        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
707        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
708        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
709        * Makefile.am: Remove AUTOMAKE_OPTIONS.
710        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
711        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
712        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
713        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
714        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
715        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
716        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
717
7182001-11-26      Ralf Corsepius
719
720        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
721
7222001-10-25      Eric Norum <eric.norum@usask.ca>
723
724        * cdtest/system.h: Configure 1 semaphore.  This probably covers
725        up not defining one for the GCC C++ Run-Time Libraries.
726
7272001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
730
7312001-10-12      Joel Sherrill <joel@OARcorp.com>
732
733        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
734        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
735        Fixed typo.
736
7372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
740        * configure.in: Remove.
741        * configure.ac: New file, generated from configure.in by autoupdate.
742
7432001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
746        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
747        * cdtest/Makefile.am: Remove LD_LIBS.
748
7492001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
752        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
753        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
754        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
755        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
756        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
757        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
758        make-cxx-exe.
759        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
760        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
761
7622001-06-14      Joel Sherrill <joel@OARcorp.com>
763
764        * cdtest/system.h: Removed configure of POSIX mutexes since
765        there do not appear to be any used in this test.
766
7672001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
768
769        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
770
7712000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
772
773        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
774
7752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
778
7792000-10-30      Joel Sherrill <joel@OARcorp.com>
780
781        * POSIX include files merged into newlib.  This resulted in
782        some definitions moving to other files and thus some secondary
783        effects in RTEMS source code.
784        * paranoia/paranoia.c: Commented out incorrect and conflicting
785        prototype of read().
786
7872000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
788
789        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
790        Switch to GNU canonicalization.
791        * sample.am: Remove DEFS.
792
7932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
796        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
797        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
798        unlimited/Makefile.am: Include compile.am
799
8002000-08-10      Joel Sherrill <joel@OARcorp.com>
801
802        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.