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