source: rtems/testsuites/samples/ChangeLog @ a00ee40

4.104.114.84.95
Last change on this file since a00ee40 was a00ee40, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 07:49:37

2004-01-14 Ralf Corsepius <corsepiu@…>

  • base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
  • base_mp/node2/Makefile.am: Ditto.
  • base_sp/Makefile.am: Ditto.
  • cdtest/Makefile.am: Ditto.
  • fileio/Makefile.am: Ditto.
  • hello/Makefile.am: Ditto.
  • loopback/Makefile.am: Ditto.
  • minimum/Makefile.am: Ditto.
  • paranoia/Makefile.am: Ditto.
  • pppd/Makefile.am: Ditto.
  • ticker/Makefile.am: Ditto.
  • unlimited/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 12.3 KB
Line 
12004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
4        Add PRE/TMPINSTALL_FILES to CLEANFILES.
5        * base_mp/node2/Makefile.am: Ditto.
6        * base_sp/Makefile.am: Ditto.
7        * cdtest/Makefile.am: Ditto.
8        * fileio/Makefile.am: Ditto.
9        * hello/Makefile.am: Ditto.
10        * loopback/Makefile.am: Ditto.
11        * minimum/Makefile.am: Ditto.
12        * paranoia/Makefile.am: Ditto.
13        * pppd/Makefile.am: Ditto.
14        * ticker/Makefile.am: Ditto.
15        * unlimited/Makefile.am: Ditto.
16
172003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * samples.am: Fix yet another stupid typo in yesterday's patch.
20
212003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * samples.am: Add dirstamp support.
24
252003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
28        Eliminate VPATH.
29
302003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
33
342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
37
382003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * base_mp/Makefile.am: Reformat.
41        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
42        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
43        * base_sp/Makefile.am: Remove all-local: $(ARCH).
44        * cdtest/Makefile.am: Remove all-local: $(ARCH).
45        * fileio/Makefile.am: Remove all-local: $(ARCH).
46        * hello/Makefile.am: Remove all-local: $(ARCH).
47        * loopback/Makefile.am: Remove all-local: $(ARCH).
48        * minimum/Makefile.am: Remove all-local: $(ARCH).
49        * paranoia/Makefile.am: Remove all-local: $(ARCH).
50        * pppd/Makefile.am: Remove all-local: $(ARCH).
51        * ticker/Makefile.am: Remove all-local: $(ARCH).
52        * unlimited/Makefile.am: Remove all-local: $(ARCH).
53
542003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Reflect having moved to testsuites/.
57
582003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
61        * fileio/Makefile.am: Only build if LIBCHIP is available.
62
632003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Remove RTEMS_CANONICAL_HOST.
66
672003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac:Remove RTEMS_CHECK_CPU.
70
712003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * fileio/init.c: Unconditionally define MIN (We *do want* to see
74        error messages if it conflicts).
75
762003-09-04      Joel Sherrill <joel@OARcorp.com>
77
78        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
79        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
80        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
81        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
82        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
83        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
84        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
85        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
86        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
87        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
88        for license changed.
89
902003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Reflect having moved aclocal/.
93
942003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Reflect having moved automake/.
97        * base_mp/Makefile.am: Reflect having moved automake/.
98        * base_mp/node1/Makefile.am: Reflect having moved automake/.
99        * base_mp/node2/Makefile.am: Reflect having moved automake/.
100        * base_sp/Makefile.am: Reflect having moved automake/.
101        * cdtest/Makefile.am: Reflect having moved automake/.
102        * fileio/Makefile.am: Reflect having moved automake/.
103        * hello/Makefile.am: Reflect having moved automake/.
104        * loopback/Makefile.am: Reflect having moved automake/.
105        * minimum/Makefile.am: Reflect having moved automake/.
106        * paranoia/Makefile.am: Reflect having moved automake/.
107        * pppd/Makefile.am: Reflect having moved automake/.
108        * ticker/Makefile.am: Reflect having moved automake/.
109        * unlimited/Makefile.am: Reflect having moved automake/.
110
1112003-08-13      Joel Sherrill <joel@OARcorp.com>
112
113        * fileio/.cvsignore: New file.
114
1152003-08-13      Joel Sherrill <joel@OARcorp.com>
116
117        PR 451/bsps
118        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
119
1202003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
123
1242003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
127        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
128
1292003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
130
131        PR 369/filesystem
132        * Makefile.am, configure.ac: sample application to show the use of the
133        DOSFS functions
134        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
135        fileio/system.h: New files.
136
1372003-06-04      Joel Sherrill <joel@OARcorp.com>
138
139        * pppd/system.h: Hack from Ralf to compile on all targets.
140
1412003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Add pppd.
144        * Makefile.am: Add pppd.
145
1462003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        Adding pppd:
149        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
150        * pppd/README: New, copied over from libnetworking/pppd/example.
151        * pppd/init.c: New, copied over from libnetworking/pppd/example.
152        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
153        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
154        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
155        * pppd/system.h: New, copied over from libnetworking/pppd/example.
156        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
157        * pppd/Makefile.am: New, converted to automake from Makefile-user.
158        * pppd/.cvsignore: New.
159
1602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Remove AC_CONFIG_AUX_DIR.
163
1642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
167
1682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: AC_PREREQ(2.57).
171
1722003-01-27      Joel Sherrill <joel@OARcorp.com>
173
174        * Makefile.am, configure.ac: Added new test loopback which shows how to
175        use the loopback interface. Thank you Eric Norum for a portable
176        target independent test which exercises the TCP/IP. This should
177        prevent massive failures in the TCP/IP stack from reaching the
178        street.
179        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
180        loopback/init.c, loopback/loopback.scn: New files.
181
1822003-01-03      Joel Sherrill <joel@OARcorp.com>
183
184        * unlimited/system.h, unlimited/test1.c: Backed off previous
185        modification as it does not compile.
186
1872002-10-31      Chris Johns <ccj@acm.org>
188
189        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
190        can be created. 
191        * unlimited/system.h: PR296. Reference the number of tasks in the
192        configuration table rather than a hardcoded number.
193
1942002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Unconditionally check for CXX (Hack to bug in
197        autoconf > 2.54).
198
1992002-10-31      Joel Sherrill <joel@OARcorp.com>
200
201        * base_mp/apptask.c: Removed warning.
202
2032002-10-28      Joel Sherrill <joel@OARcorp.com>
204
205        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
206
2072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * .cvsignore: Reformat.
210        Add autom4te*cache.
211        Remove autom4te.cache.
212
2132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
216        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
217        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
218        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
219        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
220        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
221        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
222        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
223        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
224
2252002-08-01      Joel Sherrill <joel@OARcorp.com>
226
227        * Per PR47 add support for buffered test output.  This involved
228        adding defines to redirect output to a buffer and dump it when
229        full, at "test pause", and at exit.  To avoid problems when redefining
230        exit(), all tests were modified to call rtems_test_exit().
231        Some tests, notable psxtests, had to be modified to include
232        the standard test macro .h file (pmacros.h or tmacros.h) to
233        enable this support.
234        * cdtest/init.c: Modified.
235
2362002-07-01      Joel Sherrill <joel@OARcorp.com>
237
238        * unlimited/test1.c: Corrected use of _Objects_Information_table
239        now that it is a two dimensional array based upon API and class.
240
2412002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * base_sp/apptask.c: Include <stdlib.h>.
244        * hello/init.c: Ditto.
245        * paranoia/init.c: Ditto.
246        * ticker/tasks.c: Ditto.
247        * unlimited/init.c: Ditto.
248        * unlimited/test1.c: Ditto.
249        * unlimited/test2.c: Ditto.
250        * unlimited/test3.c: Ditto.
251
2522002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Remove ENABLE_GCC28.
255
2562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac:
259        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
260        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
261        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
262        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
263        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
264        * Makefile.am: Remove AUTOMAKE_OPTIONS.
265        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
266        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
267        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
270        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
271        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
272
2732001-11-26      Ralf Corsepius
274
275        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
276
2772001-10-25      Eric Norum <eric.norum@usask.ca>
278
279        * cdtest/system.h: Configure 1 semaphore.  This probably covers
280        up not defining one for the GCC C++ Run-Time Libraries.
281
2822001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
285
2862001-10-12      Joel Sherrill <joel@OARcorp.com>
287
288        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
289        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
290        Fixed typo.
291
2922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
295        * configure.in: Remove.
296        * configure.ac: New file, generated from configure.in by autoupdate.
297
2982001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
301        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
302        * cdtest/Makefile.am: Remove LD_LIBS.
303
3042001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
307        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
308        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
309        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
310        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
311        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
312        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
313        make-cxx-exe.
314        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
315        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
316
3172001-06-14      Joel Sherrill <joel@OARcorp.com>
318
319        * cdtest/system.h: Removed configure of POSIX mutexes since
320        there do not appear to be any used in this test.
321
3222001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
323
324        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
325
3262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
329
3302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
333
3342000-10-30      Joel Sherrill <joel@OARcorp.com>
335
336        * POSIX include files merged into newlib.  This resulted in
337        some definitions moving to other files and thus some secondary
338        effects in RTEMS source code.
339        * paranoia/paranoia.c: Commented out incorrect and conflicting
340        prototype of read().
341
3422000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
345        Switch to GNU canonicalization.
346        * sample.am: Remove DEFS.
347
3482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
351        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
352        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
353        unlimited/Makefile.am: Include compile.am
354
3552000-08-10      Joel Sherrill <joel@OARcorp.com>
356
357        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.