source: rtems/c/src/tests/samples/ChangeLog @ 5f71e41

4.104.114.84.95
Last change on this file since 5f71e41 was 5f71e41, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/29/03 at 02:06:53

2003-04-29 Ralf Corsepius <corsepiu@…>

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