source: rtems/testsuites/samples/ChangeLog @ beda88f

4.9
Last change on this file since beda88f was beda88f, checked in by Joel Sherrill <joel.sherrill@…>, on 03/02/09 at 17:28:35

2009-03-02 Joel Sherrill <joel.sherrill@…>

  • cdtest/main.cc: Use printk() in global destructors since printf() no longer works.
  • Property mode set to 100644
File size: 26.2 KB
RevLine 
[beda88f]12009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * cdtest/main.cc: Use printk() in global destructors since printf() no
4        longer works.
5
[5cd68b4]62008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * capture/system.h, capture/test1.c, fileio/init.c,
9        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
10        Convert to "bool".
11
[7eb312d5]122008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
15        fixing while running mptests on psim.
16
[72cb077f]172008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
20        split on multiple lines and document each parameter.
21
[42b1fe6e]222008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * minimum/init.c: Disable confdefs.h debug.
25
[bbfe59b]262008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * iostream/system.h: Init task was close to blowing stack on PowerPC.
29        * minimum/init.c: Disable Classic API Notepads.
30
[f02ada81]312008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
34        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
35        on psim.
36
[2156876]372008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * minimum/init.c: Exerise new ability for application to configure
40        minimum stack size. This test still runs the same with a 7.5K stack
41        on the powerpc but reserves 15K less Workspace on the PowerPC.
42
[5fe0640]432008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * minimum/Makefile.am: Link against all managers.
46        * minimum/init.c: Use existing confdefs.h macros to turn off more
47        this test does not use.
48
[b091cde]492008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * iostream/system.h: Update to include definition of
52        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
53
[a645637]542008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
57        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
58
[265d499a]592008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
62        4.3.x.
63
[8f5b274]642008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * fileio/system.h, ticker/system.h: Add new Object Services collection.
67        This changed the name of a few previously public but undocumented
68        services and added a some new services.
69
[23452b5c]702008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * hello/init.c: Remove accidental commit.
73
[aec29f1]742008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
77        statistics so shell output can be interesting.
78
[d2a488f7]792007-12-17      Chris Johns <chrisj@rtems.org>
80
81        * testsuites/samples/fileio/init.c: Change shell_* to
82        rtems_shell_*. Add the mount file-system type of msdos.
83
[0e263c91]842007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * fileio/init.c, fileio/system.h: Increase stack requested for shell
87        task. Turn on stack checking so the report is interesting.
88
[4c081a04]892007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * fileio/init.c: Add RTEMS Shell configuration and static configuration
92        of user commands.
93
[7b57da6]942007-11-29      Chris Johns <chrisj@rtems.org>
95
96        * iostream/Makefile.am: Change the executable name so it does not
97        create a file which is the same name as the standard header file.
98        * iostream/system.h: Need to increase the number of semaphores for
99        the libstdc++ runtime.
100
[c040e6ec]1012007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * capture/Makefile.am: Use all managers.
104
[de35b51]1052007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * capture/Makefile.am: Fix typo -- not unlimited.
108
[a23427e]1092007-08-21      Chris Johns <chrisj@rtems.org>
110
111        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
112        from files. Committed incorrectly.
113         
[8db468f]1142007-08-17      Chris Johns <chrisj@rtems.org>
115
116        * Makefile.am, README, configure.ac, capture/.cvsignore,
117        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
118        capture/init.c, capture/system.h, capture/test1.c: Add a sample
119        test for the capture engine.
120
[68e6f0cc]1212007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
124
[40cfd3e9]1252007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
128        loop was being optimized out on the PowerPC.
129        * nsecs/empty.c: New file.
130
[2c0f748]1312007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * nsecs/init.c: Change name to avoid any hint of the timer driver.
134
[8bfffd9b]1352007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * nsecs/init.c: Do not make this test depend on the benchmark timer
138        driver.
139
[d3b05790]1402007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
143        time varaying in proportion to the length of the loop measured.
144
[f142763]1452007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        * nsecs/init.c: Remove stray "volatile int i".
148
[dd61160]1492007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
152        loopback/Makefile.am, nsecs/Makefile.am,
153        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
154        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
155        test cases so last output line follows END OF pattern. Make sure test
156        case all run. All tests appeared ok on sis.
157        * nsecs/init.c: Commit hack so test will compile when POSIX is
158        disabled.  Remove hack when clock_gettime() is present even when
159        --disable-posix.
160
[dfc6f3dc]1612007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
164        Test needs clock manager. Should use rtems_test_exit() instead of
165        exit().
166
[6b6c06b]1672007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
170        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
171        to demonstrate that the newlib reentrancy support is optional.
172
[587da8b8]1732007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
176          version from rtems/score/timespec.h.
177
[8ff5e59d]1782007-04-05      Joel Sherrill <joel@OARcorp.com>
179
180        * nsecs/init.c: Provide timespec manipulation routines in the
181        SuperCore. Use them everywhere possible. Perhaps they should be part
182        of the public API so this test and others can use them without
183        peeking into the bowels.
184
[b9bea9f7]1852007-04-05      Joel Sherrill <joel@OARcorp.com>
186
187        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
188        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
189
[23a0105a]1902007-04-02      Joel Sherrill <joel@OARcorp.com>
191
192        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
193        as fundamental time structure to POSIX struct timespec. Add
194        clock_get_uptime().
195        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
196        nsecs/nsecs.scn: New files.
197
[4116e57e]1982007-03-26      Joel Sherrill <joel@OARcorp.com>
199
200        * loopback/init.c: Add CVS Id.
201
[2dae3244]2022007-03-26      Joel Sherrill <joel@OARcorp.com>
203
204        PR 1230/tests
205        * minimum/init.c: Minimum should not configure console driver.
206
[b767f966]2072007-02-21      Joel Sherrill <joel@OARcorp.com>
208
209        * loopback/init.c: Fix exit paths in client thread and main test
210        thread.
211
[3d14a45]2122006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
213
214        * init.c: added stdout flushs after prompts
215
[fcb0cd46]2162006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * configure.ac: New BUG-REPORT address.
219
[ba2c04f]2202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * configure.ac: Require autoconf-2.60. Require automake-1.10.
223
[c5083aab]2242006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
225
226        PR 1162/rtems
227        * unlimited/system.h: Reserve enough memory for the stacks wanted.
228
[122e300]2292006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
232        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
233        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
234        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
235        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
236        instead.
237
[8b474b13]2382006-02-08      Joel Sherrill <joel@OARcorp.com>
239
240        * cdtest/main.cc: Fix warnings.
241
[1fd1595]2422005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * configure.ac: Remove RTEMS_ENABLE_BARE,
245        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
246
[1988691]2472005-11-15  Eric Norum <norume@aps.anl.gov>
248
[26ea864]249        * cdtest/Makefile.am: Remove extraneous make-exe.
[1988691]250
[ff33653a]2512005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
252
253        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
254        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
255        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
256        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
257        ticker/Makefile.am, unlimited/Makefile.am:
258        Convert to using *_PROGRAMS.
259
[6c67765e]2602005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
261
[0ff20fe]262        * configure.ac: Remove AMPOLISH3.
263        * base_mp/node1/Makefile.am,
264        base_mp/node2/Makefile.am, base_sp/Makefile.am,
265        cdtest/Makefile.am, fileio/Makefile.am,
266        hello/Makefile.am, iostream/Makefile.am,
267        loopback/Makefile.am, minimum/Makefile.am,
268        paranoia/Makefile.am, pppd/Makefile.am,
269        ticker/Makefile.am, unlimited/Makefile.am: Rework.
[6c67765e]270
[72109bbd]2712005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
272
273        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
274        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
275        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
276        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
277        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
278        * sample.am: Remove.
279
[9b34a1d]2802005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
281
[19baaf8]282        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
283        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
284        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
285        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
286        New (Renamed from base_mp.*).
[9b34a1d]287        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
288        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
289        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
[19baaf8]290        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
291        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
[9b34a1d]292        s/SAMPLE/TEST/ for improved consistency with other tests.
293
[df369268]2942005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
295
296        * configure.ac: Add ampolish3.
297        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
298
[64350b5]2992005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
300
301        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
302
[783ba51]3032005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
304
[44502ae]305        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
[783ba51]306        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
307
[d08e8b9a]3082005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
309
310        * sample.am: Remove LIB_VARIANT.
311
[2967687]3122005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
313
314        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
315        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
316        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
317        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
318        ticker/Makefile.am, unlimited/Makefile.am:
319        Remove SRCS, PRINT_SRCS.
320
[9a5a464]3212005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
322
323        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
324
[bb202459]3252005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
326
327        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
328        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
329        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
330        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
331        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
332        ticker/Makefile.am, unlimited/Makefile.am:
333        Partial conversion to automake.
334
[e1d3513]3352005-10-26  Eric Norum <norume@aps.anl.gov>
336
[133f5f66]337        PR 839/tests
[0ff20fe]338        * pppd/system.h: Remove i386-specific conditional.
[133f5f66]339        This at least lets the sample compile.   It's unlikely to actually
340        work, though.
[e1d3513]341
[581dfa8]3422005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
343
[bb202459]344        * pppd/Makefile.am: Reflect libpppd having been split out.
[581dfa8]345        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
346        rtemspppd.h.
347
[91435e6]3482005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
349
350        * loopback/init.c: socklen_t.
351
[1838993]3522005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
353
354        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
355        Remove LIB_VARIANT.
356
3572005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
[7f9c37c]358
359        * Makefile.am: Remove DIST_SUBDIRS.
360
[6f2593f]3612004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]362
363        * configure.ac: Require automake > 1.9.
364
[6f2593f]3652004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
[51ca358]366
367        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
368        NETTESTS. Add iostream/.
369        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
370        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
371        Reflect changes above.
372        * cdtest/main.cc: Adaptation to new C++ standards.
373
[6f2593f]3742004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
[e12ba0e]375
376        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
377        iostream/iostream.scn, iostream/system.h:
378        New (C++ variant of hello).
379
[6f2593f]3802004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[c8fea7a]381
382        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
383        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
384        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
385        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
386        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
387        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
388        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
389        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
390        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
391        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
392        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
393
[6f2593f]3942004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[05153a1]395
396        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
397
[6f2593f]3982004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
[4c84d7b]399
400        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
401        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
402        unlimited/test3.c: Convert to using c99 fixed size types.
403
[7c48a2e8]4042004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: Add 2nd arg to RTEMS_TOP.
407
[6db34918]4082004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac: Remove -Wall -ansi to work-around non-portability of
411        with cdtest.
412
[a00ee40]4132004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
416        Add PRE/TMPINSTALL_FILES to CLEANFILES.
417        * base_mp/node2/Makefile.am: Ditto.
418        * base_sp/Makefile.am: Ditto.
419        * cdtest/Makefile.am: Ditto.
420        * fileio/Makefile.am: Ditto.
421        * hello/Makefile.am: Ditto.
422        * loopback/Makefile.am: Ditto.
423        * minimum/Makefile.am: Ditto.
424        * paranoia/Makefile.am: Ditto.
425        * pppd/Makefile.am: Ditto.
426        * ticker/Makefile.am: Ditto.
427        * unlimited/Makefile.am: Ditto.
428
[46daad92]4292003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * samples.am: Fix yet another stupid typo in yesterday's patch.
432
[8b5179a]4332003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * samples.am: Add dirstamp support.
436
[f8a32605]4372003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
440        Eliminate VPATH.
441
[37a3cf4]4422003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
445
[810720b6]4462003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
449
[ecbb717f]4502003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * base_mp/Makefile.am: Reformat.
453        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
454        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
455        * base_sp/Makefile.am: Remove all-local: $(ARCH).
456        * cdtest/Makefile.am: Remove all-local: $(ARCH).
457        * fileio/Makefile.am: Remove all-local: $(ARCH).
458        * hello/Makefile.am: Remove all-local: $(ARCH).
459        * loopback/Makefile.am: Remove all-local: $(ARCH).
460        * minimum/Makefile.am: Remove all-local: $(ARCH).
461        * paranoia/Makefile.am: Remove all-local: $(ARCH).
462        * pppd/Makefile.am: Remove all-local: $(ARCH).
463        * ticker/Makefile.am: Remove all-local: $(ARCH).
464        * unlimited/Makefile.am: Remove all-local: $(ARCH).
465
[5f52d1f]4662003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * configure.ac: Reflect having moved to testsuites/.
469
[cb3cf606]4702003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
473        * fileio/Makefile.am: Only build if LIBCHIP is available.
474
[c6328bee]4752003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.ac: Remove RTEMS_CANONICAL_HOST.
478
[5445ee60]4792003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * configure.ac:Remove RTEMS_CHECK_CPU.
482
[af69e57b]4832003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * fileio/init.c: Unconditionally define MIN (We *do want* to see
486        error messages if it conflicts).
487
[3e26377b]4882003-09-04      Joel Sherrill <joel@OARcorp.com>
489
490        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
491        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
492        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
493        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
494        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
495        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
496        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
497        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
498        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
499        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
500        for license changed.
501
[7862f888]5022003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * Makefile.am: Reflect having moved aclocal/.
505
[ebb7d37]5062003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
[61d9371]508        * Makefile.am: Reflect having moved automake/.
509        * base_mp/Makefile.am: Reflect having moved automake/.
510        * base_mp/node1/Makefile.am: Reflect having moved automake/.
511        * base_mp/node2/Makefile.am: Reflect having moved automake/.
512        * base_sp/Makefile.am: Reflect having moved automake/.
513        * cdtest/Makefile.am: Reflect having moved automake/.
514        * fileio/Makefile.am: Reflect having moved automake/.
515        * hello/Makefile.am: Reflect having moved automake/.
516        * loopback/Makefile.am: Reflect having moved automake/.
517        * minimum/Makefile.am: Reflect having moved automake/.
518        * paranoia/Makefile.am: Reflect having moved automake/.
519        * pppd/Makefile.am: Reflect having moved automake/.
520        * ticker/Makefile.am: Reflect having moved automake/.
521        * unlimited/Makefile.am: Reflect having moved automake/.
[ebb7d37]522
[a94b1bdc]5232003-08-13      Joel Sherrill <joel@OARcorp.com>
524
525        * fileio/.cvsignore: New file.
526
[334b130d]5272003-08-13      Joel Sherrill <joel@OARcorp.com>
528
529        PR 451/bsps
530        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
531
[7dcc3fe]5322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
535
[7ebeaa1]5362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
539        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
540
[ac0a2af]5412003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
542
543        PR 369/filesystem
544        * Makefile.am, configure.ac: sample application to show the use of the
545        DOSFS functions
546        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
547        fileio/system.h: New files.
548
[7423766b]5492003-06-04      Joel Sherrill <joel@OARcorp.com>
550
551        * pppd/system.h: Hack from Ralf to compile on all targets.
552
[5f71e41]5532003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.ac: Add pppd.
556        * Makefile.am: Add pppd.
557
[478bb1e6]5582003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        Adding pppd:
561        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
562        * pppd/README: New, copied over from libnetworking/pppd/example.
563        * pppd/init.c: New, copied over from libnetworking/pppd/example.
564        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
565        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
566        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
567        * pppd/system.h: New, copied over from libnetworking/pppd/example.
568        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
569        * pppd/Makefile.am: New, converted to automake from Makefile-user.
570        * pppd/.cvsignore: New.
571
[3c55718]5722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * configure.ac: Remove AC_CONFIG_AUX_DIR.
575
[ccd81b60]5762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
579
[9b5c258]5802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * configure.ac: AC_PREREQ(2.57).
583
[4691b48]5842003-01-27      Joel Sherrill <joel@OARcorp.com>
585
586        * Makefile.am, configure.ac: Added new test loopback which shows how to
587        use the loopback interface. Thank you Eric Norum for a portable
588        target independent test which exercises the TCP/IP. This should
589        prevent massive failures in the TCP/IP stack from reaching the
590        street.
591        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
592        loopback/init.c, loopback/loopback.scn: New files.
593
[7ab11c0]5942003-01-03      Joel Sherrill <joel@OARcorp.com>
595
596        * unlimited/system.h, unlimited/test1.c: Backed off previous
597        modification as it does not compile.
598
[3d9f688e]5992002-10-31      Chris Johns <ccj@acm.org>
600
601        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
602        can be created. 
603        * unlimited/system.h: PR296. Reference the number of tasks in the
604        configuration table rather than a hardcoded number.
605
[2595580]6062002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * configure.ac: Unconditionally check for CXX (Hack to bug in
609        autoconf > 2.54).
610
[2ea93957]6112002-10-31      Joel Sherrill <joel@OARcorp.com>
612
613        * base_mp/apptask.c: Removed warning.
614
[42b7ce27]6152002-10-28      Joel Sherrill <joel@OARcorp.com>
616
617        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
618
[8730f45]6192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * .cvsignore: Reformat.
622        Add autom4te*cache.
623        Remove autom4te.cache.
624
[fef95c56]6252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
628        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
629        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
630        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
631        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
632        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
633        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
634        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
635        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
636
[6ada2b1e]6372002-08-01      Joel Sherrill <joel@OARcorp.com>
638
639        * Per PR47 add support for buffered test output.  This involved
640        adding defines to redirect output to a buffer and dump it when
641        full, at "test pause", and at exit.  To avoid problems when redefining
642        exit(), all tests were modified to call rtems_test_exit().
643        Some tests, notable psxtests, had to be modified to include
644        the standard test macro .h file (pmacros.h or tmacros.h) to
645        enable this support.
646        * cdtest/init.c: Modified.
647
[35290c9]6482002-07-01      Joel Sherrill <joel@OARcorp.com>
649
650        * unlimited/test1.c: Corrected use of _Objects_Information_table
651        now that it is a two dimensional array based upon API and class.
652
[d25d17b]6532002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * base_sp/apptask.c: Include <stdlib.h>.
656        * hello/init.c: Ditto.
657        * paranoia/init.c: Ditto.
658        * ticker/tasks.c: Ditto.
659        * unlimited/init.c: Ditto.
660        * unlimited/test1.c: Ditto.
661        * unlimited/test2.c: Ditto.
662        * unlimited/test3.c: Ditto.
663
[cb9b2bfc]6642002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * configure.ac: Remove ENABLE_GCC28.
667
[0e9a637]6682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * configure.ac:
671        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
672        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
673        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
674        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
675        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
676        * Makefile.am: Remove AUTOMAKE_OPTIONS.
677        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
678        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
679        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
680        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
681        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
682        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
683        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
684
[36d1e17]6852001-11-26      Ralf Corsepius
686
687        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
688
[859c7d8]6892001-10-25      Eric Norum <eric.norum@usask.ca>
690
691        * cdtest/system.h: Configure 1 semaphore.  This probably covers
692        up not defining one for the GCC C++ Run-Time Libraries.
693
[0b365382]6942001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
697
[05e3b5b]6982001-10-12      Joel Sherrill <joel@OARcorp.com>
699
700        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
701        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
702        Fixed typo.
703
[df25c998]7042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
707        * configure.in: Remove.
708        * configure.ac: New file, generated from configure.in by autoupdate.
709
[c9cbbe22]7102001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
711
712        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
713        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
714        * cdtest/Makefile.am: Remove LD_LIBS.
715
[15c4b4c5]7162001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
719        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
720        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
721        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
722        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
723        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
724        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
725        make-cxx-exe.
726        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
727        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
728
[2aceb819]7292001-06-14      Joel Sherrill <joel@OARcorp.com>
730
731        * cdtest/system.h: Removed configure of POSIX mutexes since
732        there do not appear to be any used in this test.
733
[95083c0]7342001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
735
736        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
737
[feead226]7382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
741
[a314d3b4]7422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
745
[df3b242]7462000-10-30      Joel Sherrill <joel@OARcorp.com>
747
748        * POSIX include files merged into newlib.  This resulted in
749        some definitions moving to other files and thus some secondary
750        effects in RTEMS source code.
751        * paranoia/paranoia.c: Commented out incorrect and conflicting
752        prototype of read().
753
[8ccc22c]7542000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
757        Switch to GNU canonicalization.
758        * sample.am: Remove DEFS.
759
[6212465d]7602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
763        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
764        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
765        unlimited/Makefile.am: Include compile.am
766
[e94ad1fe]7672000-08-10      Joel Sherrill <joel@OARcorp.com>
768
769        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.