source: rtems/testsuites/samples/ChangeLog @ 46daad92

4.104.114.84.95
Last change on this file since 46daad92 was 46daad92, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/19/03 at 13:29:37

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

  • samples.am: Fix yet another stupid typo in yesterday's patch.
  • Property mode set to 100644
File size: 11.8 KB
Line 
12003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * samples.am: Fix yet another stupid typo in yesterday's patch.
4
52003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * samples.am: Add dirstamp support.
8
92003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
12        Eliminate VPATH.
13
142003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
17
182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
21
222003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * base_mp/Makefile.am: Reformat.
25        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
26        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
27        * base_sp/Makefile.am: Remove all-local: $(ARCH).
28        * cdtest/Makefile.am: Remove all-local: $(ARCH).
29        * fileio/Makefile.am: Remove all-local: $(ARCH).
30        * hello/Makefile.am: Remove all-local: $(ARCH).
31        * loopback/Makefile.am: Remove all-local: $(ARCH).
32        * minimum/Makefile.am: Remove all-local: $(ARCH).
33        * paranoia/Makefile.am: Remove all-local: $(ARCH).
34        * pppd/Makefile.am: Remove all-local: $(ARCH).
35        * ticker/Makefile.am: Remove all-local: $(ARCH).
36        * unlimited/Makefile.am: Remove all-local: $(ARCH).
37
382003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Reflect having moved to testsuites/.
41
422003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
45        * fileio/Makefile.am: Only build if LIBCHIP is available.
46
472003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Remove RTEMS_CANONICAL_HOST.
50
512003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac:Remove RTEMS_CHECK_CPU.
54
552003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * fileio/init.c: Unconditionally define MIN (We *do want* to see
58        error messages if it conflicts).
59
602003-09-04      Joel Sherrill <joel@OARcorp.com>
61
62        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
63        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
64        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
65        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
66        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
67        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
68        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
69        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
70        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
71        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
72        for license changed.
73
742003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Reflect having moved aclocal/.
77
782003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Reflect having moved automake/.
81        * base_mp/Makefile.am: Reflect having moved automake/.
82        * base_mp/node1/Makefile.am: Reflect having moved automake/.
83        * base_mp/node2/Makefile.am: Reflect having moved automake/.
84        * base_sp/Makefile.am: Reflect having moved automake/.
85        * cdtest/Makefile.am: Reflect having moved automake/.
86        * fileio/Makefile.am: Reflect having moved automake/.
87        * hello/Makefile.am: Reflect having moved automake/.
88        * loopback/Makefile.am: Reflect having moved automake/.
89        * minimum/Makefile.am: Reflect having moved automake/.
90        * paranoia/Makefile.am: Reflect having moved automake/.
91        * pppd/Makefile.am: Reflect having moved automake/.
92        * ticker/Makefile.am: Reflect having moved automake/.
93        * unlimited/Makefile.am: Reflect having moved automake/.
94
952003-08-13      Joel Sherrill <joel@OARcorp.com>
96
97        * fileio/.cvsignore: New file.
98
992003-08-13      Joel Sherrill <joel@OARcorp.com>
100
101        PR 451/bsps
102        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
103
1042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
107
1082003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
111        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
112
1132003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
114
115        PR 369/filesystem
116        * Makefile.am, configure.ac: sample application to show the use of the
117        DOSFS functions
118        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
119        fileio/system.h: New files.
120
1212003-06-04      Joel Sherrill <joel@OARcorp.com>
122
123        * pppd/system.h: Hack from Ralf to compile on all targets.
124
1252003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Add pppd.
128        * Makefile.am: Add pppd.
129
1302003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        Adding pppd:
133        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
134        * pppd/README: New, copied over from libnetworking/pppd/example.
135        * pppd/init.c: New, copied over from libnetworking/pppd/example.
136        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
137        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
138        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
139        * pppd/system.h: New, copied over from libnetworking/pppd/example.
140        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
141        * pppd/Makefile.am: New, converted to automake from Makefile-user.
142        * pppd/.cvsignore: New.
143
1442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove AC_CONFIG_AUX_DIR.
147
1482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
151
1522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: AC_PREREQ(2.57).
155
1562003-01-27      Joel Sherrill <joel@OARcorp.com>
157
158        * Makefile.am, configure.ac: Added new test loopback which shows how to
159        use the loopback interface. Thank you Eric Norum for a portable
160        target independent test which exercises the TCP/IP. This should
161        prevent massive failures in the TCP/IP stack from reaching the
162        street.
163        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
164        loopback/init.c, loopback/loopback.scn: New files.
165
1662003-01-03      Joel Sherrill <joel@OARcorp.com>
167
168        * unlimited/system.h, unlimited/test1.c: Backed off previous
169        modification as it does not compile.
170
1712002-10-31      Chris Johns <ccj@acm.org>
172
173        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
174        can be created. 
175        * unlimited/system.h: PR296. Reference the number of tasks in the
176        configuration table rather than a hardcoded number.
177
1782002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Unconditionally check for CXX (Hack to bug in
181        autoconf > 2.54).
182
1832002-10-31      Joel Sherrill <joel@OARcorp.com>
184
185        * base_mp/apptask.c: Removed warning.
186
1872002-10-28      Joel Sherrill <joel@OARcorp.com>
188
189        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
190
1912002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * .cvsignore: Reformat.
194        Add autom4te*cache.
195        Remove autom4te.cache.
196
1972002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
200        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
201        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
202        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
203        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
204        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
205        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
206        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
207        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
208
2092002-08-01      Joel Sherrill <joel@OARcorp.com>
210
211        * Per PR47 add support for buffered test output.  This involved
212        adding defines to redirect output to a buffer and dump it when
213        full, at "test pause", and at exit.  To avoid problems when redefining
214        exit(), all tests were modified to call rtems_test_exit().
215        Some tests, notable psxtests, had to be modified to include
216        the standard test macro .h file (pmacros.h or tmacros.h) to
217        enable this support.
218        * cdtest/init.c: Modified.
219
2202002-07-01      Joel Sherrill <joel@OARcorp.com>
221
222        * unlimited/test1.c: Corrected use of _Objects_Information_table
223        now that it is a two dimensional array based upon API and class.
224
2252002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * base_sp/apptask.c: Include <stdlib.h>.
228        * hello/init.c: Ditto.
229        * paranoia/init.c: Ditto.
230        * ticker/tasks.c: Ditto.
231        * unlimited/init.c: Ditto.
232        * unlimited/test1.c: Ditto.
233        * unlimited/test2.c: Ditto.
234        * unlimited/test3.c: Ditto.
235
2362002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: Remove ENABLE_GCC28.
239
2402002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac:
243        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
244        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
245        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
246        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
254        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
255        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
256
2572001-11-26      Ralf Corsepius
258
259        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
260
2612001-10-25      Eric Norum <eric.norum@usask.ca>
262
263        * cdtest/system.h: Configure 1 semaphore.  This probably covers
264        up not defining one for the GCC C++ Run-Time Libraries.
265
2662001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
269
2702001-10-12      Joel Sherrill <joel@OARcorp.com>
271
272        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
273        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
274        Fixed typo.
275
2762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
279        * configure.in: Remove.
280        * configure.ac: New file, generated from configure.in by autoupdate.
281
2822001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
285        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
286        * cdtest/Makefile.am: Remove LD_LIBS.
287
2882001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
291        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
292        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
293        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
294        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
295        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
296        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
297        make-cxx-exe.
298        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
299        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
300
3012001-06-14      Joel Sherrill <joel@OARcorp.com>
302
303        * cdtest/system.h: Removed configure of POSIX mutexes since
304        there do not appear to be any used in this test.
305
3062001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
307
308        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
309
3102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
313
3142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
317
3182000-10-30      Joel Sherrill <joel@OARcorp.com>
319
320        * POSIX include files merged into newlib.  This resulted in
321        some definitions moving to other files and thus some secondary
322        effects in RTEMS source code.
323        * paranoia/paranoia.c: Commented out incorrect and conflicting
324        prototype of read().
325
3262000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
329        Switch to GNU canonicalization.
330        * sample.am: Remove DEFS.
331
3322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
335        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
336        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
337        unlimited/Makefile.am: Include compile.am
338
3392000-08-10      Joel Sherrill <joel@OARcorp.com>
340
341        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.