source: rtems/testsuites/samples/ChangeLog @ 2967687

4.104.114.84.95
Last change on this file since 2967687 was 2967687, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 09:28:06

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

  • base_mp/node1/Makefile.am, base_mp/node2/Makefile.am, base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am ticker/Makefile.am, unlimited/Makefile.am: Remove SRCS, PRINT_SRCS.
  • Property mode set to 100644
File size: 15.9 KB
Line 
12005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
4        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
5        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
6        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
7        ticker/Makefile.am, unlimited/Makefile.am:
8        Remove SRCS, PRINT_SRCS.
9
102005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
13
142005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
17        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
18        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
19        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
20        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
21        ticker/Makefile.am, unlimited/Makefile.am:
22        Partial conversion to automake.
23
242005-10-26  Eric Norum <norume@aps.anl.gov>
25
26        PR 839/tests
27        * samples/pppd/system.h: Remove i386-specific conditional.
28        This at least lets the sample compile.   It's unlikely to actually
29        work, though.
30
312005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * pppd/Makefile.am: Reflect libpppd having been split out.
34        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
35        rtemspppd.h.
36
372005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * loopback/init.c: socklen_t.
40
412005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
44        Remove LIB_VARIANT.
45
462005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Remove DIST_SUBDIRS.
49
502004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        * configure.ac: Require automake > 1.9.
53
542004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
57        NETTESTS. Add iostream/.
58        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
59        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
60        Reflect changes above.
61        * cdtest/main.cc: Adaptation to new C++ standards.
62
632004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
66        iostream/iostream.scn, iostream/system.h:
67        New (C++ variant of hello).
68
692004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
72        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
73        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
74        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
75        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
76        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
77        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
78        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
79        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
80        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
81        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
82
832004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
86
872004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
88
89        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
90        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
91        unlimited/test3.c: Convert to using c99 fixed size types.
92
932004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Add 2nd arg to RTEMS_TOP.
96
972004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Remove -Wall -ansi to work-around non-portability of
100        with cdtest.
101
1022004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
105        Add PRE/TMPINSTALL_FILES to CLEANFILES.
106        * base_mp/node2/Makefile.am: Ditto.
107        * base_sp/Makefile.am: Ditto.
108        * cdtest/Makefile.am: Ditto.
109        * fileio/Makefile.am: Ditto.
110        * hello/Makefile.am: Ditto.
111        * loopback/Makefile.am: Ditto.
112        * minimum/Makefile.am: Ditto.
113        * paranoia/Makefile.am: Ditto.
114        * pppd/Makefile.am: Ditto.
115        * ticker/Makefile.am: Ditto.
116        * unlimited/Makefile.am: Ditto.
117
1182003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * samples.am: Fix yet another stupid typo in yesterday's patch.
121
1222003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * samples.am: Add dirstamp support.
125
1262003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
129        Eliminate VPATH.
130
1312003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
134
1352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
138
1392003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * base_mp/Makefile.am: Reformat.
142        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
143        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
144        * base_sp/Makefile.am: Remove all-local: $(ARCH).
145        * cdtest/Makefile.am: Remove all-local: $(ARCH).
146        * fileio/Makefile.am: Remove all-local: $(ARCH).
147        * hello/Makefile.am: Remove all-local: $(ARCH).
148        * loopback/Makefile.am: Remove all-local: $(ARCH).
149        * minimum/Makefile.am: Remove all-local: $(ARCH).
150        * paranoia/Makefile.am: Remove all-local: $(ARCH).
151        * pppd/Makefile.am: Remove all-local: $(ARCH).
152        * ticker/Makefile.am: Remove all-local: $(ARCH).
153        * unlimited/Makefile.am: Remove all-local: $(ARCH).
154
1552003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Reflect having moved to testsuites/.
158
1592003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
162        * fileio/Makefile.am: Only build if LIBCHIP is available.
163
1642003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Remove RTEMS_CANONICAL_HOST.
167
1682003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac:Remove RTEMS_CHECK_CPU.
171
1722003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * fileio/init.c: Unconditionally define MIN (We *do want* to see
175        error messages if it conflicts).
176
1772003-09-04      Joel Sherrill <joel@OARcorp.com>
178
179        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
180        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
181        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
182        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
183        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
184        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
185        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
186        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
187        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
188        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
189        for license changed.
190
1912003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Reflect having moved aclocal/.
194
1952003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Reflect having moved automake/.
198        * base_mp/Makefile.am: Reflect having moved automake/.
199        * base_mp/node1/Makefile.am: Reflect having moved automake/.
200        * base_mp/node2/Makefile.am: Reflect having moved automake/.
201        * base_sp/Makefile.am: Reflect having moved automake/.
202        * cdtest/Makefile.am: Reflect having moved automake/.
203        * fileio/Makefile.am: Reflect having moved automake/.
204        * hello/Makefile.am: Reflect having moved automake/.
205        * loopback/Makefile.am: Reflect having moved automake/.
206        * minimum/Makefile.am: Reflect having moved automake/.
207        * paranoia/Makefile.am: Reflect having moved automake/.
208        * pppd/Makefile.am: Reflect having moved automake/.
209        * ticker/Makefile.am: Reflect having moved automake/.
210        * unlimited/Makefile.am: Reflect having moved automake/.
211
2122003-08-13      Joel Sherrill <joel@OARcorp.com>
213
214        * fileio/.cvsignore: New file.
215
2162003-08-13      Joel Sherrill <joel@OARcorp.com>
217
218        PR 451/bsps
219        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
220
2212003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
224
2252003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
228        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
229
2302003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
231
232        PR 369/filesystem
233        * Makefile.am, configure.ac: sample application to show the use of the
234        DOSFS functions
235        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
236        fileio/system.h: New files.
237
2382003-06-04      Joel Sherrill <joel@OARcorp.com>
239
240        * pppd/system.h: Hack from Ralf to compile on all targets.
241
2422003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac: Add pppd.
245        * Makefile.am: Add pppd.
246
2472003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        Adding pppd:
250        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
251        * pppd/README: New, copied over from libnetworking/pppd/example.
252        * pppd/init.c: New, copied over from libnetworking/pppd/example.
253        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
254        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
255        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
256        * pppd/system.h: New, copied over from libnetworking/pppd/example.
257        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
258        * pppd/Makefile.am: New, converted to automake from Makefile-user.
259        * pppd/.cvsignore: New.
260
2612003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.ac: Remove AC_CONFIG_AUX_DIR.
264
2652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
268
2692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: AC_PREREQ(2.57).
272
2732003-01-27      Joel Sherrill <joel@OARcorp.com>
274
275        * Makefile.am, configure.ac: Added new test loopback which shows how to
276        use the loopback interface. Thank you Eric Norum for a portable
277        target independent test which exercises the TCP/IP. This should
278        prevent massive failures in the TCP/IP stack from reaching the
279        street.
280        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
281        loopback/init.c, loopback/loopback.scn: New files.
282
2832003-01-03      Joel Sherrill <joel@OARcorp.com>
284
285        * unlimited/system.h, unlimited/test1.c: Backed off previous
286        modification as it does not compile.
287
2882002-10-31      Chris Johns <ccj@acm.org>
289
290        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
291        can be created. 
292        * unlimited/system.h: PR296. Reference the number of tasks in the
293        configuration table rather than a hardcoded number.
294
2952002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.ac: Unconditionally check for CXX (Hack to bug in
298        autoconf > 2.54).
299
3002002-10-31      Joel Sherrill <joel@OARcorp.com>
301
302        * base_mp/apptask.c: Removed warning.
303
3042002-10-28      Joel Sherrill <joel@OARcorp.com>
305
306        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
307
3082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * .cvsignore: Reformat.
311        Add autom4te*cache.
312        Remove autom4te.cache.
313
3142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
325
3262002-08-01      Joel Sherrill <joel@OARcorp.com>
327
328        * Per PR47 add support for buffered test output.  This involved
329        adding defines to redirect output to a buffer and dump it when
330        full, at "test pause", and at exit.  To avoid problems when redefining
331        exit(), all tests were modified to call rtems_test_exit().
332        Some tests, notable psxtests, had to be modified to include
333        the standard test macro .h file (pmacros.h or tmacros.h) to
334        enable this support.
335        * cdtest/init.c: Modified.
336
3372002-07-01      Joel Sherrill <joel@OARcorp.com>
338
339        * unlimited/test1.c: Corrected use of _Objects_Information_table
340        now that it is a two dimensional array based upon API and class.
341
3422002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * base_sp/apptask.c: Include <stdlib.h>.
345        * hello/init.c: Ditto.
346        * paranoia/init.c: Ditto.
347        * ticker/tasks.c: Ditto.
348        * unlimited/init.c: Ditto.
349        * unlimited/test1.c: Ditto.
350        * unlimited/test2.c: Ditto.
351        * unlimited/test3.c: Ditto.
352
3532002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: Remove ENABLE_GCC28.
356
3572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac:
360        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
361        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
362        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
373
3742001-11-26      Ralf Corsepius
375
376        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
377
3782001-10-25      Eric Norum <eric.norum@usask.ca>
379
380        * cdtest/system.h: Configure 1 semaphore.  This probably covers
381        up not defining one for the GCC C++ Run-Time Libraries.
382
3832001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
386
3872001-10-12      Joel Sherrill <joel@OARcorp.com>
388
389        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
390        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
391        Fixed typo.
392
3932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
396        * configure.in: Remove.
397        * configure.ac: New file, generated from configure.in by autoupdate.
398
3992001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
402        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
403        * cdtest/Makefile.am: Remove LD_LIBS.
404
4052001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
408        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
409        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
410        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
411        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
412        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
413        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
414        make-cxx-exe.
415        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
416        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
417
4182001-06-14      Joel Sherrill <joel@OARcorp.com>
419
420        * cdtest/system.h: Removed configure of POSIX mutexes since
421        there do not appear to be any used in this test.
422
4232001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
424
425        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
426
4272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
430
4312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
434
4352000-10-30      Joel Sherrill <joel@OARcorp.com>
436
437        * POSIX include files merged into newlib.  This resulted in
438        some definitions moving to other files and thus some secondary
439        effects in RTEMS source code.
440        * paranoia/paranoia.c: Commented out incorrect and conflicting
441        prototype of read().
442
4432000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
446        Switch to GNU canonicalization.
447        * sample.am: Remove DEFS.
448
4492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
452        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
453        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
454        unlimited/Makefile.am: Include compile.am
455
4562000-08-10      Joel Sherrill <joel@OARcorp.com>
457
458        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.