source: rtems/testsuites/samples/ChangeLog @ 2156876

4.104.114.95
Last change on this file since 2156876 was 2156876, checked in by Joel Sherrill <joel.sherrill@…>, on 06/13/08 at 15:08:40

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

  • minimum/init.c: Exerise new ability for application to configure minimum stack size. This test still runs the same with a 7.5K stack on the powerpc but reserves 15K less Workspace on the PowerPC.
  • Property mode set to 100644
File size: 25.1 KB
Line 
12008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * minimum/init.c: Exerise new ability for application to configure
4        minimum stack size. This test still runs the same with a 7.5K stack
5        on the powerpc but reserves 15K less Workspace on the PowerPC.
6
72008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * minimum/Makefile.am: Link against all managers.
10        * minimum/init.c: Use existing confdefs.h macros to turn off more
11        this test does not use.
12
132008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * iostream/system.h: Update to include definition of
16        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
17
182008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
21        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
22
232008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
26        4.3.x.
27
282008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * fileio/system.h, ticker/system.h: Add new Object Services collection.
31        This changed the name of a few previously public but undocumented
32        services and added a some new services.
33
342008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * hello/init.c: Remove accidental commit.
37
382008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
41        statistics so shell output can be interesting.
42
432007-12-17      Chris Johns <chrisj@rtems.org>
44
45        * testsuites/samples/fileio/init.c: Change shell_* to
46        rtems_shell_*. Add the mount file-system type of msdos.
47
482007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * fileio/init.c, fileio/system.h: Increase stack requested for shell
51        task. Turn on stack checking so the report is interesting.
52
532007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * fileio/init.c: Add RTEMS Shell configuration and static configuration
56        of user commands.
57
582007-11-29      Chris Johns <chrisj@rtems.org>
59
60        * iostream/Makefile.am: Change the executable name so it does not
61        create a file which is the same name as the standard header file.
62        * iostream/system.h: Need to increase the number of semaphores for
63        the libstdc++ runtime.
64
652007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * capture/Makefile.am: Use all managers.
68
692007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * capture/Makefile.am: Fix typo -- not unlimited.
72
732007-08-21      Chris Johns <chrisj@rtems.org>
74
75        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
76        from files. Committed incorrectly.
77         
782007-08-17      Chris Johns <chrisj@rtems.org>
79
80        * Makefile.am, README, configure.ac, capture/.cvsignore,
81        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
82        capture/init.c, capture/system.h, capture/test1.c: Add a sample
83        test for the capture engine.
84
852007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
88
892007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
92        loop was being optimized out on the PowerPC.
93        * nsecs/empty.c: New file.
94
952007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * nsecs/init.c: Change name to avoid any hint of the timer driver.
98
992007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * nsecs/init.c: Do not make this test depend on the benchmark timer
102        driver.
103
1042007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
107        time varaying in proportion to the length of the loop measured.
108
1092007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * nsecs/init.c: Remove stray "volatile int i".
112
1132007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
116        loopback/Makefile.am, nsecs/Makefile.am,
117        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
118        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
119        test cases so last output line follows END OF pattern. Make sure test
120        case all run. All tests appeared ok on sis.
121        * nsecs/init.c: Commit hack so test will compile when POSIX is
122        disabled.  Remove hack when clock_gettime() is present even when
123        --disable-posix.
124
1252007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
128        Test needs clock manager. Should use rtems_test_exit() instead of
129        exit().
130
1312007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
134        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
135        to demonstrate that the newlib reentrancy support is optional.
136
1372007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
140          version from rtems/score/timespec.h.
141
1422007-04-05      Joel Sherrill <joel@OARcorp.com>
143
144        * nsecs/init.c: Provide timespec manipulation routines in the
145        SuperCore. Use them everywhere possible. Perhaps they should be part
146        of the public API so this test and others can use them without
147        peeking into the bowels.
148
1492007-04-05      Joel Sherrill <joel@OARcorp.com>
150
151        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
152        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
153
1542007-04-02      Joel Sherrill <joel@OARcorp.com>
155
156        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
157        as fundamental time structure to POSIX struct timespec. Add
158        clock_get_uptime().
159        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
160        nsecs/nsecs.scn: New files.
161
1622007-03-26      Joel Sherrill <joel@OARcorp.com>
163
164        * loopback/init.c: Add CVS Id.
165
1662007-03-26      Joel Sherrill <joel@OARcorp.com>
167
168        PR 1230/tests
169        * minimum/init.c: Minimum should not configure console driver.
170
1712007-02-21      Joel Sherrill <joel@OARcorp.com>
172
173        * loopback/init.c: Fix exit paths in client thread and main test
174        thread.
175
1762006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
177
178        * init.c: added stdout flushs after prompts
179
1802006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * configure.ac: New BUG-REPORT address.
183
1842006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * configure.ac: Require autoconf-2.60. Require automake-1.10.
187
1882006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
189
190        PR 1162/rtems
191        * unlimited/system.h: Reserve enough memory for the stacks wanted.
192
1932006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
196        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
197        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
198        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
199        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
200        instead.
201
2022006-02-08      Joel Sherrill <joel@OARcorp.com>
203
204        * cdtest/main.cc: Fix warnings.
205
2062005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
207
208        * configure.ac: Remove RTEMS_ENABLE_BARE,
209        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
210
2112005-11-15  Eric Norum <norume@aps.anl.gov>
212
213        * cdtest/Makefile.am: Remove extraneous make-exe.
214
2152005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
218        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
219        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
220        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
221        ticker/Makefile.am, unlimited/Makefile.am:
222        Convert to using *_PROGRAMS.
223
2242005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        * configure.ac: Remove AMPOLISH3.
227        * base_mp/node1/Makefile.am,
228        base_mp/node2/Makefile.am, base_sp/Makefile.am,
229        cdtest/Makefile.am, fileio/Makefile.am,
230        hello/Makefile.am, iostream/Makefile.am,
231        loopback/Makefile.am, minimum/Makefile.am,
232        paranoia/Makefile.am, pppd/Makefile.am,
233        ticker/Makefile.am, unlimited/Makefile.am: Rework.
234
2352005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
238        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
239        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
240        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
241        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
242        * sample.am: Remove.
243
2442005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
245
246        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
247        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
248        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
249        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
250        New (Renamed from base_mp.*).
251        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
252        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
253        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
254        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
255        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
256        s/SAMPLE/TEST/ for improved consistency with other tests.
257
2582005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
259
260        * configure.ac: Add ampolish3.
261        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
262
2632005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
264
265        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
266
2672005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
268
269        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
270        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
271
2722005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
273
274        * sample.am: Remove LIB_VARIANT.
275
2762005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
277
278        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
279        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
280        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
281        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
282        ticker/Makefile.am, unlimited/Makefile.am:
283        Remove SRCS, PRINT_SRCS.
284
2852005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
286
287        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
288
2892005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
290
291        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
292        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
293        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
294        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
295        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
296        ticker/Makefile.am, unlimited/Makefile.am:
297        Partial conversion to automake.
298
2992005-10-26  Eric Norum <norume@aps.anl.gov>
300
301        PR 839/tests
302        * pppd/system.h: Remove i386-specific conditional.
303        This at least lets the sample compile.   It's unlikely to actually
304        work, though.
305
3062005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
307
308        * pppd/Makefile.am: Reflect libpppd having been split out.
309        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
310        rtemspppd.h.
311
3122005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
313
314        * loopback/init.c: socklen_t.
315
3162005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
317
318        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
319        Remove LIB_VARIANT.
320
3212005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
322
323        * Makefile.am: Remove DIST_SUBDIRS.
324
3252004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
326
327        * configure.ac: Require automake > 1.9.
328
3292004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
330
331        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
332        NETTESTS. Add iostream/.
333        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
334        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
335        Reflect changes above.
336        * cdtest/main.cc: Adaptation to new C++ standards.
337
3382004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
339
340        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
341        iostream/iostream.scn, iostream/system.h:
342        New (C++ variant of hello).
343
3442004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
345
346        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
347        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
348        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
349        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
350        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
351        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
352        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
353        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
354        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
355        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
356        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
357
3582004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
359
360        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
361
3622004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
363
364        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
365        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
366        unlimited/test3.c: Convert to using c99 fixed size types.
367
3682004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * configure.ac: Add 2nd arg to RTEMS_TOP.
371
3722004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac: Remove -Wall -ansi to work-around non-portability of
375        with cdtest.
376
3772004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
380        Add PRE/TMPINSTALL_FILES to CLEANFILES.
381        * base_mp/node2/Makefile.am: Ditto.
382        * base_sp/Makefile.am: Ditto.
383        * cdtest/Makefile.am: Ditto.
384        * fileio/Makefile.am: Ditto.
385        * hello/Makefile.am: Ditto.
386        * loopback/Makefile.am: Ditto.
387        * minimum/Makefile.am: Ditto.
388        * paranoia/Makefile.am: Ditto.
389        * pppd/Makefile.am: Ditto.
390        * ticker/Makefile.am: Ditto.
391        * unlimited/Makefile.am: Ditto.
392
3932003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * samples.am: Fix yet another stupid typo in yesterday's patch.
396
3972003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * samples.am: Add dirstamp support.
400
4012003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
404        Eliminate VPATH.
405
4062003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
409
4102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
413
4142003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * base_mp/Makefile.am: Reformat.
417        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
418        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
419        * base_sp/Makefile.am: Remove all-local: $(ARCH).
420        * cdtest/Makefile.am: Remove all-local: $(ARCH).
421        * fileio/Makefile.am: Remove all-local: $(ARCH).
422        * hello/Makefile.am: Remove all-local: $(ARCH).
423        * loopback/Makefile.am: Remove all-local: $(ARCH).
424        * minimum/Makefile.am: Remove all-local: $(ARCH).
425        * paranoia/Makefile.am: Remove all-local: $(ARCH).
426        * pppd/Makefile.am: Remove all-local: $(ARCH).
427        * ticker/Makefile.am: Remove all-local: $(ARCH).
428        * unlimited/Makefile.am: Remove all-local: $(ARCH).
429
4302003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac: Reflect having moved to testsuites/.
433
4342003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
437        * fileio/Makefile.am: Only build if LIBCHIP is available.
438
4392003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * configure.ac: Remove RTEMS_CANONICAL_HOST.
442
4432003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * configure.ac:Remove RTEMS_CHECK_CPU.
446
4472003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * fileio/init.c: Unconditionally define MIN (We *do want* to see
450        error messages if it conflicts).
451
4522003-09-04      Joel Sherrill <joel@OARcorp.com>
453
454        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
455        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
456        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
457        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
458        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
459        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
460        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
461        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
462        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
463        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
464        for license changed.
465
4662003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * Makefile.am: Reflect having moved aclocal/.
469
4702003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * Makefile.am: Reflect having moved automake/.
473        * base_mp/Makefile.am: Reflect having moved automake/.
474        * base_mp/node1/Makefile.am: Reflect having moved automake/.
475        * base_mp/node2/Makefile.am: Reflect having moved automake/.
476        * base_sp/Makefile.am: Reflect having moved automake/.
477        * cdtest/Makefile.am: Reflect having moved automake/.
478        * fileio/Makefile.am: Reflect having moved automake/.
479        * hello/Makefile.am: Reflect having moved automake/.
480        * loopback/Makefile.am: Reflect having moved automake/.
481        * minimum/Makefile.am: Reflect having moved automake/.
482        * paranoia/Makefile.am: Reflect having moved automake/.
483        * pppd/Makefile.am: Reflect having moved automake/.
484        * ticker/Makefile.am: Reflect having moved automake/.
485        * unlimited/Makefile.am: Reflect having moved automake/.
486
4872003-08-13      Joel Sherrill <joel@OARcorp.com>
488
489        * fileio/.cvsignore: New file.
490
4912003-08-13      Joel Sherrill <joel@OARcorp.com>
492
493        PR 451/bsps
494        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
495
4962003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
499
5002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
503        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
504
5052003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
506
507        PR 369/filesystem
508        * Makefile.am, configure.ac: sample application to show the use of the
509        DOSFS functions
510        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
511        fileio/system.h: New files.
512
5132003-06-04      Joel Sherrill <joel@OARcorp.com>
514
515        * pppd/system.h: Hack from Ralf to compile on all targets.
516
5172003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * configure.ac: Add pppd.
520        * Makefile.am: Add pppd.
521
5222003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        Adding pppd:
525        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
526        * pppd/README: New, copied over from libnetworking/pppd/example.
527        * pppd/init.c: New, copied over from libnetworking/pppd/example.
528        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
529        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
530        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
531        * pppd/system.h: New, copied over from libnetworking/pppd/example.
532        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
533        * pppd/Makefile.am: New, converted to automake from Makefile-user.
534        * pppd/.cvsignore: New.
535
5362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * configure.ac: Remove AC_CONFIG_AUX_DIR.
539
5402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
543
5442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * configure.ac: AC_PREREQ(2.57).
547
5482003-01-27      Joel Sherrill <joel@OARcorp.com>
549
550        * Makefile.am, configure.ac: Added new test loopback which shows how to
551        use the loopback interface. Thank you Eric Norum for a portable
552        target independent test which exercises the TCP/IP. This should
553        prevent massive failures in the TCP/IP stack from reaching the
554        street.
555        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
556        loopback/init.c, loopback/loopback.scn: New files.
557
5582003-01-03      Joel Sherrill <joel@OARcorp.com>
559
560        * unlimited/system.h, unlimited/test1.c: Backed off previous
561        modification as it does not compile.
562
5632002-10-31      Chris Johns <ccj@acm.org>
564
565        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
566        can be created. 
567        * unlimited/system.h: PR296. Reference the number of tasks in the
568        configuration table rather than a hardcoded number.
569
5702002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * configure.ac: Unconditionally check for CXX (Hack to bug in
573        autoconf > 2.54).
574
5752002-10-31      Joel Sherrill <joel@OARcorp.com>
576
577        * base_mp/apptask.c: Removed warning.
578
5792002-10-28      Joel Sherrill <joel@OARcorp.com>
580
581        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
582
5832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * .cvsignore: Reformat.
586        Add autom4te*cache.
587        Remove autom4te.cache.
588
5892002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
592        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
593        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
594        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
595        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
596        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
597        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
598        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
599        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
600
6012002-08-01      Joel Sherrill <joel@OARcorp.com>
602
603        * Per PR47 add support for buffered test output.  This involved
604        adding defines to redirect output to a buffer and dump it when
605        full, at "test pause", and at exit.  To avoid problems when redefining
606        exit(), all tests were modified to call rtems_test_exit().
607        Some tests, notable psxtests, had to be modified to include
608        the standard test macro .h file (pmacros.h or tmacros.h) to
609        enable this support.
610        * cdtest/init.c: Modified.
611
6122002-07-01      Joel Sherrill <joel@OARcorp.com>
613
614        * unlimited/test1.c: Corrected use of _Objects_Information_table
615        now that it is a two dimensional array based upon API and class.
616
6172002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * base_sp/apptask.c: Include <stdlib.h>.
620        * hello/init.c: Ditto.
621        * paranoia/init.c: Ditto.
622        * ticker/tasks.c: Ditto.
623        * unlimited/init.c: Ditto.
624        * unlimited/test1.c: Ditto.
625        * unlimited/test2.c: Ditto.
626        * unlimited/test3.c: Ditto.
627
6282002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * configure.ac: Remove ENABLE_GCC28.
631
6322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * configure.ac:
635        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
636        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
637        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
638        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
639        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
640        * Makefile.am: Remove AUTOMAKE_OPTIONS.
641        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
642        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
643        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
644        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
645        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
646        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
647        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
648
6492001-11-26      Ralf Corsepius
650
651        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
652
6532001-10-25      Eric Norum <eric.norum@usask.ca>
654
655        * cdtest/system.h: Configure 1 semaphore.  This probably covers
656        up not defining one for the GCC C++ Run-Time Libraries.
657
6582001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
661
6622001-10-12      Joel Sherrill <joel@OARcorp.com>
663
664        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
665        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
666        Fixed typo.
667
6682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
671        * configure.in: Remove.
672        * configure.ac: New file, generated from configure.in by autoupdate.
673
6742001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
677        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
678        * cdtest/Makefile.am: Remove LD_LIBS.
679
6802001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
683        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
684        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
685        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
686        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
687        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
688        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
689        make-cxx-exe.
690        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
691        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
692
6932001-06-14      Joel Sherrill <joel@OARcorp.com>
694
695        * cdtest/system.h: Removed configure of POSIX mutexes since
696        there do not appear to be any used in this test.
697
6982001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
699
700        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
701
7022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
705
7062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
709
7102000-10-30      Joel Sherrill <joel@OARcorp.com>
711
712        * POSIX include files merged into newlib.  This resulted in
713        some definitions moving to other files and thus some secondary
714        effects in RTEMS source code.
715        * paranoia/paranoia.c: Commented out incorrect and conflicting
716        prototype of read().
717
7182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
721        Switch to GNU canonicalization.
722        * sample.am: Remove DEFS.
723
7242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
727        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
728        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
729        unlimited/Makefile.am: Include compile.am
730
7312000-08-10      Joel Sherrill <joel@OARcorp.com>
732
733        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.