source: rtems/testsuites/samples/ChangeLog @ 7862f888

4.104.114.84.95
Last change on this file since 7862f888 was 7862f888, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 05:50:27

2003-08-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect having moved aclocal/.
  • Property mode set to 100644
File size: 9.2 KB
Line 
12003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved aclocal/.
4
52003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Reflect having moved automake/.
8        * base_mp/Makefile.am: Reflect having moved automake/.
9        * base_mp/node1/Makefile.am: Reflect having moved automake/.
10        * base_mp/node2/Makefile.am: Reflect having moved automake/.
11        * base_sp/Makefile.am: Reflect having moved automake/.
12        * cdtest/Makefile.am: Reflect having moved automake/.
13        * fileio/Makefile.am: Reflect having moved automake/.
14        * hello/Makefile.am: Reflect having moved automake/.
15        * loopback/Makefile.am: Reflect having moved automake/.
16        * minimum/Makefile.am: Reflect having moved automake/.
17        * paranoia/Makefile.am: Reflect having moved automake/.
18        * pppd/Makefile.am: Reflect having moved automake/.
19        * ticker/Makefile.am: Reflect having moved automake/.
20        * unlimited/Makefile.am: Reflect having moved automake/.
21
222003-08-13      Joel Sherrill <joel@OARcorp.com>
23
24        * fileio/.cvsignore: New file.
25
262003-08-13      Joel Sherrill <joel@OARcorp.com>
27
28        PR 451/bsps
29        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
30
312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
34
352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
38        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
39
402003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
41
42        PR 369/filesystem
43        * Makefile.am, configure.ac: sample application to show the use of the
44        DOSFS functions
45        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
46        fileio/system.h: New files.
47
482003-06-04      Joel Sherrill <joel@OARcorp.com>
49
50        * pppd/system.h: Hack from Ralf to compile on all targets.
51
522003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Add pppd.
55        * Makefile.am: Add pppd.
56
572003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        Adding pppd:
60        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
61        * pppd/README: New, copied over from libnetworking/pppd/example.
62        * pppd/init.c: New, copied over from libnetworking/pppd/example.
63        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
64        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
65        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
66        * pppd/system.h: New, copied over from libnetworking/pppd/example.
67        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
68        * pppd/Makefile.am: New, converted to automake from Makefile-user.
69        * pppd/.cvsignore: New.
70
712003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Remove AC_CONFIG_AUX_DIR.
74
752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
78
792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: AC_PREREQ(2.57).
82
832003-01-27      Joel Sherrill <joel@OARcorp.com>
84
85        * Makefile.am, configure.ac: Added new test loopback which shows how to
86        use the loopback interface. Thank you Eric Norum for a portable
87        target independent test which exercises the TCP/IP. This should
88        prevent massive failures in the TCP/IP stack from reaching the
89        street.
90        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
91        loopback/init.c, loopback/loopback.scn: New files.
92
932003-01-03      Joel Sherrill <joel@OARcorp.com>
94
95        * unlimited/system.h, unlimited/test1.c: Backed off previous
96        modification as it does not compile.
97
982002-10-31      Chris Johns <ccj@acm.org>
99
100        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
101        can be created. 
102        * unlimited/system.h: PR296. Reference the number of tasks in the
103        configuration table rather than a hardcoded number.
104
1052002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Unconditionally check for CXX (Hack to bug in
108        autoconf > 2.54).
109
1102002-10-31      Joel Sherrill <joel@OARcorp.com>
111
112        * base_mp/apptask.c: Removed warning.
113
1142002-10-28      Joel Sherrill <joel@OARcorp.com>
115
116        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
117
1182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * .cvsignore: Reformat.
121        Add autom4te*cache.
122        Remove autom4te.cache.
123
1242002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
127        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
128        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
129        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
130        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
131        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
132        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
133        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
134        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
135
1362002-08-01      Joel Sherrill <joel@OARcorp.com>
137
138        * Per PR47 add support for buffered test output.  This involved
139        adding defines to redirect output to a buffer and dump it when
140        full, at "test pause", and at exit.  To avoid problems when redefining
141        exit(), all tests were modified to call rtems_test_exit().
142        Some tests, notable psxtests, had to be modified to include
143        the standard test macro .h file (pmacros.h or tmacros.h) to
144        enable this support.
145        * cdtest/init.c: Modified.
146
1472002-07-01      Joel Sherrill <joel@OARcorp.com>
148
149        * unlimited/test1.c: Corrected use of _Objects_Information_table
150        now that it is a two dimensional array based upon API and class.
151
1522002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * base_sp/apptask.c: Include <stdlib.h>.
155        * hello/init.c: Ditto.
156        * paranoia/init.c: Ditto.
157        * ticker/tasks.c: Ditto.
158        * unlimited/init.c: Ditto.
159        * unlimited/test1.c: Ditto.
160        * unlimited/test2.c: Ditto.
161        * unlimited/test3.c: Ditto.
162
1632002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Remove ENABLE_GCC28.
166
1672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac:
170        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
171        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
172        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
173        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
174        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
175        * Makefile.am: Remove AUTOMAKE_OPTIONS.
176        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
177        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
183
1842001-11-26      Ralf Corsepius
185
186        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
187
1882001-10-25      Eric Norum <eric.norum@usask.ca>
189
190        * cdtest/system.h: Configure 1 semaphore.  This probably covers
191        up not defining one for the GCC C++ Run-Time Libraries.
192
1932001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
196
1972001-10-12      Joel Sherrill <joel@OARcorp.com>
198
199        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
200        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
201        Fixed typo.
202
2032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
206        * configure.in: Remove.
207        * configure.ac: New file, generated from configure.in by autoupdate.
208
2092001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
212        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
213        * cdtest/Makefile.am: Remove LD_LIBS.
214
2152001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
218        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
219        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
220        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
221        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
222        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
223        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
224        make-cxx-exe.
225        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
226        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
227
2282001-06-14      Joel Sherrill <joel@OARcorp.com>
229
230        * cdtest/system.h: Removed configure of POSIX mutexes since
231        there do not appear to be any used in this test.
232
2332001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
234
235        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
236
2372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
240
2412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
244
2452000-10-30      Joel Sherrill <joel@OARcorp.com>
246
247        * POSIX include files merged into newlib.  This resulted in
248        some definitions moving to other files and thus some secondary
249        effects in RTEMS source code.
250        * paranoia/paranoia.c: Commented out incorrect and conflicting
251        prototype of read().
252
2532000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
256        Switch to GNU canonicalization.
257        * sample.am: Remove DEFS.
258
2592000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
262        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
263        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
264        unlimited/Makefile.am: Include compile.am
265
2662000-08-10      Joel Sherrill <joel@OARcorp.com>
267
268        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.