source: rtems/testsuites/samples/ChangeLog @ cc8f37c

4.104.114.84.95
Last change on this file since cc8f37c was 05153a1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:14:40

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
  • Property mode set to 100644
File size: 12.8 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
4
52004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
8        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
9        unlimited/test3.c: Convert to using c99 fixed size types.
10
112004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Add 2nd arg to RTEMS_TOP.
14
152004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove -Wall -ansi to work-around non-portability of
18        with cdtest.
19
202004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
23        Add PRE/TMPINSTALL_FILES to CLEANFILES.
24        * base_mp/node2/Makefile.am: Ditto.
25        * base_sp/Makefile.am: Ditto.
26        * cdtest/Makefile.am: Ditto.
27        * fileio/Makefile.am: Ditto.
28        * hello/Makefile.am: Ditto.
29        * loopback/Makefile.am: Ditto.
30        * minimum/Makefile.am: Ditto.
31        * paranoia/Makefile.am: Ditto.
32        * pppd/Makefile.am: Ditto.
33        * ticker/Makefile.am: Ditto.
34        * unlimited/Makefile.am: Ditto.
35
362003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * samples.am: Fix yet another stupid typo in yesterday's patch.
39
402003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * samples.am: Add dirstamp support.
43
442003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
47        Eliminate VPATH.
48
492003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
52
532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
56
572003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * base_mp/Makefile.am: Reformat.
60        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
61        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
62        * base_sp/Makefile.am: Remove all-local: $(ARCH).
63        * cdtest/Makefile.am: Remove all-local: $(ARCH).
64        * fileio/Makefile.am: Remove all-local: $(ARCH).
65        * hello/Makefile.am: Remove all-local: $(ARCH).
66        * loopback/Makefile.am: Remove all-local: $(ARCH).
67        * minimum/Makefile.am: Remove all-local: $(ARCH).
68        * paranoia/Makefile.am: Remove all-local: $(ARCH).
69        * pppd/Makefile.am: Remove all-local: $(ARCH).
70        * ticker/Makefile.am: Remove all-local: $(ARCH).
71        * unlimited/Makefile.am: Remove all-local: $(ARCH).
72
732003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Reflect having moved to testsuites/.
76
772003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
80        * fileio/Makefile.am: Only build if LIBCHIP is available.
81
822003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Remove RTEMS_CANONICAL_HOST.
85
862003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac:Remove RTEMS_CHECK_CPU.
89
902003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * fileio/init.c: Unconditionally define MIN (We *do want* to see
93        error messages if it conflicts).
94
952003-09-04      Joel Sherrill <joel@OARcorp.com>
96
97        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
98        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
99        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
100        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
101        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
102        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
103        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
104        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
105        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
106        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
107        for license changed.
108
1092003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Reflect having moved aclocal/.
112
1132003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Reflect having moved automake/.
116        * base_mp/Makefile.am: Reflect having moved automake/.
117        * base_mp/node1/Makefile.am: Reflect having moved automake/.
118        * base_mp/node2/Makefile.am: Reflect having moved automake/.
119        * base_sp/Makefile.am: Reflect having moved automake/.
120        * cdtest/Makefile.am: Reflect having moved automake/.
121        * fileio/Makefile.am: Reflect having moved automake/.
122        * hello/Makefile.am: Reflect having moved automake/.
123        * loopback/Makefile.am: Reflect having moved automake/.
124        * minimum/Makefile.am: Reflect having moved automake/.
125        * paranoia/Makefile.am: Reflect having moved automake/.
126        * pppd/Makefile.am: Reflect having moved automake/.
127        * ticker/Makefile.am: Reflect having moved automake/.
128        * unlimited/Makefile.am: Reflect having moved automake/.
129
1302003-08-13      Joel Sherrill <joel@OARcorp.com>
131
132        * fileio/.cvsignore: New file.
133
1342003-08-13      Joel Sherrill <joel@OARcorp.com>
135
136        PR 451/bsps
137        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
138
1392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
142
1432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
146        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
147
1482003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
149
150        PR 369/filesystem
151        * Makefile.am, configure.ac: sample application to show the use of the
152        DOSFS functions
153        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
154        fileio/system.h: New files.
155
1562003-06-04      Joel Sherrill <joel@OARcorp.com>
157
158        * pppd/system.h: Hack from Ralf to compile on all targets.
159
1602003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Add pppd.
163        * Makefile.am: Add pppd.
164
1652003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        Adding pppd:
168        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
169        * pppd/README: New, copied over from libnetworking/pppd/example.
170        * pppd/init.c: New, copied over from libnetworking/pppd/example.
171        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
172        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
173        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
174        * pppd/system.h: New, copied over from libnetworking/pppd/example.
175        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
176        * pppd/Makefile.am: New, converted to automake from Makefile-user.
177        * pppd/.cvsignore: New.
178
1792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Remove AC_CONFIG_AUX_DIR.
182
1832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
186
1872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: AC_PREREQ(2.57).
190
1912003-01-27      Joel Sherrill <joel@OARcorp.com>
192
193        * Makefile.am, configure.ac: Added new test loopback which shows how to
194        use the loopback interface. Thank you Eric Norum for a portable
195        target independent test which exercises the TCP/IP. This should
196        prevent massive failures in the TCP/IP stack from reaching the
197        street.
198        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
199        loopback/init.c, loopback/loopback.scn: New files.
200
2012003-01-03      Joel Sherrill <joel@OARcorp.com>
202
203        * unlimited/system.h, unlimited/test1.c: Backed off previous
204        modification as it does not compile.
205
2062002-10-31      Chris Johns <ccj@acm.org>
207
208        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
209        can be created. 
210        * unlimited/system.h: PR296. Reference the number of tasks in the
211        configuration table rather than a hardcoded number.
212
2132002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Unconditionally check for CXX (Hack to bug in
216        autoconf > 2.54).
217
2182002-10-31      Joel Sherrill <joel@OARcorp.com>
219
220        * base_mp/apptask.c: Removed warning.
221
2222002-10-28      Joel Sherrill <joel@OARcorp.com>
223
224        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
225
2262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * .cvsignore: Reformat.
229        Add autom4te*cache.
230        Remove autom4te.cache.
231
2322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
235        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
236        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
237        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
238        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
239        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
240        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
241        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
242        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
243
2442002-08-01      Joel Sherrill <joel@OARcorp.com>
245
246        * Per PR47 add support for buffered test output.  This involved
247        adding defines to redirect output to a buffer and dump it when
248        full, at "test pause", and at exit.  To avoid problems when redefining
249        exit(), all tests were modified to call rtems_test_exit().
250        Some tests, notable psxtests, had to be modified to include
251        the standard test macro .h file (pmacros.h or tmacros.h) to
252        enable this support.
253        * cdtest/init.c: Modified.
254
2552002-07-01      Joel Sherrill <joel@OARcorp.com>
256
257        * unlimited/test1.c: Corrected use of _Objects_Information_table
258        now that it is a two dimensional array based upon API and class.
259
2602002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * base_sp/apptask.c: Include <stdlib.h>.
263        * hello/init.c: Ditto.
264        * paranoia/init.c: Ditto.
265        * ticker/tasks.c: Ditto.
266        * unlimited/init.c: Ditto.
267        * unlimited/test1.c: Ditto.
268        * unlimited/test2.c: Ditto.
269        * unlimited/test3.c: Ditto.
270
2712002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Remove ENABLE_GCC28.
274
2752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac:
278        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
279        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
280        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
288        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
289        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
290        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
291
2922001-11-26      Ralf Corsepius
293
294        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
295
2962001-10-25      Eric Norum <eric.norum@usask.ca>
297
298        * cdtest/system.h: Configure 1 semaphore.  This probably covers
299        up not defining one for the GCC C++ Run-Time Libraries.
300
3012001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
304
3052001-10-12      Joel Sherrill <joel@OARcorp.com>
306
307        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
308        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
309        Fixed typo.
310
3112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
314        * configure.in: Remove.
315        * configure.ac: New file, generated from configure.in by autoupdate.
316
3172001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
320        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
321        * cdtest/Makefile.am: Remove LD_LIBS.
322
3232001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
326        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
327        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
328        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
329        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
330        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
331        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
332        make-cxx-exe.
333        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
334        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
335
3362001-06-14      Joel Sherrill <joel@OARcorp.com>
337
338        * cdtest/system.h: Removed configure of POSIX mutexes since
339        there do not appear to be any used in this test.
340
3412001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
342
343        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
344
3452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
348
3492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
352
3532000-10-30      Joel Sherrill <joel@OARcorp.com>
354
355        * POSIX include files merged into newlib.  This resulted in
356        some definitions moving to other files and thus some secondary
357        effects in RTEMS source code.
358        * paranoia/paranoia.c: Commented out incorrect and conflicting
359        prototype of read().
360
3612000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
364        Switch to GNU canonicalization.
365        * sample.am: Remove DEFS.
366
3672000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
370        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
371        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
372        unlimited/Makefile.am: Include compile.am
373
3742000-08-10      Joel Sherrill <joel@OARcorp.com>
375
376        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.