source: rtems/testsuites/samples/ChangeLog @ fd6092a

4.104.115
Last change on this file since fd6092a was fd6092a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/17/08 at 19:31:18

2008-09-17 Joel Sherrill <joel.sherrill@…>

  • fileio/system.h: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
  • Property mode set to 100644
File size: 26.8 KB
Line 
12008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
4        CONFIGURE_STACK_CHECKER_ENABLED.
5
62008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * minimum/init.c, unlimited/system.h: Add support for optionally having
9        a unified work area. In other words, the RTEMS Workspace and C
10        Program Heap are the same pool of memory.
11
122008-09-17      Miao Yan <yanmiaobest@gmail.com>
13
14        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
15        project code to add simple device only filesystem (devfs), optionally
16        completely drop out filesystem, and to clean up disabling newlib
17        reentrancy support. This dropped 17K from the minimum.exe for
18        sparc/sis and arm/rtl22xx_t now has a 15K code space.
19
202008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * capture/system.h, capture/test1.c, fileio/init.c,
23        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
24        Convert to "bool".
25
262008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
29        fixing while running mptests on psim.
30
312008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
34        split on multiple lines and document each parameter.
35
362008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * minimum/init.c: Disable confdefs.h debug.
39
402008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * iostream/system.h: Init task was close to blowing stack on PowerPC.
43        * minimum/init.c: Disable Classic API Notepads.
44
452008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
48        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
49        on psim.
50
512008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * minimum/init.c: Exerise new ability for application to configure
54        minimum stack size. This test still runs the same with a 7.5K stack
55        on the powerpc but reserves 15K less Workspace on the PowerPC.
56
572008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * minimum/Makefile.am: Link against all managers.
60        * minimum/init.c: Use existing confdefs.h macros to turn off more
61        this test does not use.
62
632008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * iostream/system.h: Update to include definition of
66        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
67
682008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
71        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
72
732008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
76        4.3.x.
77
782008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * fileio/system.h, ticker/system.h: Add new Object Services collection.
81        This changed the name of a few previously public but undocumented
82        services and added a some new services.
83
842008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * hello/init.c: Remove accidental commit.
87
882008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
91        statistics so shell output can be interesting.
92
932007-12-17      Chris Johns <chrisj@rtems.org>
94
95        * testsuites/samples/fileio/init.c: Change shell_* to
96        rtems_shell_*. Add the mount file-system type of msdos.
97
982007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * fileio/init.c, fileio/system.h: Increase stack requested for shell
101        task. Turn on stack checking so the report is interesting.
102
1032007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * fileio/init.c: Add RTEMS Shell configuration and static configuration
106        of user commands.
107
1082007-11-29      Chris Johns <chrisj@rtems.org>
109
110        * iostream/Makefile.am: Change the executable name so it does not
111        create a file which is the same name as the standard header file.
112        * iostream/system.h: Need to increase the number of semaphores for
113        the libstdc++ runtime.
114
1152007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * capture/Makefile.am: Use all managers.
118
1192007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * capture/Makefile.am: Fix typo -- not unlimited.
122
1232007-08-21      Chris Johns <chrisj@rtems.org>
124
125        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
126        from files. Committed incorrectly.
127         
1282007-08-17      Chris Johns <chrisj@rtems.org>
129
130        * Makefile.am, README, configure.ac, capture/.cvsignore,
131        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
132        capture/init.c, capture/system.h, capture/test1.c: Add a sample
133        test for the capture engine.
134
1352007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
138
1392007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
142        loop was being optimized out on the PowerPC.
143        * nsecs/empty.c: New file.
144
1452007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * nsecs/init.c: Change name to avoid any hint of the timer driver.
148
1492007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        * nsecs/init.c: Do not make this test depend on the benchmark timer
152        driver.
153
1542007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
157        time varaying in proportion to the length of the loop measured.
158
1592007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * nsecs/init.c: Remove stray "volatile int i".
162
1632007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
164
165        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
166        loopback/Makefile.am, nsecs/Makefile.am,
167        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
168        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
169        test cases so last output line follows END OF pattern. Make sure test
170        case all run. All tests appeared ok on sis.
171        * nsecs/init.c: Commit hack so test will compile when POSIX is
172        disabled.  Remove hack when clock_gettime() is present even when
173        --disable-posix.
174
1752007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
178        Test needs clock manager. Should use rtems_test_exit() instead of
179        exit().
180
1812007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
184        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
185        to demonstrate that the newlib reentrancy support is optional.
186
1872007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
188
189        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
190          version from rtems/score/timespec.h.
191
1922007-04-05      Joel Sherrill <joel@OARcorp.com>
193
194        * nsecs/init.c: Provide timespec manipulation routines in the
195        SuperCore. Use them everywhere possible. Perhaps they should be part
196        of the public API so this test and others can use them without
197        peeking into the bowels.
198
1992007-04-05      Joel Sherrill <joel@OARcorp.com>
200
201        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
202        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
203
2042007-04-02      Joel Sherrill <joel@OARcorp.com>
205
206        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
207        as fundamental time structure to POSIX struct timespec. Add
208        clock_get_uptime().
209        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
210        nsecs/nsecs.scn: New files.
211
2122007-03-26      Joel Sherrill <joel@OARcorp.com>
213
214        * loopback/init.c: Add CVS Id.
215
2162007-03-26      Joel Sherrill <joel@OARcorp.com>
217
218        PR 1230/tests
219        * minimum/init.c: Minimum should not configure console driver.
220
2212007-02-21      Joel Sherrill <joel@OARcorp.com>
222
223        * loopback/init.c: Fix exit paths in client thread and main test
224        thread.
225
2262006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
227
228        * init.c: added stdout flushs after prompts
229
2302006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
231
232        * configure.ac: New BUG-REPORT address.
233
2342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
235
236        * configure.ac: Require autoconf-2.60. Require automake-1.10.
237
2382006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
239
240        PR 1162/rtems
241        * unlimited/system.h: Reserve enough memory for the stacks wanted.
242
2432006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
244
245        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
246        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
247        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
248        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
249        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
250        instead.
251
2522006-02-08      Joel Sherrill <joel@OARcorp.com>
253
254        * cdtest/main.cc: Fix warnings.
255
2562005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
257
258        * configure.ac: Remove RTEMS_ENABLE_BARE,
259        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
260
2612005-11-15  Eric Norum <norume@aps.anl.gov>
262
263        * cdtest/Makefile.am: Remove extraneous make-exe.
264
2652005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
268        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
269        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
270        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
271        ticker/Makefile.am, unlimited/Makefile.am:
272        Convert to using *_PROGRAMS.
273
2742005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
275
276        * configure.ac: Remove AMPOLISH3.
277        * base_mp/node1/Makefile.am,
278        base_mp/node2/Makefile.am, base_sp/Makefile.am,
279        cdtest/Makefile.am, fileio/Makefile.am,
280        hello/Makefile.am, iostream/Makefile.am,
281        loopback/Makefile.am, minimum/Makefile.am,
282        paranoia/Makefile.am, pppd/Makefile.am,
283        ticker/Makefile.am, unlimited/Makefile.am: Rework.
284
2852005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
286
287        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
288        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
289        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
290        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
291        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
292        * sample.am: Remove.
293
2942005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
295
296        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
297        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
298        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
299        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
300        New (Renamed from base_mp.*).
301        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
302        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
303        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
304        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
305        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
306        s/SAMPLE/TEST/ for improved consistency with other tests.
307
3082005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
309
310        * configure.ac: Add ampolish3.
311        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
312
3132005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
314
315        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
316
3172005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
318
319        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
320        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
321
3222005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
323
324        * sample.am: Remove LIB_VARIANT.
325
3262005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
327
328        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
329        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
330        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
331        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
332        ticker/Makefile.am, unlimited/Makefile.am:
333        Remove SRCS, PRINT_SRCS.
334
3352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
336
337        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
338
3392005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
340
341        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
342        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
343        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
344        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
345        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
346        ticker/Makefile.am, unlimited/Makefile.am:
347        Partial conversion to automake.
348
3492005-10-26  Eric Norum <norume@aps.anl.gov>
350
351        PR 839/tests
352        * pppd/system.h: Remove i386-specific conditional.
353        This at least lets the sample compile.   It's unlikely to actually
354        work, though.
355
3562005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
357
358        * pppd/Makefile.am: Reflect libpppd having been split out.
359        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
360        rtemspppd.h.
361
3622005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
363
364        * loopback/init.c: socklen_t.
365
3662005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
367
368        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
369        Remove LIB_VARIANT.
370
3712005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
372
373        * Makefile.am: Remove DIST_SUBDIRS.
374
3752004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
376
377        * configure.ac: Require automake > 1.9.
378
3792004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
380
381        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
382        NETTESTS. Add iostream/.
383        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
384        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
385        Reflect changes above.
386        * cdtest/main.cc: Adaptation to new C++ standards.
387
3882004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
389
390        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
391        iostream/iostream.scn, iostream/system.h:
392        New (C++ variant of hello).
393
3942004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
395
396        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
397        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
398        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
399        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
400        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
401        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
402        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
403        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
404        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
405        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
406        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
407
4082004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
409
410        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
411
4122004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
413
414        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
415        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
416        unlimited/test3.c: Convert to using c99 fixed size types.
417
4182004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * configure.ac: Add 2nd arg to RTEMS_TOP.
421
4222004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * configure.ac: Remove -Wall -ansi to work-around non-portability of
425        with cdtest.
426
4272004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
430        Add PRE/TMPINSTALL_FILES to CLEANFILES.
431        * base_mp/node2/Makefile.am: Ditto.
432        * base_sp/Makefile.am: Ditto.
433        * cdtest/Makefile.am: Ditto.
434        * fileio/Makefile.am: Ditto.
435        * hello/Makefile.am: Ditto.
436        * loopback/Makefile.am: Ditto.
437        * minimum/Makefile.am: Ditto.
438        * paranoia/Makefile.am: Ditto.
439        * pppd/Makefile.am: Ditto.
440        * ticker/Makefile.am: Ditto.
441        * unlimited/Makefile.am: Ditto.
442
4432003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * samples.am: Fix yet another stupid typo in yesterday's patch.
446
4472003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * samples.am: Add dirstamp support.
450
4512003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
454        Eliminate VPATH.
455
4562003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
459
4602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
463
4642003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * base_mp/Makefile.am: Reformat.
467        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
468        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
469        * base_sp/Makefile.am: Remove all-local: $(ARCH).
470        * cdtest/Makefile.am: Remove all-local: $(ARCH).
471        * fileio/Makefile.am: Remove all-local: $(ARCH).
472        * hello/Makefile.am: Remove all-local: $(ARCH).
473        * loopback/Makefile.am: Remove all-local: $(ARCH).
474        * minimum/Makefile.am: Remove all-local: $(ARCH).
475        * paranoia/Makefile.am: Remove all-local: $(ARCH).
476        * pppd/Makefile.am: Remove all-local: $(ARCH).
477        * ticker/Makefile.am: Remove all-local: $(ARCH).
478        * unlimited/Makefile.am: Remove all-local: $(ARCH).
479
4802003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.ac: Reflect having moved to testsuites/.
483
4842003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
487        * fileio/Makefile.am: Only build if LIBCHIP is available.
488
4892003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * configure.ac: Remove RTEMS_CANONICAL_HOST.
492
4932003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.ac:Remove RTEMS_CHECK_CPU.
496
4972003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * fileio/init.c: Unconditionally define MIN (We *do want* to see
500        error messages if it conflicts).
501
5022003-09-04      Joel Sherrill <joel@OARcorp.com>
503
504        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
505        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
506        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
507        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
508        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
509        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
510        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
511        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
512        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
513        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
514        for license changed.
515
5162003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * Makefile.am: Reflect having moved aclocal/.
519
5202003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * Makefile.am: Reflect having moved automake/.
523        * base_mp/Makefile.am: Reflect having moved automake/.
524        * base_mp/node1/Makefile.am: Reflect having moved automake/.
525        * base_mp/node2/Makefile.am: Reflect having moved automake/.
526        * base_sp/Makefile.am: Reflect having moved automake/.
527        * cdtest/Makefile.am: Reflect having moved automake/.
528        * fileio/Makefile.am: Reflect having moved automake/.
529        * hello/Makefile.am: Reflect having moved automake/.
530        * loopback/Makefile.am: Reflect having moved automake/.
531        * minimum/Makefile.am: Reflect having moved automake/.
532        * paranoia/Makefile.am: Reflect having moved automake/.
533        * pppd/Makefile.am: Reflect having moved automake/.
534        * ticker/Makefile.am: Reflect having moved automake/.
535        * unlimited/Makefile.am: Reflect having moved automake/.
536
5372003-08-13      Joel Sherrill <joel@OARcorp.com>
538
539        * fileio/.cvsignore: New file.
540
5412003-08-13      Joel Sherrill <joel@OARcorp.com>
542
543        PR 451/bsps
544        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
545
5462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
549
5502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
553        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
554
5552003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
556
557        PR 369/filesystem
558        * Makefile.am, configure.ac: sample application to show the use of the
559        DOSFS functions
560        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
561        fileio/system.h: New files.
562
5632003-06-04      Joel Sherrill <joel@OARcorp.com>
564
565        * pppd/system.h: Hack from Ralf to compile on all targets.
566
5672003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * configure.ac: Add pppd.
570        * Makefile.am: Add pppd.
571
5722003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        Adding pppd:
575        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
576        * pppd/README: New, copied over from libnetworking/pppd/example.
577        * pppd/init.c: New, copied over from libnetworking/pppd/example.
578        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
579        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
580        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
581        * pppd/system.h: New, copied over from libnetworking/pppd/example.
582        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
583        * pppd/Makefile.am: New, converted to automake from Makefile-user.
584        * pppd/.cvsignore: New.
585
5862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * configure.ac: Remove AC_CONFIG_AUX_DIR.
589
5902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
593
5942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * configure.ac: AC_PREREQ(2.57).
597
5982003-01-27      Joel Sherrill <joel@OARcorp.com>
599
600        * Makefile.am, configure.ac: Added new test loopback which shows how to
601        use the loopback interface. Thank you Eric Norum for a portable
602        target independent test which exercises the TCP/IP. This should
603        prevent massive failures in the TCP/IP stack from reaching the
604        street.
605        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
606        loopback/init.c, loopback/loopback.scn: New files.
607
6082003-01-03      Joel Sherrill <joel@OARcorp.com>
609
610        * unlimited/system.h, unlimited/test1.c: Backed off previous
611        modification as it does not compile.
612
6132002-10-31      Chris Johns <ccj@acm.org>
614
615        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
616        can be created. 
617        * unlimited/system.h: PR296. Reference the number of tasks in the
618        configuration table rather than a hardcoded number.
619
6202002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * configure.ac: Unconditionally check for CXX (Hack to bug in
623        autoconf > 2.54).
624
6252002-10-31      Joel Sherrill <joel@OARcorp.com>
626
627        * base_mp/apptask.c: Removed warning.
628
6292002-10-28      Joel Sherrill <joel@OARcorp.com>
630
631        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
632
6332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * .cvsignore: Reformat.
636        Add autom4te*cache.
637        Remove autom4te.cache.
638
6392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
642        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
643        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
644        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
645        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
646        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
647        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
648        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
649        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
650
6512002-08-01      Joel Sherrill <joel@OARcorp.com>
652
653        * Per PR47 add support for buffered test output.  This involved
654        adding defines to redirect output to a buffer and dump it when
655        full, at "test pause", and at exit.  To avoid problems when redefining
656        exit(), all tests were modified to call rtems_test_exit().
657        Some tests, notable psxtests, had to be modified to include
658        the standard test macro .h file (pmacros.h or tmacros.h) to
659        enable this support.
660        * cdtest/init.c: Modified.
661
6622002-07-01      Joel Sherrill <joel@OARcorp.com>
663
664        * unlimited/test1.c: Corrected use of _Objects_Information_table
665        now that it is a two dimensional array based upon API and class.
666
6672002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * base_sp/apptask.c: Include <stdlib.h>.
670        * hello/init.c: Ditto.
671        * paranoia/init.c: Ditto.
672        * ticker/tasks.c: Ditto.
673        * unlimited/init.c: Ditto.
674        * unlimited/test1.c: Ditto.
675        * unlimited/test2.c: Ditto.
676        * unlimited/test3.c: Ditto.
677
6782002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * configure.ac: Remove ENABLE_GCC28.
681
6822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * configure.ac:
685        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
686        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
687        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
688        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
689        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
690        * Makefile.am: Remove AUTOMAKE_OPTIONS.
691        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
692        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
693        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
694        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
695        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
696        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
697        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
698
6992001-11-26      Ralf Corsepius
700
701        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
702
7032001-10-25      Eric Norum <eric.norum@usask.ca>
704
705        * cdtest/system.h: Configure 1 semaphore.  This probably covers
706        up not defining one for the GCC C++ Run-Time Libraries.
707
7082001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
711
7122001-10-12      Joel Sherrill <joel@OARcorp.com>
713
714        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
715        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
716        Fixed typo.
717
7182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
721        * configure.in: Remove.
722        * configure.ac: New file, generated from configure.in by autoupdate.
723
7242001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
727        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
728        * cdtest/Makefile.am: Remove LD_LIBS.
729
7302001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
731
732        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
733        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
734        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
735        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
736        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
737        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
738        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
739        make-cxx-exe.
740        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
741        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
742
7432001-06-14      Joel Sherrill <joel@OARcorp.com>
744
745        * cdtest/system.h: Removed configure of POSIX mutexes since
746        there do not appear to be any used in this test.
747
7482001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
749
750        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
751
7522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
755
7562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
759
7602000-10-30      Joel Sherrill <joel@OARcorp.com>
761
762        * POSIX include files merged into newlib.  This resulted in
763        some definitions moving to other files and thus some secondary
764        effects in RTEMS source code.
765        * paranoia/paranoia.c: Commented out incorrect and conflicting
766        prototype of read().
767
7682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
771        Switch to GNU canonicalization.
772        * sample.am: Remove DEFS.
773
7742000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
777        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
778        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
779        unlimited/Makefile.am: Include compile.am
780
7812000-08-10      Joel Sherrill <joel@OARcorp.com>
782
783        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.