source: rtems/testsuites/samples/ChangeLog @ 334b130d

4.104.114.84.95
Last change on this file since 334b130d was 334b130d, checked in by Joel Sherrill <joel.sherrill@…>, on 08/13/03 at 17:44:53

2003-08-13 Joel Sherrill <joel@…>

PR 451/bsps

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