source: rtems/testsuites/samples/ChangeLog @ 5f52d1f

4.104.114.84.95
Last change on this file since 5f52d1f was 5f52d1f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/10/03 at 21:57:23

2003-11-10 Ralf Corsepius <corsepiu@…>

  • configure.ac: Reflect having moved to testsuites/.
  • Property mode set to 100644
File size: 10.5 KB
RevLine 
[5f52d1f]12003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Reflect having moved to testsuites/.
4
[cb3cf606]52003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
8        * fileio/Makefile.am: Only build if LIBCHIP is available.
9
[c6328bee]102003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove RTEMS_CANONICAL_HOST.
13
[5445ee60]142003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac:Remove RTEMS_CHECK_CPU.
17
[af69e57b]182003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * fileio/init.c: Unconditionally define MIN (We *do want* to see
21        error messages if it conflicts).
22
[3e26377b]232003-09-04      Joel Sherrill <joel@OARcorp.com>
24
25        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
26        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
27        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
28        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
29        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
30        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
31        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
32        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
33        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
34        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
35        for license changed.
36
[7862f888]372003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Reflect having moved aclocal/.
40
[ebb7d37]412003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
[61d9371]43        * Makefile.am: Reflect having moved automake/.
44        * base_mp/Makefile.am: Reflect having moved automake/.
45        * base_mp/node1/Makefile.am: Reflect having moved automake/.
46        * base_mp/node2/Makefile.am: Reflect having moved automake/.
47        * base_sp/Makefile.am: Reflect having moved automake/.
48        * cdtest/Makefile.am: Reflect having moved automake/.
49        * fileio/Makefile.am: Reflect having moved automake/.
50        * hello/Makefile.am: Reflect having moved automake/.
51        * loopback/Makefile.am: Reflect having moved automake/.
52        * minimum/Makefile.am: Reflect having moved automake/.
53        * paranoia/Makefile.am: Reflect having moved automake/.
54        * pppd/Makefile.am: Reflect having moved automake/.
55        * ticker/Makefile.am: Reflect having moved automake/.
56        * unlimited/Makefile.am: Reflect having moved automake/.
[ebb7d37]57
[a94b1bdc]582003-08-13      Joel Sherrill <joel@OARcorp.com>
59
60        * fileio/.cvsignore: New file.
61
[334b130d]622003-08-13      Joel Sherrill <joel@OARcorp.com>
63
64        PR 451/bsps
65        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
66
[7dcc3fe]672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
70
[7ebeaa1]712003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
74        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
75
[ac0a2af]762003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
77
78        PR 369/filesystem
79        * Makefile.am, configure.ac: sample application to show the use of the
80        DOSFS functions
81        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
82        fileio/system.h: New files.
83
[7423766b]842003-06-04      Joel Sherrill <joel@OARcorp.com>
85
86        * pppd/system.h: Hack from Ralf to compile on all targets.
87
[5f71e41]882003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Add pppd.
91        * Makefile.am: Add pppd.
92
[478bb1e6]932003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        Adding pppd:
96        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
97        * pppd/README: New, copied over from libnetworking/pppd/example.
98        * pppd/init.c: New, copied over from libnetworking/pppd/example.
99        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
100        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
101        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
102        * pppd/system.h: New, copied over from libnetworking/pppd/example.
103        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
104        * pppd/Makefile.am: New, converted to automake from Makefile-user.
105        * pppd/.cvsignore: New.
106
[3c55718]1072003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Remove AC_CONFIG_AUX_DIR.
110
[ccd81b60]1112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
114
[9b5c258]1152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: AC_PREREQ(2.57).
118
[4691b48]1192003-01-27      Joel Sherrill <joel@OARcorp.com>
120
121        * Makefile.am, configure.ac: Added new test loopback which shows how to
122        use the loopback interface. Thank you Eric Norum for a portable
123        target independent test which exercises the TCP/IP. This should
124        prevent massive failures in the TCP/IP stack from reaching the
125        street.
126        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
127        loopback/init.c, loopback/loopback.scn: New files.
128
[7ab11c0]1292003-01-03      Joel Sherrill <joel@OARcorp.com>
130
131        * unlimited/system.h, unlimited/test1.c: Backed off previous
132        modification as it does not compile.
133
[3d9f688e]1342002-10-31      Chris Johns <ccj@acm.org>
135
136        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
137        can be created. 
138        * unlimited/system.h: PR296. Reference the number of tasks in the
139        configuration table rather than a hardcoded number.
140
[2595580]1412002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Unconditionally check for CXX (Hack to bug in
144        autoconf > 2.54).
145
[2ea93957]1462002-10-31      Joel Sherrill <joel@OARcorp.com>
147
148        * base_mp/apptask.c: Removed warning.
149
[42b7ce27]1502002-10-28      Joel Sherrill <joel@OARcorp.com>
151
152        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
153
[8730f45]1542002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * .cvsignore: Reformat.
157        Add autom4te*cache.
158        Remove autom4te.cache.
159
[fef95c56]1602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
163        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
164        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
165        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
166        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
167        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
168        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
169        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
170        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
171
[6ada2b1e]1722002-08-01      Joel Sherrill <joel@OARcorp.com>
173
174        * Per PR47 add support for buffered test output.  This involved
175        adding defines to redirect output to a buffer and dump it when
176        full, at "test pause", and at exit.  To avoid problems when redefining
177        exit(), all tests were modified to call rtems_test_exit().
178        Some tests, notable psxtests, had to be modified to include
179        the standard test macro .h file (pmacros.h or tmacros.h) to
180        enable this support.
181        * cdtest/init.c: Modified.
182
[35290c9]1832002-07-01      Joel Sherrill <joel@OARcorp.com>
184
185        * unlimited/test1.c: Corrected use of _Objects_Information_table
186        now that it is a two dimensional array based upon API and class.
187
[d25d17b]1882002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * base_sp/apptask.c: Include <stdlib.h>.
191        * hello/init.c: Ditto.
192        * paranoia/init.c: Ditto.
193        * ticker/tasks.c: Ditto.
194        * unlimited/init.c: Ditto.
195        * unlimited/test1.c: Ditto.
196        * unlimited/test2.c: Ditto.
197        * unlimited/test3.c: Ditto.
198
[cb9b2bfc]1992002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Remove ENABLE_GCC28.
202
[0e9a637]2032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac:
206        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
207        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
208        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
209        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
210        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
211        * Makefile.am: Remove AUTOMAKE_OPTIONS.
212        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
213        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
214        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
215        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
216        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
219
[36d1e17]2202001-11-26      Ralf Corsepius
221
222        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
223
[859c7d8]2242001-10-25      Eric Norum <eric.norum@usask.ca>
225
226        * cdtest/system.h: Configure 1 semaphore.  This probably covers
227        up not defining one for the GCC C++ Run-Time Libraries.
228
[0b365382]2292001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
232
[05e3b5b]2332001-10-12      Joel Sherrill <joel@OARcorp.com>
234
235        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
236        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
237        Fixed typo.
238
[df25c998]2392001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
242        * configure.in: Remove.
243        * configure.ac: New file, generated from configure.in by autoupdate.
244
[c9cbbe22]2452001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
248        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
249        * cdtest/Makefile.am: Remove LD_LIBS.
250
[15c4b4c5]2512001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
254        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
255        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
256        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
257        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
258        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
259        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
260        make-cxx-exe.
261        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
262        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
263
[2aceb819]2642001-06-14      Joel Sherrill <joel@OARcorp.com>
265
266        * cdtest/system.h: Removed configure of POSIX mutexes since
267        there do not appear to be any used in this test.
268
[95083c0]2692001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
270
271        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
272
[feead226]2732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
276
[a314d3b4]2772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
280
[df3b242]2812000-10-30      Joel Sherrill <joel@OARcorp.com>
282
283        * POSIX include files merged into newlib.  This resulted in
284        some definitions moving to other files and thus some secondary
285        effects in RTEMS source code.
286        * paranoia/paranoia.c: Commented out incorrect and conflicting
287        prototype of read().
288
[8ccc22c]2892000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
292        Switch to GNU canonicalization.
293        * sample.am: Remove DEFS.
294
[6212465d]2952000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
298        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
299        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
300        unlimited/Makefile.am: Include compile.am
301
[e94ad1fe]3022000-08-10      Joel Sherrill <joel@OARcorp.com>
303
304        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.