source: rtems/testsuites/samples/ChangeLog @ 4c84d7b

4.104.114.84.95
Last change on this file since 4c84d7b was 4c84d7b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/30/04 at 11:12:01

2004-03-30 Ralf Corsepius <ralf_corsepius@…>

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