source: rtems/testsuites/samples/ChangeLog @ ecbb717f

4.104.114.84.95
Last change on this file since ecbb717f was ecbb717f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 21:31:41

2003-12-01 Ralf Corsepius <corsepiu@…>

  • base_mp/Makefile.am: Reformat.
  • base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
  • base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
  • base_sp/Makefile.am: Remove all-local: $(ARCH).
  • cdtest/Makefile.am: Remove all-local: $(ARCH).
  • fileio/Makefile.am: Remove all-local: $(ARCH).
  • hello/Makefile.am: Remove all-local: $(ARCH).
  • loopback/Makefile.am: Remove all-local: $(ARCH).
  • minimum/Makefile.am: Remove all-local: $(ARCH).
  • paranoia/Makefile.am: Remove all-local: $(ARCH).
  • pppd/Makefile.am: Remove all-local: $(ARCH).
  • ticker/Makefile.am: Remove all-local: $(ARCH).
  • unlimited/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 11.2 KB
Line 
12003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * base_mp/Makefile.am: Reformat.
4        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
5        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
6        * base_sp/Makefile.am: Remove all-local: $(ARCH).
7        * cdtest/Makefile.am: Remove all-local: $(ARCH).
8        * fileio/Makefile.am: Remove all-local: $(ARCH).
9        * hello/Makefile.am: Remove all-local: $(ARCH).
10        * loopback/Makefile.am: Remove all-local: $(ARCH).
11        * minimum/Makefile.am: Remove all-local: $(ARCH).
12        * paranoia/Makefile.am: Remove all-local: $(ARCH).
13        * pppd/Makefile.am: Remove all-local: $(ARCH).
14        * ticker/Makefile.am: Remove all-local: $(ARCH).
15        * unlimited/Makefile.am: Remove all-local: $(ARCH).
16
172003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Reflect having moved to testsuites/.
20
212003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
24        * fileio/Makefile.am: Only build if LIBCHIP is available.
25
262003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Remove RTEMS_CANONICAL_HOST.
29
302003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac:Remove RTEMS_CHECK_CPU.
33
342003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * fileio/init.c: Unconditionally define MIN (We *do want* to see
37        error messages if it conflicts).
38
392003-09-04      Joel Sherrill <joel@OARcorp.com>
40
41        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
42        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
43        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
44        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
45        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
46        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
47        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
48        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
49        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
50        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
51        for license changed.
52
532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Reflect having moved aclocal/.
56
572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Reflect having moved automake/.
60        * base_mp/Makefile.am: Reflect having moved automake/.
61        * base_mp/node1/Makefile.am: Reflect having moved automake/.
62        * base_mp/node2/Makefile.am: Reflect having moved automake/.
63        * base_sp/Makefile.am: Reflect having moved automake/.
64        * cdtest/Makefile.am: Reflect having moved automake/.
65        * fileio/Makefile.am: Reflect having moved automake/.
66        * hello/Makefile.am: Reflect having moved automake/.
67        * loopback/Makefile.am: Reflect having moved automake/.
68        * minimum/Makefile.am: Reflect having moved automake/.
69        * paranoia/Makefile.am: Reflect having moved automake/.
70        * pppd/Makefile.am: Reflect having moved automake/.
71        * ticker/Makefile.am: Reflect having moved automake/.
72        * unlimited/Makefile.am: Reflect having moved automake/.
73
742003-08-13      Joel Sherrill <joel@OARcorp.com>
75
76        * fileio/.cvsignore: New file.
77
782003-08-13      Joel Sherrill <joel@OARcorp.com>
79
80        PR 451/bsps
81        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
82
832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
86
872003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
90        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
91
922003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
93
94        PR 369/filesystem
95        * Makefile.am, configure.ac: sample application to show the use of the
96        DOSFS functions
97        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
98        fileio/system.h: New files.
99
1002003-06-04      Joel Sherrill <joel@OARcorp.com>
101
102        * pppd/system.h: Hack from Ralf to compile on all targets.
103
1042003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Add pppd.
107        * Makefile.am: Add pppd.
108
1092003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        Adding pppd:
112        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
113        * pppd/README: New, copied over from libnetworking/pppd/example.
114        * pppd/init.c: New, copied over from libnetworking/pppd/example.
115        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
116        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
117        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
118        * pppd/system.h: New, copied over from libnetworking/pppd/example.
119        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
120        * pppd/Makefile.am: New, converted to automake from Makefile-user.
121        * pppd/.cvsignore: New.
122
1232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Remove AC_CONFIG_AUX_DIR.
126
1272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
130
1312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: AC_PREREQ(2.57).
134
1352003-01-27      Joel Sherrill <joel@OARcorp.com>
136
137        * Makefile.am, configure.ac: Added new test loopback which shows how to
138        use the loopback interface. Thank you Eric Norum for a portable
139        target independent test which exercises the TCP/IP. This should
140        prevent massive failures in the TCP/IP stack from reaching the
141        street.
142        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
143        loopback/init.c, loopback/loopback.scn: New files.
144
1452003-01-03      Joel Sherrill <joel@OARcorp.com>
146
147        * unlimited/system.h, unlimited/test1.c: Backed off previous
148        modification as it does not compile.
149
1502002-10-31      Chris Johns <ccj@acm.org>
151
152        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
153        can be created. 
154        * unlimited/system.h: PR296. Reference the number of tasks in the
155        configuration table rather than a hardcoded number.
156
1572002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Unconditionally check for CXX (Hack to bug in
160        autoconf > 2.54).
161
1622002-10-31      Joel Sherrill <joel@OARcorp.com>
163
164        * base_mp/apptask.c: Removed warning.
165
1662002-10-28      Joel Sherrill <joel@OARcorp.com>
167
168        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
169
1702002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * .cvsignore: Reformat.
173        Add autom4te*cache.
174        Remove autom4te.cache.
175
1762002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
179        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
180        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
181        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
182        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
183        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
184        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
185        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
186        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
187
1882002-08-01      Joel Sherrill <joel@OARcorp.com>
189
190        * Per PR47 add support for buffered test output.  This involved
191        adding defines to redirect output to a buffer and dump it when
192        full, at "test pause", and at exit.  To avoid problems when redefining
193        exit(), all tests were modified to call rtems_test_exit().
194        Some tests, notable psxtests, had to be modified to include
195        the standard test macro .h file (pmacros.h or tmacros.h) to
196        enable this support.
197        * cdtest/init.c: Modified.
198
1992002-07-01      Joel Sherrill <joel@OARcorp.com>
200
201        * unlimited/test1.c: Corrected use of _Objects_Information_table
202        now that it is a two dimensional array based upon API and class.
203
2042002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * base_sp/apptask.c: Include <stdlib.h>.
207        * hello/init.c: Ditto.
208        * paranoia/init.c: Ditto.
209        * ticker/tasks.c: Ditto.
210        * unlimited/init.c: Ditto.
211        * unlimited/test1.c: Ditto.
212        * unlimited/test2.c: Ditto.
213        * unlimited/test3.c: Ditto.
214
2152002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Remove ENABLE_GCC28.
218
2192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac:
222        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
223        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
224        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
227        * Makefile.am: Remove AUTOMAKE_OPTIONS.
228        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
229        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
230        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
231        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
232        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
233        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
234        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
235
2362001-11-26      Ralf Corsepius
237
238        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
239
2402001-10-25      Eric Norum <eric.norum@usask.ca>
241
242        * cdtest/system.h: Configure 1 semaphore.  This probably covers
243        up not defining one for the GCC C++ Run-Time Libraries.
244
2452001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
248
2492001-10-12      Joel Sherrill <joel@OARcorp.com>
250
251        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
252        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
253        Fixed typo.
254
2552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
258        * configure.in: Remove.
259        * configure.ac: New file, generated from configure.in by autoupdate.
260
2612001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
264        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
265        * cdtest/Makefile.am: Remove LD_LIBS.
266
2672001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
270        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
271        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
272        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
273        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
274        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
275        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
276        make-cxx-exe.
277        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
278        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
279
2802001-06-14      Joel Sherrill <joel@OARcorp.com>
281
282        * cdtest/system.h: Removed configure of POSIX mutexes since
283        there do not appear to be any used in this test.
284
2852001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
286
287        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
288
2892000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
292
2932000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
296
2972000-10-30      Joel Sherrill <joel@OARcorp.com>
298
299        * POSIX include files merged into newlib.  This resulted in
300        some definitions moving to other files and thus some secondary
301        effects in RTEMS source code.
302        * paranoia/paranoia.c: Commented out incorrect and conflicting
303        prototype of read().
304
3052000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
308        Switch to GNU canonicalization.
309        * sample.am: Remove DEFS.
310
3112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
314        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
315        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
316        unlimited/Makefile.am: Include compile.am
317
3182000-08-10      Joel Sherrill <joel@OARcorp.com>
319
320        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.