source: rtems/testsuites/samples/ChangeLog @ 7423766b

4.104.114.84.95
Last change on this file since 7423766b was 7423766b, checked in by Joel Sherrill <joel.sherrill@…>, on 06/04/03 at 20:35:27

2003-06-04 Joel Sherrill <joel@…>

  • pppd/system.h: Hack from Ralf to compile on all targets.
  • Property mode set to 100644
File size: 7.6 KB
Line 
12003-06-04      Joel Sherrill <joel@OARcorp.com>
2
3        * pppd/system.h: Hack from Ralf to compile on all targets.
4
52003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Add pppd.
8        * Makefile.am: Add pppd.
9
102003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        Adding pppd:
13        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
14        * pppd/README: New, copied over from libnetworking/pppd/example.
15        * pppd/init.c: New, copied over from libnetworking/pppd/example.
16        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
17        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
18        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
19        * pppd/system.h: New, copied over from libnetworking/pppd/example.
20        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
21        * pppd/Makefile.am: New, converted to automake from Makefile-user.
22        * pppd/.cvsignore: New.
23
242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Remove AC_CONFIG_AUX_DIR.
27
282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
31
322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: AC_PREREQ(2.57).
35
362003-01-27      Joel Sherrill <joel@OARcorp.com>
37
38        * Makefile.am, configure.ac: Added new test loopback which shows how to
39        use the loopback interface. Thank you Eric Norum for a portable
40        target independent test which exercises the TCP/IP. This should
41        prevent massive failures in the TCP/IP stack from reaching the
42        street.
43        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
44        loopback/init.c, loopback/loopback.scn: New files.
45
462003-01-03      Joel Sherrill <joel@OARcorp.com>
47
48        * unlimited/system.h, unlimited/test1.c: Backed off previous
49        modification as it does not compile.
50
512002-10-31      Chris Johns <ccj@acm.org>
52
53        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
54        can be created. 
55        * unlimited/system.h: PR296. Reference the number of tasks in the
56        configuration table rather than a hardcoded number.
57
582002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Unconditionally check for CXX (Hack to bug in
61        autoconf > 2.54).
62
632002-10-31      Joel Sherrill <joel@OARcorp.com>
64
65        * base_mp/apptask.c: Removed warning.
66
672002-10-28      Joel Sherrill <joel@OARcorp.com>
68
69        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
70
712002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * .cvsignore: Reformat.
74        Add autom4te*cache.
75        Remove autom4te.cache.
76
772002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
86        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
87        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
88
892002-08-01      Joel Sherrill <joel@OARcorp.com>
90
91        * Per PR47 add support for buffered test output.  This involved
92        adding defines to redirect output to a buffer and dump it when
93        full, at "test pause", and at exit.  To avoid problems when redefining
94        exit(), all tests were modified to call rtems_test_exit().
95        Some tests, notable psxtests, had to be modified to include
96        the standard test macro .h file (pmacros.h or tmacros.h) to
97        enable this support.
98        * cdtest/init.c: Modified.
99
1002002-07-01      Joel Sherrill <joel@OARcorp.com>
101
102        * unlimited/test1.c: Corrected use of _Objects_Information_table
103        now that it is a two dimensional array based upon API and class.
104
1052002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * base_sp/apptask.c: Include <stdlib.h>.
108        * hello/init.c: Ditto.
109        * paranoia/init.c: Ditto.
110        * ticker/tasks.c: Ditto.
111        * unlimited/init.c: Ditto.
112        * unlimited/test1.c: Ditto.
113        * unlimited/test2.c: Ditto.
114        * unlimited/test3.c: Ditto.
115
1162002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Remove ENABLE_GCC28.
119
1202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac:
123        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
124        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
125        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
136
1372001-11-26      Ralf Corsepius
138
139        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
140
1412001-10-25      Eric Norum <eric.norum@usask.ca>
142
143        * cdtest/system.h: Configure 1 semaphore.  This probably covers
144        up not defining one for the GCC C++ Run-Time Libraries.
145
1462001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
149
1502001-10-12      Joel Sherrill <joel@OARcorp.com>
151
152        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
153        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
154        Fixed typo.
155
1562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
159        * configure.in: Remove.
160        * configure.ac: New file, generated from configure.in by autoupdate.
161
1622001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
165        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
166        * cdtest/Makefile.am: Remove LD_LIBS.
167
1682001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
171        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
172        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
173        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
174        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
175        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
176        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
177        make-cxx-exe.
178        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
179        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
180
1812001-06-14      Joel Sherrill <joel@OARcorp.com>
182
183        * cdtest/system.h: Removed configure of POSIX mutexes since
184        there do not appear to be any used in this test.
185
1862001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
187
188        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
189
1902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
193
1942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
197
1982000-10-30      Joel Sherrill <joel@OARcorp.com>
199
200        * POSIX include files merged into newlib.  This resulted in
201        some definitions moving to other files and thus some secondary
202        effects in RTEMS source code.
203        * paranoia/paranoia.c: Commented out incorrect and conflicting
204        prototype of read().
205
2062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
209        Switch to GNU canonicalization.
210        * sample.am: Remove DEFS.
211
2122000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
215        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
216        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
217        unlimited/Makefile.am: Include compile.am
218
2192000-08-10      Joel Sherrill <joel@OARcorp.com>
220
221        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.