source: rtems/testsuites/samples/ChangeLog @ a645637

4.104.114.95
Last change on this file since a645637 was a645637, checked in by Joel Sherrill <joel.sherrill@…>, on 04/17/08 at 22:46:15

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

  • fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h: Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
  • Property mode set to 100644
File size: 24.5 KB
Line 
12008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
4        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
5
62008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
9        4.3.x.
10
112008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * fileio/system.h, ticker/system.h: Add new Object Services collection.
14        This changed the name of a few previously public but undocumented
15        services and added a some new services.
16
172008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * hello/init.c: Remove accidental commit.
20
212008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
24        statistics so shell output can be interesting.
25
262007-12-17      Chris Johns <chrisj@rtems.org>
27
28        * testsuites/samples/fileio/init.c: Change shell_* to
29        rtems_shell_*. Add the mount file-system type of msdos.
30
312007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * fileio/init.c, fileio/system.h: Increase stack requested for shell
34        task. Turn on stack checking so the report is interesting.
35
362007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * fileio/init.c: Add RTEMS Shell configuration and static configuration
39        of user commands.
40
412007-11-29      Chris Johns <chrisj@rtems.org>
42
43        * iostream/Makefile.am: Change the executable name so it does not
44        create a file which is the same name as the standard header file.
45        * iostream/system.h: Need to increase the number of semaphores for
46        the libstdc++ runtime.
47
482007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * capture/Makefile.am: Use all managers.
51
522007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * capture/Makefile.am: Fix typo -- not unlimited.
55
562007-08-21      Chris Johns <chrisj@rtems.org>
57
58        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
59        from files. Committed incorrectly.
60         
612007-08-17      Chris Johns <chrisj@rtems.org>
62
63        * Makefile.am, README, configure.ac, capture/.cvsignore,
64        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
65        capture/init.c, capture/system.h, capture/test1.c: Add a sample
66        test for the capture engine.
67
682007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
71
722007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
75        loop was being optimized out on the PowerPC.
76        * nsecs/empty.c: New file.
77
782007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * nsecs/init.c: Change name to avoid any hint of the timer driver.
81
822007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * nsecs/init.c: Do not make this test depend on the benchmark timer
85        driver.
86
872007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
90        time varaying in proportion to the length of the loop measured.
91
922007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * nsecs/init.c: Remove stray "volatile int i".
95
962007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
99        loopback/Makefile.am, nsecs/Makefile.am,
100        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
101        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
102        test cases so last output line follows END OF pattern. Make sure test
103        case all run. All tests appeared ok on sis.
104        * nsecs/init.c: Commit hack so test will compile when POSIX is
105        disabled.  Remove hack when clock_gettime() is present even when
106        --disable-posix.
107
1082007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
111        Test needs clock manager. Should use rtems_test_exit() instead of
112        exit().
113
1142007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
117        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
118        to demonstrate that the newlib reentrancy support is optional.
119
1202007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
123          version from rtems/score/timespec.h.
124
1252007-04-05      Joel Sherrill <joel@OARcorp.com>
126
127        * nsecs/init.c: Provide timespec manipulation routines in the
128        SuperCore. Use them everywhere possible. Perhaps they should be part
129        of the public API so this test and others can use them without
130        peeking into the bowels.
131
1322007-04-05      Joel Sherrill <joel@OARcorp.com>
133
134        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
135        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
136
1372007-04-02      Joel Sherrill <joel@OARcorp.com>
138
139        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
140        as fundamental time structure to POSIX struct timespec. Add
141        clock_get_uptime().
142        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
143        nsecs/nsecs.scn: New files.
144
1452007-03-26      Joel Sherrill <joel@OARcorp.com>
146
147        * loopback/init.c: Add CVS Id.
148
1492007-03-26      Joel Sherrill <joel@OARcorp.com>
150
151        PR 1230/tests
152        * minimum/init.c: Minimum should not configure console driver.
153
1542007-02-21      Joel Sherrill <joel@OARcorp.com>
155
156        * loopback/init.c: Fix exit paths in client thread and main test
157        thread.
158
1592006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
160
161        * init.c: added stdout flushs after prompts
162
1632006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * configure.ac: New BUG-REPORT address.
166
1672006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * configure.ac: Require autoconf-2.60. Require automake-1.10.
170
1712006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
172
173        PR 1162/rtems
174        * unlimited/system.h: Reserve enough memory for the stacks wanted.
175
1762006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
179        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
180        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
181        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
182        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
183        instead.
184
1852006-02-08      Joel Sherrill <joel@OARcorp.com>
186
187        * cdtest/main.cc: Fix warnings.
188
1892005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
190
191        * configure.ac: Remove RTEMS_ENABLE_BARE,
192        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
193
1942005-11-15  Eric Norum <norume@aps.anl.gov>
195
196        * cdtest/Makefile.am: Remove extraneous make-exe.
197
1982005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
199
200        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
201        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
202        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
203        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
204        ticker/Makefile.am, unlimited/Makefile.am:
205        Convert to using *_PROGRAMS.
206
2072005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * configure.ac: Remove AMPOLISH3.
210        * base_mp/node1/Makefile.am,
211        base_mp/node2/Makefile.am, base_sp/Makefile.am,
212        cdtest/Makefile.am, fileio/Makefile.am,
213        hello/Makefile.am, iostream/Makefile.am,
214        loopback/Makefile.am, minimum/Makefile.am,
215        paranoia/Makefile.am, pppd/Makefile.am,
216        ticker/Makefile.am, unlimited/Makefile.am: Rework.
217
2182005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
219
220        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
221        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
222        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
223        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
224        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
225        * sample.am: Remove.
226
2272005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
230        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
231        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
232        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
233        New (Renamed from base_mp.*).
234        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
235        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
236        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
237        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
238        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
239        s/SAMPLE/TEST/ for improved consistency with other tests.
240
2412005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
242
243        * configure.ac: Add ampolish3.
244        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
245
2462005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
247
248        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
249
2502005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
253        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
254
2552005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
256
257        * sample.am: Remove LIB_VARIANT.
258
2592005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
260
261        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
262        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
263        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
264        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
265        ticker/Makefile.am, unlimited/Makefile.am:
266        Remove SRCS, PRINT_SRCS.
267
2682005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
269
270        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
271
2722005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
273
274        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
275        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
276        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
277        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
278        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
279        ticker/Makefile.am, unlimited/Makefile.am:
280        Partial conversion to automake.
281
2822005-10-26  Eric Norum <norume@aps.anl.gov>
283
284        PR 839/tests
285        * pppd/system.h: Remove i386-specific conditional.
286        This at least lets the sample compile.   It's unlikely to actually
287        work, though.
288
2892005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
290
291        * pppd/Makefile.am: Reflect libpppd having been split out.
292        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
293        rtemspppd.h.
294
2952005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
296
297        * loopback/init.c: socklen_t.
298
2992005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
300
301        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
302        Remove LIB_VARIANT.
303
3042005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
305
306        * Makefile.am: Remove DIST_SUBDIRS.
307
3082004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
309
310        * configure.ac: Require automake > 1.9.
311
3122004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
313
314        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
315        NETTESTS. Add iostream/.
316        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
317        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
318        Reflect changes above.
319        * cdtest/main.cc: Adaptation to new C++ standards.
320
3212004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
322
323        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
324        iostream/iostream.scn, iostream/system.h:
325        New (C++ variant of hello).
326
3272004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
328
329        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
330        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
331        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
332        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
333        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
334        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
335        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
336        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
337        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
338        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
339        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
340
3412004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
342
343        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
344
3452004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
346
347        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
348        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
349        unlimited/test3.c: Convert to using c99 fixed size types.
350
3512004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.ac: Add 2nd arg to RTEMS_TOP.
354
3552004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac: Remove -Wall -ansi to work-around non-portability of
358        with cdtest.
359
3602004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
363        Add PRE/TMPINSTALL_FILES to CLEANFILES.
364        * base_mp/node2/Makefile.am: Ditto.
365        * base_sp/Makefile.am: Ditto.
366        * cdtest/Makefile.am: Ditto.
367        * fileio/Makefile.am: Ditto.
368        * hello/Makefile.am: Ditto.
369        * loopback/Makefile.am: Ditto.
370        * minimum/Makefile.am: Ditto.
371        * paranoia/Makefile.am: Ditto.
372        * pppd/Makefile.am: Ditto.
373        * ticker/Makefile.am: Ditto.
374        * unlimited/Makefile.am: Ditto.
375
3762003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * samples.am: Fix yet another stupid typo in yesterday's patch.
379
3802003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * samples.am: Add dirstamp support.
383
3842003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
387        Eliminate VPATH.
388
3892003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
392
3932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
396
3972003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * base_mp/Makefile.am: Reformat.
400        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
401        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
402        * base_sp/Makefile.am: Remove all-local: $(ARCH).
403        * cdtest/Makefile.am: Remove all-local: $(ARCH).
404        * fileio/Makefile.am: Remove all-local: $(ARCH).
405        * hello/Makefile.am: Remove all-local: $(ARCH).
406        * loopback/Makefile.am: Remove all-local: $(ARCH).
407        * minimum/Makefile.am: Remove all-local: $(ARCH).
408        * paranoia/Makefile.am: Remove all-local: $(ARCH).
409        * pppd/Makefile.am: Remove all-local: $(ARCH).
410        * ticker/Makefile.am: Remove all-local: $(ARCH).
411        * unlimited/Makefile.am: Remove all-local: $(ARCH).
412
4132003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * configure.ac: Reflect having moved to testsuites/.
416
4172003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
420        * fileio/Makefile.am: Only build if LIBCHIP is available.
421
4222003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * configure.ac: Remove RTEMS_CANONICAL_HOST.
425
4262003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.ac:Remove RTEMS_CHECK_CPU.
429
4302003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * fileio/init.c: Unconditionally define MIN (We *do want* to see
433        error messages if it conflicts).
434
4352003-09-04      Joel Sherrill <joel@OARcorp.com>
436
437        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
438        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
439        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
440        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
441        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
442        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
443        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
444        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
445        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
446        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
447        for license changed.
448
4492003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * Makefile.am: Reflect having moved aclocal/.
452
4532003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * Makefile.am: Reflect having moved automake/.
456        * base_mp/Makefile.am: Reflect having moved automake/.
457        * base_mp/node1/Makefile.am: Reflect having moved automake/.
458        * base_mp/node2/Makefile.am: Reflect having moved automake/.
459        * base_sp/Makefile.am: Reflect having moved automake/.
460        * cdtest/Makefile.am: Reflect having moved automake/.
461        * fileio/Makefile.am: Reflect having moved automake/.
462        * hello/Makefile.am: Reflect having moved automake/.
463        * loopback/Makefile.am: Reflect having moved automake/.
464        * minimum/Makefile.am: Reflect having moved automake/.
465        * paranoia/Makefile.am: Reflect having moved automake/.
466        * pppd/Makefile.am: Reflect having moved automake/.
467        * ticker/Makefile.am: Reflect having moved automake/.
468        * unlimited/Makefile.am: Reflect having moved automake/.
469
4702003-08-13      Joel Sherrill <joel@OARcorp.com>
471
472        * fileio/.cvsignore: New file.
473
4742003-08-13      Joel Sherrill <joel@OARcorp.com>
475
476        PR 451/bsps
477        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
478
4792003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
482
4832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
486        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
487
4882003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
489
490        PR 369/filesystem
491        * Makefile.am, configure.ac: sample application to show the use of the
492        DOSFS functions
493        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
494        fileio/system.h: New files.
495
4962003-06-04      Joel Sherrill <joel@OARcorp.com>
497
498        * pppd/system.h: Hack from Ralf to compile on all targets.
499
5002003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac: Add pppd.
503        * Makefile.am: Add pppd.
504
5052003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        Adding pppd:
508        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
509        * pppd/README: New, copied over from libnetworking/pppd/example.
510        * pppd/init.c: New, copied over from libnetworking/pppd/example.
511        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
512        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
513        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
514        * pppd/system.h: New, copied over from libnetworking/pppd/example.
515        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
516        * pppd/Makefile.am: New, converted to automake from Makefile-user.
517        * pppd/.cvsignore: New.
518
5192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: Remove AC_CONFIG_AUX_DIR.
522
5232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
526
5272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac: AC_PREREQ(2.57).
530
5312003-01-27      Joel Sherrill <joel@OARcorp.com>
532
533        * Makefile.am, configure.ac: Added new test loopback which shows how to
534        use the loopback interface. Thank you Eric Norum for a portable
535        target independent test which exercises the TCP/IP. This should
536        prevent massive failures in the TCP/IP stack from reaching the
537        street.
538        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
539        loopback/init.c, loopback/loopback.scn: New files.
540
5412003-01-03      Joel Sherrill <joel@OARcorp.com>
542
543        * unlimited/system.h, unlimited/test1.c: Backed off previous
544        modification as it does not compile.
545
5462002-10-31      Chris Johns <ccj@acm.org>
547
548        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
549        can be created. 
550        * unlimited/system.h: PR296. Reference the number of tasks in the
551        configuration table rather than a hardcoded number.
552
5532002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.ac: Unconditionally check for CXX (Hack to bug in
556        autoconf > 2.54).
557
5582002-10-31      Joel Sherrill <joel@OARcorp.com>
559
560        * base_mp/apptask.c: Removed warning.
561
5622002-10-28      Joel Sherrill <joel@OARcorp.com>
563
564        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
565
5662002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * .cvsignore: Reformat.
569        Add autom4te*cache.
570        Remove autom4te.cache.
571
5722002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
575        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
576        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
577        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
578        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
579        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
580        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
581        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
582        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
583
5842002-08-01      Joel Sherrill <joel@OARcorp.com>
585
586        * Per PR47 add support for buffered test output.  This involved
587        adding defines to redirect output to a buffer and dump it when
588        full, at "test pause", and at exit.  To avoid problems when redefining
589        exit(), all tests were modified to call rtems_test_exit().
590        Some tests, notable psxtests, had to be modified to include
591        the standard test macro .h file (pmacros.h or tmacros.h) to
592        enable this support.
593        * cdtest/init.c: Modified.
594
5952002-07-01      Joel Sherrill <joel@OARcorp.com>
596
597        * unlimited/test1.c: Corrected use of _Objects_Information_table
598        now that it is a two dimensional array based upon API and class.
599
6002002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * base_sp/apptask.c: Include <stdlib.h>.
603        * hello/init.c: Ditto.
604        * paranoia/init.c: Ditto.
605        * ticker/tasks.c: Ditto.
606        * unlimited/init.c: Ditto.
607        * unlimited/test1.c: Ditto.
608        * unlimited/test2.c: Ditto.
609        * unlimited/test3.c: Ditto.
610
6112002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * configure.ac: Remove ENABLE_GCC28.
614
6152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * configure.ac:
618        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
619        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
620        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
621        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
622        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
623        * Makefile.am: Remove AUTOMAKE_OPTIONS.
624        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
625        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
626        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
627        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
628        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
629        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
630        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
631
6322001-11-26      Ralf Corsepius
633
634        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
635
6362001-10-25      Eric Norum <eric.norum@usask.ca>
637
638        * cdtest/system.h: Configure 1 semaphore.  This probably covers
639        up not defining one for the GCC C++ Run-Time Libraries.
640
6412001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
644
6452001-10-12      Joel Sherrill <joel@OARcorp.com>
646
647        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
648        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
649        Fixed typo.
650
6512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
654        * configure.in: Remove.
655        * configure.ac: New file, generated from configure.in by autoupdate.
656
6572001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
660        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
661        * cdtest/Makefile.am: Remove LD_LIBS.
662
6632001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
666        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
667        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
668        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
669        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
670        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
671        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
672        make-cxx-exe.
673        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
674        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
675
6762001-06-14      Joel Sherrill <joel@OARcorp.com>
677
678        * cdtest/system.h: Removed configure of POSIX mutexes since
679        there do not appear to be any used in this test.
680
6812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
682
683        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
684
6852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
688
6892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
692
6932000-10-30      Joel Sherrill <joel@OARcorp.com>
694
695        * POSIX include files merged into newlib.  This resulted in
696        some definitions moving to other files and thus some secondary
697        effects in RTEMS source code.
698        * paranoia/paranoia.c: Commented out incorrect and conflicting
699        prototype of read().
700
7012000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
702
703        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
704        Switch to GNU canonicalization.
705        * sample.am: Remove DEFS.
706
7072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
710        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
711        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
712        unlimited/Makefile.am: Include compile.am
713
7142000-08-10      Joel Sherrill <joel@OARcorp.com>
715
716        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.