source: rtems/testsuites/samples/ChangeLog @ 1117465

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

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

  • minimum/init.c, unlimited/system.h: Add support for optionally having a unified work area. In other words, the RTEMS Workspace and C Program Heap are the same pool of memory.
  • Property mode set to 100644
File size: 26.7 KB
Line 
12008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * minimum/init.c, unlimited/system.h: Add support for optionally having
4        a unified work area. In other words, the RTEMS Workspace and C
5        Program Heap are the same pool of memory.
6
72008-09-17      Miao Yan <yanmiaobest@gmail.com>
8
9        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
10        project code to add simple device only filesystem (devfs), optionally
11        completely drop out filesystem, and to clean up disabling newlib
12        reentrancy support. This dropped 17K from the minimum.exe for
13        sparc/sis and arm/rtl22xx_t now has a 15K code space.
14
152008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * capture/system.h, capture/test1.c, fileio/init.c,
18        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
19        Convert to "bool".
20
212008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
24        fixing while running mptests on psim.
25
262008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
29        split on multiple lines and document each parameter.
30
312008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * minimum/init.c: Disable confdefs.h debug.
34
352008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * iostream/system.h: Init task was close to blowing stack on PowerPC.
38        * minimum/init.c: Disable Classic API Notepads.
39
402008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
43        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
44        on psim.
45
462008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * minimum/init.c: Exerise new ability for application to configure
49        minimum stack size. This test still runs the same with a 7.5K stack
50        on the powerpc but reserves 15K less Workspace on the PowerPC.
51
522008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * minimum/Makefile.am: Link against all managers.
55        * minimum/init.c: Use existing confdefs.h macros to turn off more
56        this test does not use.
57
582008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * iostream/system.h: Update to include definition of
61        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
62
632008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
66        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
67
682008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
71        4.3.x.
72
732008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * fileio/system.h, ticker/system.h: Add new Object Services collection.
76        This changed the name of a few previously public but undocumented
77        services and added a some new services.
78
792008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * hello/init.c: Remove accidental commit.
82
832008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
86        statistics so shell output can be interesting.
87
882007-12-17      Chris Johns <chrisj@rtems.org>
89
90        * testsuites/samples/fileio/init.c: Change shell_* to
91        rtems_shell_*. Add the mount file-system type of msdos.
92
932007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * fileio/init.c, fileio/system.h: Increase stack requested for shell
96        task. Turn on stack checking so the report is interesting.
97
982007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * fileio/init.c: Add RTEMS Shell configuration and static configuration
101        of user commands.
102
1032007-11-29      Chris Johns <chrisj@rtems.org>
104
105        * iostream/Makefile.am: Change the executable name so it does not
106        create a file which is the same name as the standard header file.
107        * iostream/system.h: Need to increase the number of semaphores for
108        the libstdc++ runtime.
109
1102007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * capture/Makefile.am: Use all managers.
113
1142007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * capture/Makefile.am: Fix typo -- not unlimited.
117
1182007-08-21      Chris Johns <chrisj@rtems.org>
119
120        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
121        from files. Committed incorrectly.
122         
1232007-08-17      Chris Johns <chrisj@rtems.org>
124
125        * Makefile.am, README, configure.ac, capture/.cvsignore,
126        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
127        capture/init.c, capture/system.h, capture/test1.c: Add a sample
128        test for the capture engine.
129
1302007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
133
1342007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
137        loop was being optimized out on the PowerPC.
138        * nsecs/empty.c: New file.
139
1402007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * nsecs/init.c: Change name to avoid any hint of the timer driver.
143
1442007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * nsecs/init.c: Do not make this test depend on the benchmark timer
147        driver.
148
1492007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
152        time varaying in proportion to the length of the loop measured.
153
1542007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
155
156        * nsecs/init.c: Remove stray "volatile int i".
157
1582007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
161        loopback/Makefile.am, nsecs/Makefile.am,
162        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
163        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
164        test cases so last output line follows END OF pattern. Make sure test
165        case all run. All tests appeared ok on sis.
166        * nsecs/init.c: Commit hack so test will compile when POSIX is
167        disabled.  Remove hack when clock_gettime() is present even when
168        --disable-posix.
169
1702007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
173        Test needs clock manager. Should use rtems_test_exit() instead of
174        exit().
175
1762007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
177
178        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
179        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
180        to demonstrate that the newlib reentrancy support is optional.
181
1822007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
185          version from rtems/score/timespec.h.
186
1872007-04-05      Joel Sherrill <joel@OARcorp.com>
188
189        * nsecs/init.c: Provide timespec manipulation routines in the
190        SuperCore. Use them everywhere possible. Perhaps they should be part
191        of the public API so this test and others can use them without
192        peeking into the bowels.
193
1942007-04-05      Joel Sherrill <joel@OARcorp.com>
195
196        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
197        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
198
1992007-04-02      Joel Sherrill <joel@OARcorp.com>
200
201        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
202        as fundamental time structure to POSIX struct timespec. Add
203        clock_get_uptime().
204        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
205        nsecs/nsecs.scn: New files.
206
2072007-03-26      Joel Sherrill <joel@OARcorp.com>
208
209        * loopback/init.c: Add CVS Id.
210
2112007-03-26      Joel Sherrill <joel@OARcorp.com>
212
213        PR 1230/tests
214        * minimum/init.c: Minimum should not configure console driver.
215
2162007-02-21      Joel Sherrill <joel@OARcorp.com>
217
218        * loopback/init.c: Fix exit paths in client thread and main test
219        thread.
220
2212006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
222
223        * init.c: added stdout flushs after prompts
224
2252006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * configure.ac: New BUG-REPORT address.
228
2292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * configure.ac: Require autoconf-2.60. Require automake-1.10.
232
2332006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
234
235        PR 1162/rtems
236        * unlimited/system.h: Reserve enough memory for the stacks wanted.
237
2382006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
241        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
242        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
243        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
244        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
245        instead.
246
2472006-02-08      Joel Sherrill <joel@OARcorp.com>
248
249        * cdtest/main.cc: Fix warnings.
250
2512005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
252
253        * configure.ac: Remove RTEMS_ENABLE_BARE,
254        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
255
2562005-11-15  Eric Norum <norume@aps.anl.gov>
257
258        * cdtest/Makefile.am: Remove extraneous make-exe.
259
2602005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
261
262        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
263        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
264        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
265        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
266        ticker/Makefile.am, unlimited/Makefile.am:
267        Convert to using *_PROGRAMS.
268
2692005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * configure.ac: Remove AMPOLISH3.
272        * base_mp/node1/Makefile.am,
273        base_mp/node2/Makefile.am, base_sp/Makefile.am,
274        cdtest/Makefile.am, fileio/Makefile.am,
275        hello/Makefile.am, iostream/Makefile.am,
276        loopback/Makefile.am, minimum/Makefile.am,
277        paranoia/Makefile.am, pppd/Makefile.am,
278        ticker/Makefile.am, unlimited/Makefile.am: Rework.
279
2802005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
281
282        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
283        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
284        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
285        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
286        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
287        * sample.am: Remove.
288
2892005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
290
291        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
292        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
293        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
294        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
295        New (Renamed from base_mp.*).
296        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
297        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
298        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
299        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
300        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
301        s/SAMPLE/TEST/ for improved consistency with other tests.
302
3032005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
304
305        * configure.ac: Add ampolish3.
306        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
307
3082005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
309
310        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
311
3122005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
313
314        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
315        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
316
3172005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
318
319        * sample.am: Remove LIB_VARIANT.
320
3212005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
322
323        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
324        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
325        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
326        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
327        ticker/Makefile.am, unlimited/Makefile.am:
328        Remove SRCS, PRINT_SRCS.
329
3302005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
331
332        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
333
3342005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
335
336        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
337        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
338        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
339        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
340        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
341        ticker/Makefile.am, unlimited/Makefile.am:
342        Partial conversion to automake.
343
3442005-10-26  Eric Norum <norume@aps.anl.gov>
345
346        PR 839/tests
347        * pppd/system.h: Remove i386-specific conditional.
348        This at least lets the sample compile.   It's unlikely to actually
349        work, though.
350
3512005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
352
353        * pppd/Makefile.am: Reflect libpppd having been split out.
354        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
355        rtemspppd.h.
356
3572005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
358
359        * loopback/init.c: socklen_t.
360
3612005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
362
363        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
364        Remove LIB_VARIANT.
365
3662005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
367
368        * Makefile.am: Remove DIST_SUBDIRS.
369
3702004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
371
372        * configure.ac: Require automake > 1.9.
373
3742004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
375
376        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
377        NETTESTS. Add iostream/.
378        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
379        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
380        Reflect changes above.
381        * cdtest/main.cc: Adaptation to new C++ standards.
382
3832004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
384
385        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
386        iostream/iostream.scn, iostream/system.h:
387        New (C++ variant of hello).
388
3892004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
390
391        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
392        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
393        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
394        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
395        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
396        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
397        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
398        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
399        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
400        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
401        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
402
4032004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
404
405        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
406
4072004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
408
409        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
410        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
411        unlimited/test3.c: Convert to using c99 fixed size types.
412
4132004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * configure.ac: Add 2nd arg to RTEMS_TOP.
416
4172004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * configure.ac: Remove -Wall -ansi to work-around non-portability of
420        with cdtest.
421
4222004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
425        Add PRE/TMPINSTALL_FILES to CLEANFILES.
426        * base_mp/node2/Makefile.am: Ditto.
427        * base_sp/Makefile.am: Ditto.
428        * cdtest/Makefile.am: Ditto.
429        * fileio/Makefile.am: Ditto.
430        * hello/Makefile.am: Ditto.
431        * loopback/Makefile.am: Ditto.
432        * minimum/Makefile.am: Ditto.
433        * paranoia/Makefile.am: Ditto.
434        * pppd/Makefile.am: Ditto.
435        * ticker/Makefile.am: Ditto.
436        * unlimited/Makefile.am: Ditto.
437
4382003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * samples.am: Fix yet another stupid typo in yesterday's patch.
441
4422003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * samples.am: Add dirstamp support.
445
4462003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
449        Eliminate VPATH.
450
4512003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
454
4552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
458
4592003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * base_mp/Makefile.am: Reformat.
462        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
463        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
464        * base_sp/Makefile.am: Remove all-local: $(ARCH).
465        * cdtest/Makefile.am: Remove all-local: $(ARCH).
466        * fileio/Makefile.am: Remove all-local: $(ARCH).
467        * hello/Makefile.am: Remove all-local: $(ARCH).
468        * loopback/Makefile.am: Remove all-local: $(ARCH).
469        * minimum/Makefile.am: Remove all-local: $(ARCH).
470        * paranoia/Makefile.am: Remove all-local: $(ARCH).
471        * pppd/Makefile.am: Remove all-local: $(ARCH).
472        * ticker/Makefile.am: Remove all-local: $(ARCH).
473        * unlimited/Makefile.am: Remove all-local: $(ARCH).
474
4752003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.ac: Reflect having moved to testsuites/.
478
4792003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
482        * fileio/Makefile.am: Only build if LIBCHIP is available.
483
4842003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: Remove RTEMS_CANONICAL_HOST.
487
4882003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.ac:Remove RTEMS_CHECK_CPU.
491
4922003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * fileio/init.c: Unconditionally define MIN (We *do want* to see
495        error messages if it conflicts).
496
4972003-09-04      Joel Sherrill <joel@OARcorp.com>
498
499        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
500        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
501        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
502        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
503        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
504        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
505        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
506        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
507        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
508        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
509        for license changed.
510
5112003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * Makefile.am: Reflect having moved aclocal/.
514
5152003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * Makefile.am: Reflect having moved automake/.
518        * base_mp/Makefile.am: Reflect having moved automake/.
519        * base_mp/node1/Makefile.am: Reflect having moved automake/.
520        * base_mp/node2/Makefile.am: Reflect having moved automake/.
521        * base_sp/Makefile.am: Reflect having moved automake/.
522        * cdtest/Makefile.am: Reflect having moved automake/.
523        * fileio/Makefile.am: Reflect having moved automake/.
524        * hello/Makefile.am: Reflect having moved automake/.
525        * loopback/Makefile.am: Reflect having moved automake/.
526        * minimum/Makefile.am: Reflect having moved automake/.
527        * paranoia/Makefile.am: Reflect having moved automake/.
528        * pppd/Makefile.am: Reflect having moved automake/.
529        * ticker/Makefile.am: Reflect having moved automake/.
530        * unlimited/Makefile.am: Reflect having moved automake/.
531
5322003-08-13      Joel Sherrill <joel@OARcorp.com>
533
534        * fileio/.cvsignore: New file.
535
5362003-08-13      Joel Sherrill <joel@OARcorp.com>
537
538        PR 451/bsps
539        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
540
5412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
544
5452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
548        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
549
5502003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
551
552        PR 369/filesystem
553        * Makefile.am, configure.ac: sample application to show the use of the
554        DOSFS functions
555        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
556        fileio/system.h: New files.
557
5582003-06-04      Joel Sherrill <joel@OARcorp.com>
559
560        * pppd/system.h: Hack from Ralf to compile on all targets.
561
5622003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * configure.ac: Add pppd.
565        * Makefile.am: Add pppd.
566
5672003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        Adding pppd:
570        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
571        * pppd/README: New, copied over from libnetworking/pppd/example.
572        * pppd/init.c: New, copied over from libnetworking/pppd/example.
573        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
574        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
575        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
576        * pppd/system.h: New, copied over from libnetworking/pppd/example.
577        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
578        * pppd/Makefile.am: New, converted to automake from Makefile-user.
579        * pppd/.cvsignore: New.
580
5812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * configure.ac: Remove AC_CONFIG_AUX_DIR.
584
5852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
588
5892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * configure.ac: AC_PREREQ(2.57).
592
5932003-01-27      Joel Sherrill <joel@OARcorp.com>
594
595        * Makefile.am, configure.ac: Added new test loopback which shows how to
596        use the loopback interface. Thank you Eric Norum for a portable
597        target independent test which exercises the TCP/IP. This should
598        prevent massive failures in the TCP/IP stack from reaching the
599        street.
600        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
601        loopback/init.c, loopback/loopback.scn: New files.
602
6032003-01-03      Joel Sherrill <joel@OARcorp.com>
604
605        * unlimited/system.h, unlimited/test1.c: Backed off previous
606        modification as it does not compile.
607
6082002-10-31      Chris Johns <ccj@acm.org>
609
610        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
611        can be created. 
612        * unlimited/system.h: PR296. Reference the number of tasks in the
613        configuration table rather than a hardcoded number.
614
6152002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * configure.ac: Unconditionally check for CXX (Hack to bug in
618        autoconf > 2.54).
619
6202002-10-31      Joel Sherrill <joel@OARcorp.com>
621
622        * base_mp/apptask.c: Removed warning.
623
6242002-10-28      Joel Sherrill <joel@OARcorp.com>
625
626        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
627
6282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * .cvsignore: Reformat.
631        Add autom4te*cache.
632        Remove autom4te.cache.
633
6342002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
637        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
638        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
639        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
640        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
641        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
642        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
643        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
644        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
645
6462002-08-01      Joel Sherrill <joel@OARcorp.com>
647
648        * Per PR47 add support for buffered test output.  This involved
649        adding defines to redirect output to a buffer and dump it when
650        full, at "test pause", and at exit.  To avoid problems when redefining
651        exit(), all tests were modified to call rtems_test_exit().
652        Some tests, notable psxtests, had to be modified to include
653        the standard test macro .h file (pmacros.h or tmacros.h) to
654        enable this support.
655        * cdtest/init.c: Modified.
656
6572002-07-01      Joel Sherrill <joel@OARcorp.com>
658
659        * unlimited/test1.c: Corrected use of _Objects_Information_table
660        now that it is a two dimensional array based upon API and class.
661
6622002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * base_sp/apptask.c: Include <stdlib.h>.
665        * hello/init.c: Ditto.
666        * paranoia/init.c: Ditto.
667        * ticker/tasks.c: Ditto.
668        * unlimited/init.c: Ditto.
669        * unlimited/test1.c: Ditto.
670        * unlimited/test2.c: Ditto.
671        * unlimited/test3.c: Ditto.
672
6732002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * configure.ac: Remove ENABLE_GCC28.
676
6772002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
678
679        * configure.ac:
680        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
681        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
682        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
683        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
684        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
685        * Makefile.am: Remove AUTOMAKE_OPTIONS.
686        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
687        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
688        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
689        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
690        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
691        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
692        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
693
6942001-11-26      Ralf Corsepius
695
696        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
697
6982001-10-25      Eric Norum <eric.norum@usask.ca>
699
700        * cdtest/system.h: Configure 1 semaphore.  This probably covers
701        up not defining one for the GCC C++ Run-Time Libraries.
702
7032001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
706
7072001-10-12      Joel Sherrill <joel@OARcorp.com>
708
709        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
710        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
711        Fixed typo.
712
7132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
716        * configure.in: Remove.
717        * configure.ac: New file, generated from configure.in by autoupdate.
718
7192001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
720
721        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
722        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
723        * cdtest/Makefile.am: Remove LD_LIBS.
724
7252001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
728        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
729        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
730        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
731        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
732        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
733        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
734        make-cxx-exe.
735        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
736        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
737
7382001-06-14      Joel Sherrill <joel@OARcorp.com>
739
740        * cdtest/system.h: Removed configure of POSIX mutexes since
741        there do not appear to be any used in this test.
742
7432001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
744
745        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
746
7472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
750
7512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
752
753        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
754
7552000-10-30      Joel Sherrill <joel@OARcorp.com>
756
757        * POSIX include files merged into newlib.  This resulted in
758        some definitions moving to other files and thus some secondary
759        effects in RTEMS source code.
760        * paranoia/paranoia.c: Commented out incorrect and conflicting
761        prototype of read().
762
7632000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
766        Switch to GNU canonicalization.
767        * sample.am: Remove DEFS.
768
7692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
772        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
773        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
774        unlimited/Makefile.am: Include compile.am
775
7762000-08-10      Joel Sherrill <joel@OARcorp.com>
777
778        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.