source: rtems/testsuites/samples/ChangeLog @ 42b1fe6e

4.104.114.95
Last change on this file since 42b1fe6e was 42b1fe6e, checked in by Joel Sherrill <joel.sherrill@…>, on 06/17/08 at 21:10:25

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

  • minimum/init.c: Disable confdefs.h debug.
  • Property mode set to 100644
File size: 25.6 KB
Line 
12008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * minimum/init.c: Disable confdefs.h debug.
4
52008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * iostream/system.h: Init task was close to blowing stack on PowerPC.
8        * minimum/init.c: Disable Classic API Notepads.
9
102008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
13        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
14        on psim.
15
162008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * minimum/init.c: Exerise new ability for application to configure
19        minimum stack size. This test still runs the same with a 7.5K stack
20        on the powerpc but reserves 15K less Workspace on the PowerPC.
21
222008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * minimum/Makefile.am: Link against all managers.
25        * minimum/init.c: Use existing confdefs.h macros to turn off more
26        this test does not use.
27
282008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * iostream/system.h: Update to include definition of
31        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
32
332008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
36        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
37
382008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
41        4.3.x.
42
432008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * fileio/system.h, ticker/system.h: Add new Object Services collection.
46        This changed the name of a few previously public but undocumented
47        services and added a some new services.
48
492008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * hello/init.c: Remove accidental commit.
52
532008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
56        statistics so shell output can be interesting.
57
582007-12-17      Chris Johns <chrisj@rtems.org>
59
60        * testsuites/samples/fileio/init.c: Change shell_* to
61        rtems_shell_*. Add the mount file-system type of msdos.
62
632007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * fileio/init.c, fileio/system.h: Increase stack requested for shell
66        task. Turn on stack checking so the report is interesting.
67
682007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * fileio/init.c: Add RTEMS Shell configuration and static configuration
71        of user commands.
72
732007-11-29      Chris Johns <chrisj@rtems.org>
74
75        * iostream/Makefile.am: Change the executable name so it does not
76        create a file which is the same name as the standard header file.
77        * iostream/system.h: Need to increase the number of semaphores for
78        the libstdc++ runtime.
79
802007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * capture/Makefile.am: Use all managers.
83
842007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * capture/Makefile.am: Fix typo -- not unlimited.
87
882007-08-21      Chris Johns <chrisj@rtems.org>
89
90        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
91        from files. Committed incorrectly.
92         
932007-08-17      Chris Johns <chrisj@rtems.org>
94
95        * Makefile.am, README, configure.ac, capture/.cvsignore,
96        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
97        capture/init.c, capture/system.h, capture/test1.c: Add a sample
98        test for the capture engine.
99
1002007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
103
1042007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
107        loop was being optimized out on the PowerPC.
108        * nsecs/empty.c: New file.
109
1102007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * nsecs/init.c: Change name to avoid any hint of the timer driver.
113
1142007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * nsecs/init.c: Do not make this test depend on the benchmark timer
117        driver.
118
1192007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
122        time varaying in proportion to the length of the loop measured.
123
1242007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
125
126        * nsecs/init.c: Remove stray "volatile int i".
127
1282007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
131        loopback/Makefile.am, nsecs/Makefile.am,
132        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
133        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
134        test cases so last output line follows END OF pattern. Make sure test
135        case all run. All tests appeared ok on sis.
136        * nsecs/init.c: Commit hack so test will compile when POSIX is
137        disabled.  Remove hack when clock_gettime() is present even when
138        --disable-posix.
139
1402007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
143        Test needs clock manager. Should use rtems_test_exit() instead of
144        exit().
145
1462007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
149        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
150        to demonstrate that the newlib reentrancy support is optional.
151
1522007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
155          version from rtems/score/timespec.h.
156
1572007-04-05      Joel Sherrill <joel@OARcorp.com>
158
159        * nsecs/init.c: Provide timespec manipulation routines in the
160        SuperCore. Use them everywhere possible. Perhaps they should be part
161        of the public API so this test and others can use them without
162        peeking into the bowels.
163
1642007-04-05      Joel Sherrill <joel@OARcorp.com>
165
166        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
167        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
168
1692007-04-02      Joel Sherrill <joel@OARcorp.com>
170
171        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
172        as fundamental time structure to POSIX struct timespec. Add
173        clock_get_uptime().
174        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
175        nsecs/nsecs.scn: New files.
176
1772007-03-26      Joel Sherrill <joel@OARcorp.com>
178
179        * loopback/init.c: Add CVS Id.
180
1812007-03-26      Joel Sherrill <joel@OARcorp.com>
182
183        PR 1230/tests
184        * minimum/init.c: Minimum should not configure console driver.
185
1862007-02-21      Joel Sherrill <joel@OARcorp.com>
187
188        * loopback/init.c: Fix exit paths in client thread and main test
189        thread.
190
1912006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
192
193        * init.c: added stdout flushs after prompts
194
1952006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * configure.ac: New BUG-REPORT address.
198
1992006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * configure.ac: Require autoconf-2.60. Require automake-1.10.
202
2032006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
204
205        PR 1162/rtems
206        * unlimited/system.h: Reserve enough memory for the stacks wanted.
207
2082006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
209
210        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
211        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
212        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
213        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
214        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
215        instead.
216
2172006-02-08      Joel Sherrill <joel@OARcorp.com>
218
219        * cdtest/main.cc: Fix warnings.
220
2212005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
222
223        * configure.ac: Remove RTEMS_ENABLE_BARE,
224        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
225
2262005-11-15  Eric Norum <norume@aps.anl.gov>
227
228        * cdtest/Makefile.am: Remove extraneous make-exe.
229
2302005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
233        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
234        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
235        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
236        ticker/Makefile.am, unlimited/Makefile.am:
237        Convert to using *_PROGRAMS.
238
2392005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        * configure.ac: Remove AMPOLISH3.
242        * base_mp/node1/Makefile.am,
243        base_mp/node2/Makefile.am, base_sp/Makefile.am,
244        cdtest/Makefile.am, fileio/Makefile.am,
245        hello/Makefile.am, iostream/Makefile.am,
246        loopback/Makefile.am, minimum/Makefile.am,
247        paranoia/Makefile.am, pppd/Makefile.am,
248        ticker/Makefile.am, unlimited/Makefile.am: Rework.
249
2502005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
253        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
254        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
255        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
256        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
257        * sample.am: Remove.
258
2592005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
260
261        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
262        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
263        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
264        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
265        New (Renamed from base_mp.*).
266        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
267        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
268        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
269        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
270        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
271        s/SAMPLE/TEST/ for improved consistency with other tests.
272
2732005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
274
275        * configure.ac: Add ampolish3.
276        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
277
2782005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
279
280        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
281
2822005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
283
284        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
285        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
286
2872005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
288
289        * sample.am: Remove LIB_VARIANT.
290
2912005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
292
293        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
294        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
295        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
296        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
297        ticker/Makefile.am, unlimited/Makefile.am:
298        Remove SRCS, PRINT_SRCS.
299
3002005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
301
302        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
303
3042005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
305
306        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
307        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
308        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
309        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
310        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
311        ticker/Makefile.am, unlimited/Makefile.am:
312        Partial conversion to automake.
313
3142005-10-26  Eric Norum <norume@aps.anl.gov>
315
316        PR 839/tests
317        * pppd/system.h: Remove i386-specific conditional.
318        This at least lets the sample compile.   It's unlikely to actually
319        work, though.
320
3212005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
322
323        * pppd/Makefile.am: Reflect libpppd having been split out.
324        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
325        rtemspppd.h.
326
3272005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
328
329        * loopback/init.c: socklen_t.
330
3312005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
332
333        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
334        Remove LIB_VARIANT.
335
3362005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
337
338        * Makefile.am: Remove DIST_SUBDIRS.
339
3402004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
341
342        * configure.ac: Require automake > 1.9.
343
3442004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
345
346        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
347        NETTESTS. Add iostream/.
348        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
349        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
350        Reflect changes above.
351        * cdtest/main.cc: Adaptation to new C++ standards.
352
3532004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
354
355        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
356        iostream/iostream.scn, iostream/system.h:
357        New (C++ variant of hello).
358
3592004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
360
361        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
362        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
363        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
364        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
365        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
366        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
367        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
368        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
369        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
370        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
371        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
372
3732004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
374
375        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
376
3772004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
378
379        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
380        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
381        unlimited/test3.c: Convert to using c99 fixed size types.
382
3832004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Add 2nd arg to RTEMS_TOP.
386
3872004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.ac: Remove -Wall -ansi to work-around non-portability of
390        with cdtest.
391
3922004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
395        Add PRE/TMPINSTALL_FILES to CLEANFILES.
396        * base_mp/node2/Makefile.am: Ditto.
397        * base_sp/Makefile.am: Ditto.
398        * cdtest/Makefile.am: Ditto.
399        * fileio/Makefile.am: Ditto.
400        * hello/Makefile.am: Ditto.
401        * loopback/Makefile.am: Ditto.
402        * minimum/Makefile.am: Ditto.
403        * paranoia/Makefile.am: Ditto.
404        * pppd/Makefile.am: Ditto.
405        * ticker/Makefile.am: Ditto.
406        * unlimited/Makefile.am: Ditto.
407
4082003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * samples.am: Fix yet another stupid typo in yesterday's patch.
411
4122003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * samples.am: Add dirstamp support.
415
4162003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
419        Eliminate VPATH.
420
4212003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
424
4252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
428
4292003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * base_mp/Makefile.am: Reformat.
432        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
433        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
434        * base_sp/Makefile.am: Remove all-local: $(ARCH).
435        * cdtest/Makefile.am: Remove all-local: $(ARCH).
436        * fileio/Makefile.am: Remove all-local: $(ARCH).
437        * hello/Makefile.am: Remove all-local: $(ARCH).
438        * loopback/Makefile.am: Remove all-local: $(ARCH).
439        * minimum/Makefile.am: Remove all-local: $(ARCH).
440        * paranoia/Makefile.am: Remove all-local: $(ARCH).
441        * pppd/Makefile.am: Remove all-local: $(ARCH).
442        * ticker/Makefile.am: Remove all-local: $(ARCH).
443        * unlimited/Makefile.am: Remove all-local: $(ARCH).
444
4452003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Reflect having moved to testsuites/.
448
4492003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
452        * fileio/Makefile.am: Only build if LIBCHIP is available.
453
4542003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac: Remove RTEMS_CANONICAL_HOST.
457
4582003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac:Remove RTEMS_CHECK_CPU.
461
4622003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * fileio/init.c: Unconditionally define MIN (We *do want* to see
465        error messages if it conflicts).
466
4672003-09-04      Joel Sherrill <joel@OARcorp.com>
468
469        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
470        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
471        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
472        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
473        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
474        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
475        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
476        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
477        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
478        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
479        for license changed.
480
4812003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * Makefile.am: Reflect having moved aclocal/.
484
4852003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * Makefile.am: Reflect having moved automake/.
488        * base_mp/Makefile.am: Reflect having moved automake/.
489        * base_mp/node1/Makefile.am: Reflect having moved automake/.
490        * base_mp/node2/Makefile.am: Reflect having moved automake/.
491        * base_sp/Makefile.am: Reflect having moved automake/.
492        * cdtest/Makefile.am: Reflect having moved automake/.
493        * fileio/Makefile.am: Reflect having moved automake/.
494        * hello/Makefile.am: Reflect having moved automake/.
495        * loopback/Makefile.am: Reflect having moved automake/.
496        * minimum/Makefile.am: Reflect having moved automake/.
497        * paranoia/Makefile.am: Reflect having moved automake/.
498        * pppd/Makefile.am: Reflect having moved automake/.
499        * ticker/Makefile.am: Reflect having moved automake/.
500        * unlimited/Makefile.am: Reflect having moved automake/.
501
5022003-08-13      Joel Sherrill <joel@OARcorp.com>
503
504        * fileio/.cvsignore: New file.
505
5062003-08-13      Joel Sherrill <joel@OARcorp.com>
507
508        PR 451/bsps
509        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
510
5112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
514
5152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
518        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
519
5202003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
521
522        PR 369/filesystem
523        * Makefile.am, configure.ac: sample application to show the use of the
524        DOSFS functions
525        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
526        fileio/system.h: New files.
527
5282003-06-04      Joel Sherrill <joel@OARcorp.com>
529
530        * pppd/system.h: Hack from Ralf to compile on all targets.
531
5322003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * configure.ac: Add pppd.
535        * Makefile.am: Add pppd.
536
5372003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        Adding pppd:
540        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
541        * pppd/README: New, copied over from libnetworking/pppd/example.
542        * pppd/init.c: New, copied over from libnetworking/pppd/example.
543        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
544        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
545        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
546        * pppd/system.h: New, copied over from libnetworking/pppd/example.
547        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
548        * pppd/Makefile.am: New, converted to automake from Makefile-user.
549        * pppd/.cvsignore: New.
550
5512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * configure.ac: Remove AC_CONFIG_AUX_DIR.
554
5552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
558
5592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * configure.ac: AC_PREREQ(2.57).
562
5632003-01-27      Joel Sherrill <joel@OARcorp.com>
564
565        * Makefile.am, configure.ac: Added new test loopback which shows how to
566        use the loopback interface. Thank you Eric Norum for a portable
567        target independent test which exercises the TCP/IP. This should
568        prevent massive failures in the TCP/IP stack from reaching the
569        street.
570        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
571        loopback/init.c, loopback/loopback.scn: New files.
572
5732003-01-03      Joel Sherrill <joel@OARcorp.com>
574
575        * unlimited/system.h, unlimited/test1.c: Backed off previous
576        modification as it does not compile.
577
5782002-10-31      Chris Johns <ccj@acm.org>
579
580        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
581        can be created. 
582        * unlimited/system.h: PR296. Reference the number of tasks in the
583        configuration table rather than a hardcoded number.
584
5852002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * configure.ac: Unconditionally check for CXX (Hack to bug in
588        autoconf > 2.54).
589
5902002-10-31      Joel Sherrill <joel@OARcorp.com>
591
592        * base_mp/apptask.c: Removed warning.
593
5942002-10-28      Joel Sherrill <joel@OARcorp.com>
595
596        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
597
5982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * .cvsignore: Reformat.
601        Add autom4te*cache.
602        Remove autom4te.cache.
603
6042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
607        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
608        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
609        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
610        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
611        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
612        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
613        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
614        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
615
6162002-08-01      Joel Sherrill <joel@OARcorp.com>
617
618        * Per PR47 add support for buffered test output.  This involved
619        adding defines to redirect output to a buffer and dump it when
620        full, at "test pause", and at exit.  To avoid problems when redefining
621        exit(), all tests were modified to call rtems_test_exit().
622        Some tests, notable psxtests, had to be modified to include
623        the standard test macro .h file (pmacros.h or tmacros.h) to
624        enable this support.
625        * cdtest/init.c: Modified.
626
6272002-07-01      Joel Sherrill <joel@OARcorp.com>
628
629        * unlimited/test1.c: Corrected use of _Objects_Information_table
630        now that it is a two dimensional array based upon API and class.
631
6322002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * base_sp/apptask.c: Include <stdlib.h>.
635        * hello/init.c: Ditto.
636        * paranoia/init.c: Ditto.
637        * ticker/tasks.c: Ditto.
638        * unlimited/init.c: Ditto.
639        * unlimited/test1.c: Ditto.
640        * unlimited/test2.c: Ditto.
641        * unlimited/test3.c: Ditto.
642
6432002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * configure.ac: Remove ENABLE_GCC28.
646
6472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * configure.ac:
650        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
651        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
652        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
653        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
654        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
655        * Makefile.am: Remove AUTOMAKE_OPTIONS.
656        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
657        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
658        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
659        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
660        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
661        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
662        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
663
6642001-11-26      Ralf Corsepius
665
666        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
667
6682001-10-25      Eric Norum <eric.norum@usask.ca>
669
670        * cdtest/system.h: Configure 1 semaphore.  This probably covers
671        up not defining one for the GCC C++ Run-Time Libraries.
672
6732001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
676
6772001-10-12      Joel Sherrill <joel@OARcorp.com>
678
679        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
680        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
681        Fixed typo.
682
6832001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
686        * configure.in: Remove.
687        * configure.ac: New file, generated from configure.in by autoupdate.
688
6892001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
692        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
693        * cdtest/Makefile.am: Remove LD_LIBS.
694
6952001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
698        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
699        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
700        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
701        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
702        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
703        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
704        make-cxx-exe.
705        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
706        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
707
7082001-06-14      Joel Sherrill <joel@OARcorp.com>
709
710        * cdtest/system.h: Removed configure of POSIX mutexes since
711        there do not appear to be any used in this test.
712
7132001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
714
715        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
716
7172000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
720
7212000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
724
7252000-10-30      Joel Sherrill <joel@OARcorp.com>
726
727        * POSIX include files merged into newlib.  This resulted in
728        some definitions moving to other files and thus some secondary
729        effects in RTEMS source code.
730        * paranoia/paranoia.c: Commented out incorrect and conflicting
731        prototype of read().
732
7332000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
736        Switch to GNU canonicalization.
737        * sample.am: Remove DEFS.
738
7392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
742        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
743        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
744        unlimited/Makefile.am: Include compile.am
745
7462000-08-10      Joel Sherrill <joel@OARcorp.com>
747
748        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.