source: rtems/testsuites/samples/ChangeLog @ 7dcc3fe

4.104.114.84.95
Last change on this file since 7dcc3fe was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

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

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 8.1 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
8        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
9
102003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
11
12        PR 369/filesystem
13        * Makefile.am, configure.ac: sample application to show the use of the
14        DOSFS functions
15        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
16        fileio/system.h: New files.
17
182003-06-04      Joel Sherrill <joel@OARcorp.com>
19
20        * pppd/system.h: Hack from Ralf to compile on all targets.
21
222003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Add pppd.
25        * Makefile.am: Add pppd.
26
272003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        Adding pppd:
30        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
31        * pppd/README: New, copied over from libnetworking/pppd/example.
32        * pppd/init.c: New, copied over from libnetworking/pppd/example.
33        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
34        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
35        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
36        * pppd/system.h: New, copied over from libnetworking/pppd/example.
37        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
38        * pppd/Makefile.am: New, converted to automake from Makefile-user.
39        * pppd/.cvsignore: New.
40
412003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Remove AC_CONFIG_AUX_DIR.
44
452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
48
492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: AC_PREREQ(2.57).
52
532003-01-27      Joel Sherrill <joel@OARcorp.com>
54
55        * Makefile.am, configure.ac: Added new test loopback which shows how to
56        use the loopback interface. Thank you Eric Norum for a portable
57        target independent test which exercises the TCP/IP. This should
58        prevent massive failures in the TCP/IP stack from reaching the
59        street.
60        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
61        loopback/init.c, loopback/loopback.scn: New files.
62
632003-01-03      Joel Sherrill <joel@OARcorp.com>
64
65        * unlimited/system.h, unlimited/test1.c: Backed off previous
66        modification as it does not compile.
67
682002-10-31      Chris Johns <ccj@acm.org>
69
70        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
71        can be created. 
72        * unlimited/system.h: PR296. Reference the number of tasks in the
73        configuration table rather than a hardcoded number.
74
752002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Unconditionally check for CXX (Hack to bug in
78        autoconf > 2.54).
79
802002-10-31      Joel Sherrill <joel@OARcorp.com>
81
82        * base_mp/apptask.c: Removed warning.
83
842002-10-28      Joel Sherrill <joel@OARcorp.com>
85
86        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
87
882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * .cvsignore: Reformat.
91        Add autom4te*cache.
92        Remove autom4te.cache.
93
942002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
97        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
101        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
105
1062002-08-01      Joel Sherrill <joel@OARcorp.com>
107
108        * Per PR47 add support for buffered test output.  This involved
109        adding defines to redirect output to a buffer and dump it when
110        full, at "test pause", and at exit.  To avoid problems when redefining
111        exit(), all tests were modified to call rtems_test_exit().
112        Some tests, notable psxtests, had to be modified to include
113        the standard test macro .h file (pmacros.h or tmacros.h) to
114        enable this support.
115        * cdtest/init.c: Modified.
116
1172002-07-01      Joel Sherrill <joel@OARcorp.com>
118
119        * unlimited/test1.c: Corrected use of _Objects_Information_table
120        now that it is a two dimensional array based upon API and class.
121
1222002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * base_sp/apptask.c: Include <stdlib.h>.
125        * hello/init.c: Ditto.
126        * paranoia/init.c: Ditto.
127        * ticker/tasks.c: Ditto.
128        * unlimited/init.c: Ditto.
129        * unlimited/test1.c: Ditto.
130        * unlimited/test2.c: Ditto.
131        * unlimited/test3.c: Ditto.
132
1332002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Remove ENABLE_GCC28.
136
1372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac:
140        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
141        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
142        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
153
1542001-11-26      Ralf Corsepius
155
156        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
157
1582001-10-25      Eric Norum <eric.norum@usask.ca>
159
160        * cdtest/system.h: Configure 1 semaphore.  This probably covers
161        up not defining one for the GCC C++ Run-Time Libraries.
162
1632001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
166
1672001-10-12      Joel Sherrill <joel@OARcorp.com>
168
169        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
170        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
171        Fixed typo.
172
1732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
176        * configure.in: Remove.
177        * configure.ac: New file, generated from configure.in by autoupdate.
178
1792001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
182        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
183        * cdtest/Makefile.am: Remove LD_LIBS.
184
1852001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
188        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
189        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
190        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
191        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
192        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
193        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
194        make-cxx-exe.
195        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
196        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
197
1982001-06-14      Joel Sherrill <joel@OARcorp.com>
199
200        * cdtest/system.h: Removed configure of POSIX mutexes since
201        there do not appear to be any used in this test.
202
2032001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
204
205        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
206
2072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
210
2112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
214
2152000-10-30      Joel Sherrill <joel@OARcorp.com>
216
217        * POSIX include files merged into newlib.  This resulted in
218        some definitions moving to other files and thus some secondary
219        effects in RTEMS source code.
220        * paranoia/paranoia.c: Commented out incorrect and conflicting
221        prototype of read().
222
2232000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
226        Switch to GNU canonicalization.
227        * sample.am: Remove DEFS.
228
2292000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
232        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
233        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
234        unlimited/Makefile.am: Include compile.am
235
2362000-08-10      Joel Sherrill <joel@OARcorp.com>
237
238        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.