source: rtems/testsuites/samples/ChangeLog @ e1871b9

4.104.115
Last change on this file since e1871b9 was e1871b9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/24/08 at 16:39:04

2008-11-24 Ralf Corsépius <ralf.corsepius@…>

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