source: rtems/testsuites/samples/ChangeLog @ 1838993

4.104.114.84.95
Last change on this file since 1838993 was 1838993, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/06/05 at 10:56:36

2005-01-06 Ralf Corsepius <ralf.corsepius@…>

  • base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Remove LIB_VARIANT.
  • Property mode set to 100644
File size: 14.5 KB
Line 
12005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
4        Remove LIB_VARIANT.
5
62005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Remove DIST_SUBDIRS.
9
102004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * configure.ac: Require automake > 1.9.
13
142004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
17        NETTESTS. Add iostream/.
18        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
19        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
20        Reflect changes above.
21        * cdtest/main.cc: Adaptation to new C++ standards.
22
232004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
24
25        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
26        iostream/iostream.scn, iostream/system.h:
27        New (C++ variant of hello).
28
292004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
32        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
33        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
34        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
35        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
36        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
37        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
38        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
39        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
40        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
41        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
42
432004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
46
472004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
50        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
51        unlimited/test3.c: Convert to using c99 fixed size types.
52
532004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Add 2nd arg to RTEMS_TOP.
56
572004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Remove -Wall -ansi to work-around non-portability of
60        with cdtest.
61
622004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
65        Add PRE/TMPINSTALL_FILES to CLEANFILES.
66        * base_mp/node2/Makefile.am: Ditto.
67        * base_sp/Makefile.am: Ditto.
68        * cdtest/Makefile.am: Ditto.
69        * fileio/Makefile.am: Ditto.
70        * hello/Makefile.am: Ditto.
71        * loopback/Makefile.am: Ditto.
72        * minimum/Makefile.am: Ditto.
73        * paranoia/Makefile.am: Ditto.
74        * pppd/Makefile.am: Ditto.
75        * ticker/Makefile.am: Ditto.
76        * unlimited/Makefile.am: Ditto.
77
782003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * samples.am: Fix yet another stupid typo in yesterday's patch.
81
822003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * samples.am: Add dirstamp support.
85
862003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
89        Eliminate VPATH.
90
912003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
94
952003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
98
992003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * base_mp/Makefile.am: Reformat.
102        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
103        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
104        * base_sp/Makefile.am: Remove all-local: $(ARCH).
105        * cdtest/Makefile.am: Remove all-local: $(ARCH).
106        * fileio/Makefile.am: Remove all-local: $(ARCH).
107        * hello/Makefile.am: Remove all-local: $(ARCH).
108        * loopback/Makefile.am: Remove all-local: $(ARCH).
109        * minimum/Makefile.am: Remove all-local: $(ARCH).
110        * paranoia/Makefile.am: Remove all-local: $(ARCH).
111        * pppd/Makefile.am: Remove all-local: $(ARCH).
112        * ticker/Makefile.am: Remove all-local: $(ARCH).
113        * unlimited/Makefile.am: Remove all-local: $(ARCH).
114
1152003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Reflect having moved to testsuites/.
118
1192003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
122        * fileio/Makefile.am: Only build if LIBCHIP is available.
123
1242003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Remove RTEMS_CANONICAL_HOST.
127
1282003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac:Remove RTEMS_CHECK_CPU.
131
1322003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * fileio/init.c: Unconditionally define MIN (We *do want* to see
135        error messages if it conflicts).
136
1372003-09-04      Joel Sherrill <joel@OARcorp.com>
138
139        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
140        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
141        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
142        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
143        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
144        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
145        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
146        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
147        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
148        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
149        for license changed.
150
1512003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Reflect having moved aclocal/.
154
1552003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Reflect having moved automake/.
158        * base_mp/Makefile.am: Reflect having moved automake/.
159        * base_mp/node1/Makefile.am: Reflect having moved automake/.
160        * base_mp/node2/Makefile.am: Reflect having moved automake/.
161        * base_sp/Makefile.am: Reflect having moved automake/.
162        * cdtest/Makefile.am: Reflect having moved automake/.
163        * fileio/Makefile.am: Reflect having moved automake/.
164        * hello/Makefile.am: Reflect having moved automake/.
165        * loopback/Makefile.am: Reflect having moved automake/.
166        * minimum/Makefile.am: Reflect having moved automake/.
167        * paranoia/Makefile.am: Reflect having moved automake/.
168        * pppd/Makefile.am: Reflect having moved automake/.
169        * ticker/Makefile.am: Reflect having moved automake/.
170        * unlimited/Makefile.am: Reflect having moved automake/.
171
1722003-08-13      Joel Sherrill <joel@OARcorp.com>
173
174        * fileio/.cvsignore: New file.
175
1762003-08-13      Joel Sherrill <joel@OARcorp.com>
177
178        PR 451/bsps
179        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
180
1812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
184
1852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
188        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
189
1902003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
191
192        PR 369/filesystem
193        * Makefile.am, configure.ac: sample application to show the use of the
194        DOSFS functions
195        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
196        fileio/system.h: New files.
197
1982003-06-04      Joel Sherrill <joel@OARcorp.com>
199
200        * pppd/system.h: Hack from Ralf to compile on all targets.
201
2022003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Add pppd.
205        * Makefile.am: Add pppd.
206
2072003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        Adding pppd:
210        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
211        * pppd/README: New, copied over from libnetworking/pppd/example.
212        * pppd/init.c: New, copied over from libnetworking/pppd/example.
213        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
214        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
215        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
216        * pppd/system.h: New, copied over from libnetworking/pppd/example.
217        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
218        * pppd/Makefile.am: New, converted to automake from Makefile-user.
219        * pppd/.cvsignore: New.
220
2212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Remove AC_CONFIG_AUX_DIR.
224
2252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
228
2292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: AC_PREREQ(2.57).
232
2332003-01-27      Joel Sherrill <joel@OARcorp.com>
234
235        * Makefile.am, configure.ac: Added new test loopback which shows how to
236        use the loopback interface. Thank you Eric Norum for a portable
237        target independent test which exercises the TCP/IP. This should
238        prevent massive failures in the TCP/IP stack from reaching the
239        street.
240        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
241        loopback/init.c, loopback/loopback.scn: New files.
242
2432003-01-03      Joel Sherrill <joel@OARcorp.com>
244
245        * unlimited/system.h, unlimited/test1.c: Backed off previous
246        modification as it does not compile.
247
2482002-10-31      Chris Johns <ccj@acm.org>
249
250        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
251        can be created. 
252        * unlimited/system.h: PR296. Reference the number of tasks in the
253        configuration table rather than a hardcoded number.
254
2552002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Unconditionally check for CXX (Hack to bug in
258        autoconf > 2.54).
259
2602002-10-31      Joel Sherrill <joel@OARcorp.com>
261
262        * base_mp/apptask.c: Removed warning.
263
2642002-10-28      Joel Sherrill <joel@OARcorp.com>
265
266        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
267
2682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * .cvsignore: Reformat.
271        Add autom4te*cache.
272        Remove autom4te.cache.
273
2742002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
278        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
279        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
280        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
281        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
282        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
283        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
284        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
285
2862002-08-01      Joel Sherrill <joel@OARcorp.com>
287
288        * Per PR47 add support for buffered test output.  This involved
289        adding defines to redirect output to a buffer and dump it when
290        full, at "test pause", and at exit.  To avoid problems when redefining
291        exit(), all tests were modified to call rtems_test_exit().
292        Some tests, notable psxtests, had to be modified to include
293        the standard test macro .h file (pmacros.h or tmacros.h) to
294        enable this support.
295        * cdtest/init.c: Modified.
296
2972002-07-01      Joel Sherrill <joel@OARcorp.com>
298
299        * unlimited/test1.c: Corrected use of _Objects_Information_table
300        now that it is a two dimensional array based upon API and class.
301
3022002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * base_sp/apptask.c: Include <stdlib.h>.
305        * hello/init.c: Ditto.
306        * paranoia/init.c: Ditto.
307        * ticker/tasks.c: Ditto.
308        * unlimited/init.c: Ditto.
309        * unlimited/test1.c: Ditto.
310        * unlimited/test2.c: Ditto.
311        * unlimited/test3.c: Ditto.
312
3132002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Remove ENABLE_GCC28.
316
3172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac:
320        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
321        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
322        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
333
3342001-11-26      Ralf Corsepius
335
336        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
337
3382001-10-25      Eric Norum <eric.norum@usask.ca>
339
340        * cdtest/system.h: Configure 1 semaphore.  This probably covers
341        up not defining one for the GCC C++ Run-Time Libraries.
342
3432001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
346
3472001-10-12      Joel Sherrill <joel@OARcorp.com>
348
349        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
350        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
351        Fixed typo.
352
3532001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
356        * configure.in: Remove.
357        * configure.ac: New file, generated from configure.in by autoupdate.
358
3592001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
362        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
363        * cdtest/Makefile.am: Remove LD_LIBS.
364
3652001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
368        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
369        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
370        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
371        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
372        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
373        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
374        make-cxx-exe.
375        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
376        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
377
3782001-06-14      Joel Sherrill <joel@OARcorp.com>
379
380        * cdtest/system.h: Removed configure of POSIX mutexes since
381        there do not appear to be any used in this test.
382
3832001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
384
385        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
386
3872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
390
3912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
394
3952000-10-30      Joel Sherrill <joel@OARcorp.com>
396
397        * POSIX include files merged into newlib.  This resulted in
398        some definitions moving to other files and thus some secondary
399        effects in RTEMS source code.
400        * paranoia/paranoia.c: Commented out incorrect and conflicting
401        prototype of read().
402
4032000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
406        Switch to GNU canonicalization.
407        * sample.am: Remove DEFS.
408
4092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
412        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
413        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
414        unlimited/Makefile.am: Include compile.am
415
4162000-08-10      Joel Sherrill <joel@OARcorp.com>
417
418        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.