source: rtems/testsuites/samples/ChangeLog @ 64350b5

4.104.114.84.95
Last change on this file since 64350b5 was 64350b5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/09/05 at 12:23:29

2005-11-09 Ralf Corsepius <ralf.corsepius@…>

  • cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
  • Property mode set to 100644
File size: 16.2 KB
Line 
12005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
4
52005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
8        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
9
102005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * sample.am: Remove LIB_VARIANT.
13
142005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
17        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
18        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
19        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
20        ticker/Makefile.am, unlimited/Makefile.am:
21        Remove SRCS, PRINT_SRCS.
22
232005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
26
272005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
30        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
31        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
32        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
33        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
34        ticker/Makefile.am, unlimited/Makefile.am:
35        Partial conversion to automake.
36
372005-10-26  Eric Norum <norume@aps.anl.gov>
38
39        PR 839/tests
40        * samples/pppd/system.h: Remove i386-specific conditional.
41        This at least lets the sample compile.   It's unlikely to actually
42        work, though.
43
442005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * pppd/Makefile.am: Reflect libpppd having been split out.
47        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
48        rtemspppd.h.
49
502005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * loopback/init.c: socklen_t.
53
542005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
57        Remove LIB_VARIANT.
58
592005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Remove DIST_SUBDIRS.
62
632004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * configure.ac: Require automake > 1.9.
66
672004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
70        NETTESTS. Add iostream/.
71        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
72        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
73        Reflect changes above.
74        * cdtest/main.cc: Adaptation to new C++ standards.
75
762004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
79        iostream/iostream.scn, iostream/system.h:
80        New (C++ variant of hello).
81
822004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
85        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
86        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
87        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
88        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
89        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
90        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
91        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
92        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
93        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
94        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
95
962004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
99
1002004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
103        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
104        unlimited/test3.c: Convert to using c99 fixed size types.
105
1062004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Add 2nd arg to RTEMS_TOP.
109
1102004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Remove -Wall -ansi to work-around non-portability of
113        with cdtest.
114
1152004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
118        Add PRE/TMPINSTALL_FILES to CLEANFILES.
119        * base_mp/node2/Makefile.am: Ditto.
120        * base_sp/Makefile.am: Ditto.
121        * cdtest/Makefile.am: Ditto.
122        * fileio/Makefile.am: Ditto.
123        * hello/Makefile.am: Ditto.
124        * loopback/Makefile.am: Ditto.
125        * minimum/Makefile.am: Ditto.
126        * paranoia/Makefile.am: Ditto.
127        * pppd/Makefile.am: Ditto.
128        * ticker/Makefile.am: Ditto.
129        * unlimited/Makefile.am: Ditto.
130
1312003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * samples.am: Fix yet another stupid typo in yesterday's patch.
134
1352003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * samples.am: Add dirstamp support.
138
1392003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
142        Eliminate VPATH.
143
1442003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
147
1482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
151
1522003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * base_mp/Makefile.am: Reformat.
155        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
156        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
157        * base_sp/Makefile.am: Remove all-local: $(ARCH).
158        * cdtest/Makefile.am: Remove all-local: $(ARCH).
159        * fileio/Makefile.am: Remove all-local: $(ARCH).
160        * hello/Makefile.am: Remove all-local: $(ARCH).
161        * loopback/Makefile.am: Remove all-local: $(ARCH).
162        * minimum/Makefile.am: Remove all-local: $(ARCH).
163        * paranoia/Makefile.am: Remove all-local: $(ARCH).
164        * pppd/Makefile.am: Remove all-local: $(ARCH).
165        * ticker/Makefile.am: Remove all-local: $(ARCH).
166        * unlimited/Makefile.am: Remove all-local: $(ARCH).
167
1682003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Reflect having moved to testsuites/.
171
1722003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
175        * fileio/Makefile.am: Only build if LIBCHIP is available.
176
1772003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Remove RTEMS_CANONICAL_HOST.
180
1812003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac:Remove RTEMS_CHECK_CPU.
184
1852003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * fileio/init.c: Unconditionally define MIN (We *do want* to see
188        error messages if it conflicts).
189
1902003-09-04      Joel Sherrill <joel@OARcorp.com>
191
192        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
193        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
194        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
195        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
196        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
197        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
198        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
199        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
200        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
201        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
202        for license changed.
203
2042003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Reflect having moved aclocal/.
207
2082003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Reflect having moved automake/.
211        * base_mp/Makefile.am: Reflect having moved automake/.
212        * base_mp/node1/Makefile.am: Reflect having moved automake/.
213        * base_mp/node2/Makefile.am: Reflect having moved automake/.
214        * base_sp/Makefile.am: Reflect having moved automake/.
215        * cdtest/Makefile.am: Reflect having moved automake/.
216        * fileio/Makefile.am: Reflect having moved automake/.
217        * hello/Makefile.am: Reflect having moved automake/.
218        * loopback/Makefile.am: Reflect having moved automake/.
219        * minimum/Makefile.am: Reflect having moved automake/.
220        * paranoia/Makefile.am: Reflect having moved automake/.
221        * pppd/Makefile.am: Reflect having moved automake/.
222        * ticker/Makefile.am: Reflect having moved automake/.
223        * unlimited/Makefile.am: Reflect having moved automake/.
224
2252003-08-13      Joel Sherrill <joel@OARcorp.com>
226
227        * fileio/.cvsignore: New file.
228
2292003-08-13      Joel Sherrill <joel@OARcorp.com>
230
231        PR 451/bsps
232        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
233
2342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
237
2382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
241        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
242
2432003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
244
245        PR 369/filesystem
246        * Makefile.am, configure.ac: sample application to show the use of the
247        DOSFS functions
248        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
249        fileio/system.h: New files.
250
2512003-06-04      Joel Sherrill <joel@OARcorp.com>
252
253        * pppd/system.h: Hack from Ralf to compile on all targets.
254
2552003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Add pppd.
258        * Makefile.am: Add pppd.
259
2602003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        Adding pppd:
263        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
264        * pppd/README: New, copied over from libnetworking/pppd/example.
265        * pppd/init.c: New, copied over from libnetworking/pppd/example.
266        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
267        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
268        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
269        * pppd/system.h: New, copied over from libnetworking/pppd/example.
270        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
271        * pppd/Makefile.am: New, converted to automake from Makefile-user.
272        * pppd/.cvsignore: New.
273
2742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Remove AC_CONFIG_AUX_DIR.
277
2782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
281
2822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: AC_PREREQ(2.57).
285
2862003-01-27      Joel Sherrill <joel@OARcorp.com>
287
288        * Makefile.am, configure.ac: Added new test loopback which shows how to
289        use the loopback interface. Thank you Eric Norum for a portable
290        target independent test which exercises the TCP/IP. This should
291        prevent massive failures in the TCP/IP stack from reaching the
292        street.
293        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
294        loopback/init.c, loopback/loopback.scn: New files.
295
2962003-01-03      Joel Sherrill <joel@OARcorp.com>
297
298        * unlimited/system.h, unlimited/test1.c: Backed off previous
299        modification as it does not compile.
300
3012002-10-31      Chris Johns <ccj@acm.org>
302
303        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
304        can be created. 
305        * unlimited/system.h: PR296. Reference the number of tasks in the
306        configuration table rather than a hardcoded number.
307
3082002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: Unconditionally check for CXX (Hack to bug in
311        autoconf > 2.54).
312
3132002-10-31      Joel Sherrill <joel@OARcorp.com>
314
315        * base_mp/apptask.c: Removed warning.
316
3172002-10-28      Joel Sherrill <joel@OARcorp.com>
318
319        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
320
3212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * .cvsignore: Reformat.
324        Add autom4te*cache.
325        Remove autom4te.cache.
326
3272002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
331        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
332        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
333        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
334        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
335        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
336        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
337        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
338
3392002-08-01      Joel Sherrill <joel@OARcorp.com>
340
341        * Per PR47 add support for buffered test output.  This involved
342        adding defines to redirect output to a buffer and dump it when
343        full, at "test pause", and at exit.  To avoid problems when redefining
344        exit(), all tests were modified to call rtems_test_exit().
345        Some tests, notable psxtests, had to be modified to include
346        the standard test macro .h file (pmacros.h or tmacros.h) to
347        enable this support.
348        * cdtest/init.c: Modified.
349
3502002-07-01      Joel Sherrill <joel@OARcorp.com>
351
352        * unlimited/test1.c: Corrected use of _Objects_Information_table
353        now that it is a two dimensional array based upon API and class.
354
3552002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * base_sp/apptask.c: Include <stdlib.h>.
358        * hello/init.c: Ditto.
359        * paranoia/init.c: Ditto.
360        * ticker/tasks.c: Ditto.
361        * unlimited/init.c: Ditto.
362        * unlimited/test1.c: Ditto.
363        * unlimited/test2.c: Ditto.
364        * unlimited/test3.c: Ditto.
365
3662002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Remove ENABLE_GCC28.
369
3702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac:
373        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
374        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
375        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
376        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
377        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
378        * Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
383        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
384        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
385        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
386
3872001-11-26      Ralf Corsepius
388
389        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
390
3912001-10-25      Eric Norum <eric.norum@usask.ca>
392
393        * cdtest/system.h: Configure 1 semaphore.  This probably covers
394        up not defining one for the GCC C++ Run-Time Libraries.
395
3962001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
399
4002001-10-12      Joel Sherrill <joel@OARcorp.com>
401
402        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
403        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
404        Fixed typo.
405
4062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
409        * configure.in: Remove.
410        * configure.ac: New file, generated from configure.in by autoupdate.
411
4122001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
415        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
416        * cdtest/Makefile.am: Remove LD_LIBS.
417
4182001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
421        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
422        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
423        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
424        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
425        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
426        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
427        make-cxx-exe.
428        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
429        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
430
4312001-06-14      Joel Sherrill <joel@OARcorp.com>
432
433        * cdtest/system.h: Removed configure of POSIX mutexes since
434        there do not appear to be any used in this test.
435
4362001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
437
438        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
439
4402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
443
4442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
447
4482000-10-30      Joel Sherrill <joel@OARcorp.com>
449
450        * POSIX include files merged into newlib.  This resulted in
451        some definitions moving to other files and thus some secondary
452        effects in RTEMS source code.
453        * paranoia/paranoia.c: Commented out incorrect and conflicting
454        prototype of read().
455
4562000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
459        Switch to GNU canonicalization.
460        * sample.am: Remove DEFS.
461
4622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
465        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
466        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
467        unlimited/Makefile.am: Include compile.am
468
4692000-08-10      Joel Sherrill <joel@OARcorp.com>
470
471        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.