source: rtems/testsuites/samples/ChangeLog @ 61d9371

4.104.114.84.95
Last change on this file since 61d9371 was 61d9371, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/17/03 at 12:59:28

Fix broken ChangeLog? entries.

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