source: rtems/testsuites/samples/ChangeLog @ 581dfa8

4.104.114.84.95
Last change on this file since 581dfa8 was 581dfa8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/26/05 at 03:25:15

2005-10-26 Ralf Corsepius <ralf.corsepius@…>

  • pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of rtemspppd.h.
  • Property mode set to 100644
File size: 14.7 KB
Line 
12005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
4        rtemspppd.h.
5
62005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * loopback/init.c: socklen_t.
9
102005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
13        Remove LIB_VARIANT.
14
152005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Remove DIST_SUBDIRS.
18
192004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * configure.ac: Require automake > 1.9.
22
232004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
24
25        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
26        NETTESTS. Add iostream/.
27        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
28        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
29        Reflect changes above.
30        * cdtest/main.cc: Adaptation to new C++ standards.
31
322004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
35        iostream/iostream.scn, iostream/system.h:
36        New (C++ variant of hello).
37
382004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
41        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
42        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
43        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
44        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
45        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
46        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
47        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
48        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
49        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
50        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
51
522004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
55
562004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
57
58        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
59        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
60        unlimited/test3.c: Convert to using c99 fixed size types.
61
622004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Add 2nd arg to RTEMS_TOP.
65
662004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Remove -Wall -ansi to work-around non-portability of
69        with cdtest.
70
712004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
74        Add PRE/TMPINSTALL_FILES to CLEANFILES.
75        * base_mp/node2/Makefile.am: Ditto.
76        * base_sp/Makefile.am: Ditto.
77        * cdtest/Makefile.am: Ditto.
78        * fileio/Makefile.am: Ditto.
79        * hello/Makefile.am: Ditto.
80        * loopback/Makefile.am: Ditto.
81        * minimum/Makefile.am: Ditto.
82        * paranoia/Makefile.am: Ditto.
83        * pppd/Makefile.am: Ditto.
84        * ticker/Makefile.am: Ditto.
85        * unlimited/Makefile.am: Ditto.
86
872003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * samples.am: Fix yet another stupid typo in yesterday's patch.
90
912003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * samples.am: Add dirstamp support.
94
952003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
98        Eliminate VPATH.
99
1002003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
103
1042003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
107
1082003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * base_mp/Makefile.am: Reformat.
111        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
112        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
113        * base_sp/Makefile.am: Remove all-local: $(ARCH).
114        * cdtest/Makefile.am: Remove all-local: $(ARCH).
115        * fileio/Makefile.am: Remove all-local: $(ARCH).
116        * hello/Makefile.am: Remove all-local: $(ARCH).
117        * loopback/Makefile.am: Remove all-local: $(ARCH).
118        * minimum/Makefile.am: Remove all-local: $(ARCH).
119        * paranoia/Makefile.am: Remove all-local: $(ARCH).
120        * pppd/Makefile.am: Remove all-local: $(ARCH).
121        * ticker/Makefile.am: Remove all-local: $(ARCH).
122        * unlimited/Makefile.am: Remove all-local: $(ARCH).
123
1242003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Reflect having moved to testsuites/.
127
1282003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
131        * fileio/Makefile.am: Only build if LIBCHIP is available.
132
1332003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Remove RTEMS_CANONICAL_HOST.
136
1372003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac:Remove RTEMS_CHECK_CPU.
140
1412003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * fileio/init.c: Unconditionally define MIN (We *do want* to see
144        error messages if it conflicts).
145
1462003-09-04      Joel Sherrill <joel@OARcorp.com>
147
148        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
149        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
150        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
151        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
152        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
153        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
154        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
155        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
156        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
157        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
158        for license changed.
159
1602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Reflect having moved aclocal/.
163
1642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Reflect having moved automake/.
167        * base_mp/Makefile.am: Reflect having moved automake/.
168        * base_mp/node1/Makefile.am: Reflect having moved automake/.
169        * base_mp/node2/Makefile.am: Reflect having moved automake/.
170        * base_sp/Makefile.am: Reflect having moved automake/.
171        * cdtest/Makefile.am: Reflect having moved automake/.
172        * fileio/Makefile.am: Reflect having moved automake/.
173        * hello/Makefile.am: Reflect having moved automake/.
174        * loopback/Makefile.am: Reflect having moved automake/.
175        * minimum/Makefile.am: Reflect having moved automake/.
176        * paranoia/Makefile.am: Reflect having moved automake/.
177        * pppd/Makefile.am: Reflect having moved automake/.
178        * ticker/Makefile.am: Reflect having moved automake/.
179        * unlimited/Makefile.am: Reflect having moved automake/.
180
1812003-08-13      Joel Sherrill <joel@OARcorp.com>
182
183        * fileio/.cvsignore: New file.
184
1852003-08-13      Joel Sherrill <joel@OARcorp.com>
186
187        PR 451/bsps
188        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
189
1902003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
193
1942003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
197        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
198
1992003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
200
201        PR 369/filesystem
202        * Makefile.am, configure.ac: sample application to show the use of the
203        DOSFS functions
204        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
205        fileio/system.h: New files.
206
2072003-06-04      Joel Sherrill <joel@OARcorp.com>
208
209        * pppd/system.h: Hack from Ralf to compile on all targets.
210
2112003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Add pppd.
214        * Makefile.am: Add pppd.
215
2162003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        Adding pppd:
219        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
220        * pppd/README: New, copied over from libnetworking/pppd/example.
221        * pppd/init.c: New, copied over from libnetworking/pppd/example.
222        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
223        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
224        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
225        * pppd/system.h: New, copied over from libnetworking/pppd/example.
226        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
227        * pppd/Makefile.am: New, converted to automake from Makefile-user.
228        * pppd/.cvsignore: New.
229
2302003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Remove AC_CONFIG_AUX_DIR.
233
2342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
237
2382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac: AC_PREREQ(2.57).
241
2422003-01-27      Joel Sherrill <joel@OARcorp.com>
243
244        * Makefile.am, configure.ac: Added new test loopback which shows how to
245        use the loopback interface. Thank you Eric Norum for a portable
246        target independent test which exercises the TCP/IP. This should
247        prevent massive failures in the TCP/IP stack from reaching the
248        street.
249        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
250        loopback/init.c, loopback/loopback.scn: New files.
251
2522003-01-03      Joel Sherrill <joel@OARcorp.com>
253
254        * unlimited/system.h, unlimited/test1.c: Backed off previous
255        modification as it does not compile.
256
2572002-10-31      Chris Johns <ccj@acm.org>
258
259        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
260        can be created. 
261        * unlimited/system.h: PR296. Reference the number of tasks in the
262        configuration table rather than a hardcoded number.
263
2642002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Unconditionally check for CXX (Hack to bug in
267        autoconf > 2.54).
268
2692002-10-31      Joel Sherrill <joel@OARcorp.com>
270
271        * base_mp/apptask.c: Removed warning.
272
2732002-10-28      Joel Sherrill <joel@OARcorp.com>
274
275        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
276
2772002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * .cvsignore: Reformat.
280        Add autom4te*cache.
281        Remove autom4te.cache.
282
2832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
286        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
287        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
288        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
290        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
291        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
292        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
293        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
294
2952002-08-01      Joel Sherrill <joel@OARcorp.com>
296
297        * Per PR47 add support for buffered test output.  This involved
298        adding defines to redirect output to a buffer and dump it when
299        full, at "test pause", and at exit.  To avoid problems when redefining
300        exit(), all tests were modified to call rtems_test_exit().
301        Some tests, notable psxtests, had to be modified to include
302        the standard test macro .h file (pmacros.h or tmacros.h) to
303        enable this support.
304        * cdtest/init.c: Modified.
305
3062002-07-01      Joel Sherrill <joel@OARcorp.com>
307
308        * unlimited/test1.c: Corrected use of _Objects_Information_table
309        now that it is a two dimensional array based upon API and class.
310
3112002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * base_sp/apptask.c: Include <stdlib.h>.
314        * hello/init.c: Ditto.
315        * paranoia/init.c: Ditto.
316        * ticker/tasks.c: Ditto.
317        * unlimited/init.c: Ditto.
318        * unlimited/test1.c: Ditto.
319        * unlimited/test2.c: Ditto.
320        * unlimited/test3.c: Ditto.
321
3222002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Remove ENABLE_GCC28.
325
3262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac:
329        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
330        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
331        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
342
3432001-11-26      Ralf Corsepius
344
345        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
346
3472001-10-25      Eric Norum <eric.norum@usask.ca>
348
349        * cdtest/system.h: Configure 1 semaphore.  This probably covers
350        up not defining one for the GCC C++ Run-Time Libraries.
351
3522001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
355
3562001-10-12      Joel Sherrill <joel@OARcorp.com>
357
358        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
359        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
360        Fixed typo.
361
3622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
365        * configure.in: Remove.
366        * configure.ac: New file, generated from configure.in by autoupdate.
367
3682001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
371        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
372        * cdtest/Makefile.am: Remove LD_LIBS.
373
3742001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
377        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
378        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
379        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
380        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
381        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
382        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
383        make-cxx-exe.
384        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
385        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
386
3872001-06-14      Joel Sherrill <joel@OARcorp.com>
388
389        * cdtest/system.h: Removed configure of POSIX mutexes since
390        there do not appear to be any used in this test.
391
3922001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
393
394        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
395
3962000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
399
4002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
403
4042000-10-30      Joel Sherrill <joel@OARcorp.com>
405
406        * POSIX include files merged into newlib.  This resulted in
407        some definitions moving to other files and thus some secondary
408        effects in RTEMS source code.
409        * paranoia/paranoia.c: Commented out incorrect and conflicting
410        prototype of read().
411
4122000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
415        Switch to GNU canonicalization.
416        * sample.am: Remove DEFS.
417
4182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
421        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
422        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
423        unlimited/Makefile.am: Include compile.am
424
4252000-08-10      Joel Sherrill <joel@OARcorp.com>
426
427        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.