source: rtems/c/src/tests/samples/ChangeLog @ 478bb1e6

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

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

Adding pppd:

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