source: rtems/testsuites/samples/ChangeLog @ c6328bee

4.104.114.84.95
Last change on this file since c6328bee was c6328bee, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/22/03 at 10:05:17

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

  • configure.ac: Remove RTEMS_CANONICAL_HOST.
  • Property mode set to 100644
File size: 10.3 KB
Line 
12003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove RTEMS_CANONICAL_HOST.
4
52003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac:Remove RTEMS_CHECK_CPU.
8
92003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * fileio/init.c: Unconditionally define MIN (We *do want* to see
12        error messages if it conflicts).
13
142003-09-04      Joel Sherrill <joel@OARcorp.com>
15
16        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
17        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
18        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
19        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
20        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
21        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
22        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
23        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
24        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
25        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
26        for license changed.
27
282003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Reflect having moved aclocal/.
31
322003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Reflect having moved automake/.
35        * base_mp/Makefile.am: Reflect having moved automake/.
36        * base_mp/node1/Makefile.am: Reflect having moved automake/.
37        * base_mp/node2/Makefile.am: Reflect having moved automake/.
38        * base_sp/Makefile.am: Reflect having moved automake/.
39        * cdtest/Makefile.am: Reflect having moved automake/.
40        * fileio/Makefile.am: Reflect having moved automake/.
41        * hello/Makefile.am: Reflect having moved automake/.
42        * loopback/Makefile.am: Reflect having moved automake/.
43        * minimum/Makefile.am: Reflect having moved automake/.
44        * paranoia/Makefile.am: Reflect having moved automake/.
45        * pppd/Makefile.am: Reflect having moved automake/.
46        * ticker/Makefile.am: Reflect having moved automake/.
47        * unlimited/Makefile.am: Reflect having moved automake/.
48
492003-08-13      Joel Sherrill <joel@OARcorp.com>
50
51        * fileio/.cvsignore: New file.
52
532003-08-13      Joel Sherrill <joel@OARcorp.com>
54
55        PR 451/bsps
56        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
57
582003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
61
622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
65        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
66
672003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
68
69        PR 369/filesystem
70        * Makefile.am, configure.ac: sample application to show the use of the
71        DOSFS functions
72        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
73        fileio/system.h: New files.
74
752003-06-04      Joel Sherrill <joel@OARcorp.com>
76
77        * pppd/system.h: Hack from Ralf to compile on all targets.
78
792003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Add pppd.
82        * Makefile.am: Add pppd.
83
842003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        Adding pppd:
87        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
88        * pppd/README: New, copied over from libnetworking/pppd/example.
89        * pppd/init.c: New, copied over from libnetworking/pppd/example.
90        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
91        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
92        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
93        * pppd/system.h: New, copied over from libnetworking/pppd/example.
94        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
95        * pppd/Makefile.am: New, converted to automake from Makefile-user.
96        * pppd/.cvsignore: New.
97
982003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Remove AC_CONFIG_AUX_DIR.
101
1022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
105
1062003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: AC_PREREQ(2.57).
109
1102003-01-27      Joel Sherrill <joel@OARcorp.com>
111
112        * Makefile.am, configure.ac: Added new test loopback which shows how to
113        use the loopback interface. Thank you Eric Norum for a portable
114        target independent test which exercises the TCP/IP. This should
115        prevent massive failures in the TCP/IP stack from reaching the
116        street.
117        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
118        loopback/init.c, loopback/loopback.scn: New files.
119
1202003-01-03      Joel Sherrill <joel@OARcorp.com>
121
122        * unlimited/system.h, unlimited/test1.c: Backed off previous
123        modification as it does not compile.
124
1252002-10-31      Chris Johns <ccj@acm.org>
126
127        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
128        can be created. 
129        * unlimited/system.h: PR296. Reference the number of tasks in the
130        configuration table rather than a hardcoded number.
131
1322002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Unconditionally check for CXX (Hack to bug in
135        autoconf > 2.54).
136
1372002-10-31      Joel Sherrill <joel@OARcorp.com>
138
139        * base_mp/apptask.c: Removed warning.
140
1412002-10-28      Joel Sherrill <joel@OARcorp.com>
142
143        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
144
1452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * .cvsignore: Reformat.
148        Add autom4te*cache.
149        Remove autom4te.cache.
150
1512002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
154        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
155        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
156        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
157        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
158        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
159        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
160        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
161        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
162
1632002-08-01      Joel Sherrill <joel@OARcorp.com>
164
165        * Per PR47 add support for buffered test output.  This involved
166        adding defines to redirect output to a buffer and dump it when
167        full, at "test pause", and at exit.  To avoid problems when redefining
168        exit(), all tests were modified to call rtems_test_exit().
169        Some tests, notable psxtests, had to be modified to include
170        the standard test macro .h file (pmacros.h or tmacros.h) to
171        enable this support.
172        * cdtest/init.c: Modified.
173
1742002-07-01      Joel Sherrill <joel@OARcorp.com>
175
176        * unlimited/test1.c: Corrected use of _Objects_Information_table
177        now that it is a two dimensional array based upon API and class.
178
1792002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * base_sp/apptask.c: Include <stdlib.h>.
182        * hello/init.c: Ditto.
183        * paranoia/init.c: Ditto.
184        * ticker/tasks.c: Ditto.
185        * unlimited/init.c: Ditto.
186        * unlimited/test1.c: Ditto.
187        * unlimited/test2.c: Ditto.
188        * unlimited/test3.c: Ditto.
189
1902002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Remove ENABLE_GCC28.
193
1942002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac:
197        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
198        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
199        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
200        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
201        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
202        * Makefile.am: Remove AUTOMAKE_OPTIONS.
203        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
204        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
205        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
206        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
207        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
208        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
209        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
210
2112001-11-26      Ralf Corsepius
212
213        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
214
2152001-10-25      Eric Norum <eric.norum@usask.ca>
216
217        * cdtest/system.h: Configure 1 semaphore.  This probably covers
218        up not defining one for the GCC C++ Run-Time Libraries.
219
2202001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
223
2242001-10-12      Joel Sherrill <joel@OARcorp.com>
225
226        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
227        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
228        Fixed typo.
229
2302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
233        * configure.in: Remove.
234        * configure.ac: New file, generated from configure.in by autoupdate.
235
2362001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
239        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
240        * cdtest/Makefile.am: Remove LD_LIBS.
241
2422001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
245        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
246        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
247        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
248        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
249        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
250        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
251        make-cxx-exe.
252        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
253        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
254
2552001-06-14      Joel Sherrill <joel@OARcorp.com>
256
257        * cdtest/system.h: Removed configure of POSIX mutexes since
258        there do not appear to be any used in this test.
259
2602001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
261
262        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
263
2642000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
267
2682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
271
2722000-10-30      Joel Sherrill <joel@OARcorp.com>
273
274        * POSIX include files merged into newlib.  This resulted in
275        some definitions moving to other files and thus some secondary
276        effects in RTEMS source code.
277        * paranoia/paranoia.c: Commented out incorrect and conflicting
278        prototype of read().
279
2802000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
283        Switch to GNU canonicalization.
284        * sample.am: Remove DEFS.
285
2862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
289        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
290        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
291        unlimited/Makefile.am: Include compile.am
292
2932000-08-10      Joel Sherrill <joel@OARcorp.com>
294
295        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.