source: rtems/testsuites/samples/ChangeLog @ 265d499a

4.104.114.95
Last change on this file since 265d499a was 265d499a, checked in by Joel Sherrill <joel.sherrill@…>, on 02/28/08 at 16:44:13

2008-02-28 Joel Sherrill <joel.sherrill@…>

  • iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc 4.3.x.
  • Property mode set to 100644
File size: 24.3 KB
RevLine 
[265d499a]12008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
4        4.3.x.
5
[8f5b274]62008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * fileio/system.h, ticker/system.h: Add new Object Services collection.
9        This changed the name of a few previously public but undocumented
10        services and added a some new services.
11
[23452b5c]122008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * hello/init.c: Remove accidental commit.
15
[aec29f1]162008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
19        statistics so shell output can be interesting.
20
[d2a488f7]212007-12-17      Chris Johns <chrisj@rtems.org>
22
23        * testsuites/samples/fileio/init.c: Change shell_* to
24        rtems_shell_*. Add the mount file-system type of msdos.
25
[0e263c91]262007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * fileio/init.c, fileio/system.h: Increase stack requested for shell
29        task. Turn on stack checking so the report is interesting.
30
[4c081a04]312007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * fileio/init.c: Add RTEMS Shell configuration and static configuration
34        of user commands.
35
[7b57da6]362007-11-29      Chris Johns <chrisj@rtems.org>
37
38        * iostream/Makefile.am: Change the executable name so it does not
39        create a file which is the same name as the standard header file.
40        * iostream/system.h: Need to increase the number of semaphores for
41        the libstdc++ runtime.
42
[c040e6ec]432007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * capture/Makefile.am: Use all managers.
46
[de35b51]472007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * capture/Makefile.am: Fix typo -- not unlimited.
50
[a23427e]512007-08-21      Chris Johns <chrisj@rtems.org>
52
53        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
54        from files. Committed incorrectly.
55         
[8db468f]562007-08-17      Chris Johns <chrisj@rtems.org>
57
58        * Makefile.am, README, configure.ac, capture/.cvsignore,
59        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
60        capture/init.c, capture/system.h, capture/test1.c: Add a sample
61        test for the capture engine.
62
[68e6f0cc]632007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
66
[40cfd3e9]672007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
70        loop was being optimized out on the PowerPC.
71        * nsecs/empty.c: New file.
72
[2c0f748]732007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * nsecs/init.c: Change name to avoid any hint of the timer driver.
76
[8bfffd9b]772007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * nsecs/init.c: Do not make this test depend on the benchmark timer
80        driver.
81
[d3b05790]822007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
85        time varaying in proportion to the length of the loop measured.
86
[f142763]872007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * nsecs/init.c: Remove stray "volatile int i".
90
[dd61160]912007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
94        loopback/Makefile.am, nsecs/Makefile.am,
95        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
96        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
97        test cases so last output line follows END OF pattern. Make sure test
98        case all run. All tests appeared ok on sis.
99        * nsecs/init.c: Commit hack so test will compile when POSIX is
100        disabled.  Remove hack when clock_gettime() is present even when
101        --disable-posix.
102
[dfc6f3dc]1032007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
106        Test needs clock manager. Should use rtems_test_exit() instead of
107        exit().
108
[6b6c06b]1092007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
112        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
113        to demonstrate that the newlib reentrancy support is optional.
114
[587da8b8]1152007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
118          version from rtems/score/timespec.h.
119
[8ff5e59d]1202007-04-05      Joel Sherrill <joel@OARcorp.com>
121
122        * nsecs/init.c: Provide timespec manipulation routines in the
123        SuperCore. Use them everywhere possible. Perhaps they should be part
124        of the public API so this test and others can use them without
125        peeking into the bowels.
126
[b9bea9f7]1272007-04-05      Joel Sherrill <joel@OARcorp.com>
128
129        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
130        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
131
[23a0105a]1322007-04-02      Joel Sherrill <joel@OARcorp.com>
133
134        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
135        as fundamental time structure to POSIX struct timespec. Add
136        clock_get_uptime().
137        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
138        nsecs/nsecs.scn: New files.
139
[4116e57e]1402007-03-26      Joel Sherrill <joel@OARcorp.com>
141
142        * loopback/init.c: Add CVS Id.
143
[2dae3244]1442007-03-26      Joel Sherrill <joel@OARcorp.com>
145
146        PR 1230/tests
147        * minimum/init.c: Minimum should not configure console driver.
148
[b767f966]1492007-02-21      Joel Sherrill <joel@OARcorp.com>
150
151        * loopback/init.c: Fix exit paths in client thread and main test
152        thread.
153
[3d14a45]1542006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
155
156        * init.c: added stdout flushs after prompts
157
[fcb0cd46]1582006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * configure.ac: New BUG-REPORT address.
161
[ba2c04f]1622006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * configure.ac: Require autoconf-2.60. Require automake-1.10.
165
[c5083aab]1662006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
167
168        PR 1162/rtems
169        * unlimited/system.h: Reserve enough memory for the stacks wanted.
170
[122e300]1712006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
174        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
175        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
176        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
177        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
178        instead.
179
[8b474b13]1802006-02-08      Joel Sherrill <joel@OARcorp.com>
181
182        * cdtest/main.cc: Fix warnings.
183
[1fd1595]1842005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * configure.ac: Remove RTEMS_ENABLE_BARE,
187        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
188
[1988691]1892005-11-15  Eric Norum <norume@aps.anl.gov>
190
[26ea864]191        * cdtest/Makefile.am: Remove extraneous make-exe.
[1988691]192
[ff33653a]1932005-11-13      Ralf Corsepius <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, pppd/Makefile.am,
199        ticker/Makefile.am, unlimited/Makefile.am:
200        Convert to using *_PROGRAMS.
201
[6c67765e]2022005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
203
[0ff20fe]204        * configure.ac: Remove AMPOLISH3.
205        * base_mp/node1/Makefile.am,
206        base_mp/node2/Makefile.am, base_sp/Makefile.am,
207        cdtest/Makefile.am, fileio/Makefile.am,
208        hello/Makefile.am, iostream/Makefile.am,
209        loopback/Makefile.am, minimum/Makefile.am,
210        paranoia/Makefile.am, pppd/Makefile.am,
211        ticker/Makefile.am, unlimited/Makefile.am: Rework.
[6c67765e]212
[72109bbd]2132005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
216        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
217        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
218        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
219        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
220        * sample.am: Remove.
221
[9b34a1d]2222005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
223
[19baaf8]224        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
225        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
226        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
227        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
228        New (Renamed from base_mp.*).
[9b34a1d]229        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
230        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
231        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
[19baaf8]232        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
233        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
[9b34a1d]234        s/SAMPLE/TEST/ for improved consistency with other tests.
235
[df369268]2362005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
237
238        * configure.ac: Add ampolish3.
239        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
240
[64350b5]2412005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
242
243        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
244
[783ba51]2452005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
246
[44502ae]247        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
[783ba51]248        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
249
[d08e8b9a]2502005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * sample.am: Remove LIB_VARIANT.
253
[2967687]2542005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
255
256        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
257        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
258        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
259        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
260        ticker/Makefile.am, unlimited/Makefile.am:
261        Remove SRCS, PRINT_SRCS.
262
[9a5a464]2632005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
264
265        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
266
[bb202459]2672005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
268
269        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
270        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
271        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
272        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
273        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
274        ticker/Makefile.am, unlimited/Makefile.am:
275        Partial conversion to automake.
276
[e1d3513]2772005-10-26  Eric Norum <norume@aps.anl.gov>
278
[133f5f66]279        PR 839/tests
[0ff20fe]280        * pppd/system.h: Remove i386-specific conditional.
[133f5f66]281        This at least lets the sample compile.   It's unlikely to actually
282        work, though.
[e1d3513]283
[581dfa8]2842005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
285
[bb202459]286        * pppd/Makefile.am: Reflect libpppd having been split out.
[581dfa8]287        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
288        rtemspppd.h.
289
[91435e6]2902005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
291
292        * loopback/init.c: socklen_t.
293
[1838993]2942005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
295
296        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
297        Remove LIB_VARIANT.
298
2992005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
[7f9c37c]300
301        * Makefile.am: Remove DIST_SUBDIRS.
302
[6f2593f]3032004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]304
305        * configure.ac: Require automake > 1.9.
306
[6f2593f]3072004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
[51ca358]308
309        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
310        NETTESTS. Add iostream/.
311        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
312        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
313        Reflect changes above.
314        * cdtest/main.cc: Adaptation to new C++ standards.
315
[6f2593f]3162004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
[e12ba0e]317
318        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
319        iostream/iostream.scn, iostream/system.h:
320        New (C++ variant of hello).
321
[6f2593f]3222004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[c8fea7a]323
324        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
325        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
326        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
327        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
328        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
329        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
330        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
331        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
332        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
333        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
334        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
335
[6f2593f]3362004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[05153a1]337
338        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
339
[6f2593f]3402004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
[4c84d7b]341
342        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
343        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
344        unlimited/test3.c: Convert to using c99 fixed size types.
345
[7c48a2e8]3462004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Add 2nd arg to RTEMS_TOP.
349
[6db34918]3502004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Remove -Wall -ansi to work-around non-portability of
353        with cdtest.
354
[a00ee40]3552004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
358        Add PRE/TMPINSTALL_FILES to CLEANFILES.
359        * base_mp/node2/Makefile.am: Ditto.
360        * base_sp/Makefile.am: Ditto.
361        * cdtest/Makefile.am: Ditto.
362        * fileio/Makefile.am: Ditto.
363        * hello/Makefile.am: Ditto.
364        * loopback/Makefile.am: Ditto.
365        * minimum/Makefile.am: Ditto.
366        * paranoia/Makefile.am: Ditto.
367        * pppd/Makefile.am: Ditto.
368        * ticker/Makefile.am: Ditto.
369        * unlimited/Makefile.am: Ditto.
370
[46daad92]3712003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * samples.am: Fix yet another stupid typo in yesterday's patch.
374
[8b5179a]3752003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * samples.am: Add dirstamp support.
378
[f8a32605]3792003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
382        Eliminate VPATH.
383
[37a3cf4]3842003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
387
[810720b6]3882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
391
[ecbb717f]3922003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * base_mp/Makefile.am: Reformat.
395        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
396        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
397        * base_sp/Makefile.am: Remove all-local: $(ARCH).
398        * cdtest/Makefile.am: Remove all-local: $(ARCH).
399        * fileio/Makefile.am: Remove all-local: $(ARCH).
400        * hello/Makefile.am: Remove all-local: $(ARCH).
401        * loopback/Makefile.am: Remove all-local: $(ARCH).
402        * minimum/Makefile.am: Remove all-local: $(ARCH).
403        * paranoia/Makefile.am: Remove all-local: $(ARCH).
404        * pppd/Makefile.am: Remove all-local: $(ARCH).
405        * ticker/Makefile.am: Remove all-local: $(ARCH).
406        * unlimited/Makefile.am: Remove all-local: $(ARCH).
407
[5f52d1f]4082003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac: Reflect having moved to testsuites/.
411
[cb3cf606]4122003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
415        * fileio/Makefile.am: Only build if LIBCHIP is available.
416
[c6328bee]4172003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * configure.ac: Remove RTEMS_CANONICAL_HOST.
420
[5445ee60]4212003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.ac:Remove RTEMS_CHECK_CPU.
424
[af69e57b]4252003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * fileio/init.c: Unconditionally define MIN (We *do want* to see
428        error messages if it conflicts).
429
[3e26377b]4302003-09-04      Joel Sherrill <joel@OARcorp.com>
431
432        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
433        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
434        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
435        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
436        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
437        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
438        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
439        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
440        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
441        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
442        for license changed.
443
[7862f888]4442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * Makefile.am: Reflect having moved aclocal/.
447
[ebb7d37]4482003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
[61d9371]450        * Makefile.am: Reflect having moved automake/.
451        * base_mp/Makefile.am: Reflect having moved automake/.
452        * base_mp/node1/Makefile.am: Reflect having moved automake/.
453        * base_mp/node2/Makefile.am: Reflect having moved automake/.
454        * base_sp/Makefile.am: Reflect having moved automake/.
455        * cdtest/Makefile.am: Reflect having moved automake/.
456        * fileio/Makefile.am: Reflect having moved automake/.
457        * hello/Makefile.am: Reflect having moved automake/.
458        * loopback/Makefile.am: Reflect having moved automake/.
459        * minimum/Makefile.am: Reflect having moved automake/.
460        * paranoia/Makefile.am: Reflect having moved automake/.
461        * pppd/Makefile.am: Reflect having moved automake/.
462        * ticker/Makefile.am: Reflect having moved automake/.
463        * unlimited/Makefile.am: Reflect having moved automake/.
[ebb7d37]464
[a94b1bdc]4652003-08-13      Joel Sherrill <joel@OARcorp.com>
466
467        * fileio/.cvsignore: New file.
468
[334b130d]4692003-08-13      Joel Sherrill <joel@OARcorp.com>
470
471        PR 451/bsps
472        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
473
[7dcc3fe]4742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
477
[7ebeaa1]4782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
481        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
482
[ac0a2af]4832003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
484
485        PR 369/filesystem
486        * Makefile.am, configure.ac: sample application to show the use of the
487        DOSFS functions
488        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
489        fileio/system.h: New files.
490
[7423766b]4912003-06-04      Joel Sherrill <joel@OARcorp.com>
492
493        * pppd/system.h: Hack from Ralf to compile on all targets.
494
[5f71e41]4952003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * configure.ac: Add pppd.
498        * Makefile.am: Add pppd.
499
[478bb1e6]5002003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        Adding pppd:
503        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
504        * pppd/README: New, copied over from libnetworking/pppd/example.
505        * pppd/init.c: New, copied over from libnetworking/pppd/example.
506        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
507        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
508        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
509        * pppd/system.h: New, copied over from libnetworking/pppd/example.
510        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
511        * pppd/Makefile.am: New, converted to automake from Makefile-user.
512        * pppd/.cvsignore: New.
513
[3c55718]5142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * configure.ac: Remove AC_CONFIG_AUX_DIR.
517
[ccd81b60]5182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
521
[9b5c258]5222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * configure.ac: AC_PREREQ(2.57).
525
[4691b48]5262003-01-27      Joel Sherrill <joel@OARcorp.com>
527
528        * Makefile.am, configure.ac: Added new test loopback which shows how to
529        use the loopback interface. Thank you Eric Norum for a portable
530        target independent test which exercises the TCP/IP. This should
531        prevent massive failures in the TCP/IP stack from reaching the
532        street.
533        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
534        loopback/init.c, loopback/loopback.scn: New files.
535
[7ab11c0]5362003-01-03      Joel Sherrill <joel@OARcorp.com>
537
538        * unlimited/system.h, unlimited/test1.c: Backed off previous
539        modification as it does not compile.
540
[3d9f688e]5412002-10-31      Chris Johns <ccj@acm.org>
542
543        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
544        can be created. 
545        * unlimited/system.h: PR296. Reference the number of tasks in the
546        configuration table rather than a hardcoded number.
547
[2595580]5482002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * configure.ac: Unconditionally check for CXX (Hack to bug in
551        autoconf > 2.54).
552
[2ea93957]5532002-10-31      Joel Sherrill <joel@OARcorp.com>
554
555        * base_mp/apptask.c: Removed warning.
556
[42b7ce27]5572002-10-28      Joel Sherrill <joel@OARcorp.com>
558
559        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
560
[8730f45]5612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * .cvsignore: Reformat.
564        Add autom4te*cache.
565        Remove autom4te.cache.
566
[fef95c56]5672002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
570        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
571        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
572        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
573        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
574        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
575        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
576        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
577        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
578
[6ada2b1e]5792002-08-01      Joel Sherrill <joel@OARcorp.com>
580
581        * Per PR47 add support for buffered test output.  This involved
582        adding defines to redirect output to a buffer and dump it when
583        full, at "test pause", and at exit.  To avoid problems when redefining
584        exit(), all tests were modified to call rtems_test_exit().
585        Some tests, notable psxtests, had to be modified to include
586        the standard test macro .h file (pmacros.h or tmacros.h) to
587        enable this support.
588        * cdtest/init.c: Modified.
589
[35290c9]5902002-07-01      Joel Sherrill <joel@OARcorp.com>
591
592        * unlimited/test1.c: Corrected use of _Objects_Information_table
593        now that it is a two dimensional array based upon API and class.
594
[d25d17b]5952002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * base_sp/apptask.c: Include <stdlib.h>.
598        * hello/init.c: Ditto.
599        * paranoia/init.c: Ditto.
600        * ticker/tasks.c: Ditto.
601        * unlimited/init.c: Ditto.
602        * unlimited/test1.c: Ditto.
603        * unlimited/test2.c: Ditto.
604        * unlimited/test3.c: Ditto.
605
[cb9b2bfc]6062002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * configure.ac: Remove ENABLE_GCC28.
609
[0e9a637]6102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * configure.ac:
613        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
614        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
615        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
616        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
617        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
618        * Makefile.am: Remove AUTOMAKE_OPTIONS.
619        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
620        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
621        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
622        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
623        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
624        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
625        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
626
[36d1e17]6272001-11-26      Ralf Corsepius
628
629        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
630
[859c7d8]6312001-10-25      Eric Norum <eric.norum@usask.ca>
632
633        * cdtest/system.h: Configure 1 semaphore.  This probably covers
634        up not defining one for the GCC C++ Run-Time Libraries.
635
[0b365382]6362001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
639
[05e3b5b]6402001-10-12      Joel Sherrill <joel@OARcorp.com>
641
642        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
643        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
644        Fixed typo.
645
[df25c998]6462001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
649        * configure.in: Remove.
650        * configure.ac: New file, generated from configure.in by autoupdate.
651
[c9cbbe22]6522001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
655        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
656        * cdtest/Makefile.am: Remove LD_LIBS.
657
[15c4b4c5]6582001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
661        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
662        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
663        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
664        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
665        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
666        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
667        make-cxx-exe.
668        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
669        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
670
[2aceb819]6712001-06-14      Joel Sherrill <joel@OARcorp.com>
672
673        * cdtest/system.h: Removed configure of POSIX mutexes since
674        there do not appear to be any used in this test.
675
[95083c0]6762001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
677
678        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
679
[feead226]6802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
683
[a314d3b4]6842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
687
[df3b242]6882000-10-30      Joel Sherrill <joel@OARcorp.com>
689
690        * POSIX include files merged into newlib.  This resulted in
691        some definitions moving to other files and thus some secondary
692        effects in RTEMS source code.
693        * paranoia/paranoia.c: Commented out incorrect and conflicting
694        prototype of read().
695
[8ccc22c]6962000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
697
698        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
699        Switch to GNU canonicalization.
700        * sample.am: Remove DEFS.
701
[6212465d]7022000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
705        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
706        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
707        unlimited/Makefile.am: Include compile.am
708
[e94ad1fe]7092000-08-10      Joel Sherrill <joel@OARcorp.com>
710
711        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.