source: rtems/testsuites/samples/ChangeLog @ d2a488f7

4.104.114.95
Last change on this file since d2a488f7 was d2a488f7, checked in by Chris Johns <chrisj@…>, on 12/17/07 at 00:40:20

2007-12-17 Chris Johns <chrisj@…>

  • testsuites/samples/fileio/init.c: Change shell_* to rtems_shell_*. Add the mount file-system type of msdos.
  • Property mode set to 100644
File size: 23.7 KB
Line 
12007-12-17      Chris Johns <chrisj@rtems.org>
2
3        * testsuites/samples/fileio/init.c: Change shell_* to
4        rtems_shell_*. Add the mount file-system type of msdos.
5
62007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * fileio/init.c, fileio/system.h: Increase stack requested for shell
9        task. Turn on stack checking so the report is interesting.
10
112007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * fileio/init.c: Add RTEMS Shell configuration and static configuration
14        of user commands.
15
162007-11-29      Chris Johns <chrisj@rtems.org>
17
18        * iostream/Makefile.am: Change the executable name so it does not
19        create a file which is the same name as the standard header file.
20        * iostream/system.h: Need to increase the number of semaphores for
21        the libstdc++ runtime.
22
232007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * capture/Makefile.am: Use all managers.
26
272007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * capture/Makefile.am: Fix typo -- not unlimited.
30
312007-08-21      Chris Johns <chrisj@rtems.org>
32
33        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
34        from files. Committed incorrectly.
35         
362007-08-17      Chris Johns <chrisj@rtems.org>
37
38        * Makefile.am, README, configure.ac, capture/.cvsignore,
39        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
40        capture/init.c, capture/system.h, capture/test1.c: Add a sample
41        test for the capture engine.
42
432007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
46
472007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
50        loop was being optimized out on the PowerPC.
51        * nsecs/empty.c: New file.
52
532007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * nsecs/init.c: Change name to avoid any hint of the timer driver.
56
572007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * nsecs/init.c: Do not make this test depend on the benchmark timer
60        driver.
61
622007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
65        time varaying in proportion to the length of the loop measured.
66
672007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * nsecs/init.c: Remove stray "volatile int i".
70
712007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
74        loopback/Makefile.am, nsecs/Makefile.am,
75        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
76        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
77        test cases so last output line follows END OF pattern. Make sure test
78        case all run. All tests appeared ok on sis.
79        * nsecs/init.c: Commit hack so test will compile when POSIX is
80        disabled.  Remove hack when clock_gettime() is present even when
81        --disable-posix.
82
832007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
86        Test needs clock manager. Should use rtems_test_exit() instead of
87        exit().
88
892007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
90
91        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
92        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
93        to demonstrate that the newlib reentrancy support is optional.
94
952007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
98          version from rtems/score/timespec.h.
99
1002007-04-05      Joel Sherrill <joel@OARcorp.com>
101
102        * nsecs/init.c: Provide timespec manipulation routines in the
103        SuperCore. Use them everywhere possible. Perhaps they should be part
104        of the public API so this test and others can use them without
105        peeking into the bowels.
106
1072007-04-05      Joel Sherrill <joel@OARcorp.com>
108
109        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
110        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
111
1122007-04-02      Joel Sherrill <joel@OARcorp.com>
113
114        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
115        as fundamental time structure to POSIX struct timespec. Add
116        clock_get_uptime().
117        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
118        nsecs/nsecs.scn: New files.
119
1202007-03-26      Joel Sherrill <joel@OARcorp.com>
121
122        * loopback/init.c: Add CVS Id.
123
1242007-03-26      Joel Sherrill <joel@OARcorp.com>
125
126        PR 1230/tests
127        * minimum/init.c: Minimum should not configure console driver.
128
1292007-02-21      Joel Sherrill <joel@OARcorp.com>
130
131        * loopback/init.c: Fix exit paths in client thread and main test
132        thread.
133
1342006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
135
136        * init.c: added stdout flushs after prompts
137
1382006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * configure.ac: New BUG-REPORT address.
141
1422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * configure.ac: Require autoconf-2.60. Require automake-1.10.
145
1462006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
147
148        PR 1162/rtems
149        * unlimited/system.h: Reserve enough memory for the stacks wanted.
150
1512006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
154        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
155        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
156        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
157        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
158        instead.
159
1602006-02-08      Joel Sherrill <joel@OARcorp.com>
161
162        * cdtest/main.cc: Fix warnings.
163
1642005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * configure.ac: Remove RTEMS_ENABLE_BARE,
167        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
168
1692005-11-15  Eric Norum <norume@aps.anl.gov>
170
171        * cdtest/Makefile.am: Remove extraneous make-exe.
172
1732005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
176        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
177        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
178        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
179        ticker/Makefile.am, unlimited/Makefile.am:
180        Convert to using *_PROGRAMS.
181
1822005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * configure.ac: Remove AMPOLISH3.
185        * base_mp/node1/Makefile.am,
186        base_mp/node2/Makefile.am, base_sp/Makefile.am,
187        cdtest/Makefile.am, fileio/Makefile.am,
188        hello/Makefile.am, iostream/Makefile.am,
189        loopback/Makefile.am, minimum/Makefile.am,
190        paranoia/Makefile.am, pppd/Makefile.am,
191        ticker/Makefile.am, unlimited/Makefile.am: Rework.
192
1932005-11-11      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: Expand sample.am.
200        * sample.am: Remove.
201
2022005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
205        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
206        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
207        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
208        New (Renamed from base_mp.*).
209        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
210        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
211        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
212        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
213        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
214        s/SAMPLE/TEST/ for improved consistency with other tests.
215
2162005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
217
218        * configure.ac: Add ampolish3.
219        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
220
2212005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
222
223        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
224
2252005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
226
227        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
228        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
229
2302005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * sample.am: Remove LIB_VARIANT.
233
2342005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
235
236        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
237        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
238        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
239        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
240        ticker/Makefile.am, unlimited/Makefile.am:
241        Remove SRCS, PRINT_SRCS.
242
2432005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
244
245        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
246
2472005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
248
249        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
250        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
251        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
252        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
253        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
254        ticker/Makefile.am, unlimited/Makefile.am:
255        Partial conversion to automake.
256
2572005-10-26  Eric Norum <norume@aps.anl.gov>
258
259        PR 839/tests
260        * pppd/system.h: Remove i386-specific conditional.
261        This at least lets the sample compile.   It's unlikely to actually
262        work, though.
263
2642005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
265
266        * pppd/Makefile.am: Reflect libpppd having been split out.
267        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
268        rtemspppd.h.
269
2702005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
271
272        * loopback/init.c: socklen_t.
273
2742005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
275
276        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
277        Remove LIB_VARIANT.
278
2792005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
280
281        * Makefile.am: Remove DIST_SUBDIRS.
282
2832004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * configure.ac: Require automake > 1.9.
286
2872004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
288
289        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
290        NETTESTS. Add iostream/.
291        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
292        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
293        Reflect changes above.
294        * cdtest/main.cc: Adaptation to new C++ standards.
295
2962004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
297
298        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
299        iostream/iostream.scn, iostream/system.h:
300        New (C++ variant of hello).
301
3022004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
303
304        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
305        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
306        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
307        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
308        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
309        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
310        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
311        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
312        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
313        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
314        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
315
3162004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
317
318        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
319
3202004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
321
322        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
323        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
324        unlimited/test3.c: Convert to using c99 fixed size types.
325
3262004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Add 2nd arg to RTEMS_TOP.
329
3302004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac: Remove -Wall -ansi to work-around non-portability of
333        with cdtest.
334
3352004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
338        Add PRE/TMPINSTALL_FILES to CLEANFILES.
339        * base_mp/node2/Makefile.am: Ditto.
340        * base_sp/Makefile.am: Ditto.
341        * cdtest/Makefile.am: Ditto.
342        * fileio/Makefile.am: Ditto.
343        * hello/Makefile.am: Ditto.
344        * loopback/Makefile.am: Ditto.
345        * minimum/Makefile.am: Ditto.
346        * paranoia/Makefile.am: Ditto.
347        * pppd/Makefile.am: Ditto.
348        * ticker/Makefile.am: Ditto.
349        * unlimited/Makefile.am: Ditto.
350
3512003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * samples.am: Fix yet another stupid typo in yesterday's patch.
354
3552003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * samples.am: Add dirstamp support.
358
3592003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
362        Eliminate VPATH.
363
3642003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
367
3682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
371
3722003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * base_mp/Makefile.am: Reformat.
375        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
376        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
377        * base_sp/Makefile.am: Remove all-local: $(ARCH).
378        * cdtest/Makefile.am: Remove all-local: $(ARCH).
379        * fileio/Makefile.am: Remove all-local: $(ARCH).
380        * hello/Makefile.am: Remove all-local: $(ARCH).
381        * loopback/Makefile.am: Remove all-local: $(ARCH).
382        * minimum/Makefile.am: Remove all-local: $(ARCH).
383        * paranoia/Makefile.am: Remove all-local: $(ARCH).
384        * pppd/Makefile.am: Remove all-local: $(ARCH).
385        * ticker/Makefile.am: Remove all-local: $(ARCH).
386        * unlimited/Makefile.am: Remove all-local: $(ARCH).
387
3882003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: Reflect having moved to testsuites/.
391
3922003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
395        * fileio/Makefile.am: Only build if LIBCHIP is available.
396
3972003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: Remove RTEMS_CANONICAL_HOST.
400
4012003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * configure.ac:Remove RTEMS_CHECK_CPU.
404
4052003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * fileio/init.c: Unconditionally define MIN (We *do want* to see
408        error messages if it conflicts).
409
4102003-09-04      Joel Sherrill <joel@OARcorp.com>
411
412        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
413        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
414        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
415        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
416        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
417        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
418        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
419        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
420        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
421        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
422        for license changed.
423
4242003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Reflect having moved aclocal/.
427
4282003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am: Reflect having moved automake/.
431        * base_mp/Makefile.am: Reflect having moved automake/.
432        * base_mp/node1/Makefile.am: Reflect having moved automake/.
433        * base_mp/node2/Makefile.am: Reflect having moved automake/.
434        * base_sp/Makefile.am: Reflect having moved automake/.
435        * cdtest/Makefile.am: Reflect having moved automake/.
436        * fileio/Makefile.am: Reflect having moved automake/.
437        * hello/Makefile.am: Reflect having moved automake/.
438        * loopback/Makefile.am: Reflect having moved automake/.
439        * minimum/Makefile.am: Reflect having moved automake/.
440        * paranoia/Makefile.am: Reflect having moved automake/.
441        * pppd/Makefile.am: Reflect having moved automake/.
442        * ticker/Makefile.am: Reflect having moved automake/.
443        * unlimited/Makefile.am: Reflect having moved automake/.
444
4452003-08-13      Joel Sherrill <joel@OARcorp.com>
446
447        * fileio/.cvsignore: New file.
448
4492003-08-13      Joel Sherrill <joel@OARcorp.com>
450
451        PR 451/bsps
452        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
453
4542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
457
4582003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
461        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
462
4632003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
464
465        PR 369/filesystem
466        * Makefile.am, configure.ac: sample application to show the use of the
467        DOSFS functions
468        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
469        fileio/system.h: New files.
470
4712003-06-04      Joel Sherrill <joel@OARcorp.com>
472
473        * pppd/system.h: Hack from Ralf to compile on all targets.
474
4752003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.ac: Add pppd.
478        * Makefile.am: Add pppd.
479
4802003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        Adding pppd:
483        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
484        * pppd/README: New, copied over from libnetworking/pppd/example.
485        * pppd/init.c: New, copied over from libnetworking/pppd/example.
486        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
487        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
488        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
489        * pppd/system.h: New, copied over from libnetworking/pppd/example.
490        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
491        * pppd/Makefile.am: New, converted to automake from Makefile-user.
492        * pppd/.cvsignore: New.
493
4942003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * configure.ac: Remove AC_CONFIG_AUX_DIR.
497
4982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
501
5022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.ac: AC_PREREQ(2.57).
505
5062003-01-27      Joel Sherrill <joel@OARcorp.com>
507
508        * Makefile.am, configure.ac: Added new test loopback which shows how to
509        use the loopback interface. Thank you Eric Norum for a portable
510        target independent test which exercises the TCP/IP. This should
511        prevent massive failures in the TCP/IP stack from reaching the
512        street.
513        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
514        loopback/init.c, loopback/loopback.scn: New files.
515
5162003-01-03      Joel Sherrill <joel@OARcorp.com>
517
518        * unlimited/system.h, unlimited/test1.c: Backed off previous
519        modification as it does not compile.
520
5212002-10-31      Chris Johns <ccj@acm.org>
522
523        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
524        can be created. 
525        * unlimited/system.h: PR296. Reference the number of tasks in the
526        configuration table rather than a hardcoded number.
527
5282002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * configure.ac: Unconditionally check for CXX (Hack to bug in
531        autoconf > 2.54).
532
5332002-10-31      Joel Sherrill <joel@OARcorp.com>
534
535        * base_mp/apptask.c: Removed warning.
536
5372002-10-28      Joel Sherrill <joel@OARcorp.com>
538
539        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
540
5412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * .cvsignore: Reformat.
544        Add autom4te*cache.
545        Remove autom4te.cache.
546
5472002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
550        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
551        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
552        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
553        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
554        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
555        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
556        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
557        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
558
5592002-08-01      Joel Sherrill <joel@OARcorp.com>
560
561        * Per PR47 add support for buffered test output.  This involved
562        adding defines to redirect output to a buffer and dump it when
563        full, at "test pause", and at exit.  To avoid problems when redefining
564        exit(), all tests were modified to call rtems_test_exit().
565        Some tests, notable psxtests, had to be modified to include
566        the standard test macro .h file (pmacros.h or tmacros.h) to
567        enable this support.
568        * cdtest/init.c: Modified.
569
5702002-07-01      Joel Sherrill <joel@OARcorp.com>
571
572        * unlimited/test1.c: Corrected use of _Objects_Information_table
573        now that it is a two dimensional array based upon API and class.
574
5752002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * base_sp/apptask.c: Include <stdlib.h>.
578        * hello/init.c: Ditto.
579        * paranoia/init.c: Ditto.
580        * ticker/tasks.c: Ditto.
581        * unlimited/init.c: Ditto.
582        * unlimited/test1.c: Ditto.
583        * unlimited/test2.c: Ditto.
584        * unlimited/test3.c: Ditto.
585
5862002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * configure.ac: Remove ENABLE_GCC28.
589
5902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * configure.ac:
593        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
594        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
595        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
596        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
597        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
598        * Makefile.am: Remove AUTOMAKE_OPTIONS.
599        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
600        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
601        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
602        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
603        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
604        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
605        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
606
6072001-11-26      Ralf Corsepius
608
609        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
610
6112001-10-25      Eric Norum <eric.norum@usask.ca>
612
613        * cdtest/system.h: Configure 1 semaphore.  This probably covers
614        up not defining one for the GCC C++ Run-Time Libraries.
615
6162001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
619
6202001-10-12      Joel Sherrill <joel@OARcorp.com>
621
622        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
623        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
624        Fixed typo.
625
6262001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
629        * configure.in: Remove.
630        * configure.ac: New file, generated from configure.in by autoupdate.
631
6322001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
635        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
636        * cdtest/Makefile.am: Remove LD_LIBS.
637
6382001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
641        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
642        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
643        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
644        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
645        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
646        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
647        make-cxx-exe.
648        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
649        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
650
6512001-06-14      Joel Sherrill <joel@OARcorp.com>
652
653        * cdtest/system.h: Removed configure of POSIX mutexes since
654        there do not appear to be any used in this test.
655
6562001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
657
658        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
659
6602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
663
6642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
667
6682000-10-30      Joel Sherrill <joel@OARcorp.com>
669
670        * POSIX include files merged into newlib.  This resulted in
671        some definitions moving to other files and thus some secondary
672        effects in RTEMS source code.
673        * paranoia/paranoia.c: Commented out incorrect and conflicting
674        prototype of read().
675
6762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
679        Switch to GNU canonicalization.
680        * sample.am: Remove DEFS.
681
6822000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
685        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
686        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
687        unlimited/Makefile.am: Include compile.am
688
6892000-08-10      Joel Sherrill <joel@OARcorp.com>
690
691        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.