source: rtems/c/src/tests/samples/ChangeLog @ ac0a2af

4.104.114.84.95
Last change on this file since ac0a2af was ac0a2af, checked in by Jennifer Averett <Jennifer.Averett@…>, on 08/06/03 at 19:20:52

2003-08-06 Thomas Doerfler<Thomas.Doerfler@…>

PR 369/filesystem

  • Makefile.am, configure.ac: sample application to show the use of the DOSFS functions
  • fileio/Makefile.am, fileio/fileio.doc, fileio/init.c, fileio/system.h: New files.
  • Property mode set to 100644
File size: 7.8 KB
Line 
12003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
2
3        PR 369/filesystem
4        * Makefile.am, configure.ac: sample application to show the use of the
5        DOSFS functions
6        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
7        fileio/system.h: New files.
8
92003-06-04      Joel Sherrill <joel@OARcorp.com>
10
11        * pppd/system.h: Hack from Ralf to compile on all targets.
12
132003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Add pppd.
16        * Makefile.am: Add pppd.
17
182003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        Adding pppd:
21        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
22        * pppd/README: New, copied over from libnetworking/pppd/example.
23        * pppd/init.c: New, copied over from libnetworking/pppd/example.
24        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
25        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
26        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
27        * pppd/system.h: New, copied over from libnetworking/pppd/example.
28        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
29        * pppd/Makefile.am: New, converted to automake from Makefile-user.
30        * pppd/.cvsignore: New.
31
322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Remove AC_CONFIG_AUX_DIR.
35
362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
39
402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: AC_PREREQ(2.57).
43
442003-01-27      Joel Sherrill <joel@OARcorp.com>
45
46        * Makefile.am, configure.ac: Added new test loopback which shows how to
47        use the loopback interface. Thank you Eric Norum for a portable
48        target independent test which exercises the TCP/IP. This should
49        prevent massive failures in the TCP/IP stack from reaching the
50        street.
51        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
52        loopback/init.c, loopback/loopback.scn: New files.
53
542003-01-03      Joel Sherrill <joel@OARcorp.com>
55
56        * unlimited/system.h, unlimited/test1.c: Backed off previous
57        modification as it does not compile.
58
592002-10-31      Chris Johns <ccj@acm.org>
60
61        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
62        can be created. 
63        * unlimited/system.h: PR296. Reference the number of tasks in the
64        configuration table rather than a hardcoded number.
65
662002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Unconditionally check for CXX (Hack to bug in
69        autoconf > 2.54).
70
712002-10-31      Joel Sherrill <joel@OARcorp.com>
72
73        * base_mp/apptask.c: Removed warning.
74
752002-10-28      Joel Sherrill <joel@OARcorp.com>
76
77        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
78
792002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * .cvsignore: Reformat.
82        Add autom4te*cache.
83        Remove autom4te.cache.
84
852002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
88        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
89        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
91        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
92        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
93        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
94        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
95        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
96
972002-08-01      Joel Sherrill <joel@OARcorp.com>
98
99        * Per PR47 add support for buffered test output.  This involved
100        adding defines to redirect output to a buffer and dump it when
101        full, at "test pause", and at exit.  To avoid problems when redefining
102        exit(), all tests were modified to call rtems_test_exit().
103        Some tests, notable psxtests, had to be modified to include
104        the standard test macro .h file (pmacros.h or tmacros.h) to
105        enable this support.
106        * cdtest/init.c: Modified.
107
1082002-07-01      Joel Sherrill <joel@OARcorp.com>
109
110        * unlimited/test1.c: Corrected use of _Objects_Information_table
111        now that it is a two dimensional array based upon API and class.
112
1132002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * base_sp/apptask.c: Include <stdlib.h>.
116        * hello/init.c: Ditto.
117        * paranoia/init.c: Ditto.
118        * ticker/tasks.c: Ditto.
119        * unlimited/init.c: Ditto.
120        * unlimited/test1.c: Ditto.
121        * unlimited/test2.c: Ditto.
122        * unlimited/test3.c: Ditto.
123
1242002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Remove ENABLE_GCC28.
127
1282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac:
131        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
132        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
133        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
144
1452001-11-26      Ralf Corsepius
146
147        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
148
1492001-10-25      Eric Norum <eric.norum@usask.ca>
150
151        * cdtest/system.h: Configure 1 semaphore.  This probably covers
152        up not defining one for the GCC C++ Run-Time Libraries.
153
1542001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
157
1582001-10-12      Joel Sherrill <joel@OARcorp.com>
159
160        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
161        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
162        Fixed typo.
163
1642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
167        * configure.in: Remove.
168        * configure.ac: New file, generated from configure.in by autoupdate.
169
1702001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
173        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
174        * cdtest/Makefile.am: Remove LD_LIBS.
175
1762001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
179        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
180        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
181        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
182        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
183        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
184        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
185        make-cxx-exe.
186        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
187        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
188
1892001-06-14      Joel Sherrill <joel@OARcorp.com>
190
191        * cdtest/system.h: Removed configure of POSIX mutexes since
192        there do not appear to be any used in this test.
193
1942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
195
196        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
197
1982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
201
2022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
205
2062000-10-30      Joel Sherrill <joel@OARcorp.com>
207
208        * POSIX include files merged into newlib.  This resulted in
209        some definitions moving to other files and thus some secondary
210        effects in RTEMS source code.
211        * paranoia/paranoia.c: Commented out incorrect and conflicting
212        prototype of read().
213
2142000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
217        Switch to GNU canonicalization.
218        * sample.am: Remove DEFS.
219
2202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
223        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
224        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
225        unlimited/Makefile.am: Include compile.am
226
2272000-08-10      Joel Sherrill <joel@OARcorp.com>
228
229        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.